<!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>[191663] trunk/LayoutTests</title>
</head>
<body>

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

<h3>Log Message</h3>
<pre>Unreviewed. GTK+ gardening: rebaseline tests after <a href="http://trac.webkit.org/projects/webkit/changeset/191623">r191623</a>.

* platform/gtk/css1/basic/containment-expected.txt:
* platform/gtk/css1/basic/contextual_selectors-expected.txt:
* platform/gtk/css1/basic/grouping-expected.txt:
* platform/gtk/css1/basic/id_as_selector-expected.txt:
* platform/gtk/css1/basic/inheritance-expected.txt:
* platform/gtk/css1/box_properties/border-expected.txt:
* platform/gtk/css1/box_properties/border_bottom-expected.txt:
* platform/gtk/css1/box_properties/border_bottom_inline-expected.txt:
* platform/gtk/css1/box_properties/border_bottom_width-expected.txt:
* platform/gtk/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_color-expected.txt:
* platform/gtk/css1/box_properties/border_color_inline-expected.txt:
* platform/gtk/css1/box_properties/border_inline-expected.txt:
* platform/gtk/css1/box_properties/border_left-expected.txt:
* platform/gtk/css1/box_properties/border_left_inline-expected.txt:
* platform/gtk/css1/box_properties/border_left_width-expected.txt:
* platform/gtk/css1/box_properties/border_left_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_right-expected.txt:
* platform/gtk/css1/box_properties/border_right_inline-expected.txt:
* platform/gtk/css1/box_properties/border_right_width-expected.txt:
* platform/gtk/css1/box_properties/border_right_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_style-expected.txt:
* platform/gtk/css1/box_properties/border_style_inline-expected.txt:
* platform/gtk/css1/box_properties/border_top-expected.txt:
* platform/gtk/css1/box_properties/border_top_inline-expected.txt:
* platform/gtk/css1/box_properties/border_top_width-expected.txt:
* platform/gtk/css1/box_properties/border_top_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_width-expected.txt:
* platform/gtk/css1/box_properties/border_width_inline-expected.txt:
* platform/gtk/css1/box_properties/clear-expected.txt:
* platform/gtk/css1/box_properties/clear_float-expected.txt:
* platform/gtk/css1/box_properties/float-expected.txt:
* platform/gtk/css1/box_properties/float_elements_in_series-expected.txt:
* platform/gtk/css1/box_properties/float_margin-expected.txt:
* platform/gtk/css1/box_properties/float_on_text_elements-expected.txt:
* platform/gtk/css1/box_properties/height-expected.txt:
* platform/gtk/css1/box_properties/margin-expected.txt:
* platform/gtk/css1/box_properties/margin_bottom-expected.txt:
* platform/gtk/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_left-expected.txt:
* platform/gtk/css1/box_properties/margin_left_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_right-expected.txt:
* platform/gtk/css1/box_properties/margin_right_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_top-expected.txt:
* platform/gtk/css1/box_properties/margin_top_inline-expected.txt:
* platform/gtk/css1/box_properties/padding-expected.txt:
* platform/gtk/css1/box_properties/padding_bottom-expected.txt:
* platform/gtk/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_left-expected.txt:
* platform/gtk/css1/box_properties/padding_left_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_right-expected.txt:
* platform/gtk/css1/box_properties/padding_right_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_top-expected.txt:
* platform/gtk/css1/box_properties/padding_top_inline-expected.txt:
* platform/gtk/css1/box_properties/width-expected.txt:
* platform/gtk/css1/cascade/cascade_order-expected.txt:
* platform/gtk/css1/cascade/important-expected.txt:
* platform/gtk/css1/classification/display-expected.txt:
* platform/gtk/css1/classification/list_style-expected.txt:
* platform/gtk/css1/classification/list_style_image-expected.txt:
* platform/gtk/css1/classification/list_style_position-expected.txt:
* platform/gtk/css1/classification/list_style_type-expected.txt:
* platform/gtk/css1/classification/white_space-expected.txt:
* platform/gtk/css1/color_and_background/background-expected.txt:
* platform/gtk/css1/color_and_background/background_attachment-expected.txt:
* platform/gtk/css1/color_and_background/background_color-expected.txt:
* platform/gtk/css1/color_and_background/background_image-expected.txt:
* platform/gtk/css1/color_and_background/background_position-expected.txt:
* platform/gtk/css1/color_and_background/background_repeat-expected.txt:
* platform/gtk/css1/color_and_background/color-expected.txt:
* platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/gtk/css1/font_properties/font-expected.txt:
* platform/gtk/css1/font_properties/font_family-expected.txt:
* platform/gtk/css1/font_properties/font_size-expected.txt:
* platform/gtk/css1/font_properties/font_style-expected.txt:
* platform/gtk/css1/font_properties/font_variant-expected.txt:
* platform/gtk/css1/font_properties/font_weight-expected.txt:
* platform/gtk/css1/formatting_model/canvas-expected.txt:
* platform/gtk/css1/formatting_model/floating_elements-expected.txt:
* platform/gtk/css1/formatting_model/height_of_lines-expected.txt:
* platform/gtk/css1/formatting_model/inline_elements-expected.txt:
* platform/gtk/css1/formatting_model/replaced_elements-expected.txt:
* platform/gtk/css1/formatting_model/vertical_formatting-expected.txt:
* platform/gtk/css1/pseudo/anchor-expected.txt:
* platform/gtk/css1/pseudo/firstletter-expected.txt:
* platform/gtk/css1/pseudo/firstline-expected.txt:
* platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/gtk/css1/text_properties/letter_spacing-expected.txt:
* platform/gtk/css1/text_properties/line_height-expected.txt:
* platform/gtk/css1/text_properties/text_align-expected.txt:
* platform/gtk/css1/text_properties/text_decoration-expected.txt:
* platform/gtk/css1/text_properties/text_indent-expected.txt:
* platform/gtk/css1/text_properties/text_transform-expected.txt:
* platform/gtk/css1/text_properties/vertical_align-expected.txt:
* platform/gtk/css1/text_properties/word_spacing-expected.txt:
* platform/gtk/css1/units/color_units-expected.txt:
* platform/gtk/css1/units/length_units-expected.txt:
* platform/gtk/css1/units/percentage_units-expected.txt:
* platform/gtk/css1/units/urls-expected.txt:
* platform/gtk/css2.1/20110323/border-collapse-offset-002-expected.txt:
* platform/gtk/css2.1/20110323/border-conflict-style-079-expected.txt:
* platform/gtk/css2.1/20110323/border-conflict-style-088-expected.txt:
* platform/gtk/css2.1/20110323/dynamic-top-change-002-expected.txt:
* platform/gtk/css2.1/20110323/dynamic-top-change-003-expected.txt:
* platform/gtk/css2.1/20110323/inline-table-001-expected.txt:
* platform/gtk/css2.1/20110323/inline-table-002a-expected.txt:
* platform/gtk/css2.1/20110323/inline-table-003-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-001-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-002-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-003-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-004-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-005-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-006-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-007-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-013-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-014-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-015-expected.txt:
* platform/gtk/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added.
* platform/gtk/css2.1/20110323/table-caption-001-expected.txt:
* platform/gtk/css2.1/20110323/table-caption-optional-001-expected.txt:
* platform/gtk/css2.1/20110323/table-caption-optional-002-expected.txt:
* platform/gtk/css2.1/20110323/table-height-algorithm-023-expected.txt:
* platform/gtk/css2.1/20110323/table-height-algorithm-024-expected.txt:
* platform/gtk/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
* platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
* platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
* platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
* platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
* platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
* platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
* platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
* platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
* platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
* platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
* platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
* platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.txt:
* platform/gtk/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
* platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
* platform/gtk/css3/css3-modsel-33-expected.txt:
* platform/gtk/css3/flexbox/flexbox-baseline-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-18-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-18b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-28-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-28b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-29-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-29b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-32-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-33-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-43-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-43b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-44-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-44b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-73-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-73b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-74-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-74b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-77-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-77b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-78-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-78b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-18-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-18b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-28-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-28b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-29-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-29b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-32-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-33-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-43-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-43b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-44-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-44b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-73-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-73b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-77-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-77b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-78-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-78b-expected.txt:
* platform/gtk/editing/deleting/4922367-expected.txt:
* platform/gtk/editing/deleting/5099303-expected.txt:
* platform/gtk/editing/deleting/5126166-expected.txt:
* platform/gtk/editing/deleting/5144139-2-expected.txt:
* platform/gtk/editing/deleting/5206311-1-expected.txt:
* platform/gtk/editing/deleting/5433862-2-expected.txt:
* platform/gtk/editing/deleting/5483370-expected.txt:
* platform/gtk/editing/deleting/delete-to-select-table-expected.txt:
* platform/gtk/editing/deleting/table-cells-expected.txt:
* platform/gtk/editing/execCommand/5481523-expected.txt:
* platform/gtk/editing/inserting/5058163-1-expected.txt:
* platform/gtk/editing/inserting/insert-paragraph-01-expected.txt:
* platform/gtk/editing/inserting/insert-paragraph-02-expected.txt:
* platform/gtk/editing/inserting/paragraph-separator-in-table-1-expected.txt:
* platform/gtk/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/gtk/editing/pasteboard/5156401-1-expected.txt:
* platform/gtk/editing/pasteboard/5387578-expected.txt:
* platform/gtk/editing/selection/3690703-2-expected.txt:
* platform/gtk/editing/selection/3690703-expected.txt:
* platform/gtk/editing/selection/3690719-expected.txt:
* platform/gtk/editing/selection/4818145-expected.txt:
* platform/gtk/editing/selection/4889598-expected.txt:
* platform/gtk/editing/selection/4895428-2-expected.txt:
* platform/gtk/editing/selection/5057506-2-expected.txt:
* platform/gtk/editing/selection/5076323-1-expected.txt:
* platform/gtk/editing/selection/5076323-2-expected.txt:
* platform/gtk/editing/selection/5076323-3-expected.txt:
* platform/gtk/editing/selection/5131716-1-expected.txt:
* platform/gtk/editing/selection/5131716-2-expected.txt:
* platform/gtk/editing/selection/5131716-3-expected.txt:
* platform/gtk/editing/selection/5131716-4-expected.txt:
* platform/gtk/editing/selection/7152-1-expected.txt:
* platform/gtk/editing/selection/7152-2-expected.txt:
* platform/gtk/editing/style/5017613-1-expected.txt:
* platform/gtk/editing/style/5017613-2-expected.txt:
* platform/gtk/editing/style/apple-style-editable-mix-expected.txt:
* platform/gtk/editing/unsupported-content/table-type-after-expected.txt:
* platform/gtk/editing/unsupported-content/table-type-before-expected.txt:
* platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
* platform/gtk/fast/block/basic/016-expected.txt:
* platform/gtk/fast/block/basic/quirk-percent-height-table-cell-expected.txt: Added.
* platform/gtk/fast/block/float/011-expected.txt:
* platform/gtk/fast/block/float/015-expected.txt:
* platform/gtk/fast/block/float/025-expected.txt:
* platform/gtk/fast/block/float/026-expected.txt:
* platform/gtk/fast/block/float/027-expected.txt:
* platform/gtk/fast/block/float/028-expected.txt:
* platform/gtk/fast/block/margin-collapse/001-expected.txt:
* platform/gtk/fast/block/margin-collapse/005-expected.txt:
* platform/gtk/fast/block/margin-collapse/006-expected.txt:
* platform/gtk/fast/block/margin-collapse/010-expected.txt:
* platform/gtk/fast/block/margin-collapse/011-expected.txt:
* platform/gtk/fast/block/margin-collapse/012-expected.txt:
* platform/gtk/fast/block/margin-collapse/015-expected.txt:
* platform/gtk/fast/block/margin-collapse/016-expected.txt:
* platform/gtk/fast/block/margin-collapse/017-expected.txt:
* platform/gtk/fast/block/margin-collapse/018-expected.txt:
* platform/gtk/fast/block/margin-collapse/019-expected.txt:
* platform/gtk/fast/block/margin-collapse/020-expected.txt:
* platform/gtk/fast/block/margin-collapse/021-expected.txt:
* platform/gtk/fast/block/margin-collapse/022-expected.txt:
* platform/gtk/fast/block/margin-collapse/025-expected.txt:
* platform/gtk/fast/block/margin-collapse/032-expected.txt:
* platform/gtk/fast/block/margin-collapse/033-expected.txt:
* platform/gtk/fast/block/margin-collapse/034-expected.txt:
* platform/gtk/fast/block/margin-collapse/041-expected.txt:
* platform/gtk/fast/block/margin-collapse/042-expected.txt:
* platform/gtk/fast/block/margin-collapse/055-expected.txt:
* platform/gtk/fast/block/margin-collapse/056-expected.txt:
* platform/gtk/fast/block/margin-collapse/057-expected.txt:
* platform/gtk/fast/block/margin-collapse/058-expected.txt:
* platform/gtk/fast/block/margin-collapse/059-expected.txt:
* platform/gtk/fast/block/margin-collapse/104-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
* platform/gtk/fast/block/positioning/053-expected.txt:
* platform/gtk/fast/borders/bidi-009a-expected.txt:
* platform/gtk/fast/borders/border-antialiasing-expected.txt:
* platform/gtk/fast/box-shadow/basic-shadows-expected.txt:
* platform/gtk/fast/css-generated-content/details-summary-before-after-expected.txt:
* platform/gtk/fast/css-generated-content/first-letter-in-nested-before-expected.txt: Added.
* platform/gtk/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: Added.
* platform/gtk/fast/css-generated-content/inline-display-types-expected.txt:
* platform/gtk/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
* platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt:
* platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
* platform/gtk/fast/css-generated-content/table-cell-before-content-expected.txt:
* platform/gtk/fast/css-generated-content/table-parts-before-and-after-expected.txt: Added.
* platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
* platform/gtk/fast/css-generated-content/table-row-before-after-expected.txt:
* platform/gtk/fast/css/003-expected.txt:
* platform/gtk/fast/css/absolute-poition-in-rtl-parent-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1basiccontainmentexpectedtxt">trunk/LayoutTests/platform/gtk/css1/basic/containment-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1basiccontextual_selectorsexpectedtxt">trunk/LayoutTests/platform/gtk/css1/basic/contextual_selectors-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1basicgroupingexpectedtxt">trunk/LayoutTests/platform/gtk/css1/basic/grouping-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1basicid_as_selectorexpectedtxt">trunk/LayoutTests/platform/gtk/css1/basic/id_as_selector-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1basicinheritanceexpectedtxt">trunk/LayoutTests/platform/gtk/css1/basic/inheritance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborderexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_bottomexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_bottom_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_bottom_widthexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_bottom_width_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_colorexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_color_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_color_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_leftexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_left_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_left_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_left_widthexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_left_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_left_width_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_left_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_rightexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_right_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_right_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_right_widthexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_right_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_right_width_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_right_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_styleexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_style_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_style_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_topexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_top_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_top_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_top_widthexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_top_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_top_width_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_top_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_widthexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesborder_width_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/border_width_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesclearexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/clear-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesclear_floatexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/clear_float-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesfloatexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/float-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesfloat_elements_in_seriesexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/float_elements_in_series-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesfloat_marginexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/float_margin-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesfloat_on_text_elementsexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/float_on_text_elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesheightexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesmarginexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/margin-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesmargin_bottomexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/margin_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesmargin_bottom_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/margin_bottom_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesmargin_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/margin_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesmargin_leftexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/margin_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesmargin_left_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/margin_left_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesmargin_rightexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/margin_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesmargin_right_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/margin_right_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesmargin_topexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/margin_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesmargin_top_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/margin_top_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiespaddingexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/padding-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiespadding_bottomexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/padding_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiespadding_bottom_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/padding_bottom_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiespadding_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/padding_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiespadding_leftexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/padding_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiespadding_left_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/padding_left_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiespadding_rightexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/padding_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiespadding_right_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/padding_right_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiespadding_topexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/padding_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiespadding_top_inlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/padding_top_inline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertieswidthexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/width-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1cascadecascade_orderexpectedtxt">trunk/LayoutTests/platform/gtk/css1/cascade/cascade_order-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1cascadeimportantexpectedtxt">trunk/LayoutTests/platform/gtk/css1/cascade/important-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1classificationdisplayexpectedtxt">trunk/LayoutTests/platform/gtk/css1/classification/display-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1classificationlist_styleexpectedtxt">trunk/LayoutTests/platform/gtk/css1/classification/list_style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1classificationlist_style_imageexpectedtxt">trunk/LayoutTests/platform/gtk/css1/classification/list_style_image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1classificationlist_style_positionexpectedtxt">trunk/LayoutTests/platform/gtk/css1/classification/list_style_position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1classificationlist_style_typeexpectedtxt">trunk/LayoutTests/platform/gtk/css1/classification/list_style_type-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1classificationwhite_spaceexpectedtxt">trunk/LayoutTests/platform/gtk/css1/classification/white_space-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1color_and_backgroundbackgroundexpectedtxt">trunk/LayoutTests/platform/gtk/css1/color_and_background/background-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1color_and_backgroundbackground_attachmentexpectedtxt">trunk/LayoutTests/platform/gtk/css1/color_and_background/background_attachment-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1color_and_backgroundbackground_colorexpectedtxt">trunk/LayoutTests/platform/gtk/css1/color_and_background/background_color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1color_and_backgroundbackground_imageexpectedtxt">trunk/LayoutTests/platform/gtk/css1/color_and_background/background_image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1color_and_backgroundbackground_positionexpectedtxt">trunk/LayoutTests/platform/gtk/css1/color_and_background/background_position-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1color_and_backgroundbackground_repeatexpectedtxt">trunk/LayoutTests/platform/gtk/css1/color_and_background/background_repeat-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1color_and_backgroundcolorexpectedtxt">trunk/LayoutTests/platform/gtk/css1/color_and_background/color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1conformanceforward_compatible_parsingexpectedtxt">trunk/LayoutTests/platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1font_propertiesfontexpectedtxt">trunk/LayoutTests/platform/gtk/css1/font_properties/font-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1font_propertiesfont_familyexpectedtxt">trunk/LayoutTests/platform/gtk/css1/font_properties/font_family-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1font_propertiesfont_sizeexpectedtxt">trunk/LayoutTests/platform/gtk/css1/font_properties/font_size-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1font_propertiesfont_styleexpectedtxt">trunk/LayoutTests/platform/gtk/css1/font_properties/font_style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1font_propertiesfont_variantexpectedtxt">trunk/LayoutTests/platform/gtk/css1/font_properties/font_variant-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1font_propertiesfont_weightexpectedtxt">trunk/LayoutTests/platform/gtk/css1/font_properties/font_weight-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1formatting_modelcanvasexpectedtxt">trunk/LayoutTests/platform/gtk/css1/formatting_model/canvas-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1formatting_modelfloating_elementsexpectedtxt">trunk/LayoutTests/platform/gtk/css1/formatting_model/floating_elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1formatting_modelheight_of_linesexpectedtxt">trunk/LayoutTests/platform/gtk/css1/formatting_model/height_of_lines-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1formatting_modelinline_elementsexpectedtxt">trunk/LayoutTests/platform/gtk/css1/formatting_model/inline_elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1formatting_modelreplaced_elementsexpectedtxt">trunk/LayoutTests/platform/gtk/css1/formatting_model/replaced_elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1formatting_modelvertical_formattingexpectedtxt">trunk/LayoutTests/platform/gtk/css1/formatting_model/vertical_formatting-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1pseudoanchorexpectedtxt">trunk/LayoutTests/platform/gtk/css1/pseudo/anchor-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1pseudofirstletterexpectedtxt">trunk/LayoutTests/platform/gtk/css1/pseudo/firstletter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1pseudofirstlineexpectedtxt">trunk/LayoutTests/platform/gtk/css1/pseudo/firstline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1pseudomultiple_pseudo_elementsexpectedtxt">trunk/LayoutTests/platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1pseudopseudo_elements_in_selectorsexpectedtxt">trunk/LayoutTests/platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1text_propertiesletter_spacingexpectedtxt">trunk/LayoutTests/platform/gtk/css1/text_properties/letter_spacing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1text_propertiesline_heightexpectedtxt">trunk/LayoutTests/platform/gtk/css1/text_properties/line_height-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1text_propertiestext_alignexpectedtxt">trunk/LayoutTests/platform/gtk/css1/text_properties/text_align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1text_propertiestext_decorationexpectedtxt">trunk/LayoutTests/platform/gtk/css1/text_properties/text_decoration-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1text_propertiestext_indentexpectedtxt">trunk/LayoutTests/platform/gtk/css1/text_properties/text_indent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1text_propertiestext_transformexpectedtxt">trunk/LayoutTests/platform/gtk/css1/text_properties/text_transform-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1text_propertiesvertical_alignexpectedtxt">trunk/LayoutTests/platform/gtk/css1/text_properties/vertical_align-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1text_propertiesword_spacingexpectedtxt">trunk/LayoutTests/platform/gtk/css1/text_properties/word_spacing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1unitscolor_unitsexpectedtxt">trunk/LayoutTests/platform/gtk/css1/units/color_units-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1unitslength_unitsexpectedtxt">trunk/LayoutTests/platform/gtk/css1/units/length_units-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1unitspercentage_unitsexpectedtxt">trunk/LayoutTests/platform/gtk/css1/units/percentage_units-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1unitsurlsexpectedtxt">trunk/LayoutTests/platform/gtk/css1/units/urls-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323bordercollapseoffset002expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/border-collapse-offset-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323borderconflictstyle079expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/border-conflict-style-079-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323borderconflictstyle088expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/border-conflict-style-088-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323dynamictopchange002expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323dynamictopchange003expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323inlinetable001expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/inline-table-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323inlinetable002aexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/inline-table-002a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323inlinetable003expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/inline-table-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323marginappliesto001expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323marginappliesto002expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323marginappliesto003expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323marginappliesto004expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323marginappliesto005expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323marginappliesto006expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323marginappliesto007expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-007-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323marginappliesto013expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-013-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323marginappliesto014expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-014-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323marginappliesto015expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323tablecaption001expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/table-caption-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323tablecaptionoptional001expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/table-caption-optional-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323tablecaptionoptional002expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/table-caption-optional-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323tableheightalgorithm023expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/table-height-algorithm-023-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323tableheightalgorithm024expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/table-height-algorithm-024-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t040302c61exlen00baexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t040302-c61-ex-len-00-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t0803c5501mrgnt00baexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t0803c5503mrgnb00baexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t080301c411vtmrgn00bexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t0804c5506padnt00baexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t0804c5508ipadnb03baexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t0805c5511brdrtw00bexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t0805c5513brdrbw00bexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t0805c5518brdrt01eexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t0805c5519brdrr01eexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t0805c5520brdrb01eexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t0805c5521brdrl01eexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t0805c5522brdr02eexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t090402c42ibxpad00dagexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t0905c5525fltmult00dgexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw00dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-00-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw01dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-01-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw02dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-02-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw03dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-03-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw04dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-04-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw05dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-05-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw06dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-06-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw07dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-07-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw08dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-08-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw09dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-09-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw10dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-10-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw11dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-11-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw12dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-12-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw13dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-13-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw14dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-14-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw15dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-15-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw16dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-16-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw17dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-17-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw18dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-18-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw19dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-19-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw20dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-20-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw21dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-21-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw22dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-22-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw23dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-23-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw24dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-24-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw25dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-25-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw26dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-26-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw27dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-27-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw28dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-28-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw29dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-29-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw30dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-30-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw31dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-31-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw32dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-32-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw33dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-33-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw34dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-34-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw35dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-35-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw36dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-36-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw37dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-37-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw38dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-38-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw39dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-39-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw40dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-40-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw41dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-41-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw42dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-42-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw43dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-43-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw44dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-44-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw45dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-45-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw46dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-46-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw47dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-47-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw48dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-48-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw49dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-49-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw50dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-50-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw51dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-51-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw52dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-52-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw53dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-53-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw54dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-54-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw55dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-55-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw56dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-56-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw57dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-57-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw58dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-58-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw59dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-59-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw60dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-60-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw61dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-61-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw62dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-62-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw63dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-63-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw64dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-64-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw65dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-65-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw66dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-66-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw67dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-67-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw68dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-68-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw69dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-69-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw70dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-70-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw71dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-71-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw72dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-72-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw73dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-73-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw74dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-74-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw75dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-75-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw76dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-76-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw77dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-77-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw78dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-78-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw79dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-79-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw80dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-80-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw81dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-81-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw82dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-82-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw83dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-83-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw84dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-84-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw85dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-85-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw86dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-86-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw87dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-87-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw88dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-88-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw89dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-89-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw90dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-90-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw91dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-91-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw92dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-92-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw93dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-93-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw94dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-94-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw95dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-95-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw96dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-96-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw97dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-97-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw98dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-98-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss21t170602bdrconflctw99dexpectedtxt">trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-99-d-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3css3modsel33expectedtxt">trunk/LayoutTests/platform/gtk/css3/css3-modsel-33-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3flexboxflexboxbaselineexpectedtxt">trunk/LayoutTests/platform/gtk/css3/flexbox/flexbox-baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel161expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel18expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-18-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel18bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-18b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel28expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-28-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel28bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-28b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel29expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-29-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel29bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-29b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel32expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-32-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel33expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-33-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel43expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-43-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel43bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-43b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel44expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-44-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel44bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-44b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel73expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-73-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel73bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-73b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel74expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-74-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel74bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-74b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel77expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-77-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel77bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-77b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel78expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-78-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel78bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-78b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel161expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel18expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-18-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel18bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-18b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel28expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-28-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel28bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-28b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel29expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-29-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel29bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-29b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel32expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-32-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel33expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-33-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel43expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-43-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel43bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-43b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel44expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-44-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel44bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-44b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel73expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-73-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel73bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-73b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel74expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-74-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel74bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-74b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel77expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-77-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel77bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-77b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel78expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-78-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel78bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-78b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel161expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel18expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-18-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel18bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-18b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel28expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-28-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel28bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-28b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel29expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-29-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel29bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-29b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel32expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-32-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel33expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-33-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel43expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-43-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel43bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-43b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel44expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-44-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel44bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-44b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel73expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-73-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel73bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-73b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel74expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel74bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel77expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-77-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel77bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-77b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel78expectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-78-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel78bexpectedtxt">trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-78b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingdeleting4922367expectedtxt">trunk/LayoutTests/platform/gtk/editing/deleting/4922367-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingdeleting5099303expectedtxt">trunk/LayoutTests/platform/gtk/editing/deleting/5099303-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingdeleting5126166expectedtxt">trunk/LayoutTests/platform/gtk/editing/deleting/5126166-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingdeleting51441392expectedtxt">trunk/LayoutTests/platform/gtk/editing/deleting/5144139-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingdeleting52063111expectedtxt">trunk/LayoutTests/platform/gtk/editing/deleting/5206311-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingdeleting54338622expectedtxt">trunk/LayoutTests/platform/gtk/editing/deleting/5433862-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingdeleting5483370expectedtxt">trunk/LayoutTests/platform/gtk/editing/deleting/5483370-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingdeletingdeletetoselecttableexpectedtxt">trunk/LayoutTests/platform/gtk/editing/deleting/delete-to-select-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingdeletingtablecellsexpectedtxt">trunk/LayoutTests/platform/gtk/editing/deleting/table-cells-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingexecCommand5481523expectedtxt">trunk/LayoutTests/platform/gtk/editing/execCommand/5481523-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditinginserting50581631expectedtxt">trunk/LayoutTests/platform/gtk/editing/inserting/5058163-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditinginsertinginsertparagraph01expectedtxt">trunk/LayoutTests/platform/gtk/editing/inserting/insert-paragraph-01-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditinginsertinginsertparagraph02expectedtxt">trunk/LayoutTests/platform/gtk/editing/inserting/insert-paragraph-02-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditinginsertingparagraphseparatorintable1expectedtxt">trunk/LayoutTests/platform/gtk/editing/inserting/paragraph-separator-in-table-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditinginsertingparagraphseparatorintable2expectedtxt">trunk/LayoutTests/platform/gtk/editing/inserting/paragraph-separator-in-table-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingpasteboard51564011expectedtxt">trunk/LayoutTests/platform/gtk/editing/pasteboard/5156401-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingpasteboard5387578expectedtxt">trunk/LayoutTests/platform/gtk/editing/pasteboard/5387578-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection36907032expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/3690703-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection3690703expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/3690703-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection3690719expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/3690719-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection4818145expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/4818145-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection4889598expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/4889598-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection48954282expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/4895428-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection50575062expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/5057506-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection50763231expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/5076323-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection50763232expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/5076323-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection50763233expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/5076323-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection51317161expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/5131716-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection51317162expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/5131716-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection51317163expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/5131716-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection51317164expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/5131716-4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection71521expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/7152-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingselection71522expectedtxt">trunk/LayoutTests/platform/gtk/editing/selection/7152-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingstyle50176131expectedtxt">trunk/LayoutTests/platform/gtk/editing/style/5017613-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingstyle50176132expectedtxt">trunk/LayoutTests/platform/gtk/editing/style/5017613-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingstyleapplestyleeditablemixexpectedtxt">trunk/LayoutTests/platform/gtk/editing/style/apple-style-editable-mix-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingunsupportedcontenttabletypeafterexpectedtxt">trunk/LayoutTests/platform/gtk/editing/unsupported-content/table-type-after-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingunsupportedcontenttabletypebeforeexpectedtxt">trunk/LayoutTests/platform/gtk/editing/unsupported-content/table-type-before-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastbackgroundsrepeatnegativeoffsetrepeattransformedexpectedtxt">trunk/LayoutTests/platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockbasic016expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/basic/016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockfloat011expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/float/011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockfloat015expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/float/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockfloat025expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/float/025-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockfloat026expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/float/026-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockfloat027expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/float/027-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockfloat028expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/float/028-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse001expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse005expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse006expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse010expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/010-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse011expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse012expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse015expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse016expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse017expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/017-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse018expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/018-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse019expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/019-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse020expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/020-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse021expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/021-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse022expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/022-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse025expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/025-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse032expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/032-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse033expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/033-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse034expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/034-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse041expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/041-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse042expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/042-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse055expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/055-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse056expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/056-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse057expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/057-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse058expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/058-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse059expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/059-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapse104expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/104-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline001expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline005expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline006expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline010expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/010-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline011expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline012expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline015expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline016expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline017expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/017-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline018expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/018-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline019expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/019-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline020expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/020-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline021expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/021-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline022expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/022-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline025expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockpositioning053expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/positioning/053-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastbordersbidi009aexpectedtxt">trunk/LayoutTests/platform/gtk/fast/borders/bidi-009a-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastbordersborderantialiasingexpectedtxt">trunk/LayoutTests/platform/gtk/fast/borders/border-antialiasing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastboxshadowbasicshadowsexpectedtxt">trunk/LayoutTests/platform/gtk/fast/box-shadow/basic-shadows-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcss003expectedtxt">trunk/LayoutTests/platform/gtk/fast/css/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssabsolutepoitioninrtlparentexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css/absolute-poition-in-rtl-parent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontentdetailssummarybeforeafterexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/details-summary-before-after-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontentinlinedisplaytypesexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/inline-display-types-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontentnestedtableswithbeforeaftercontentcrashexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontenttablebeforeafterchildaddexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontenttablecellbeforeafterchildaddexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontenttablecellbeforecontentexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-cell-before-content-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontenttablerowbeforeafterchildaddexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontenttablerowbeforeafterexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-row-before-after-expected.txt</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformgtkcss2120110323replacedintrinsicratio001expectedtxt">trunk/LayoutTests/platform/gtk/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockbasicquirkpercentheighttablecellexpectedtxt">trunk/LayoutTests/platform/gtk/fast/block/basic/quirk-percent-height-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontentfirstletterinnestedbeforeexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/first-letter-in-nested-before-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontentfirstletterinnestedbeforetableexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontenttablepartsbeforeandafterexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-parts-before-and-after-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/ChangeLog        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -1,3 +1,419 @@
</span><ins>+2015-10-28  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
+        Unreviewed. GTK+ gardening: rebaseline tests after r191623.
+
+        * platform/gtk/css1/basic/containment-expected.txt:
+        * platform/gtk/css1/basic/contextual_selectors-expected.txt:
+        * platform/gtk/css1/basic/grouping-expected.txt:
+        * platform/gtk/css1/basic/id_as_selector-expected.txt:
+        * platform/gtk/css1/basic/inheritance-expected.txt:
+        * platform/gtk/css1/box_properties/border-expected.txt:
+        * platform/gtk/css1/box_properties/border_bottom-expected.txt:
+        * platform/gtk/css1/box_properties/border_bottom_inline-expected.txt:
+        * platform/gtk/css1/box_properties/border_bottom_width-expected.txt:
+        * platform/gtk/css1/box_properties/border_bottom_width_inline-expected.txt:
+        * platform/gtk/css1/box_properties/border_color-expected.txt:
+        * platform/gtk/css1/box_properties/border_color_inline-expected.txt:
+        * platform/gtk/css1/box_properties/border_inline-expected.txt:
+        * platform/gtk/css1/box_properties/border_left-expected.txt:
+        * platform/gtk/css1/box_properties/border_left_inline-expected.txt:
+        * platform/gtk/css1/box_properties/border_left_width-expected.txt:
+        * platform/gtk/css1/box_properties/border_left_width_inline-expected.txt:
+        * platform/gtk/css1/box_properties/border_right-expected.txt:
+        * platform/gtk/css1/box_properties/border_right_inline-expected.txt:
+        * platform/gtk/css1/box_properties/border_right_width-expected.txt:
+        * platform/gtk/css1/box_properties/border_right_width_inline-expected.txt:
+        * platform/gtk/css1/box_properties/border_style-expected.txt:
+        * platform/gtk/css1/box_properties/border_style_inline-expected.txt:
+        * platform/gtk/css1/box_properties/border_top-expected.txt:
+        * platform/gtk/css1/box_properties/border_top_inline-expected.txt:
+        * platform/gtk/css1/box_properties/border_top_width-expected.txt:
+        * platform/gtk/css1/box_properties/border_top_width_inline-expected.txt:
+        * platform/gtk/css1/box_properties/border_width-expected.txt:
+        * platform/gtk/css1/box_properties/border_width_inline-expected.txt:
+        * platform/gtk/css1/box_properties/clear-expected.txt:
+        * platform/gtk/css1/box_properties/clear_float-expected.txt:
+        * platform/gtk/css1/box_properties/float-expected.txt:
+        * platform/gtk/css1/box_properties/float_elements_in_series-expected.txt:
+        * platform/gtk/css1/box_properties/float_margin-expected.txt:
+        * platform/gtk/css1/box_properties/float_on_text_elements-expected.txt:
+        * platform/gtk/css1/box_properties/height-expected.txt:
+        * platform/gtk/css1/box_properties/margin-expected.txt:
+        * platform/gtk/css1/box_properties/margin_bottom-expected.txt:
+        * platform/gtk/css1/box_properties/margin_bottom_inline-expected.txt:
+        * platform/gtk/css1/box_properties/margin_inline-expected.txt:
+        * platform/gtk/css1/box_properties/margin_left-expected.txt:
+        * platform/gtk/css1/box_properties/margin_left_inline-expected.txt:
+        * platform/gtk/css1/box_properties/margin_right-expected.txt:
+        * platform/gtk/css1/box_properties/margin_right_inline-expected.txt:
+        * platform/gtk/css1/box_properties/margin_top-expected.txt:
+        * platform/gtk/css1/box_properties/margin_top_inline-expected.txt:
+        * platform/gtk/css1/box_properties/padding-expected.txt:
+        * platform/gtk/css1/box_properties/padding_bottom-expected.txt:
+        * platform/gtk/css1/box_properties/padding_bottom_inline-expected.txt:
+        * platform/gtk/css1/box_properties/padding_inline-expected.txt:
+        * platform/gtk/css1/box_properties/padding_left-expected.txt:
+        * platform/gtk/css1/box_properties/padding_left_inline-expected.txt:
+        * platform/gtk/css1/box_properties/padding_right-expected.txt:
+        * platform/gtk/css1/box_properties/padding_right_inline-expected.txt:
+        * platform/gtk/css1/box_properties/padding_top-expected.txt:
+        * platform/gtk/css1/box_properties/padding_top_inline-expected.txt:
+        * platform/gtk/css1/box_properties/width-expected.txt:
+        * platform/gtk/css1/cascade/cascade_order-expected.txt:
+        * platform/gtk/css1/cascade/important-expected.txt:
+        * platform/gtk/css1/classification/display-expected.txt:
+        * platform/gtk/css1/classification/list_style-expected.txt:
+        * platform/gtk/css1/classification/list_style_image-expected.txt:
+        * platform/gtk/css1/classification/list_style_position-expected.txt:
+        * platform/gtk/css1/classification/list_style_type-expected.txt:
+        * platform/gtk/css1/classification/white_space-expected.txt:
+        * platform/gtk/css1/color_and_background/background-expected.txt:
+        * platform/gtk/css1/color_and_background/background_attachment-expected.txt:
+        * platform/gtk/css1/color_and_background/background_color-expected.txt:
+        * platform/gtk/css1/color_and_background/background_image-expected.txt:
+        * platform/gtk/css1/color_and_background/background_position-expected.txt:
+        * platform/gtk/css1/color_and_background/background_repeat-expected.txt:
+        * platform/gtk/css1/color_and_background/color-expected.txt:
+        * platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt:
+        * platform/gtk/css1/font_properties/font-expected.txt:
+        * platform/gtk/css1/font_properties/font_family-expected.txt:
+        * platform/gtk/css1/font_properties/font_size-expected.txt:
+        * platform/gtk/css1/font_properties/font_style-expected.txt:
+        * platform/gtk/css1/font_properties/font_variant-expected.txt:
+        * platform/gtk/css1/font_properties/font_weight-expected.txt:
+        * platform/gtk/css1/formatting_model/canvas-expected.txt:
+        * platform/gtk/css1/formatting_model/floating_elements-expected.txt:
+        * platform/gtk/css1/formatting_model/height_of_lines-expected.txt:
+        * platform/gtk/css1/formatting_model/inline_elements-expected.txt:
+        * platform/gtk/css1/formatting_model/replaced_elements-expected.txt:
+        * platform/gtk/css1/formatting_model/vertical_formatting-expected.txt:
+        * platform/gtk/css1/pseudo/anchor-expected.txt:
+        * platform/gtk/css1/pseudo/firstletter-expected.txt:
+        * platform/gtk/css1/pseudo/firstline-expected.txt:
+        * platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt:
+        * platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
+        * platform/gtk/css1/text_properties/letter_spacing-expected.txt:
+        * platform/gtk/css1/text_properties/line_height-expected.txt:
+        * platform/gtk/css1/text_properties/text_align-expected.txt:
+        * platform/gtk/css1/text_properties/text_decoration-expected.txt:
+        * platform/gtk/css1/text_properties/text_indent-expected.txt:
+        * platform/gtk/css1/text_properties/text_transform-expected.txt:
+        * platform/gtk/css1/text_properties/vertical_align-expected.txt:
+        * platform/gtk/css1/text_properties/word_spacing-expected.txt:
+        * platform/gtk/css1/units/color_units-expected.txt:
+        * platform/gtk/css1/units/length_units-expected.txt:
+        * platform/gtk/css1/units/percentage_units-expected.txt:
+        * platform/gtk/css1/units/urls-expected.txt:
+        * platform/gtk/css2.1/20110323/border-collapse-offset-002-expected.txt:
+        * platform/gtk/css2.1/20110323/border-conflict-style-079-expected.txt:
+        * platform/gtk/css2.1/20110323/border-conflict-style-088-expected.txt:
+        * platform/gtk/css2.1/20110323/dynamic-top-change-002-expected.txt:
+        * platform/gtk/css2.1/20110323/dynamic-top-change-003-expected.txt:
+        * platform/gtk/css2.1/20110323/inline-table-001-expected.txt:
+        * platform/gtk/css2.1/20110323/inline-table-002a-expected.txt:
+        * platform/gtk/css2.1/20110323/inline-table-003-expected.txt:
+        * platform/gtk/css2.1/20110323/margin-applies-to-001-expected.txt:
+        * platform/gtk/css2.1/20110323/margin-applies-to-002-expected.txt:
+        * platform/gtk/css2.1/20110323/margin-applies-to-003-expected.txt:
+        * platform/gtk/css2.1/20110323/margin-applies-to-004-expected.txt:
+        * platform/gtk/css2.1/20110323/margin-applies-to-005-expected.txt:
+        * platform/gtk/css2.1/20110323/margin-applies-to-006-expected.txt:
+        * platform/gtk/css2.1/20110323/margin-applies-to-007-expected.txt:
+        * platform/gtk/css2.1/20110323/margin-applies-to-013-expected.txt:
+        * platform/gtk/css2.1/20110323/margin-applies-to-014-expected.txt:
+        * platform/gtk/css2.1/20110323/margin-applies-to-015-expected.txt:
+        * platform/gtk/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added.
+        * platform/gtk/css2.1/20110323/table-caption-001-expected.txt:
+        * platform/gtk/css2.1/20110323/table-caption-optional-001-expected.txt:
+        * platform/gtk/css2.1/20110323/table-caption-optional-002-expected.txt:
+        * platform/gtk/css2.1/20110323/table-height-algorithm-023-expected.txt:
+        * platform/gtk/css2.1/20110323/table-height-algorithm-024-expected.txt:
+        * platform/gtk/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
+        * platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
+        * platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
+        * platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
+        * platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
+        * platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
+        * platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
+        * platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
+        * platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
+        * platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
+        * platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
+        * platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
+        * platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.txt:
+        * platform/gtk/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
+        * platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
+        * platform/gtk/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
+        * platform/gtk/css3/css3-modsel-33-expected.txt:
+        * platform/gtk/css3/flexbox/flexbox-baseline-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-18-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-18b-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-28-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-28b-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-29-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-29b-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-32-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-33-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-43-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-43b-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-44-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-44b-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-73-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-73b-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-74-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-74b-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-77-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-77b-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-78-expected.txt:
+        * platform/gtk/css3/selectors3/html/css3-modsel-78b-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
+        * platform/gtk/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-18-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-18b-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-28-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-28b-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-29-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-29b-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-32-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-33-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-43-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-43b-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-44-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-44b-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-73-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-73b-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-77-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-77b-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-78-expected.txt:
+        * platform/gtk/css3/selectors3/xml/css3-modsel-78b-expected.txt:
+        * platform/gtk/editing/deleting/4922367-expected.txt:
+        * platform/gtk/editing/deleting/5099303-expected.txt:
+        * platform/gtk/editing/deleting/5126166-expected.txt:
+        * platform/gtk/editing/deleting/5144139-2-expected.txt:
+        * platform/gtk/editing/deleting/5206311-1-expected.txt:
+        * platform/gtk/editing/deleting/5433862-2-expected.txt:
+        * platform/gtk/editing/deleting/5483370-expected.txt:
+        * platform/gtk/editing/deleting/delete-to-select-table-expected.txt:
+        * platform/gtk/editing/deleting/table-cells-expected.txt:
+        * platform/gtk/editing/execCommand/5481523-expected.txt:
+        * platform/gtk/editing/inserting/5058163-1-expected.txt:
+        * platform/gtk/editing/inserting/insert-paragraph-01-expected.txt:
+        * platform/gtk/editing/inserting/insert-paragraph-02-expected.txt:
+        * platform/gtk/editing/inserting/paragraph-separator-in-table-1-expected.txt:
+        * platform/gtk/editing/inserting/paragraph-separator-in-table-2-expected.txt:
+        * platform/gtk/editing/pasteboard/5156401-1-expected.txt:
+        * platform/gtk/editing/pasteboard/5387578-expected.txt:
+        * platform/gtk/editing/selection/3690703-2-expected.txt:
+        * platform/gtk/editing/selection/3690703-expected.txt:
+        * platform/gtk/editing/selection/3690719-expected.txt:
+        * platform/gtk/editing/selection/4818145-expected.txt:
+        * platform/gtk/editing/selection/4889598-expected.txt:
+        * platform/gtk/editing/selection/4895428-2-expected.txt:
+        * platform/gtk/editing/selection/5057506-2-expected.txt:
+        * platform/gtk/editing/selection/5076323-1-expected.txt:
+        * platform/gtk/editing/selection/5076323-2-expected.txt:
+        * platform/gtk/editing/selection/5076323-3-expected.txt:
+        * platform/gtk/editing/selection/5131716-1-expected.txt:
+        * platform/gtk/editing/selection/5131716-2-expected.txt:
+        * platform/gtk/editing/selection/5131716-3-expected.txt:
+        * platform/gtk/editing/selection/5131716-4-expected.txt:
+        * platform/gtk/editing/selection/7152-1-expected.txt:
+        * platform/gtk/editing/selection/7152-2-expected.txt:
+        * platform/gtk/editing/style/5017613-1-expected.txt:
+        * platform/gtk/editing/style/5017613-2-expected.txt:
+        * platform/gtk/editing/style/apple-style-editable-mix-expected.txt:
+        * platform/gtk/editing/unsupported-content/table-type-after-expected.txt:
+        * platform/gtk/editing/unsupported-content/table-type-before-expected.txt:
+        * platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
+        * platform/gtk/fast/block/basic/016-expected.txt:
+        * platform/gtk/fast/block/basic/quirk-percent-height-table-cell-expected.txt: Added.
+        * platform/gtk/fast/block/float/011-expected.txt:
+        * platform/gtk/fast/block/float/015-expected.txt:
+        * platform/gtk/fast/block/float/025-expected.txt:
+        * platform/gtk/fast/block/float/026-expected.txt:
+        * platform/gtk/fast/block/float/027-expected.txt:
+        * platform/gtk/fast/block/float/028-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/001-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/005-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/006-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/010-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/011-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/012-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/015-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/016-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/017-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/018-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/019-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/020-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/021-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/022-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/025-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/032-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/033-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/034-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/041-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/042-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/055-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/056-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/057-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/058-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/059-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/104-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
+        * platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
+        * platform/gtk/fast/block/positioning/053-expected.txt:
+        * platform/gtk/fast/borders/bidi-009a-expected.txt:
+        * platform/gtk/fast/borders/border-antialiasing-expected.txt:
+        * platform/gtk/fast/box-shadow/basic-shadows-expected.txt:
+        * platform/gtk/fast/css-generated-content/details-summary-before-after-expected.txt:
+        * platform/gtk/fast/css-generated-content/first-letter-in-nested-before-expected.txt: Added.
+        * platform/gtk/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: Added.
+        * platform/gtk/fast/css-generated-content/inline-display-types-expected.txt:
+        * platform/gtk/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
+        * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt:
+        * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
+        * platform/gtk/fast/css-generated-content/table-cell-before-content-expected.txt:
+        * platform/gtk/fast/css-generated-content/table-parts-before-and-after-expected.txt: Added.
+        * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
+        * platform/gtk/fast/css-generated-content/table-row-before-after-expected.txt:
+        * platform/gtk/fast/css/003-expected.txt:
+        * platform/gtk/fast/css/absolute-poition-in-rtl-parent-expected.txt:
+
</ins><span class="cx"> 2015-10-27  Hunseop Jeong  &lt;hs85.jeong@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Cairo] Incorrect dashed and dotted border painting after r177686.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1basiccontainmentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/basic/containment-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/basic/containment-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/basic/containment-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -110,9 +110,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x348
</span><del>-            RenderTableCell {TD} at (0,186) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,186) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x348 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x35
</span><span class="cx">                 RenderText {#text} at (0,0) size 404x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1basiccontextual_selectorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/basic/contextual_selectors-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/basic/contextual_selectors-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/basic/contextual_selectors-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -39,22 +39,22 @@
</span><span class="cx">               RenderListMarker at (-17,0) size 7x17: white bullet
</span><span class="cx">               RenderText {#text} at (0,0) size 136x17
</span><span class="cx">                 text run at (0,0) width 136: &quot;This should be green.&quot;
</span><del>-      RenderTable {TABLE} at (0,240) size 722x151 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 720x149
-          RenderTableRow {TR} at (0,0) size 720x25
-            RenderTableCell {TD} at (0,0) size 720x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,240) size 723x151 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 721x149
+          RenderTableRow {TR} at (0,0) size 721x25
+            RenderTableCell {TD} at (0,0) size 721x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 720x124
-            RenderTableCell {TD} at (0,74) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
-            RenderTableCell {TD} at (12,25) size 708x124 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 700x17 [color=#800080]
</del><ins>+          RenderTableRow {TR} at (0,25) size 721x124
+            RenderTableCell {TD} at (0,74) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
+            RenderTableCell {TD} at (12,25) size 709x124 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {P} at (4,4) size 701x17 [color=#800080]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 700x17
</span><span class="cx">                   text run at (0,0) width 700: &quot;This sentence should be navy serif in the first half of the page, but purple and sans-serif in the table.&quot;
</span><del>-              RenderBlock {P} at (4,37) size 700x17 [color=#800080]
</del><ins>+              RenderBlock {P} at (4,37) size 701x17 [color=#800080]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 623x17
</span><span class="cx">                   text run at (0,0) width 623: &quot;This sentence should be normal for its section, except for the last word, which should be &quot;
</span><span class="cx">                 RenderInline {EM} at (0,0) size 41x17 [color=#008000]
</span><span class="lines">@@ -62,9 +62,9 @@
</span><span class="cx">                     text run at (623,0) width 41: &quot;green&quot;
</span><span class="cx">                 RenderText {#text} at (664,0) size 4x17
</span><span class="cx">                   text run at (664,0) width 4: &quot;.&quot;
</span><del>-              RenderBlock {UL} at (4,70) size 700x34
-                RenderListItem {LI} at (40,0) size 660x34
-                  RenderBlock (anonymous) at (0,0) size 660x17
</del><ins>+              RenderBlock {UL} at (4,70) size 701x34
+                RenderListItem {LI} at (40,0) size 661x34
+                  RenderBlock (anonymous) at (0,0) size 661x17
</ins><span class="cx">                     RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">                     RenderInline {EM} at (0,0) size 39x17 [color=#008000]
</span><span class="cx">                       RenderText {#text} at (0,0) size 39x17
</span><span class="lines">@@ -72,8 +72,8 @@
</span><span class="cx">                     RenderText {#text} at (39,0) size 399x17
</span><span class="cx">                       text run at (39,0) width 4: &quot; &quot;
</span><span class="cx">                       text run at (43,0) width 395: &quot;The first \&quot;hello\&quot; should be green, but this part should be black.&quot;
</span><del>-                  RenderBlock {UL} at (0,17) size 660x17
-                    RenderListItem {LI} at (40,0) size 620x17 [color=#008000]
</del><ins>+                  RenderBlock {UL} at (0,17) size 661x17
+                    RenderListItem {LI} at (40,0) size 621x17 [color=#008000]
</ins><span class="cx">                       RenderListMarker at (-17,0) size 7x17: white bullet
</span><span class="cx">                       RenderText {#text} at (0,0) size 136x17
</span><span class="cx">                         text run at (0,0) width 136: &quot;This should be green.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1basicgroupingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/basic/grouping-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/basic/grouping-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/basic/grouping-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -20,24 +20,24 @@
</span><span class="cx">       RenderBlock {P} at (0,160) size 784x17 [color=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 194x17
</span><span class="cx">           text run at (0,0) width 194: &quot;This sentence should be green.&quot;
</span><del>-      RenderTable {TABLE} at (0,193) size 216x118 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 214x116
-          RenderTableRow {TR} at (0,0) size 214x25
-            RenderTableCell {TD} at (0,0) size 214x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,193) size 217x118 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 215x116
+          RenderTableRow {TR} at (0,0) size 215x25
+            RenderTableCell {TD} at (0,0) size 215x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 214x91
-            RenderTableCell {TD} at (0,58) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,25) size 215x91
+            RenderTableCell {TD} at (0,58) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,25) size 202x91 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 194x17 [color=#008000]
</del><ins>+            RenderTableCell {TD} at (12,25) size 203x91 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {P} at (4,4) size 195x17 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 194x17
</span><span class="cx">                   text run at (0,0) width 194: &quot;This sentence should be green.&quot;
</span><del>-              RenderBlock {P} at (4,37) size 194x17 [color=#008000]
</del><ins>+              RenderBlock {P} at (4,37) size 195x17 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 194x17
</span><span class="cx">                   text run at (0,0) width 194: &quot;This sentence should be green.&quot;
</span><del>-              RenderBlock {P} at (4,70) size 194x17 [color=#008000]
</del><ins>+              RenderBlock {P} at (4,70) size 195x17 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 194x17
</span><span class="cx">                   text run at (0,0) width 194: &quot;This sentence should be green.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1basicid_as_selectorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/basic/id_as_selector-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/basic/id_as_selector-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/basic/id_as_selector-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -42,25 +42,25 @@
</span><span class="cx">           RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">           RenderText {#text} at (0,0) size 237x17
</span><span class="cx">             text run at (0,0) width 237: &quot;This sentence should NOT be purple.&quot;
</span><del>-      RenderTable {TABLE} at (0,376) size 422x227 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 420x225
-          RenderTableRow {TR} at (0,0) size 420x25
-            RenderTableCell {TD} at (0,0) size 420x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,376) size 423x227 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 421x225
+          RenderTableRow {TR} at (0,0) size 421x25
+            RenderTableCell {TD} at (0,0) size 421x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 420x200
-            RenderTableCell {TD} at (0,112) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
-            RenderTableCell {TD} at (12,25) size 408x200 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 400x17 [color=#008000]
</del><ins>+          RenderTableRow {TR} at (0,25) size 421x200
+            RenderTableCell {TD} at (0,112) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
+            RenderTableCell {TD} at (12,25) size 409x200 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {P} at (4,4) size 401x17 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 194x17
</span><span class="cx">                   text run at (0,0) width 194: &quot;This sentence should be green.&quot;
</span><del>-              RenderBlock {P} at (4,37) size 400x17 [color=#008000]
</del><ins>+              RenderBlock {P} at (4,37) size 401x17 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 194x17
</span><span class="cx">                   text run at (0,0) width 194: &quot;This sentence should be green.&quot;
</span><del>-              RenderBlock {P} at (4,70) size 400x18 [color=#0000FF]
</del><ins>+              RenderBlock {P} at (4,70) size 401x18 [color=#0000FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 200x17
</span><span class="cx">                   text run at (0,0) width 200: &quot;This paragraph should be blue [&quot;
</span><span class="cx">                 RenderInline {TT} at (0,0) size 72x15
</span><span class="lines">@@ -68,14 +68,14 @@
</span><span class="cx">                     text run at (200,3) width 72: &quot;ID=\&quot;five\&quot;&quot;
</span><span class="cx">                 RenderText {#text} at (272,0) size 9x17
</span><span class="cx">                   text run at (272,0) width 9: &quot;].&quot;
</span><del>-              RenderBlock {PRE} at (4,104) size 400x15
</del><ins>+              RenderBlock {PRE} at (4,104) size 401x15
</ins><span class="cx">                 RenderText {#text} at (0,0) size 400x15
</span><span class="cx">                   text run at (0,0) width 400: &quot;This sentence should NOT be blue [PRE ID=\&quot;five2\&quot;].&quot;
</span><del>-              RenderBlock {PRE} at (4,132) size 400x15
</del><ins>+              RenderBlock {PRE} at (4,132) size 401x15
</ins><span class="cx">                 RenderText {#text} at (0,0) size 360x15
</span><span class="cx">                   text run at (0,0) width 360: &quot;This sentence should be black [PRE ID=\&quot;six\&quot;].&quot;
</span><del>-              RenderBlock {UL} at (4,163) size 400x17
-                RenderListItem {LI} at (40,0) size 360x17
</del><ins>+              RenderBlock {UL} at (4,163) size 401x17
+                RenderListItem {LI} at (40,0) size 361x17
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 237x17
</span><span class="cx">                     text run at (0,0) width 237: &quot;This sentence should NOT be purple.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1basicinheritanceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/basic/inheritance-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/basic/inheritance-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/basic/inheritance-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><del>-layer at (0,0) size 785x719
</del><ins>+layer at (0,0) size 785x718
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x719
</del><ins>+layer at (0,0) size 785x718
</ins><span class="cx">   RenderBlock {HTML} at (0,0) size 785x719
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x703 [color=#008000] [bgcolor=#CCCCCC]
</span><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="lines">@@ -92,19 +92,19 @@
</span><span class="cx">             text run at (354,0) width 173: &quot;this part (which is spanned)&quot;
</span><span class="cx">         RenderText {#text} at (527,0) size 4x17
</span><span class="cx">           text run at (527,0) width 4: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,427) size 614x276 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 612x273
-          RenderTableRow {TR} at (0,0) size 612x25
-            RenderTableCell {TD} at (0,0) size 612x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,427) size 615x276 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 613x273
+          RenderTableRow {TR} at (0,0) size 613x25
+            RenderTableCell {TD} at (0,0) size 613x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 612x248
-            RenderTableCell {TD} at (0,136) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
</del><ins>+          RenderTableRow {TR} at (0,25) size 613x248
+            RenderTableCell {TD} at (0,136) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,3) size 4x18
</ins><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,25) size 600x248 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {H3} at (4,4) size 592x21 [color=#0000FF]
</del><ins>+            RenderTableCell {TD} at (12,25) size 601x248 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {H3} at (4,4) size 593x21 [color=#0000FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 220x21
</span><span class="cx">                   text run at (0,0) width 220: &quot;This sentence should show &quot;
</span><span class="cx">                 RenderInline {STRONG} at (0,0) size 35x21
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx">                     text run at (297,0) width 51: &quot;purple&quot;
</span><span class="cx">                 RenderText {#text} at (348,0) size 5x21
</span><span class="cx">                   text run at (348,0) width 5: &quot;.&quot;
</span><del>-              RenderBlock {H3} at (4,43) size 592x22 [color=#0000FF]
</del><ins>+              RenderBlock {H3} at (4,43) size 593x22 [color=#0000FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 197x21
</span><span class="cx">                   text run at (0,0) width 197: &quot;This sentence should be &quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 34x21
</span><span class="lines">@@ -125,7 +125,7 @@
</span><span class="cx">                     text run at (197,0) width 34: &quot;blue&quot;
</span><span class="cx">                 RenderText {#text} at (231,0) size 104x21
</span><span class="cx">                   text run at (231,0) width 104: &quot; throughout.&quot;
</span><del>-              RenderBlock {P} at (4,83) size 592x18
</del><ins>+              RenderBlock {P} at (4,83) size 593x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 226x17
</span><span class="cx">                   text run at (0,0) width 226: &quot;This should be green except for the &quot;
</span><span class="cx">                 RenderInline {EM} at (0,0) size 117x17 [color=#800080]
</span><span class="lines">@@ -133,10 +133,10 @@
</span><span class="cx">                     text run at (226,0) width 117: &quot;emphasized words&quot;
</span><span class="cx">                 RenderText {#text} at (343,0) size 160x17
</span><span class="cx">                   text run at (343,0) width 160: &quot;, which should be purple.&quot;
</span><del>-              RenderBlock {H3} at (4,119) size 592x22 [color=#0000FF]
</del><ins>+              RenderBlock {H3} at (4,119) size 593x22 [color=#0000FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 296x21
</span><span class="cx">                   text run at (0,0) width 296: &quot;This should be blue and underlined.&quot;
</span><del>-              RenderBlock {P} at (4,158) size 592x19
</del><ins>+              RenderBlock {P} at (4,158) size 593x19
</ins><span class="cx">                 RenderText {#text} at (0,0) size 293x17
</span><span class="cx">                   text run at (0,0) width 293: &quot;This sentence should be underlined, including &quot;
</span><span class="cx">                 RenderInline {TT} at (0,0) size 72x15
</span><span class="lines">@@ -159,7 +159,7 @@
</span><span class="cx">                     text run at (520,0) width 57: &quot;this part&quot;
</span><span class="cx">                 RenderText {#text} at (577,0) size 4x17
</span><span class="cx">                   text run at (577,0) width 4: &quot;.&quot;
</span><del>-              RenderBlock {P} at (4,192) size 592x19 [color=#000080]
</del><ins>+              RenderBlock {P} at (4,192) size 593x19 [color=#000080]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 436x17
</span><span class="cx">                   text run at (0,0) width 436: &quot;This sentence should also be underlined, as well as dark blue (navy), &quot;
</span><span class="cx">                 RenderInline {TT} at (0,0) size 152x15
</span><span class="lines">@@ -167,7 +167,7 @@
</span><span class="cx">                     text run at (436,3) width 152: &quot;including this part&quot;
</span><span class="cx">                 RenderText {#text} at (588,0) size 4x17
</span><span class="cx">                   text run at (588,0) width 4: &quot;.&quot;
</span><del>-              RenderBlock {P} at (4,226) size 592x18 [color=#800080]
</del><ins>+              RenderBlock {P} at (4,226) size 593x18 [color=#800080]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 266x17
</span><span class="cx">                   text run at (0,0) width 266: &quot;This sentence should be purple, including &quot;
</span><span class="cx">                 RenderInline {STRONG} at (0,0) size 57x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -74,17 +74,17 @@
</span><span class="cx">                 text run at (408,3) width 306: &quot;This is also true of the table-testing section in the&quot;
</span><span class="cx">                 text run at (3,20) width 175: &quot;second half of the test page.&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,50) size 767x52
</span><del>-            RenderTableCell {TD} at (5,64) size 194x23 [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (3,3) size 53x17
-                text run at (3,3) width 53: &quot;Cell one&quot;
</del><ins>+            RenderTableCell {TD} at (5,64) size 195x24 [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (3,3) size 53x18
+                text run at (3,4) width 53: &quot;Cell one&quot;
</ins><span class="cx">             RenderTableCell {TD} at (204,50) size 558x52 [border: (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock (anonymous) at (3,3) size 552x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 54x17
</span><span class="cx">                   text run at (0,0) width 54: &quot;Cell two&quot;
</span><del>-              RenderTable {TABLE} at (3,20) size 163x29 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 161x27
-                  RenderTableRow {TR} at (0,2) size 161x23
-                    RenderTableCell {TD} at (2,2) size 157x23 [border: (2px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (3,20) size 164x29 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 162x27
+                  RenderTableRow {TR} at (0,2) size 162x23
+                    RenderTableCell {TD} at (2,2) size 158x23 [border: (2px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (3,3) size 151x17
</span><span class="cx">                         text run at (3,3) width 151: &quot;Nested single-cell table!&quot;
</span><span class="cx">       RenderBlock {P} at (0,712) size 769x17
</span><span class="lines">@@ -98,9 +98,9 @@
</span><span class="cx">                 RenderText {#text} at (5,5) size 163x17
</span><span class="cx">                   text run at (5,5) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,27) size 767x574
</span><del>-            RenderTableCell {TD} at (0,300) size 14x27 [bgcolor=#C0C0C0] [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (5,5) size 4x17
-                text run at (5,5) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,300) size 15x28 [bgcolor=#C0C0C0] [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (5,5) size 4x18
+                text run at (5,6) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (14,27) size 753x574 [border: (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (5,5) size 743x34
</span><span class="cx">                 RenderText {#text} at (0,0) size 700x34
</span><span class="lines">@@ -159,17 +159,17 @@
</span><span class="cx">                         text run at (408,3) width 306: &quot;This is also true of the table-testing section in the&quot;
</span><span class="cx">                         text run at (3,20) width 175: &quot;second half of the test page.&quot;
</span><span class="cx">                   RenderTableRow {TR} at (0,50) size 741x52
</span><del>-                    RenderTableCell {TD} at (5,64) size 187x23 [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
-                      RenderText {#text} at (3,3) size 53x17
-                        text run at (3,3) width 53: &quot;Cell one&quot;
</del><ins>+                    RenderTableCell {TD} at (5,64) size 188x24 [border: (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
+                      RenderText {#text} at (3,3) size 53x18
+                        text run at (3,4) width 53: &quot;Cell one&quot;
</ins><span class="cx">                     RenderTableCell {TD} at (197,50) size 539x52 [border: (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderBlock (anonymous) at (3,3) size 533x17
</span><span class="cx">                         RenderText {#text} at (0,0) size 54x17
</span><span class="cx">                           text run at (0,0) width 54: &quot;Cell two&quot;
</span><del>-                      RenderTable {TABLE} at (3,20) size 163x29 [border: (1px outset #808080)]
-                        RenderTableSection {TBODY} at (1,1) size 161x27
-                          RenderTableRow {TR} at (0,2) size 161x23
-                            RenderTableCell {TD} at (2,2) size 157x23 [border: (2px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                      RenderTable {TABLE} at (3,20) size 164x29 [border: (1px outset #808080)]
+                        RenderTableSection {TBODY} at (1,1) size 162x27
+                          RenderTableRow {TR} at (0,2) size 162x23
+                            RenderTableCell {TD} at (2,2) size 158x23 [border: (2px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderText {#text} at (3,3) size 151x17
</span><span class="cx">                                 text run at (3,3) width 151: &quot;Nested single-cell table!&quot;
</span><span class="cx">               RenderBlock {P} at (5,552) size 743x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -33,17 +33,17 @@
</span><span class="cx">                 text run at (455,2) width 283: &quot;This is also true of the table-testing section in&quot;
</span><span class="cx">                 text run at (2,19) width 198: &quot;the second half of the test page.&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,49) size 767x50
</span><del>-            RenderTableCell {TD} at (5,63) size 192x22 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (5,63) size 194x22 [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 (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;Cell one&quot;
</span><del>-            RenderTableCell {TD} at (202,49) size 560x50 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (2,2) size 556x17
</del><ins>+            RenderTableCell {TD} at (203,49) size 559x50 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (2,2) size 555x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 54x17
</span><span class="cx">                   text run at (0,0) width 54: &quot;Cell two&quot;
</span><del>-              RenderTable {TABLE} at (2,19) size 161x28 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 159x26
-                  RenderTableRow {TR} at (0,2) size 159x22
-                    RenderTableCell {TD} at (2,2) size 155x22 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (2,19) size 162x28 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 160x26
+                  RenderTableRow {TR} at (0,2) size 160x22
+                    RenderTableCell {TD} at (2,2) size 156x22 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 151x17
</span><span class="cx">                         text run at (2,2) width 151: &quot;Nested single-cell table!&quot;
</span><span class="cx">       RenderBlock {UL} at (0,373) size 769x128
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x402
</span><del>-            RenderTableCell {TD} at (0,214) size 12x26 [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,214) size 13x26 [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 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,26) size 755x402 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -111,17 +111,17 @@
</span><span class="cx">                         text run at (455,2) width 267: &quot;This is also true of the table-testing section&quot;
</span><span class="cx">                         text run at (2,19) width 214: &quot;in the second half of the test page.&quot;
</span><span class="cx">                   RenderTableRow {TR} at (0,49) size 745x50
</span><del>-                    RenderTableCell {TD} at (5,63) size 186x22 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (5,63) size 188x22 [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 (2,2) size 53x17
</span><span class="cx">                         text run at (2,2) width 53: &quot;Cell one&quot;
</span><del>-                    RenderTableCell {TD} at (196,49) size 544x50 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-                      RenderBlock (anonymous) at (2,2) size 540x17
</del><ins>+                    RenderTableCell {TD} at (197,49) size 543x50 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+                      RenderBlock (anonymous) at (2,2) size 539x17
</ins><span class="cx">                         RenderText {#text} at (0,0) size 54x17
</span><span class="cx">                           text run at (0,0) width 54: &quot;Cell two&quot;
</span><del>-                      RenderTable {TABLE} at (2,19) size 161x28 [border: (1px outset #808080)]
-                        RenderTableSection {TBODY} at (1,1) size 159x26
-                          RenderTableRow {TR} at (0,2) size 159x22
-                            RenderTableCell {TD} at (2,2) size 155x22 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                      RenderTable {TABLE} at (2,19) size 162x28 [border: (1px outset #808080)]
+                        RenderTableSection {TBODY} at (1,1) size 160x26
+                          RenderTableRow {TR} at (0,2) size 160x22
+                            RenderTableCell {TD} at (2,2) size 156x22 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderText {#text} at (2,2) size 151x17
</span><span class="cx">                                 text run at (2,2) width 151: &quot;Nested single-cell table!&quot;
</span><span class="cx">               RenderBlock {UL} at (4,253) size 747x128
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_bottom_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x59
</span><del>-            RenderTableCell {TD} at (0,42) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,42) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x59 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_bottom_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom_width-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom_width-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom_width-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -49,19 +49,19 @@
</span><span class="cx">       RenderBlock {P} at (0,458) size 769x17 [bgcolor=#C0C0C0]
</span><span class="cx">         RenderText {#text} at (0,0) size 203x17
</span><span class="cx">           text run at (0,0) width 203: &quot;This element has a class of zero.&quot;
</span><del>-      RenderTable {TABLE} at (0,491) size 709x356 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 707x354
-          RenderTableRow {TR} at (0,0) size 707x25
-            RenderTableCell {TD} at (0,0) size 707x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,491) size 710x356 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 708x354
+          RenderTableRow {TR} at (0,0) size 708x25
+            RenderTableCell {TD} at (0,0) size 708x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 707x329
-            RenderTableCell {TD} at (0,177) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,25) size 708x329
+            RenderTableCell {TD} at (0,177) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,25) size 695x329 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 687x18
</del><ins>+            RenderTableCell {TD} at (12,25) size 696x329 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {P} at (4,4) size 688x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 157x17
</span><span class="cx">                   text run at (0,0) width 157: &quot;(These will only work if &quot;
</span><span class="cx">                 RenderInline {CODE} at (0,0) size 96x15
</span><span class="lines">@@ -69,22 +69,22 @@
</span><span class="cx">                     text run at (157,3) width 96: &quot;border-style&quot;
</span><span class="cx">                 RenderText {#text} at (253,0) size 89x17
</span><span class="cx">                   text run at (253,0) width 89: &quot; is supported.)&quot;
</span><del>-              RenderBlock {P} at (4,38) size 687x17 [bgcolor=#C0C0C0]
</del><ins>+              RenderBlock {P} at (4,38) size 688x17 [bgcolor=#C0C0C0]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 203x17
</span><span class="cx">                   text run at (0,0) width 203: &quot;This element has a class of zero.&quot;
</span><del>-              RenderBlock {P} at (4,71) size 687x70 [border: (3px solid #000000) (50px solid #000000) (3px solid #000000)]
</del><ins>+              RenderBlock {P} at (4,71) size 688x70 [border: (3px solid #000000) (50px solid #000000) (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (3,3) size 387x17
</span><span class="cx">                   text run at (3,3) width 387: &quot;This element should have a bottom border width of 50 pixels.&quot;
</span><del>-              RenderBlock {P} at (4,157) size 687x25 [border: (3px solid #000000) (5px solid #000000) (3px solid #000000)]
</del><ins>+              RenderBlock {P} at (4,157) size 688x25 [border: (3px solid #000000) (5px solid #000000) (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (3,3) size 344x17
</span><span class="cx">                   text run at (3,3) width 344: &quot;This element should have a thick bottom border width.&quot;
</span><del>-              RenderBlock {P} at (4,198) size 687x23 [border: (3px solid #000000)]
</del><ins>+              RenderBlock {P} at (4,198) size 688x23 [border: (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (3,3) size 364x17
</span><span class="cx">                   text run at (3,3) width 364: &quot;This element should have a medium bottom border width.&quot;
</span><del>-              RenderBlock {P} at (4,237) size 687x21 [border: (3px solid #000000) (1px solid #000000) (3px solid #000000)]
</del><ins>+              RenderBlock {P} at (4,237) size 688x21 [border: (3px solid #000000) (1px solid #000000) (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (3,3) size 337x17
</span><span class="cx">                   text run at (3,3) width 337: &quot;This element should have a thin bottom border width.&quot;
</span><del>-              RenderBlock {P} at (4,274) size 687x18
</del><ins>+              RenderBlock {P} at (4,274) size 688x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 537x17
</span><span class="cx">                   text run at (0,0) width 537: &quot;This element should have no border and no extra \&quot;padding\&quot; on its bottom side, as no &quot;
</span><span class="cx">                 RenderInline {CODE} at (0,0) size 96x15
</span><span class="lines">@@ -92,6 +92,6 @@
</span><span class="cx">                     text run at (537,3) width 96: &quot;border-style&quot;
</span><span class="cx">                 RenderText {#text} at (633,0) size 54x17
</span><span class="cx">                   text run at (633,0) width 54: &quot; was set.&quot;
</span><del>-              RenderBlock {P} at (4,308) size 687x17 [bgcolor=#C0C0C0]
</del><ins>+              RenderBlock {P} at (4,308) size 688x17 [bgcolor=#C0C0C0]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 203x17
</span><span class="cx">                   text run at (0,0) width 203: &quot;This element has a class of zero.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_bottom_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom_width_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom_width_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom_width_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -49,9 +49,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x106
</span><del>-            RenderTableCell {TD} at (0,65) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,65) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x106 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x98 [border: (3px solid #000000) (25px solid #000000) (3px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (3,3) size 172x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_colorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_color-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_color-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_color-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -30,9 +30,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x126
</span><del>-            RenderTableCell {TD} at (0,75) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,75) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x126 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x23 [border: (3px solid #800080)]
</span><span class="cx">                 RenderText {#text} at (3,3) size 357x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_color_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_color_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_color_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_color_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -43,9 +43,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x76
</span><del>-            RenderTableCell {TD} at (0,50) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,50) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x76 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x68 [bgcolor=#C0C0C0]
</span><span class="cx">                 RenderText {#text} at (0,0) size 677x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x59
</span><del>-            RenderTableCell {TD} at (0,42) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,42) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x59 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -51,6 +51,7 @@
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 78x37 [border: (10px inset #808000)]
</span><span class="cx">                   RenderText {#text} at (363,17) size 58x17
</span><span class="cx">                     text run at (363,17) width 58: &quot;class two&quot;
</span><del>-                RenderText {#text} at (431,17) size 762x34
-                  text run at (431,17) width 331: &quot;, which should result in a 10-pixel inset olive border.&quot;
-                  text run at (0,34) width 429: &quot;The line-height of the parent element should not change on any line.&quot;
</del><ins>+                RenderText {#text} at (431,17) size 713x34
+                  text run at (431,17) width 282: &quot;, which should result in a 10-pixel inset olive&quot;
+                  text run at (0,34) width 49: &quot;border. &quot;
+                  text run at (49,34) width 429: &quot;The line-height of the parent element should not change on any line.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_left-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_left-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_left-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -36,17 +36,17 @@
</span><span class="cx">                 text run at (432,2) width 306: &quot;This is also true of the table-testing section in the&quot;
</span><span class="cx">                 text run at (3,19) width 175: &quot;second half of the test page.&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,48) size 767x48
</span><del>-            RenderTableCell {TD} at (5,61) size 193x21 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (3,2) size 53x17
-                text run at (3,2) width 53: &quot;Cell one&quot;
</del><ins>+            RenderTableCell {TD} at (5,61) size 194x22 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (3,2) size 53x18
+                text run at (3,3) width 53: &quot;Cell one&quot;
</ins><span class="cx">             RenderTableCell {TD} at (203,48) size 559x48 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock (anonymous) at (3,2) size 554x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 54x17
</span><span class="cx">                   text run at (0,0) width 54: &quot;Cell two&quot;
</span><del>-              RenderTable {TABLE} at (3,19) size 162x27 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 160x25
-                  RenderTableRow {TR} at (0,2) size 160x21
-                    RenderTableCell {TD} at (2,2) size 156x21 [border: (1px inset #808080) (2px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (3,19) size 163x27 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 161x25
+                  RenderTableRow {TR} at (0,2) size 161x21
+                    RenderTableCell {TD} at (2,2) size 157x21 [border: (1px inset #808080) (2px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (3,2) size 151x17
</span><span class="cx">                         text run at (3,2) width 151: &quot;Nested single-cell table!&quot;
</span><span class="cx">       RenderBlock {UL} at (0,404) size 769x136
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx">                 RenderText {#text} at (5,4) size 163x17
</span><span class="cx">                   text run at (5,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x395
</span><del>-            RenderTableCell {TD} at (0,210) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080) (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,210) size 14x25 [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 4x17
</span><span class="cx">                 text run at (5,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (13,25) size 754x395 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -111,17 +111,17 @@
</span><span class="cx">                         text run at (432,2) width 283: &quot;This is also true of the table-testing section in&quot;
</span><span class="cx">                         text run at (3,19) width 198: &quot;the second half of the test page.&quot;
</span><span class="cx">                   RenderTableRow {TR} at (0,48) size 743x48
</span><del>-                    RenderTableCell {TD} at (5,61) size 187x21 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
-                      RenderText {#text} at (3,2) size 53x17
-                        text run at (3,2) width 53: &quot;Cell one&quot;
</del><ins>+                    RenderTableCell {TD} at (5,61) size 188x22 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=0 rs=1 cs=1]
+                      RenderText {#text} at (3,2) size 53x18
+                        text run at (3,3) width 53: &quot;Cell one&quot;
</ins><span class="cx">                     RenderTableCell {TD} at (197,48) size 541x48 [border: (1px inset #808080) (2px solid #008000)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderBlock (anonymous) at (3,2) size 536x17
</span><span class="cx">                         RenderText {#text} at (0,0) size 54x17
</span><span class="cx">                           text run at (0,0) width 54: &quot;Cell two&quot;
</span><del>-                      RenderTable {TABLE} at (3,19) size 162x27 [border: (1px outset #808080)]
-                        RenderTableSection {TBODY} at (1,1) size 160x25
-                          RenderTableRow {TR} at (0,2) size 160x21
-                            RenderTableCell {TD} at (2,2) size 156x21 [border: (1px inset #808080) (2px solid #008000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                      RenderTable {TABLE} at (3,19) size 163x27 [border: (1px outset #808080)]
+                        RenderTableSection {TBODY} at (1,1) size 161x25
+                          RenderTableRow {TR} at (0,2) size 161x21
+                            RenderTableCell {TD} at (2,2) size 157x21 [border: (1px inset #808080) (2px solid #008000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderText {#text} at (3,2) size 151x17
</span><span class="cx">                                 text run at (3,2) width 151: &quot;Nested single-cell table!&quot;
</span><span class="cx">               RenderBlock {UL} at (5,239) size 745x136
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_left_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_left_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_left_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_left_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x59
</span><del>-            RenderTableCell {TD} at (0,42) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,42) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x59 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_left_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_left_width-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_left_width-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_left_width-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x317
</span><del>-            RenderTableCell {TD} at (0,171) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,171) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x317 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_left_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_left_width_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_left_width_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_left_width_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,9 +54,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x84
</span><del>-            RenderTableCell {TD} at (0,54) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,54) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x84 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x76 [border: (3px solid #000000) (25px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (25,3) size 172x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_right-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_right-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_right-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x59
</span><del>-            RenderTableCell {TD} at (0,42) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,42) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x59 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_right_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_right_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_right_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_right_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -36,17 +36,17 @@
</span><span class="cx">                 text run at (440,2) width 306: &quot;This is also true of the table-testing section in the&quot;
</span><span class="cx">                 text run at (2,19) width 175: &quot;second half of the test page.&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,48) size 767x48
</span><del>-            RenderTableCell {TD} at (5,61) size 193x21 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (2,2) size 53x17
-                text run at (2,2) width 53: &quot;Cell one&quot;
</del><ins>+            RenderTableCell {TD} at (5,61) size 194x22 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 53x18
+                text run at (2,3) width 53: &quot;Cell one&quot;
</ins><span class="cx">             RenderTableCell {TD} at (203,48) size 559x48 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock (anonymous) at (2,2) size 554x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 54x17
</span><span class="cx">                   text run at (0,0) width 54: &quot;Cell two&quot;
</span><del>-              RenderTable {TABLE} at (2,19) size 162x27 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 160x25
-                  RenderTableRow {TR} at (0,2) size 160x21
-                    RenderTableCell {TD} at (2,2) size 156x21 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (2,19) size 163x27 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 161x25
+                  RenderTableRow {TR} at (0,2) size 161x21
+                    RenderTableCell {TD} at (2,2) size 157x21 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,2) size 151x17
</span><span class="cx">                         text run at (2,2) width 151: &quot;Nested single-cell table!&quot;
</span><span class="cx">       RenderBlock {UL} at (0,404) size 769x153
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x429
</span><del>-            RenderTableCell {TD} at (0,227) size 13x25 [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,227) size 14x25 [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 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (13,25) size 754x429 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -112,17 +112,17 @@
</span><span class="cx">                         text run at (440,2) width 283: &quot;This is also true of the table-testing section in&quot;
</span><span class="cx">                         text run at (2,19) width 198: &quot;the second half of the test page.&quot;
</span><span class="cx">                   RenderTableRow {TR} at (0,48) size 743x48
</span><del>-                    RenderTableCell {TD} at (5,61) size 186x21 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-                      RenderText {#text} at (2,2) size 53x17
-                        text run at (2,2) width 53: &quot;Cell one&quot;
-                    RenderTableCell {TD} at (196,48) size 542x48 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-                      RenderBlock (anonymous) at (2,2) size 537x17
</del><ins>+                    RenderTableCell {TD} at (5,61) size 188x22 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+                      RenderText {#text} at (2,2) size 53x18
+                        text run at (2,3) width 53: &quot;Cell one&quot;
+                    RenderTableCell {TD} at (197,48) size 541x48 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+                      RenderBlock (anonymous) at (2,2) size 536x17
</ins><span class="cx">                         RenderText {#text} at (0,0) size 54x17
</span><span class="cx">                           text run at (0,0) width 54: &quot;Cell two&quot;
</span><del>-                      RenderTable {TABLE} at (2,19) size 162x27 [border: (1px outset #808080)]
-                        RenderTableSection {TBODY} at (1,1) size 160x25
-                          RenderTableRow {TR} at (0,2) size 160x21
-                            RenderTableCell {TD} at (2,2) size 156x21 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                      RenderTable {TABLE} at (2,19) size 163x27 [border: (1px outset #808080)]
+                        RenderTableSection {TBODY} at (1,1) size 161x25
+                          RenderTableRow {TR} at (0,2) size 161x21
+                            RenderTableCell {TD} at (2,2) size 157x21 [border: (1px inset #808080) (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderText {#text} at (2,2) size 151x17
</span><span class="cx">                                 text run at (2,2) width 151: &quot;Nested single-cell table!&quot;
</span><span class="cx">               RenderBlock {UL} at (4,239) size 745x170
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_right_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_right_width-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_right_width-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_right_width-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x317
</span><del>-            RenderTableCell {TD} at (0,171) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,171) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x317 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_right_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_right_width_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_right_width_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_right_width_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,9 +54,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x84
</span><del>-            RenderTableCell {TD} at (0,54) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,54) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x84 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x76 [border: (3px solid #000000) (25px solid #000000) (3px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (3,3) size 172x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_styleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_style-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_style-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_style-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x489
</span><del>-            RenderTableCell {TD} at (0,257) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,257) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x489 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_style_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_style_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_style_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_style_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x59
</span><del>-            RenderTableCell {TD} at (0,42) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,42) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x59 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_top-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_top-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_top-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -33,17 +33,17 @@
</span><span class="cx">                 text run at (431,3) width 306: &quot;This is also true of the table-testing section in the&quot;
</span><span class="cx">                 text run at (2,20) width 175: &quot;second half of the test page.&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,49) size 767x50
</span><del>-            RenderTableCell {TD} at (5,63) size 192x22 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (5,63) size 194x22 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,3) size 53x17
</span><span class="cx">                 text run at (2,3) width 53: &quot;Cell one&quot;
</span><del>-            RenderTableCell {TD} at (202,49) size 560x50 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (2,3) size 556x17
</del><ins>+            RenderTableCell {TD} at (203,49) size 559x50 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (2,3) size 555x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 54x17
</span><span class="cx">                   text run at (0,0) width 54: &quot;Cell two&quot;
</span><del>-              RenderTable {TABLE} at (2,20) size 161x28 [border: (1px outset #808080)]
-                RenderTableSection {TBODY} at (1,1) size 159x26
-                  RenderTableRow {TR} at (0,2) size 159x22
-                    RenderTableCell {TD} at (2,2) size 155x22 [border: (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (2,20) size 162x28 [border: (1px outset #808080)]
+                RenderTableSection {TBODY} at (1,1) size 160x26
+                  RenderTableRow {TR} at (0,2) size 160x22
+                    RenderTableCell {TD} at (2,2) size 156x22 [border: (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,3) size 151x17
</span><span class="cx">                         text run at (2,3) width 151: &quot;Nested single-cell table!&quot;
</span><span class="cx">       RenderBlock {UL} at (0,373) size 769x111
</span><span class="lines">@@ -81,9 +81,9 @@
</span><span class="cx">                 RenderText {#text} at (4,5) size 163x17
</span><span class="cx">                   text run at (4,5) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,26) size 767x385
</span><del>-            RenderTableCell {TD} at (0,205) size 12x26 [bgcolor=#C0C0C0] [border: (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,5) size 4x17
-                text run at (4,5) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,205) size 13x27 [bgcolor=#C0C0C0] [border: (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,5) size 4x18
+                text run at (4,6) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,26) size 755x385 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,5) size 747x34
</span><span class="cx">                 RenderText {#text} at (0,0) size 707x34
</span><span class="lines">@@ -105,17 +105,17 @@
</span><span class="cx">                         text run at (431,3) width 283: &quot;This is also true of the table-testing section in&quot;
</span><span class="cx">                         text run at (2,20) width 198: &quot;the second half of the test page.&quot;
</span><span class="cx">                   RenderTableRow {TR} at (0,49) size 745x50
</span><del>-                    RenderTableCell {TD} at (5,63) size 187x22 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (5,63) size 188x22 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (2,3) size 53x17
</span><span class="cx">                         text run at (2,3) width 53: &quot;Cell one&quot;
</span><span class="cx">                     RenderTableCell {TD} at (197,49) size 543x50 [border: (2px solid #008000) (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderBlock (anonymous) at (2,3) size 539x17
</span><span class="cx">                         RenderText {#text} at (0,0) size 54x17
</span><span class="cx">                           text run at (0,0) width 54: &quot;Cell two&quot;
</span><del>-                      RenderTable {TABLE} at (2,20) size 161x28 [border: (1px outset #808080)]
-                        RenderTableSection {TBODY} at (1,1) size 159x26
-                          RenderTableRow {TR} at (0,2) size 159x22
-                            RenderTableCell {TD} at (2,2) size 155x22 [border: (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+                      RenderTable {TABLE} at (2,20) size 162x28 [border: (1px outset #808080)]
+                        RenderTableSection {TBODY} at (1,1) size 160x26
+                          RenderTableRow {TR} at (0,2) size 160x22
+                            RenderTableCell {TD} at (2,2) size 156x22 [border: (2px solid #008000) (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                               RenderText {#text} at (2,3) size 151x17
</span><span class="cx">                                 text run at (2,3) width 151: &quot;Nested single-cell table!&quot;
</span><span class="cx">               RenderBlock {UL} at (4,254) size 747x111
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_top_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_top_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_top_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_top_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x59
</span><del>-            RenderTableCell {TD} at (0,42) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,42) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x59 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_top_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_top_width-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_top_width-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_top_width-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -46,19 +46,19 @@
</span><span class="cx">             text run at (527,3) width 96: &quot;border-style&quot;
</span><span class="cx">         RenderText {#text} at (623,0) size 54x17
</span><span class="cx">           text run at (623,0) width 54: &quot; was set.&quot;
</span><del>-      RenderTable {TABLE} at (0,433) size 699x298 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 697x296
-          RenderTableRow {TR} at (0,0) size 697x25
-            RenderTableCell {TD} at (0,0) size 697x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,433) size 700x298 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 698x296
+          RenderTableRow {TR} at (0,0) size 698x25
+            RenderTableCell {TD} at (0,0) size 698x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 697x271
-            RenderTableCell {TD} at (0,148) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,25) size 698x271
+            RenderTableCell {TD} at (0,148) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,25) size 685x271 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 677x18
</del><ins>+            RenderTableCell {TD} at (12,25) size 686x271 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {P} at (4,4) size 678x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 157x17
</span><span class="cx">                   text run at (0,0) width 157: &quot;(These will only work if &quot;
</span><span class="cx">                 RenderInline {CODE} at (0,0) size 96x15
</span><span class="lines">@@ -66,22 +66,22 @@
</span><span class="cx">                     text run at (157,3) width 96: &quot;border-style&quot;
</span><span class="cx">                 RenderText {#text} at (253,0) size 89x17
</span><span class="cx">                   text run at (253,0) width 89: &quot; is supported.)&quot;
</span><del>-              RenderBlock {P} at (4,38) size 677x17 [bgcolor=#C0C0C0]
</del><ins>+              RenderBlock {P} at (4,38) size 678x17 [bgcolor=#C0C0C0]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 203x17
</span><span class="cx">                   text run at (0,0) width 203: &quot;This element has a class of zero.&quot;
</span><del>-              RenderBlock {P} at (4,71) size 677x45 [border: (25px solid #000000) (3px solid #000000)]
</del><ins>+              RenderBlock {P} at (4,71) size 678x45 [border: (25px solid #000000) (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (3,25) size 377x17
</span><span class="cx">                   text run at (3,25) width 377: &quot;This paragraph should have a top border width of 25 pixels.&quot;
</span><del>-              RenderBlock {P} at (4,132) size 677x25 [border: (5px solid #000000) (3px solid #000000)]
</del><ins>+              RenderBlock {P} at (4,132) size 678x25 [border: (5px solid #000000) (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (3,5) size 334x17
</span><span class="cx">                   text run at (3,5) width 334: &quot;This paragraph should have a thick top border width.&quot;
</span><del>-              RenderBlock {P} at (4,173) size 677x23 [border: (3px solid #000000)]
</del><ins>+              RenderBlock {P} at (4,173) size 678x23 [border: (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (3,3) size 354x17
</span><span class="cx">                   text run at (3,3) width 354: &quot;This paragraph should have a medium top border width.&quot;
</span><del>-              RenderBlock {P} at (4,212) size 677x21 [border: (1px solid #000000) (3px solid #000000)]
</del><ins>+              RenderBlock {P} at (4,212) size 678x21 [border: (1px solid #000000) (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (3,1) size 327x17
</span><span class="cx">                   text run at (3,1) width 327: &quot;This paragraph should have a thin top border width.&quot;
</span><del>-              RenderBlock {P} at (4,249) size 677x18
</del><ins>+              RenderBlock {P} at (4,249) size 678x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 527x17
</span><span class="cx">                   text run at (0,0) width 527: &quot;This paragraph should have no border and no extra \&quot;padding\&quot; on its top side, as no &quot;
</span><span class="cx">                 RenderInline {CODE} at (0,0) size 96x15
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_top_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_top_width_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_top_width_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_top_width_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -48,9 +48,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x106
</span><del>-            RenderTableCell {TD} at (0,65) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,65) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x106 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x98 [border: (25px solid #000000) (3px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (3,25) size 172x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_widthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_width-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_width-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_width-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -46,19 +46,19 @@
</span><span class="cx">             text run at (498,3) width 96: &quot;border-style&quot;
</span><span class="cx">         RenderText {#text} at (594,0) size 54x17
</span><span class="cx">           text run at (594,0) width 54: &quot; was set.&quot;
</span><del>-      RenderTable {TABLE} at (0,505) size 670x370 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 668x368
-          RenderTableRow {TR} at (0,0) size 668x25
-            RenderTableCell {TD} at (0,0) size 668x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,505) size 671x370 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 669x368
+          RenderTableRow {TR} at (0,0) size 669x25
+            RenderTableCell {TD} at (0,0) size 669x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 668x343
-            RenderTableCell {TD} at (0,184) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,25) size 669x343
+            RenderTableCell {TD} at (0,184) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,25) size 656x343 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 648x18
</del><ins>+            RenderTableCell {TD} at (12,25) size 657x343 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {P} at (4,4) size 649x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 157x17
</span><span class="cx">                   text run at (0,0) width 157: &quot;(These will only work if &quot;
</span><span class="cx">                 RenderInline {CODE} at (0,0) size 96x15
</span><span class="lines">@@ -66,22 +66,22 @@
</span><span class="cx">                     text run at (157,3) width 96: &quot;border-style&quot;
</span><span class="cx">                 RenderText {#text} at (253,0) size 89x17
</span><span class="cx">                   text run at (253,0) width 89: &quot; is supported.)&quot;
</span><del>-              RenderBlock {P} at (4,38) size 648x17 [bgcolor=#C0C0C0]
</del><ins>+              RenderBlock {P} at (4,38) size 649x17 [bgcolor=#C0C0C0]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 203x17
</span><span class="cx">                   text run at (0,0) width 203: &quot;This element has a class of zero.&quot;
</span><del>-              RenderBlock {P} at (4,71) size 648x117 [border: (50px solid #000000)]
</del><ins>+              RenderBlock {P} at (4,71) size 649x117 [border: (50px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (50,50) size 394x17
</span><span class="cx">                   text run at (50,50) width 394: &quot;This element should have an overall border width of 50 pixels.&quot;
</span><del>-              RenderBlock {P} at (4,204) size 648x27 [border: (5px solid #000000)]
</del><ins>+              RenderBlock {P} at (4,204) size 649x27 [border: (5px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (5,5) size 343x17
</span><span class="cx">                   text run at (5,5) width 343: &quot;This element should have a thick overall border width.&quot;
</span><del>-              RenderBlock {P} at (4,247) size 648x23 [border: (3px solid #000000)]
</del><ins>+              RenderBlock {P} at (4,247) size 649x23 [border: (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (3,3) size 363x17
</span><span class="cx">                   text run at (3,3) width 363: &quot;This element should have a medium overall border width.&quot;
</span><del>-              RenderBlock {P} at (4,286) size 648x19 [border: (1px solid #000000)]
</del><ins>+              RenderBlock {P} at (4,286) size 649x19 [border: (1px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 336x17
</span><span class="cx">                   text run at (1,1) width 336: &quot;This element should have a thin overall border width.&quot;
</span><del>-              RenderBlock {P} at (4,321) size 648x18
</del><ins>+              RenderBlock {P} at (4,321) size 649x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 498x17
</span><span class="cx">                   text run at (0,0) width 498: &quot;This element should have no border and no extra \&quot;padding\&quot; on any side, as no &quot;
</span><span class="cx">                 RenderInline {CODE} at (0,0) size 96x15
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesborder_width_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/border_width_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/border_width_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/border_width_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x111
</span><del>-            RenderTableCell {TD} at (0,68) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,68) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x111 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesclearexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/clear-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/clear-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/clear-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -43,45 +43,45 @@
</span><span class="cx">           text run at (18,0) width 390: &quot;This paragraph should be between both tall orange rectangles.&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,490) size 769x17
</span><span class="cx">         RenderBR {BR} at (18,0) size 0x17
</span><del>-      RenderTable {TABLE} at (0,507) size 680x418 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 678x416
-          RenderTableRow {TR} at (0,0) size 678x25
-            RenderTableCell {TD} at (0,0) size 678x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,507) size 681x418 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 679x416
+          RenderTableRow {TR} at (0,0) size 679x25
+            RenderTableCell {TD} at (0,0) size 679x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 678x391
-            RenderTableCell {TD} at (0,208) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,25) size 679x391
+            RenderTableCell {TD} at (0,208) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,25) size 666x391 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,25) size 667x391 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (4,4) size 15x50
</span><del>-              RenderBlock {P} at (4,4) size 658x17
</del><ins>+              RenderBlock {P} at (4,4) size 659x17
</ins><span class="cx">                 RenderText {#text} at (18,0) size 595x17
</span><span class="cx">                   text run at (18,0) width 595: &quot;This text should be flowing past a tall orange rectangle on the left side of the browser window.&quot;
</span><del>-              RenderBlock (anonymous) at (4,37) size 658x17
</del><ins>+              RenderBlock (anonymous) at (4,37) size 659x17
</ins><span class="cx">                 RenderBR {BR} at (18,0) size 0x17
</span><span class="cx">                 RenderImage {IMG} at (0,17) size 15x50
</span><del>-              RenderBlock {P} at (4,104) size 658x17
</del><ins>+              RenderBlock {P} at (4,104) size 659x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 649x17
</span><span class="cx">                   text run at (0,0) width 649: &quot;This paragraph should appear below the tall orange rectangle above and to the left, and not flow past it.&quot;
</span><del>-              RenderBlock (anonymous) at (4,137) size 658x17
</del><ins>+              RenderBlock (anonymous) at (4,137) size 659x17
</ins><span class="cx">                 RenderBR {BR} at (0,0) size 0x17
</span><del>-                RenderImage {IMG} at (643,17) size 15x50
-              RenderBlock {P} at (4,204) size 658x17
</del><ins>+                RenderImage {IMG} at (643,17) size 16x50
+              RenderBlock {P} at (4,204) size 659x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 658x17
</span><span class="cx">                   text run at (0,0) width 658: &quot;This paragraph should appear below the tall orange rectangle above and to the right, and not flow past it.&quot;
</span><del>-              RenderBlock (anonymous) at (4,237) size 658x17
</del><ins>+              RenderBlock (anonymous) at (4,237) size 659x17
</ins><span class="cx">                 RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">                 RenderImage {IMG} at (0,17) size 15x50
</span><del>-                RenderImage {IMG} at (643,17) size 15x50
-              RenderBlock {P} at (4,304) size 658x17
</del><ins>+                RenderImage {IMG} at (643,17) size 16x50
+              RenderBlock {P} at (4,304) size 659x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 602x17
</span><span class="cx">                   text run at (0,0) width 602: &quot;This paragraph should appear below the two tall orange rectangles, and not flow between them.&quot;
</span><span class="cx">               RenderImage {IMG} at (4,337) size 15x50
</span><del>-              RenderImage {IMG} at (647,337) size 15x50
-              RenderBlock {P} at (4,337) size 658x17
</del><ins>+              RenderImage {IMG} at (647,337) size 16x50
+              RenderBlock {P} at (4,337) size 659x17
</ins><span class="cx">                 RenderText {#text} at (18,0) size 390x17
</span><span class="cx">                   text run at (18,0) width 390: &quot;This paragraph should be between both tall orange rectangles.&quot;
</span><del>-              RenderBlock (anonymous) at (4,370) size 658x17
</del><ins>+              RenderBlock (anonymous) at (4,370) size 659x17
</ins><span class="cx">                 RenderBR {BR} at (18,0) size 0x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesclear_floatexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/clear_float-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/clear_float-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/clear_float-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -84,8 +84,8 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 575x324
</span><del>-            RenderTableCell {TD} at (0,174) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
</del><ins>+            RenderTableCell {TD} at (0,174) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,3) size 4x18
</ins><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 563x324 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock (floating) {DIV} at (4,4) size 192x112 [color=#FFFFFF] [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesfloatexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/float-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/float-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/float-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x143
</span><del>-            RenderTableCell {TD} at (0,84) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,84) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x143 [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,54) size 762x17
</span><span class="cx">                 RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">               RenderBlock {HR} at (4,79) size 762x2 [border: (1px inset #000000)]
</span><del>-              RenderImage {IMG} at (751,89) size 15x50
</del><ins>+              RenderImage {IMG} at (750,89) size 16x50
</ins><span class="cx">               RenderBlock {P} at (4,97) size 762x34
</span><span class="cx">                 RenderText {#text} at (0,0) size 731x34
</span><span class="cx">                   text run at (0,0) width 608: &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="trunkLayoutTestsplatformgtkcss1box_propertiesfloat_elements_in_seriesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/float_elements_in_series-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/float_elements_in_series-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/float_elements_in_series-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -44,39 +44,39 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 39x17
</span><span class="cx">             text run at (0,0) width 39: &quot;Green&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,399) size 769x18
</span><del>-        RenderTable {TABLE} at (0,0) size 620x18
-          RenderTableSection {TBODY} at (0,0) size 620x18
-            RenderTableRow {TR} at (0,0) size 620x18
-              RenderTableCell {TD} at (0,8) size 20x1 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 621x18
+          RenderTableSection {TBODY} at (0,0) size 621x18
+            RenderTableRow {TR} at (0,0) size 621x18
+              RenderTableCell {TD} at (0,8) size 21x2 [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,8) size 100x1 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (20,8) size 101x2 [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 20x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (140,8) size 20x1 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (120,9) size 21x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (140,8) size 21x2 [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,8) size 20x1 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (160,8) size 21x2 [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,8) size 100x1 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (180,8) size 101x2 [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,8) size 20x1 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (280,8) size 21x2 [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,8) size 20x1 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (300,8) size 21x2 [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,8) size 20x1 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (320,8) size 21x2 [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,8) size 100x1 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (340,8) size 101x2 [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 20x18 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (440,0) size 21x18 [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 4x17
</span><span class="cx">                   text run at (0,1) width 4: &quot;;&quot;
</span><del>-              RenderTableCell {TD} at (460,8) size 20x1 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (460,8) size 21x2 [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,8) size 20x1 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (480,8) size 21x2 [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,8) size 100x1 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (500,8) size 101x2 [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,8) size 20x1 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (600,8) size 21x2 [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,437) size 769x224 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x222
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x197
</span><del>-            RenderTableCell {TD} at (0,111) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,111) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x197 [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 39x17
</span><span class="cx">                     text run at (0,0) width 39: &quot;Green&quot;
</span><span class="cx">               RenderBlock {DIV} at (4,155) size 747x18
</span><del>-                RenderTable {TABLE} at (0,0) size 620x18
-                  RenderTableSection {TBODY} at (0,0) size 620x18
-                    RenderTableRow {TR} at (0,0) size 620x18
-                      RenderTableCell {TD} at (0,8) size 20x1 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTable {TABLE} at (0,0) size 621x18
+                  RenderTableSection {TBODY} at (0,0) size 621x18
+                    RenderTableRow {TR} at (0,0) size 621x18
+                      RenderTableCell {TD} at (0,8) size 21x2 [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,8) size 100x1 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (20,8) size 101x2 [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 20x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
-                      RenderTableCell {TD} at (140,8) size 20x1 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (120,9) size 21x0 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
+                      RenderTableCell {TD} at (140,8) size 21x2 [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,8) size 20x1 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (160,8) size 21x2 [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,8) size 100x1 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (180,8) size 101x2 [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,8) size 20x1 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (280,8) size 21x2 [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,8) size 20x1 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (300,8) size 21x2 [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,8) size 20x1 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (320,8) size 21x2 [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,8) size 100x1 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (340,8) size 101x2 [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 20x18 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (440,0) size 21x18 [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 4x17
</span><span class="cx">                           text run at (0,1) width 4: &quot;;&quot;
</span><del>-                      RenderTableCell {TD} at (460,8) size 20x1 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (460,8) size 21x2 [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,8) size 20x1 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (480,8) size 21x2 [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,8) size 100x1 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (500,8) size 101x2 [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,8) size 20x1 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</del><ins>+                      RenderTableCell {TD} at (600,8) size 21x2 [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="trunkLayoutTestsplatformgtkcss1box_propertiesfloat_marginexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/float_margin-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/float_margin-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/float_margin-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -89,9 +89,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x812
</span><del>-            RenderTableCell {TD} at (0,418) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,418) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x812 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (34,4) size 707x88 [bgcolor=#FFFFFF]
</span><span class="cx">                 RenderText {#text} at (0,0) size 700x88
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesfloat_on_text_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/float_on_text_elements-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/float_on_text_elements-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/float_on_text_elements-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -177,7 +177,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x1293
</span><del>-            RenderTableCell {TD} at (0,659) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,659) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x1293 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -248,7 +248,7 @@
</span><span class="cx">               RenderBlock (anonymous) at (4,536) size 747x17
</span><span class="cx">                 RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">               RenderBlock {HR} at (4,561) size 747x2 [border: (1px inset #000000)]
</span><del>-              RenderBlock (floating) {P} at (405,581) size 336x186 [bgcolor=#FFFF00] [border: (3px solid #FF0000)]
</del><ins>+              RenderBlock (floating) {P} at (404,581) size 337x186 [bgcolor=#FFFF00] [border: (3px solid #FF0000)]
</ins><span class="cx">                 RenderText {#text} at (8,8) size 320x170
</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,25) width 320: &quot;of like a 'sidebar' in a magazine article. Its width is&quot;
</span><span class="lines">@@ -267,7 +267,7 @@
</span><span class="cx">                   text run at (0,34) width 261: &quot;of the yellow \&quot;sidebar\&quot; on the right. &quot;
</span><span class="cx">                   text run at (260,34) width 131: &quot;The content of this&quot;
</span><span class="cx">                   text run at (0,51) width 328: &quot;element should flow around the floated element. &quot;
</span><del>-                  text run at (328,51) width 63: &quot;However,&quot;
</del><ins>+                  text run at (327,51) width 64: &quot;However,&quot;
</ins><span class="cx">                   text run at (0,68) width 391: &quot;the floated element may or may not be obscured by the blue&quot;
</span><span class="cx">                   text run at (0,85) width 391: &quot;background of this element, as the specification does not say&quot;
</span><span class="cx">                   text run at (0,102) width 186: &quot;which is drawn \&quot;on top.\&quot; &quot;
</span><span class="lines">@@ -282,7 +282,7 @@
</span><span class="cx">                 RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">               RenderBlock {HR} at (4,800) size 747x2 [border: (1px inset #000000)]
</span><span class="cx">               RenderBlock {DIV} at (4,810) size 747x25 [bgcolor=#66CCFF] [border: (4px solid #FF0000)]
</span><del>-                RenderBlock (floating) {DIV} at (403,14) size 330x214 [bgcolor=#FFFF00]
</del><ins>+                RenderBlock (floating) {DIV} at (402,14) size 331x214 [bgcolor=#FFFF00]
</ins><span class="cx">                   RenderBlock {P} at (5,5) size 320x204
</span><span class="cx">                     RenderText {#text} at (0,0) size 320x204
</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="trunkLayoutTestsplatformgtkcss1box_propertiesheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/height-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/height-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/height-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x407
</span><del>-            RenderTableCell {TD} at (0,216) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,216) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x407 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesmarginexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/margin-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/margin-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/margin-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 787x2582
</del><ins>+layer at (0,0) size 787x2581
</ins><span class="cx">   RenderView at (0,0) size 785x585
</span><del>-layer at (0,0) size 785x2582
-  RenderBlock {HTML} at (0,0) size 785x2582
-    RenderBody {BODY} at (8,8) size 769x2566 [bgcolor=#CCCCCC]
</del><ins>+layer at (0,0) size 785x2581
+  RenderBlock {HTML} at (0,0) size 785x2581
+    RenderBody {BODY} at (8,8) size 769x2565 [bgcolor=#CCCCCC]
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 355x17
</span><span class="cx">           text run at (0,0) width 355: &quot;The style declarations which apply to the text below are:&quot;
</span><span class="lines">@@ -80,7 +80,7 @@
</span><span class="cx">       RenderBlock {P} at (0,1329) size 769x18 [bgcolor=#C0C0C0]
</span><span class="cx">         RenderText {#text} at (0,0) size 203x17
</span><span class="cx">           text run at (0,0) width 203: &quot;This element has a class of zero.&quot;
</span><del>-      RenderTable {TABLE} at (0,1346) size 769x1220 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1346) size 769x1219 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x1217
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 767x25
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 767x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="lines">@@ -88,8 +88,8 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x1192
</span><del>-            RenderTableCell {TD} at (0,608) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
</del><ins>+            RenderTableCell {TD} at (0,608) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,3) size 4x18
</ins><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x1192 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x34
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesmargin_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/margin_bottom-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/margin_bottom-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/margin_bottom-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> layer at (0,0) size 785x1687
</span><span class="cx">   RenderView at (0,0) size 785x600
</span><span class="cx"> layer at (0,0) size 785x1687
</span><del>-  RenderBlock {HTML} at (0,0) size 785x1688
-    RenderBody {BODY} at (8,8) size 769x1672 [bgcolor=#CCCCCC]
</del><ins>+  RenderBlock {HTML} at (0,0) size 785x1687
+    RenderBody {BODY} at (8,8) size 769x1671 [bgcolor=#CCCCCC]
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 355x17
</span><span class="cx">           text run at (0,0) width 355: &quot;The style declarations which apply to the text below are:&quot;
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">       RenderBlock {P} at (0,899) size 769x18 [bgcolor=#C0C0C0]
</span><span class="cx">         RenderText {#text} at (0,0) size 232x17
</span><span class="cx">           text run at (0,0) width 232: &quot;This element also has a class of zero.&quot;
</span><del>-      RenderTable {TABLE} at (0,916) size 769x756 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,916) size 769x755 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x753
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 767x25
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 767x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="lines">@@ -81,8 +81,8 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x728
</span><del>-            RenderTableCell {TD} at (0,376) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
</del><ins>+            RenderTableCell {TD} at (0,376) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,3) size 4x18
</ins><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x728 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17 [bgcolor=#C0C0C0]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesmargin_bottom_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/margin_bottom_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/margin_bottom_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/margin_bottom_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -53,9 +53,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x128
</span><del>-            RenderTableCell {TD} at (0,76) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,76) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x128 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x52 [bgcolor=#808080]
</span><span class="cx">                 RenderText {#text} at (0,0) size 481x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesmargin_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/margin_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/margin_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/margin_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x295
</span><del>-            RenderTableCell {TD} at (0,160) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,160) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x295 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesmargin_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/margin_left-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/margin_left-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/margin_left-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -65,9 +65,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x392
</span><del>-            RenderTableCell {TD} at (0,208) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,208) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x392 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17 [bgcolor=#C0C0C0]
</span><span class="cx">                 RenderText {#text} at (0,0) size 203x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesmargin_left_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/margin_left_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/margin_left_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/margin_left_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -55,9 +55,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x94
</span><del>-            RenderTableCell {TD} at (0,59) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,59) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x94 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x35 [bgcolor=#808080]
</span><span class="cx">                 RenderText {#text} at (0,0) size 543x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesmargin_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/margin_right-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/margin_right-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/margin_right-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -65,22 +65,22 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x392
</span><del>-            RenderTableCell {TD} at (0,208) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,208) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x392 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17 [bgcolor=#C0C0C0]
</span><del>-                RenderText {#text} at (544,0) size 203x17
-                  text run at (544,0) width 203: &quot;This element has a class of zero.&quot;
</del><ins>+                RenderText {#text} at (543,0) size 204x17
+                  text run at (543,0) width 204: &quot;This element has a class of zero.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,37) size 699x17 [bgcolor=#00FFFF]
</span><del>-                RenderText {#text} at (342,0) size 357x17
-                  text run at (342,0) width 357: &quot;This sentence should have a right margin of half an inch.&quot;
</del><ins>+                RenderText {#text} at (341,0) size 358x17
+                  text run at (341,0) width 358: &quot;This sentence should have a right margin of half an inch.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,70) size 722x17 [bgcolor=#00FFFF]
</span><del>-                RenderText {#text} at (382,0) size 340x17
-                  text run at (382,0) width 340: &quot;This sentence should have a right margin of 25 pixels.&quot;
</del><ins>+                RenderText {#text} at (381,0) size 341x17
+                  text run at (381,0) width 341: &quot;This sentence should have a right margin of 25 pixels.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,103) size 667x17 [bgcolor=#00FFFF]
</span><del>-                RenderText {#text} at (353,0) size 314x17
-                  text run at (353,0) width 314: &quot;This sentence should have a right margin of 5 em.&quot;
</del><ins>+                RenderText {#text} at (352,0) size 315x17
+                  text run at (352,0) width 315: &quot;This sentence should have a right margin of 5 em.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,136) size 561x34 [bgcolor=#00FFFF]
</span><span class="cx">                 RenderText {#text} at (5,0) size 556x34
</span><span class="cx">                   text run at (5,0) width 556: &quot;This sentence should have a right margin of 25%, which is calculated with respect to the&quot;
</span><span class="lines">@@ -88,23 +88,23 @@
</span><span class="cx">               RenderBlock {UL} at (4,186) size 722x102 [bgcolor=#808080]
</span><span class="cx">                 RenderListItem {LI} at (40,0) size 682x34
</span><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><del>-                  RenderText {#text} at (18,0) size 664x34
-                    text run at (18,0) width 664: &quot;The right margin on this unordered list has been set to 25 pixels, and the background color has been set to&quot;
-                    text run at (650,17) width 32: &quot;gray.&quot;
</del><ins>+                  RenderText {#text} at (17,0) size 665x34
+                    text run at (17,0) width 665: &quot;The right margin on this unordered list has been set to 25 pixels, and the background color has been set to&quot;
+                    text run at (649,17) width 33: &quot;gray.&quot;
</ins><span class="cx">                 RenderListItem {LI} at (40,34) size 657x51 [bgcolor=#FFFFFF]
</span><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><del>-                  RenderText {#text} at (1,0) size 656x51
-                    text run at (1,0) width 656: &quot;Another list item might not be such a bad idea, either, considering that such things do need to be double-&quot;
-                    text run at (28,17) width 60: &quot;checked. &quot;
-                    text run at (88,17) width 569: &quot;This list item has its right margin also set to 25 pixels, which should combine with the list's&quot;
-                    text run at (129,34) width 528: &quot;margin to make 50 pixels of margin, and its background-color has been set to white.&quot;
</del><ins>+                  RenderText {#text} at (0,0) size 657x51
+                    text run at (0,0) width 657: &quot;Another list item might not be such a bad idea, either, considering that such things do need to be double-&quot;
+                    text run at (27,17) width 61: &quot;checked. &quot;
+                    text run at (87,17) width 570: &quot;This list item has its right margin also set to 25 pixels, which should combine with the list's&quot;
+                    text run at (128,34) width 529: &quot;margin to make 50 pixels of margin, and its background-color has been set to white.&quot;
</ins><span class="cx">                 RenderListItem {LI} at (40,85) size 682x17
</span><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><del>-                  RenderText {#text} at (503,0) size 179x17
-                    text run at (503,0) width 179: &quot;This is an unclassed list item&quot;
</del><ins>+                  RenderText {#text} at (502,0) size 180x17
+                    text run at (502,0) width 180: &quot;This is an unclassed list item&quot;
</ins><span class="cx">               RenderBlock {P} at (4,304) size 747x17 [bgcolor=#C0C0C0]
</span><del>-                RenderText {#text} at (544,0) size 203x17
-                  text run at (544,0) width 203: &quot;This element has a class of zero.&quot;
</del><ins>+                RenderText {#text} at (543,0) size 204x17
+                  text run at (543,0) width 204: &quot;This element has a class of zero.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,337) size 757x51 [bgcolor=#00FFFF]
</span><span class="cx">                 RenderText {#text} at (0,0) size 737x51
</span><span class="cx">                   text run at (0,0) width 735: &quot;This paragraph has a right margin of -10px, which should cause it to be wider than it might otherwise be, and it has a&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesmargin_right_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/margin_right_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/margin_right_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/margin_right_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -55,9 +55,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x94
</span><del>-            RenderTableCell {TD} at (0,59) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,59) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x94 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x35 [bgcolor=#808080]
</span><span class="cx">                 RenderText {#text} at (0,0) size 543x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesmargin_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/margin_top-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/margin_top-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/margin_top-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> layer at (0,0) size 785x1601
</span><span class="cx">   RenderView at (0,0) size 785x600
</span><span class="cx"> layer at (0,0) size 785x1601
</span><del>-  RenderBlock {HTML} at (0,0) size 785x1602
-    RenderBody {BODY} at (8,8) size 769x1586 [bgcolor=#CCCCCC]
</del><ins>+  RenderBlock {HTML} at (0,0) size 785x1601
+    RenderBody {BODY} at (8,8) size 769x1585 [bgcolor=#CCCCCC]
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 355x17
</span><span class="cx">           text run at (0,0) width 355: &quot;The style declarations which apply to the text below are:&quot;
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">           text run at (0,17) width 488: &quot;No other styles have been applied to it besides a light blue background color. &quot;
</span><span class="cx">           text run at (488,17) width 267: &quot;In all other respects, the element should be&quot;
</span><span class="cx">           text run at (0,34) width 48: &quot;normal.&quot;
</span><del>-      RenderTable {TABLE} at (0,864) size 769x722 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,864) size 769x721 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x719
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 767x25
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 767x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="lines">@@ -74,8 +74,8 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x694
</span><del>-            RenderTableCell {TD} at (0,359) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
</del><ins>+            RenderTableCell {TD} at (0,359) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,3) size 4x18
</ins><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x694 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17 [bgcolor=#C0C0C0]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesmargin_top_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/margin_top_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/margin_top_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/margin_top_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -55,9 +55,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x128
</span><del>-            RenderTableCell {TD} at (0,76) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,76) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x128 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x52 [bgcolor=#808080]
</span><span class="cx">                 RenderText {#text} at (0,0) size 477x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiespaddingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/padding-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/padding-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/padding-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x2194
</del><ins>+layer at (0,0) size 785x2193
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x2194
-  RenderBlock {HTML} at (0,0) size 785x2194
-    RenderBody {BODY} at (8,8) size 769x2178 [bgcolor=#CCCCCC]
</del><ins>+layer at (0,0) size 785x2193
+  RenderBlock {HTML} at (0,0) size 785x2193
+    RenderBody {BODY} at (8,8) size 769x2177 [bgcolor=#CCCCCC]
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 355x17
</span><span class="cx">           text run at (0,0) width 355: &quot;The style declarations which apply to the text below are:&quot;
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx">           text run at (0,0) width 541: &quot;This element should have no padding, since negative padding values are not allowed. &quot;
</span><span class="cx">           text run at (541,0) width 210: &quot;Both the content background and&quot;
</span><span class="cx">           text run at (0,17) width 298: &quot;the normal padding should be aqua (light blue).&quot;
</span><del>-      RenderTable {TABLE} at (0,1161) size 769x1017 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1161) size 769x1016 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x1014
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 767x25
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 767x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="lines">@@ -51,9 +51,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x989
</span><del>-            RenderTableCell {TD} at (0,507) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,506) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x989 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17 [bgcolor=#C0C0C0]
</span><span class="cx">                 RenderText {#text} at (0,0) size 203x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiespadding_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/padding_bottom-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/padding_bottom-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/padding_bottom-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> layer at (0,0) size 785x1523
</span><span class="cx">   RenderView at (0,0) size 785x600
</span><span class="cx"> layer at (0,0) size 785x1523
</span><del>-  RenderBlock {HTML} at (0,0) size 785x1524
-    RenderBody {BODY} at (8,8) size 769x1508 [bgcolor=#CCCCCC]
</del><ins>+  RenderBlock {HTML} at (0,0) size 785x1523
+    RenderBody {BODY} at (8,8) size 769x1507 [bgcolor=#CCCCCC]
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 355x17
</span><span class="cx">           text run at (0,0) width 355: &quot;The style declarations which apply to the text below are:&quot;
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">           text run at (0,0) width 589: &quot;This element should have no bottom padding, since negative padding values are not allowed. &quot;
</span><span class="cx">           text run at (589,0) width 104: &quot;Both the content&quot;
</span><span class="cx">           text run at (0,17) width 404: &quot;background and the normal padding should be aqua (light blue).&quot;
</span><del>-      RenderTable {TABLE} at (0,815) size 769x693 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,815) size 769x692 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x690
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 767x25
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 767x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="lines">@@ -54,9 +54,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x665
</span><del>-            RenderTableCell {TD} at (0,345) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,344) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x665 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17 [bgcolor=#C0C0C0]
</span><span class="cx">                 RenderText {#text} at (0,0) size 203x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiespadding_bottom_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/padding_bottom_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/padding_bottom_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/padding_bottom_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x145
</span><del>-            RenderTableCell {TD} at (0,85) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,85) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x145 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiespadding_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/padding_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/padding_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/padding_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -69,9 +69,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x278
</span><del>-            RenderTableCell {TD} at (0,151) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,151) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x278 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17 [bgcolor=#C0C0C0]
</span><span class="cx">                 RenderText {#text} at (0,0) size 203x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiespadding_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/padding_left-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/padding_left-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/padding_left-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -63,9 +63,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x376
</span><del>-            RenderTableCell {TD} at (0,200) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,200) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x376 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17 [bgcolor=#C0C0C0]
</span><span class="cx">                 RenderText {#text} at (0,0) size 203x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiespadding_left_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/padding_left_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/padding_left_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/padding_left_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -57,9 +57,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x128
</span><del>-            RenderTableCell {TD} at (0,76) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,76) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x128 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x52 [bgcolor=#808080]
</span><span class="cx">                 RenderText {#text} at (0,0) size 543x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiespadding_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/padding_right-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/padding_right-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/padding_right-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -72,7 +72,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x461
</span><del>-            RenderTableCell {TD} at (0,243) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,243) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x461 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="lines">@@ -80,26 +80,26 @@
</span><span class="cx">                 RenderText {#text} at (0,0) size 203x17
</span><span class="cx">                   text run at (0,0) width 203: &quot;This element has a class of zero.&quot;
</span><span class="cx">               RenderBlock {P} at (4,37) size 747x51 [bgcolor=#00FFFF]
</span><del>-                RenderText {#text} at (3,0) size 696x51
-                  text run at (3,0) width 642: &quot;This element should have a right padding of half an inch, which will require extra text in order to test. &quot;
-                  text run at (645,0) width 54: &quot;Both the&quot;
-                  text run at (25,17) width 410: &quot;content background and the padding should be aqua (light blue). &quot;
-                  text run at (435,17) width 264: &quot;The text has been right-aligned in order to&quot;
-                  text run at (470,34) width 229: &quot;make the right padding easier to see.&quot;
</del><ins>+                RenderText {#text} at (2,0) size 697x51
+                  text run at (2,0) width 643: &quot;This element should have a right padding of half an inch, which will require extra text in order to test. &quot;
+                  text run at (644,0) width 55: &quot;Both the&quot;
+                  text run at (24,17) width 411: &quot;content background and the padding should be aqua (light blue). &quot;
+                  text run at (434,17) width 265: &quot;The text has been right-aligned in order to&quot;
+                  text run at (469,34) width 230: &quot;make the right padding easier to see.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,104) size 747x51 [bgcolor=#00FFFF]
</span><del>-                RenderText {#text} at (43,0) size 712x51
-                  text run at (43,0) width 625: &quot;This element should have a right padding of 25 pixels, which will require extra text in order to test. &quot;
-                  text run at (668,0) width 54: &quot;Both the&quot;
-                  text run at (10,17) width 410: &quot;content background and the padding should be aqua (light blue). &quot;
-                  text run at (420,17) width 302: &quot;The text has been right-aligned in order to make&quot;
-                  text run at (531,34) width 191: &quot;the right padding easier to see.&quot;
</del><ins>+                RenderText {#text} at (42,0) size 713x51
+                  text run at (42,0) width 626: &quot;This element should have a right padding of 25 pixels, which will require extra text in order to test. &quot;
+                  text run at (667,0) width 55: &quot;Both the&quot;
+                  text run at (9,17) width 411: &quot;content background and the padding should be aqua (light blue). &quot;
+                  text run at (419,17) width 303: &quot;The text has been right-aligned in order to make&quot;
+                  text run at (530,34) width 192: &quot;the right padding easier to see.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,171) size 747x51 [bgcolor=#00FFFF]
</span><del>-                RenderText {#text} at (14,0) size 658x51
-                  text run at (14,0) width 599: &quot;This element should have a right padding of 5 em, which will require extra text in order to test. &quot;
-                  text run at (613,0) width 54: &quot;Both the&quot;
-                  text run at (9,17) width 410: &quot;content background and the padding should be aqua (light blue). &quot;
-                  text run at (419,17) width 248: &quot;The text has been right-aligned in order&quot;
-                  text run at (422,34) width 245: &quot;to make the right padding easier to see.&quot;
</del><ins>+                RenderText {#text} at (13,0) size 659x51
+                  text run at (13,0) width 600: &quot;This element should have a right padding of 5 em, which will require extra text in order to test. &quot;
+                  text run at (612,0) width 55: &quot;Both the&quot;
+                  text run at (8,17) width 411: &quot;content background and the padding should be aqua (light blue). &quot;
+                  text run at (418,17) width 249: &quot;The text has been right-aligned in order&quot;
+                  text run at (421,34) width 246: &quot;to make the right padding easier to see.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,238) size 747x68 [bgcolor=#00FFFF]
</span><span class="cx">                 RenderText {#text} at (3,0) size 558x68
</span><span class="cx">                   text run at (3,0) width 558: &quot;This element should have a right padding of 25%, which is calculated with respect to the&quot;
</span><span class="lines">@@ -111,18 +111,18 @@
</span><span class="cx">               RenderBlock {UL} at (4,322) size 747x68 [bgcolor=#808080]
</span><span class="cx">                 RenderListItem {LI} at (40,0) size 682x34
</span><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><del>-                  RenderText {#text} at (1,0) size 681x34
-                    text run at (1,0) width 681: &quot;The right padding on this unordered list has been set to 25 pixels, which will require some extra text in order&quot;
-                    text run at (641,17) width 41: &quot;to test.&quot;
</del><ins>+                  RenderText {#text} at (0,0) size 682x34
+                    text run at (0,0) width 682: &quot;The right padding on this unordered list has been set to 25 pixels, which will require some extra text in order&quot;
+                    text run at (640,17) width 42: &quot;to test.&quot;
</ins><span class="cx">                 RenderListItem {LI} at (40,34) size 682x34 [bgcolor=#FFFFFF]
</span><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><del>-                  RenderText {#text} at (23,0) size 634x34
-                    text run at (23,0) width 634: &quot;This list item has a right padding of 25 pixels, which will appear to the left of the gray padding of the&quot;
-                    text run at (578,17) width 79: &quot;UL element.&quot;
</del><ins>+                  RenderText {#text} at (22,0) size 635x34
+                    text run at (22,0) width 635: &quot;This list item has a right padding of 25 pixels, which will appear to the left of the gray padding of the&quot;
+                    text run at (577,17) width 80: &quot;UL element.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,406) size 747x51 [bgcolor=#00FFFF]
</span><del>-                RenderText {#text} at (69,0) size 733x51
-                  text run at (69,0) width 574: &quot;This element should have no right padding, since negative padding values are not allowed. &quot;
-                  text run at (643,0) width 104: &quot;Both the content&quot;
-                  text run at (14,17) width 408: &quot;background and the normal padding should be aqua (light blue). &quot;
-                  text run at (422,17) width 325: &quot;The text has been right-aligned in order to make the&quot;
-                  text run at (532,34) width 215: &quot;lack of right padding easier to see.&quot;
</del><ins>+                RenderText {#text} at (68,0) size 734x51
+                  text run at (68,0) width 575: &quot;This element should have no right padding, since negative padding values are not allowed. &quot;
+                  text run at (642,0) width 105: &quot;Both the content&quot;
+                  text run at (13,17) width 409: &quot;background and the normal padding should be aqua (light blue). &quot;
+                  text run at (421,17) width 326: &quot;The text has been right-aligned in order to make the&quot;
+                  text run at (531,34) width 216: &quot;lack of right padding easier to see.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiespadding_right_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/padding_right_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/padding_right_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/padding_right_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -57,9 +57,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x128
</span><del>-            RenderTableCell {TD} at (0,76) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,76) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x128 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x52 [bgcolor=#808080]
</span><span class="cx">                 RenderText {#text} at (0,0) size 543x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiespadding_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/padding_top-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/padding_top-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/padding_top-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> layer at (0,0) size 785x1440
</span><span class="cx">   RenderView at (0,0) size 785x600
</span><span class="cx"> layer at (0,0) size 785x1440
</span><del>-  RenderBlock {HTML} at (0,0) size 785x1441
-    RenderBody {BODY} at (8,8) size 769x1425 [bgcolor=#CCCCCC]
</del><ins>+  RenderBlock {HTML} at (0,0) size 785x1440
+    RenderBody {BODY} at (8,8) size 769x1424 [bgcolor=#CCCCCC]
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 355x17
</span><span class="cx">           text run at (0,0) width 355: &quot;The style declarations which apply to the text below are:&quot;
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">           text run at (0,0) width 565: &quot;This element should have no top padding, since negative padding values are not allowed. &quot;
</span><span class="cx">           text run at (565,0) width 183: &quot;Both the content background&quot;
</span><span class="cx">           text run at (0,17) width 325: &quot;and the normal padding should be aqua (light blue).&quot;
</span><del>-      RenderTable {TABLE} at (0,782) size 769x643 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,782) size 769x642 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x640
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 767x25
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 767x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="lines">@@ -52,9 +52,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x615
</span><del>-            RenderTableCell {TD} at (0,320) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,319) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x615 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17 [bgcolor=#C0C0C0]
</span><span class="cx">                 RenderText {#text} at (0,0) size 203x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiespadding_top_inlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/padding_top_inline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/padding_top_inline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/padding_top_inline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x145
</span><del>-            RenderTableCell {TD} at (0,85) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,85) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x145 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertieswidthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/width-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/width-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/width-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -37,32 +37,32 @@
</span><span class="cx">         RenderText {#text} at (286,51) size 374x35
</span><span class="cx">           text run at (286,51) width 57: &quot; property&quot;
</span><span class="cx">           text run at (0,69) width 374: &quot;without the need for the user to resize the viewing window.&quot;
</span><del>-      RenderTable {TABLE} at (0,736) size 384x569 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 382x567
-          RenderTableRow {TR} at (0,0) size 382x25
-            RenderTableCell {TD} at (0,0) size 382x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,736) size 385x569 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 383x567
+          RenderTableRow {TR} at (0,0) size 383x25
+            RenderTableCell {TD} at (0,0) size 383x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 382x542
-            RenderTableCell {TD} at (0,283) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
-            RenderTableCell {TD} at (12,25) size 370x542 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (4,4) size 362x50
</del><ins>+          RenderTableRow {TR} at (0,25) size 383x542
+            RenderTableCell {TD} at (0,283) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
+            RenderTableCell {TD} at (12,25) size 371x542 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (4,4) size 363x50
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 50x50
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {P} at (4,70) size 362x17
</del><ins>+              RenderBlock {P} at (4,70) size 363x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 287x17
</span><span class="cx">                   text run at (0,0) width 287: &quot;The square above should be fifty pixels wide.&quot;
</span><del>-              RenderBlock (anonymous) at (4,103) size 362x181
-                RenderImage {IMG} at (0,0) size 181x181
</del><ins>+              RenderBlock (anonymous) at (4,103) size 363x181
+                RenderImage {IMG} at (0,0) size 182x181
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {P} at (4,300) size 362x34
</del><ins>+              RenderBlock {P} at (4,300) size 363x34
</ins><span class="cx">                 RenderText {#text} at (0,0) size 348x34
</span><span class="cx">                   text run at (0,0) width 348: &quot;The square above should be half as wide as the image's&quot;
</span><span class="cx">                   text run at (0,17) width 319: &quot;parent element (either the BODY or the table cell).&quot;
</span><del>-              RenderBlock {P} at (4,350) size 181x188
</del><ins>+              RenderBlock {P} at (4,350) size 182x188
</ins><span class="cx">                 RenderText {#text} at (0,0) size 177x153
</span><span class="cx">                   text run at (0,0) width 160: &quot;This paragraph should be&quot;
</span><span class="cx">                   text run at (0,17) width 165: &quot;half the width of its parent&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1cascadecascade_orderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/cascade/cascade_order-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/cascade/cascade_order-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/cascade/cascade_order-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -69,57 +69,57 @@
</span><span class="cx">       RenderBlock {P} at (0,448) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 683x17
</span><span class="cx">           text run at (0,0) width 683: &quot;This text should be stricken (overriding the imported underline; only works if LINKed sheets are supported).&quot;
</span><del>-      RenderTable {TABLE} at (0,481) size 705x271 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 703x269
-          RenderTableRow {TR} at (0,0) size 703x25
-            RenderTableCell {TD} at (0,0) size 703x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,481) size 706x271 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 704x269
+          RenderTableRow {TR} at (0,0) size 704x25
+            RenderTableCell {TD} at (0,0) size 704x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 703x244
-            RenderTableCell {TD} at (0,134) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
-            RenderTableCell {TD} at (12,25) size 691x244 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {UL} at (4,4) size 683x136
-                RenderListItem {LI} at (40,0) size 643x17 [color=#0000FF]
</del><ins>+          RenderTableRow {TR} at (0,25) size 704x244
+            RenderTableCell {TD} at (0,134) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
+            RenderTableCell {TD} at (12,25) size 692x244 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {UL} at (4,4) size 684x136
+                RenderListItem {LI} at (40,0) size 644x17 [color=#0000FF]
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 189x17
</span><span class="cx">                     text run at (0,0) width 189: &quot;This list item should be blue...&quot;
</span><del>-                RenderListItem {LI} at (40,17) size 643x68 [color=#0000FF]
-                  RenderBlock (anonymous) at (0,0) size 643x17
</del><ins>+                RenderListItem {LI} at (40,17) size 644x68 [color=#0000FF]
+                  RenderBlock (anonymous) at (0,0) size 644x17
</ins><span class="cx">                     RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">                     RenderText {#text} at (0,0) size 289x17
</span><span class="cx">                       text run at (0,0) width 289: &quot;...and so should this; neither should be purple.&quot;
</span><del>-                  RenderBlock {UL} at (0,17) size 643x51
-                    RenderListItem {LI} at (40,0) size 603x17 [color=#808080]
</del><ins>+                  RenderBlock {UL} at (0,17) size 644x51
+                    RenderListItem {LI} at (40,0) size 604x17 [color=#808080]
</ins><span class="cx">                       RenderListMarker at (-17,0) size 7x17: white bullet
</span><span class="cx">                       RenderText {#text} at (0,0) size 190x17
</span><span class="cx">                         text run at (0,0) width 190: &quot;This list item should be gray...&quot;
</span><del>-                    RenderListItem {LI} at (40,17) size 603x17 [color=#808080]
</del><ins>+                    RenderListItem {LI} at (40,17) size 604x17 [color=#808080]
</ins><span class="cx">                       RenderListMarker at (-17,0) size 7x17: white bullet
</span><span class="cx">                       RenderText {#text} at (0,0) size 113x17
</span><span class="cx">                         text run at (0,0) width 113: &quot;...as should this....&quot;
</span><del>-                    RenderListItem {LI} at (40,34) size 603x17 [color=#008000]
</del><ins>+                    RenderListItem {LI} at (40,34) size 604x17 [color=#008000]
</ins><span class="cx">                       RenderListMarker at (-17,0) size 7x17: white bullet
</span><span class="cx">                       RenderText {#text} at (0,0) size 193x17
</span><span class="cx">                         text run at (0,0) width 193: &quot;...but this one should be green.&quot;
</span><del>-                RenderListItem {LI} at (40,85) size 643x17 [color=#660000]
</del><ins>+                RenderListItem {LI} at (40,85) size 644x17 [color=#660000]
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 171x17
</span><span class="cx">                     text run at (0,0) width 171: &quot;This ought to be dark red...&quot;
</span><del>-                RenderListItem {LI} at (40,102) size 643x17 [color=#008000]
</del><ins>+                RenderListItem {LI} at (40,102) size 644x17 [color=#008000]
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 85x17
</span><span class="cx">                     text run at (0,0) width 85: &quot;...this green...&quot;
</span><del>-                RenderListItem {LI} at (40,119) size 643x17 [color=#0000FF]
</del><ins>+                RenderListItem {LI} at (40,119) size 644x17 [color=#0000FF]
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 96x17
</span><span class="cx">                     text run at (0,0) width 96: &quot;...and this blue.&quot;
</span><del>-              RenderBlock {P} at (4,156) size 683x17 [color=#0000FF]
</del><ins>+              RenderBlock {P} at (4,156) size 684x17 [color=#0000FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 279x17
</span><span class="cx">                   text run at (0,0) width 279: &quot;This sentence should be blue (STYLE attr.).&quot;
</span><del>-              RenderBlock {P} at (4,189) size 683x18 [color=#800080]
</del><ins>+              RenderBlock {P} at (4,189) size 684x18 [color=#800080]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 204x17
</span><span class="cx">                   text run at (0,0) width 204: &quot;This sentence should be purple [&quot;
</span><span class="cx">                 RenderInline {CODE} at (0,0) size 96x15
</span><span class="lines">@@ -127,6 +127,6 @@
</span><span class="cx">                     text run at (204,3) width 96: &quot;class=\&quot;test\&quot;&quot;
</span><span class="cx">                 RenderText {#text} at (300,0) size 9x17
</span><span class="cx">                   text run at (300,0) width 9: &quot;].&quot;
</span><del>-              RenderBlock {P} at (4,223) size 683x17
</del><ins>+              RenderBlock {P} at (4,223) size 684x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 683x17
</span><span class="cx">                   text run at (0,0) width 683: &quot;This text should be stricken (overriding the imported underline; only works if LINKed sheets are supported).&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1cascadeimportantexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/cascade/important-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/cascade/important-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/cascade/important-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x143
</span><del>-            RenderTableCell {TD} at (0,84) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,84) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x143 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1classificationdisplayexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/classification/display-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/classification/display-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/classification/display-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -71,9 +71,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x310
</span><del>-            RenderTableCell {TD} at (0,167) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,167) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x310 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 293x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1classificationlist_styleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/classification/list_style-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/classification/list_style-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/classification/list_style-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x109
</span><del>-            RenderTableCell {TD} at (0,67) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,67) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x109 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1classificationlist_style_imageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/classification/list_style_image-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/classification/list_style_image-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/classification/list_style_image-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -38,41 +38,41 @@
</span><span class="cx">           RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">           RenderText {#text} at (0,0) size 231x17
</span><span class="cx">             text run at (0,0) width 231: &quot;...standard list markers for each item.&quot;
</span><del>-      RenderTable {TABLE} at (0,246) size 293x172 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 291x170
-          RenderTableRow {TR} at (0,0) size 291x25
-            RenderTableCell {TD} at (0,0) size 291x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,246) size 294x172 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 292x170
+          RenderTableRow {TR} at (0,0) size 292x25
+            RenderTableCell {TD} at (0,0) size 292x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 291x145
-            RenderTableCell {TD} at (0,85) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,25) size 292x145
+            RenderTableCell {TD} at (0,85) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,25) size 279x145 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {UL} at (4,4) size 271x54
-                RenderListItem {LI} at (40,0) size 231x18
</del><ins>+            RenderTableCell {TD} at (12,25) size 280x145 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {UL} at (4,4) size 272x54
+                RenderListItem {LI} at (40,0) size 232x18
</ins><span class="cx">                   RenderListMarker at (-22,0) size 15x15
</span><span class="cx">                   RenderText {#text} at (0,1) size 62x17
</span><span class="cx">                     text run at (0,1) width 62: &quot;This list...&quot;
</span><del>-                RenderListItem {LI} at (40,18) size 231x18
</del><ins>+                RenderListItem {LI} at (40,18) size 232x18
</ins><span class="cx">                   RenderListMarker at (-22,0) size 15x15
</span><span class="cx">                   RenderText {#text} at (0,1) size 113x17
</span><span class="cx">                     text run at (0,1) width 113: &quot;...should feature...&quot;
</span><del>-                RenderListItem {LI} at (40,36) size 231x18
</del><ins>+                RenderListItem {LI} at (40,36) size 232x18
</ins><span class="cx">                   RenderListMarker at (-22,0) size 15x15
</span><span class="cx">                   RenderText {#text} at (0,1) size 146x17
</span><span class="cx">                     text run at (0,1) width 146: &quot;...images for each item.&quot;
</span><del>-              RenderBlock {UL} at (4,74) size 271x51
-                RenderListItem {LI} at (40,0) size 231x17
</del><ins>+              RenderBlock {UL} at (4,74) size 272x51
+                RenderListItem {LI} at (40,0) size 232x17
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 62x17
</span><span class="cx">                     text run at (0,0) width 62: &quot;This list...&quot;
</span><del>-                RenderListItem {LI} at (40,17) size 231x17
</del><ins>+                RenderListItem {LI} at (40,17) size 232x17
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 113x17
</span><span class="cx">                     text run at (0,0) width 113: &quot;...should feature...&quot;
</span><del>-                RenderListItem {LI} at (40,34) size 231x17
</del><ins>+                RenderListItem {LI} at (40,34) size 232x17
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 231x17
</span><span class="cx">                     text run at (0,0) width 231: &quot;...standard list markers for each item.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1classificationlist_style_positionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/classification/list_style_position-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/classification/list_style_position-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/classification/list_style_position-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -32,9 +32,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x108
</span><del>-            RenderTableCell {TD} at (0,66) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,66) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x108 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {UL} at (4,4) size 762x34
</span><span class="cx">                 RenderListItem {LI} at (40,0) size 722x34
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1classificationlist_style_typeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/classification/list_style_type-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/classification/list_style_type-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/classification/list_style_type-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -133,129 +133,129 @@
</span><span class="cx">         RenderListItem {LI} at (40,34) size 729x17
</span><span class="cx">           RenderText {#text} at (0,0) size 150x17
</span><span class="cx">             text run at (0,0) width 150: &quot;...nothing for each item.&quot;
</span><del>-      RenderTable {TABLE} at (0,817) size 338x638 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 336x636
-          RenderTableRow {TR} at (0,0) size 336x25
-            RenderTableCell {TD} at (0,0) size 336x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,817) size 339x638 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 337x636
+          RenderTableRow {TR} at (0,0) size 337x25
+            RenderTableCell {TD} at (0,0) size 337x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 336x611
-            RenderTableCell {TD} at (0,318) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,25) size 337x611
+            RenderTableCell {TD} at (0,318) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,25) size 324x611 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {UL} at (4,4) size 316x51
-                RenderListItem {LI} at (40,0) size 276x17
</del><ins>+            RenderTableCell {TD} at (12,25) size 325x611 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {UL} at (4,4) size 317x51
+                RenderListItem {LI} at (40,0) size 277x17
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 62x17
</span><span class="cx">                     text run at (0,0) width 62: &quot;This list...&quot;
</span><del>-                RenderListItem {LI} at (40,17) size 276x17
</del><ins>+                RenderListItem {LI} at (40,17) size 277x17
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 113x17
</span><span class="cx">                     text run at (0,0) width 113: &quot;...should feature...&quot;
</span><del>-                RenderListItem {LI} at (40,34) size 276x17
</del><ins>+                RenderListItem {LI} at (40,34) size 277x17
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 133x17
</span><span class="cx">                     text run at (0,0) width 133: &quot;...discs for each item.&quot;
</span><del>-              RenderBlock {UL} at (4,71) size 316x51
-                RenderListItem {LI} at (40,0) size 276x17
</del><ins>+              RenderBlock {UL} at (4,71) size 317x51
+                RenderListItem {LI} at (40,0) size 277x17
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: white bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 62x17
</span><span class="cx">                     text run at (0,0) width 62: &quot;This list...&quot;
</span><del>-                RenderListItem {LI} at (40,17) size 276x17
</del><ins>+                RenderListItem {LI} at (40,17) size 277x17
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: white bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 113x17
</span><span class="cx">                     text run at (0,0) width 113: &quot;...should feature...&quot;
</span><del>-                RenderListItem {LI} at (40,34) size 276x17
</del><ins>+                RenderListItem {LI} at (40,34) size 277x17
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: white bullet
</span><span class="cx">                   RenderText {#text} at (0,0) size 142x17
</span><span class="cx">                     text run at (0,0) width 142: &quot;...circles for each item.&quot;
</span><del>-              RenderBlock {UL} at (4,138) size 316x51
-                RenderListItem {LI} at (40,0) size 276x17
</del><ins>+              RenderBlock {UL} at (4,138) size 317x51
+                RenderListItem {LI} at (40,0) size 277x17
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: black square
</span><span class="cx">                   RenderText {#text} at (0,0) size 62x17
</span><span class="cx">                     text run at (0,0) width 62: &quot;This list...&quot;
</span><del>-                RenderListItem {LI} at (40,17) size 276x17
</del><ins>+                RenderListItem {LI} at (40,17) size 277x17
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: black square
</span><span class="cx">                   RenderText {#text} at (0,0) size 113x17
</span><span class="cx">                     text run at (0,0) width 113: &quot;...should feature...&quot;
</span><del>-                RenderListItem {LI} at (40,34) size 276x17
</del><ins>+                RenderListItem {LI} at (40,34) size 277x17
</ins><span class="cx">                   RenderListMarker at (-17,0) size 7x17: black square
</span><span class="cx">                   RenderText {#text} at (0,0) size 149x17
</span><span class="cx">                     text run at (0,0) width 149: &quot;...squares for each item.&quot;
</span><del>-              RenderBlock {OL} at (4,205) size 316x51
-                RenderListItem {LI} at (40,0) size 276x17
</del><ins>+              RenderBlock {OL} at (4,205) size 317x51
+                RenderListItem {LI} at (40,0) size 277x17
</ins><span class="cx">                   RenderListMarker at (-16,0) size 12x17: &quot;i&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 62x17
</span><span class="cx">                     text run at (0,0) width 62: &quot;This list...&quot;
</span><del>-                RenderListItem {LI} at (40,17) size 276x17
</del><ins>+                RenderListItem {LI} at (40,17) size 277x17
</ins><span class="cx">                   RenderListMarker at (-20,0) size 16x17: &quot;ii&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 113x17
</span><span class="cx">                     text run at (0,0) width 113: &quot;...should feature...&quot;
</span><del>-                RenderListItem {LI} at (40,34) size 276x17
</del><ins>+                RenderListItem {LI} at (40,34) size 277x17
</ins><span class="cx">                   RenderListMarker at (-24,0) size 20x17: &quot;iii&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 276x17
</span><span class="cx">                     text run at (0,0) width 276: &quot;...lowercase Roman numerals for each item.&quot;
</span><del>-              RenderBlock {OL} at (4,272) size 316x51
-                RenderListItem {LI} at (40,0) size 276x17
</del><ins>+              RenderBlock {OL} at (4,272) size 317x51
+                RenderListItem {LI} at (40,0) size 277x17
</ins><span class="cx">                   RenderListMarker at (-17,0) size 13x17: &quot;I&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 62x17
</span><span class="cx">                     text run at (0,0) width 62: &quot;This list...&quot;
</span><del>-                RenderListItem {LI} at (40,17) size 276x17
</del><ins>+                RenderListItem {LI} at (40,17) size 277x17
</ins><span class="cx">                   RenderListMarker at (-22,0) size 18x17: &quot;II&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 113x17
</span><span class="cx">                     text run at (0,0) width 113: &quot;...should feature...&quot;
</span><del>-                RenderListItem {LI} at (40,34) size 276x17
</del><ins>+                RenderListItem {LI} at (40,34) size 277x17
</ins><span class="cx">                   RenderListMarker at (-27,0) size 23x17: &quot;III&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 276x17
</span><span class="cx">                     text run at (0,0) width 276: &quot;...uppercase Roman numerals for each item.&quot;
</span><del>-              RenderBlock {OL} at (4,339) size 316x51
-                RenderListItem {LI} at (40,0) size 276x17
</del><ins>+              RenderBlock {OL} at (4,339) size 317x51
+                RenderListItem {LI} at (40,0) size 277x17
</ins><span class="cx">                   RenderListMarker at (-19,0) size 15x17: &quot;a&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 62x17
</span><span class="cx">                     text run at (0,0) width 62: &quot;This list...&quot;
</span><del>-                RenderListItem {LI} at (40,17) size 276x17
</del><ins>+                RenderListItem {LI} at (40,17) size 277x17
</ins><span class="cx">                   RenderListMarker at (-20,0) size 16x17: &quot;b&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 113x17
</span><span class="cx">                     text run at (0,0) width 113: &quot;...should feature...&quot;
</span><del>-                RenderListItem {LI} at (40,34) size 276x17
</del><ins>+                RenderListItem {LI} at (40,34) size 277x17
</ins><span class="cx">                   RenderListMarker at (-19,0) size 15x17: &quot;c&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 206x17
</span><span class="cx">                     text run at (0,0) width 206: &quot;...lowercase letters for each item.&quot;
</span><del>-              RenderBlock {OL} at (4,406) size 316x51
-                RenderListItem {LI} at (40,0) size 276x17
</del><ins>+              RenderBlock {OL} at (4,406) size 317x51
+                RenderListItem {LI} at (40,0) size 277x17
</ins><span class="cx">                   RenderListMarker at (-24,0) size 20x17: &quot;A&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 62x17
</span><span class="cx">                     text run at (0,0) width 62: &quot;This list...&quot;
</span><del>-                RenderListItem {LI} at (40,17) size 276x17
</del><ins>+                RenderListItem {LI} at (40,17) size 277x17
</ins><span class="cx">                   RenderListMarker at (-23,0) size 19x17: &quot;B&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 113x17
</span><span class="cx">                     text run at (0,0) width 113: &quot;...should feature...&quot;
</span><del>-                RenderListItem {LI} at (40,34) size 276x17
</del><ins>+                RenderListItem {LI} at (40,34) size 277x17
</ins><span class="cx">                   RenderListMarker at (-23,0) size 19x17: &quot;C&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 206x17
</span><span class="cx">                     text run at (0,0) width 206: &quot;...uppercase letters for each item.&quot;
</span><del>-              RenderBlock {OL} at (4,473) size 316x51
-                RenderListItem {LI} at (40,0) size 276x17
</del><ins>+              RenderBlock {OL} at (4,473) size 317x51
+                RenderListItem {LI} at (40,0) size 277x17
</ins><span class="cx">                   RenderListMarker at (-24,0) size 20x17: &quot;A&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 155x17
</span><span class="cx">                     text run at (0,0) width 155: &quot;This list should feature...&quot;
</span><del>-                RenderListItem {LI} at (40,17) size 276x17
</del><ins>+                RenderListItem {LI} at (40,17) size 277x17
</ins><span class="cx">                   RenderListMarker at (-23,0) size 19x17: &quot;B&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 147x17
</span><span class="cx">                     text run at (0,0) width 147: &quot;...letters for each item...&quot;
</span><del>-                RenderListItem {LI} at (40,34) size 276x17
</del><ins>+                RenderListItem {LI} at (40,34) size 277x17
</ins><span class="cx">                   RenderListMarker at (-20,0) size 16x17: &quot;3&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 110x17
</span><span class="cx">                     text run at (0,0) width 110: &quot;...except this one.&quot;
</span><del>-              RenderBlock {UL} at (4,540) size 316x51
-                RenderListItem {LI} at (40,0) size 276x17
</del><ins>+              RenderBlock {UL} at (4,540) size 317x51
+                RenderListItem {LI} at (40,0) size 277x17
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x17
</span><span class="cx">                     text run at (0,0) width 62: &quot;This list...&quot;
</span><del>-                RenderListItem {LI} at (40,17) size 276x17
</del><ins>+                RenderListItem {LI} at (40,17) size 277x17
</ins><span class="cx">                   RenderText {#text} at (0,0) size 113x17
</span><span class="cx">                     text run at (0,0) width 113: &quot;...should feature...&quot;
</span><del>-                RenderListItem {LI} at (40,34) size 276x17
</del><ins>+                RenderListItem {LI} at (40,34) size 277x17
</ins><span class="cx">                   RenderText {#text} at (0,0) size 150x17
</span><span class="cx">                     text run at (0,0) width 150: &quot;...nothing for each item.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1classificationwhite_spaceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/classification/white_space-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/classification/white_space-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/classification/white_space-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -34,29 +34,29 @@
</span><span class="cx">         RenderText {#text} at (452,17) size 4x17
</span><span class="cx">           text run at (452,17) width 4: &quot;.&quot;
</span><span class="cx">           text run at (456,17) width 0: &quot; &quot;
</span><del>-      RenderTable {TABLE} at (0,308) size 913x203 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 911x201
-          RenderTableRow {TR} at (0,0) size 911x25
-            RenderTableCell {TD} at (0,0) size 911x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,308) size 914x203 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 912x201
+          RenderTableRow {TR} at (0,0) size 912x25
+            RenderTableCell {TD} at (0,0) size 912x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 911x176
-            RenderTableCell {TD} at (0,100) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
-            RenderTableCell {TD} at (12,25) size 899x176 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 891x85
</del><ins>+          RenderTableRow {TR} at (0,25) size 912x176
+            RenderTableCell {TD} at (0,100) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
+            RenderTableCell {TD} at (12,25) size 900x176 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {P} at (4,4) size 892x85
</ins><span class="cx">                 RenderText {#text} at (0,0) size 569x85
</span><span class="cx">                   text run at (0,0) width 0: &quot; &quot;
</span><span class="cx">                   text run at (0,17) width 569: &quot;This sentence should     show extra space  where there    would ordinarily         not be any.&quot;
</span><span class="cx">                   text run at (0,34) width 296: &quot;     There should also be preservation of returns&quot;
</span><span class="cx">                   text run at (0,51) width 97: &quot;as this sentence&quot;
</span><span class="cx">                   text run at (0,68) width 184: &quot;     very clearly demonstrates.&quot;
</span><del>-              RenderBlock {P} at (4,105) size 891x17
</del><ins>+              RenderBlock {P} at (4,105) size 892x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 891x17
</span><span class="cx">                   text run at (0,0) width 891: &quot;This sentence should not word-wrap, no matter how long the sentence is, as it has been set to nowrap and that should have the obvious effect.&quot;
</span><del>-              RenderBlock {P} at (4,138) size 891x34
</del><ins>+              RenderBlock {P} at (4,138) size 892x34
</ins><span class="cx">                 RenderText {#text} at (0,0) size 296x34
</span><span class="cx">                   text run at (0,0) width 0: &quot; &quot;
</span><span class="cx">                   text run at (0,17) width 296: &quot;This sentence      should     show extra   space, &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1color_and_backgroundbackgroundexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/color_and_background/background-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/color_and_background/background-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/color_and_background/background-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x261
</span><del>-            RenderTableCell {TD} at (0,143) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,143) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x261 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1color_and_backgroundbackground_attachmentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/color_and_background/background_attachment-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/color_and_background/background_attachment-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/color_and_background/background_attachment-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><del>-layer at (0,0) size 880x1159
</del><ins>+layer at (0,0) size 880x1158
</ins><span class="cx">   RenderView at (0,0) size 785x585
</span><del>-layer at (0,0) size 785x1159
</del><ins>+layer at (0,0) size 785x1158
</ins><span class="cx">   RenderBlock {HTML} at (0,0) size 785x1159
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x1143 [bgcolor=#CCCCCC]
</span><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="lines">@@ -91,21 +91,21 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x507
</span><del>-            RenderTableCell {TD} at (0,266) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,265) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x507 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x85
</span><del>-                RenderText {#text} at (0,0) size 747x85
</del><ins>+                RenderText {#text} at (0,0) size 730x85
</ins><span class="cx">                   text run at (0,0) width 730: &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 class="cx">                   text run at (0,17) width 234: &quot;does NOT scroll with the document. &quot;
</span><del>-                  text run at (234,17) width 513: &quot;It should, instead, appear to be a fixed pattern past which the content scrolls, even&quot;
-                  text run at (0,34) width 234: &quot;when the end of the page is reached. &quot;
-                  text run at (234,34) width 494: &quot;In addition, the default Test Suite background should NOT appear, as it's been&quot;
-                  text run at (0,51) width 246: &quot;overridden by the styles shown above. &quot;
-                  text run at (246,51) width 497: &quot;I'll have to add a lot of extra text to the page in order to make all this something&quot;
-                  text run at (0,68) width 147: &quot;we can actually check. &quot;
-                  text run at (147,68) width 227: &quot;Don't worry, I'll think of something.&quot;
</del><ins>+                  text run at (234,17) width 479: &quot;It should, instead, appear to be a fixed pattern past which the content scrolls,&quot;
+                  text run at (0,34) width 268: &quot;even when the end of the page is reached. &quot;
+                  text run at (268,34) width 460: &quot;In addition, the default Test Suite background should NOT appear, as it's&quot;
+                  text run at (0,51) width 280: &quot;been overridden by the styles shown above. &quot;
+                  text run at (280,51) width 428: &quot;I'll have to add a lot of extra text to the page in order to make all this&quot;
+                  text run at (0,68) width 216: &quot;something we can actually check. &quot;
+                  text run at (216,68) width 227: &quot;Don't worry, I'll think of something.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,105) size 747x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 508x17
</span><span class="cx">                   text run at (0,0) width 417: &quot;In fact, why not the relevant section from the CSS1 specification? &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1color_and_backgroundbackground_colorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/color_and_background/background_color-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/color_and_background/background_color-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/color_and_background/background_color-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x159
</span><del>-            RenderTableCell {TD} at (0,92) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,92) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x159 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1color_and_backgroundbackground_imageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/color_and_background/background_image-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/color_and_background/background_image-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/color_and_background/background_image-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x177
</span><del>-            RenderTableCell {TD} at (0,101) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,101) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x177 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1color_and_backgroundbackground_positionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/color_and_background/background_position-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/color_and_background/background_position-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/color_and_background/background_position-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -79,9 +79,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x528
</span><del>-            RenderTableCell {TD} at (0,276) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,276) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x528 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 503x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1color_and_backgroundbackground_repeatexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/color_and_background/background_repeat-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/color_and_background/background_repeat-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/color_and_background/background_repeat-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x721
</span><del>-            RenderTableCell {TD} at (0,373) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,373) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x721 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1color_and_backgroundcolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/color_and_background/color-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/color_and_background/color-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/color_and_background/color-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -17,21 +17,21 @@
</span><span class="cx">       RenderBlock {P} at (0,127) size 784x17 [color=#008000]
</span><span class="cx">         RenderText {#text} at (0,0) size 194x17
</span><span class="cx">           text run at (0,0) width 194: &quot;This sentence should be green.&quot;
</span><del>-      RenderTable {TABLE} at (0,160) size 216x85 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 214x83
-          RenderTableRow {TR} at (0,0) size 214x25
-            RenderTableCell {TD} at (0,0) size 214x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,160) size 217x85 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 215x83
+          RenderTableRow {TR} at (0,0) size 215x25
+            RenderTableCell {TD} at (0,0) size 215x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 214x58
-            RenderTableCell {TD} at (0,41) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
-            RenderTableCell {TD} at (12,25) size 202x58 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 194x17 [color=#008000]
</del><ins>+          RenderTableRow {TR} at (0,25) size 215x58
+            RenderTableCell {TD} at (0,41) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
+            RenderTableCell {TD} at (12,25) size 203x58 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {P} at (4,4) size 195x17 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 194x17
</span><span class="cx">                   text run at (0,0) width 194: &quot;This sentence should be green.&quot;
</span><del>-              RenderBlock {P} at (4,37) size 194x17 [color=#008000]
</del><ins>+              RenderBlock {P} at (4,37) size 195x17 [color=#008000]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 194x17
</span><span class="cx">                   text run at (0,0) width 194: &quot;This sentence should be green.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1conformanceforward_compatible_parsingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -279,9 +279,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x1504
</span><del>-            RenderTableCell {TD} at (0,764) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,764) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x1504 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17 [color=#008000]
</span><span class="cx">                 RenderText {#text} at (0,0) size 485x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1font_propertiesfontexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/font_properties/font-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/font_properties/font-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/font_properties/font-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><del>-layer at (0,0) size 785x4373
</del><ins>+layer at (0,0) size 785x4374
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x4373
</del><ins>+layer at (0,0) size 785x4374
</ins><span class="cx">   RenderBlock {HTML} at (0,0) size 785x4374
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x4358 [bgcolor=#CCCCCC]
</span><span class="cx">       RenderBlock {P} at (0,0) size 769x14
</span><span class="lines">@@ -110,16 +110,16 @@
</span><span class="cx">             text run at (0,233) width 64: &quot;spacing.&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderTable {TABLE} at (0,1930) size 769x2428 [border: (1px outset #808080)]
</span><del>-        RenderTableSection {TBODY} at (1,1) size 767x2425
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 767x2426
</ins><span class="cx">           RenderTableRow {TR} at (0,0) size 767x25
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 767x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 767x2400
-            RenderTableCell {TD} at (0,1212) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+          RenderTableRow {TR} at (0,25) size 767x2401
+            RenderTableCell {TD} at (0,1212) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x2401 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x34
</span><span class="cx">                 RenderText {#text} at (0,0) size 732x34
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1font_propertiesfont_familyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/font_properties/font_family-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/font_properties/font_family-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/font_properties/font_family-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -73,9 +73,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x494
</span><del>-            RenderTableCell {TD} at (0,259) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,259) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x494 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (4,4) size 747x180
</span><span class="cx">                 RenderBlock {P} at (0,0) size 747x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1font_propertiesfont_sizeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/font_properties/font_size-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/font_properties/font_size-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/font_properties/font_size-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><del>-layer at (0,0) size 785x2757
</del><ins>+layer at (0,0) size 785x2758
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x2757
</del><ins>+layer at (0,0) size 785x2758
</ins><span class="cx">   RenderBlock {HTML} at (0,0) size 785x2758
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x2742 [bgcolor=#CCCCCC]
</span><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="lines">@@ -128,15 +128,15 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 673x17
</span><span class="cx">           text run at (0,0) width 673: &quot;This sentence should be normal size, since no negative values are allowed and therefore should be ignored.&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,1543) size 769x1199 [border: (1px outset #808080)]
</span><del>-        RenderTableSection {TBODY} at (1,1) size 767x1196
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 767x1197
</ins><span class="cx">           RenderTableRow {TR} at (0,0) size 767x25
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 767x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 767x1171
-            RenderTableCell {TD} at (0,598) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
</del><ins>+          RenderTableRow {TR} at (0,25) size 767x1172
+            RenderTableCell {TD} at (0,598) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,3) size 4x18
</ins><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x1172 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1font_propertiesfont_styleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/font_properties/font_style-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/font_properties/font_style-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/font_properties/font_style-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -29,19 +29,19 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 212x17
</span><span class="cx">             text run at (0,0) width 212: &quot;This paragraph should be normal.&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,223) size 571x118 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 569x116
-          RenderTableRow {TR} at (0,0) size 569x25
-            RenderTableCell {TD} at (0,0) size 569x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,223) size 572x118 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 570x116
+          RenderTableRow {TR} at (0,0) size 570x25
+            RenderTableCell {TD} at (0,0) size 570x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 569x91
-            RenderTableCell {TD} at (0,58) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,25) size 570x91
+            RenderTableCell {TD} at (0,58) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,25) size 557x91 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 549x17
</del><ins>+            RenderTableCell {TD} at (12,25) size 558x91 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {P} at (4,4) size 550x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 501x17
</span><span class="cx">                   text run at (0,0) width 501: &quot;This paragraph should be in italics, but the last word of the sentence should be &quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 44x17
</span><span class="lines">@@ -49,10 +49,10 @@
</span><span class="cx">                     text run at (501,0) width 44: &quot;normal&quot;
</span><span class="cx">                 RenderText {#text} at (545,0) size 4x17
</span><span class="cx">                   text run at (545,0) width 4: &quot;.&quot;
</span><del>-              RenderBlock {P} at (4,37) size 549x17
</del><ins>+              RenderBlock {P} at (4,37) size 550x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 219x17
</span><span class="cx">                   text run at (0,0) width 219: &quot;This paragraph should be oblique.&quot;
</span><del>-              RenderBlock {P} at (4,70) size 549x17
</del><ins>+              RenderBlock {P} at (4,70) size 550x17
</ins><span class="cx">                 RenderInline {I} at (0,0) size 212x17
</span><span class="cx">                   RenderText {#text} at (0,0) size 212x17
</span><span class="cx">                     text run at (0,0) width 212: &quot;This paragraph should be normal.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1font_propertiesfont_variantexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/font_properties/font_variant-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/font_properties/font_variant-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/font_properties/font_variant-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -23,22 +23,22 @@
</span><span class="cx">             text run at (574,0) width 48: &quot;Normal&quot;
</span><span class="cx">         RenderText {#text} at (622,0) size 4x17
</span><span class="cx">           text run at (622,0) width 4: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,175) size 648x85 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 646x83
-          RenderTableRow {TR} at (0,0) size 646x25
-            RenderTableCell {TD} at (0,0) size 646x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,175) size 649x85 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 647x83
+          RenderTableRow {TR} at (0,0) size 647x25
+            RenderTableCell {TD} at (0,0) size 647x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 646x58
-            RenderTableCell {TD} at (0,41) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
-            RenderTableCell {TD} at (12,25) size 634x58 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 626x17
</del><ins>+          RenderTableRow {TR} at (0,25) size 647x58
+            RenderTableCell {TD} at (0,41) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
+            RenderTableCell {TD} at (12,25) size 635x58 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {P} at (4,4) size 627x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 268x17
</span><span class="cx">                   text run at (0,0) width 268: &quot;This Paragraph should be in Small Caps.&quot;
</span><del>-              RenderBlock {P} at (4,37) size 626x17
</del><ins>+              RenderBlock {P} at (4,37) size 627x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 574x17
</span><span class="cx">                   text run at (0,0) width 574: &quot;This Paragraph should be in Small Caps, but the Last Word in the Sentence should be &quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 48x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1font_propertiesfont_weightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/font_properties/font_weight-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/font_properties/font_weight-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/font_properties/font_weight-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -60,51 +60,51 @@
</span><span class="cx">             text run at (493,0) width 44: &quot;normal&quot;
</span><span class="cx">         RenderText {#text} at (537,0) size 4x17
</span><span class="cx">           text run at (537,0) width 4: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,607) size 563x399 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 561x396
-          RenderTableRow {TR} at (0,0) size 561x25
-            RenderTableCell {TD} at (0,0) size 561x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,607) size 564x399 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 562x396
+          RenderTableRow {TR} at (0,0) size 562x25
+            RenderTableCell {TD} at (0,0) size 562x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 561x371
-            RenderTableCell {TD} at (0,198) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
-            RenderTableCell {TD} at (12,25) size 549x371 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock {P} at (4,4) size 541x17
</del><ins>+          RenderTableRow {TR} at (0,25) size 562x371
+            RenderTableCell {TD} at (0,197) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
+            RenderTableCell {TD} at (12,25) size 550x371 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock {P} at (4,4) size 542x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 198x17
</span><span class="cx">                   text run at (0,0) width 198: &quot;This sentence should be bold.&quot;
</span><del>-              RenderBlock {P} at (4,37) size 541x17
</del><ins>+              RenderBlock {P} at (4,37) size 542x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 300x17
</span><span class="cx">                   text run at (0,0) width 300: &quot;This sentence should be bolder than normal.&quot;
</span><del>-              RenderBlock {H4} at (4,75) size 541x18
</del><ins>+              RenderBlock {H4} at (4,75) size 542x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 131x17
</span><span class="cx">                   text run at (0,0) width 131: &quot;This is a heading-4.&quot;
</span><del>-              RenderBlock {H4} at (4,113) size 541x18
</del><ins>+              RenderBlock {H4} at (4,113) size 542x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 179x17
</span><span class="cx">                   text run at (0,0) width 179: &quot;This is a bolder heading-4.&quot;
</span><del>-              RenderBlock {P} at (4,151) size 541x18
</del><ins>+              RenderBlock {P} at (4,151) size 542x18
</ins><span class="cx">                 RenderInline {B} at (0,0) size 353x17
</span><span class="cx">                   RenderText {#text} at (0,0) size 353x17
</span><span class="cx">                     text run at (0,0) width 353: &quot;This sentence should be normal (boldface made lighter).&quot;
</span><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderBlock {P} at (4,184) size 541x18
</del><ins>+              RenderBlock {P} at (4,184) size 542x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 230x17
</span><span class="cx">                   text run at (0,0) width 230: &quot;This sentence should be weight 100.&quot;
</span><del>-              RenderBlock {P} at (4,217) size 541x18
</del><ins>+              RenderBlock {P} at (4,217) size 542x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 230x17
</span><span class="cx">                   text run at (0,0) width 230: &quot;This sentence should be weight 300.&quot;
</span><del>-              RenderBlock {P} at (4,250) size 541x18
</del><ins>+              RenderBlock {P} at (4,250) size 542x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 230x17
</span><span class="cx">                   text run at (0,0) width 230: &quot;This sentence should be weight 500.&quot;
</span><del>-              RenderBlock {P} at (4,283) size 541x18
</del><ins>+              RenderBlock {P} at (4,283) size 542x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 241x17
</span><span class="cx">                   text run at (0,0) width 241: &quot;This sentence should be weight 700.&quot;
</span><del>-              RenderBlock {P} at (4,316) size 541x18
</del><ins>+              RenderBlock {P} at (4,316) size 542x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 241x17
</span><span class="cx">                   text run at (0,0) width 241: &quot;This sentence should be weight 900.&quot;
</span><del>-              RenderBlock {P} at (4,349) size 541x18
</del><ins>+              RenderBlock {P} at (4,349) size 542x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 493x17
</span><span class="cx">                   text run at (0,0) width 493: &quot;This sentence should be bold, but the last word in the sentence should be &quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 44x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1formatting_modelcanvasexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/formatting_model/canvas-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/formatting_model/canvas-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/formatting_model/canvas-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 748x59
</span><del>-            RenderTableCell {TD} at (0,42) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,42) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 736x59 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1formatting_modelfloating_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/formatting_model/floating_elements-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/formatting_model/floating_elements-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/formatting_model/floating_elements-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x6082
</del><ins>+layer at (0,0) size 785x6099
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x6082
-  RenderBlock {HTML} at (0,0) size 785x6082
-    RenderBody {BODY} at (8,8) size 769x6066 [bgcolor=#CCCCCC]
</del><ins>+layer at (0,0) size 785x6099
+  RenderBlock {HTML} at (0,0) size 785x6099
+    RenderBody {BODY} at (8,8) size 769x6083 [bgcolor=#CCCCCC]
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 355x17
</span><span class="cx">           text run at (0,0) width 355: &quot;The style declarations which apply to the text below are:&quot;
</span><span class="lines">@@ -361,18 +361,18 @@
</span><span class="cx">           text run at (5,175) width 442: &quot;floating elements appearing before text which precedes it in the source&quot;
</span><span class="cx">           text run at (5,192) width 66: &quot;document.&quot;
</span><span class="cx">       RenderBlock {HR} at (24,3087) size 579x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,3113) size 769x2953 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 767x2951
</del><ins>+      RenderTable {TABLE} at (0,3113) size 769x2970 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 767x2968
</ins><span class="cx">           RenderTableRow {TR} at (0,0) size 767x25
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 767x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 767x2926
-            RenderTableCell {TD} at (0,1475) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,25) size 767x2943
+            RenderTableCell {TD} at (0,1484) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,25) size 755x2926 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,25) size 755x2943 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (4,4) size 747x51
</span><span class="cx">                 RenderText {#text} at (0,0) size 740x51
</span><span class="cx">                   text run at (0,0) width 681: &quot;On this test page, each test is performed once with floating paragraphs, and then again with floating images. &quot;
</span><span class="lines">@@ -386,7 +386,7 @@
</span><span class="cx">                     text run at (17,17) width 130: &quot;This is a left-floating&quot;
</span><span class="cx">                     text run at (17,34) width 112: &quot;paragraph (first in&quot;
</span><span class="cx">                     text run at (17,51) width 50: &quot;source).&quot;
</span><del>-                RenderBlock (floating) {P} at (544,5) size 194x85 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</del><ins>+                RenderBlock (floating) {P} at (543,5) size 195x85 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</ins><span class="cx">                   RenderText {#text} at (17,17) size 139x51
</span><span class="cx">                     text run at (17,17) width 139: &quot;This is a right-floating&quot;
</span><span class="cx">                     text run at (17,34) width 132: &quot;paragraph (second in&quot;
</span><span class="lines">@@ -401,12 +401,12 @@
</span><span class="cx">               RenderBlock {HR} at (357,208) size 41x2 [border: (1px inset #000000)]
</span><span class="cx">               RenderBlock {DIV} at (6,218) size 743x61 [border: (5px solid #800080)]
</span><span class="cx">                 RenderImage {IMG} at (5,5) size 15x36 [border: (3px solid #000000)]
</span><del>-                RenderImage {IMG} at (723,5) size 15x36 [border: (3px solid #000000)]
-                RenderText {#text} at (20,5) size 703x51
</del><ins>+                RenderImage {IMG} at (722,5) size 16x36 [border: (3px solid #000000)]
+                RenderText {#text} at (20,5) size 679x51
</ins><span class="cx">                   text run at (20,5) width 177: &quot;This is text within the DIV. &quot;
</span><span class="cx">                   text run at (197,5) width 502: &quot;The floating images within this DIV should not go beyond the left or right inner&quot;
</span><del>-                  text run at (20,22) width 703: &quot;edge of this DIV, which means that the borders of the floating images should not overlap the top or side borders&quot;
-                  text run at (20,39) width 73: &quot;of the DIV.&quot;
</del><ins>+                  text run at (20,22) width 652: &quot;edge of this DIV, which means that the borders of the floating images should not overlap the top or side&quot;
+                  text run at (20,39) width 124: &quot;borders of the DIV.&quot;
</ins><span class="cx">               RenderBlock {HR} at (28,303) size 563x2 [border: (1px inset #000000)]
</span><span class="cx">               RenderBlock {DIV} at (6,329) size 442x214 [border: (5px solid #800080)]
</span><span class="cx">                 RenderBlock (floating) {P} at (5,5) size 194x68 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</span><span class="lines">@@ -512,7 +512,7 @@
</span><span class="cx">                   text run at (5,194) width 386: &quot;floated left, and the second floated to the right below the first.&quot;
</span><span class="cx">               RenderBlock {HR} at (28,1401) size 563x2 [border: (1px inset #000000)]
</span><span class="cx">               RenderBlock {DIV} at (6,1427) size 743x112 [border: (5px solid #800080)]
</span><del>-                RenderBlock (floating) {P} at (544,5) size 194x85 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</del><ins>+                RenderBlock (floating) {P} at (543,5) size 195x85 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</ins><span class="cx">                   RenderText {#text} at (17,17) size 139x51
</span><span class="cx">                     text run at (17,17) width 139: &quot;This is a right-floating&quot;
</span><span class="cx">                     text run at (17,34) width 112: &quot;paragraph (first in&quot;
</span><span class="lines">@@ -534,7 +534,7 @@
</span><span class="cx">               RenderBlock {HR} at (357,1547) size 41x2 [border: (1px inset #000000)]
</span><span class="cx">               RenderBlock {DIV} at (6,1557) size 743x78 [border: (5px solid #800080)]
</span><span class="cx">                 RenderImage {IMG} at (5,5) size 15x36 [border: (3px solid #000000)]
</span><del>-                RenderImage {IMG} at (723,5) size 15x36 [border: (3px solid #000000)]
</del><ins>+                RenderImage {IMG} at (722,5) size 16x36 [border: (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (20,5) size 717x68
</span><span class="cx">                   text run at (20,5) width 177: &quot;This is text within the DIV. &quot;
</span><span class="cx">                   text run at (197,5) width 525: &quot;The floating images within this DIV should not go beyond the top side of this DIV,&quot;
</span><span class="lines">@@ -556,18 +556,18 @@
</span><span class="cx">                   text run at (384,5) width 333: &quot; The floating elements within this DIV should not go&quot;
</span><span class="cx">                   text run at (199,22) width 504: &quot;any higher than the line-box containing the inline content which precedes them. &quot;
</span><span class="cx">                   text run at (703,22) width 8: &quot;*&quot;
</span><del>-                RenderBlock (floating) {P} at (544,39) size 194x85 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</del><ins>+                RenderBlock (floating) {P} at (543,39) size 195x85 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</ins><span class="cx">                   RenderText {#text} at (17,17) size 139x51
</span><span class="cx">                     text run at (17,17) width 139: &quot;This is a right-floating&quot;
</span><span class="cx">                     text run at (17,34) width 132: &quot;paragraph (second in&quot;
</span><span class="cx">                     text run at (17,51) width 50: &quot;source).&quot;
</span><del>-                RenderText {#text} at (199,39) size 539x85
</del><ins>+                RenderText {#text} at (199,39) size 537x85
</ins><span class="cx">                   text run at (199,39) width 321: &quot;This means that the top side of each float can be, at&quot;
</span><span class="cx">                   text run at (199,56) width 313: &quot;most, as high as the top edge of the inline element&quot;
</span><span class="cx">                   text run at (199,73) width 343: &quot;containing the content just before the floating elements&quot;
</span><span class="cx">                   text run at (5,90) width 127: &quot;occur in the source. &quot;
</span><del>-                  text run at (132,90) width 412: &quot;In order to mark these points clearly, an asterisk has been inserted&quot;
-                  text run at (5,107) width 203: &quot;just before each floated element.&quot;
</del><ins>+                  text run at (132,90) width 359: &quot;In order to mark these points clearly, an asterisk has been&quot;
+                  text run at (5,107) width 256: &quot;inserted just before each floated element.&quot;
</ins><span class="cx">               RenderBlock {HR} at (357,1822) size 41x2 [border: (1px inset #000000)]
</span><span class="cx">               RenderBlock {DIV} at (6,1832) size 743x78 [border: (5px solid #800080)]
</span><span class="cx">                 RenderText {#text} at (20,5) size 185x17
</span><span class="lines">@@ -578,7 +578,7 @@
</span><span class="cx">                   text run at (205,5) width 503: &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,22) width 323: &quot;containing the inline content which precedes them. &quot;
</span><span class="cx">                   text run at (343,22) width 12: &quot;* &quot;
</span><del>-                RenderImage {IMG} at (723,22) size 15x36 [border: (3px solid #000000)]
</del><ins>+                RenderImage {IMG} at (722,22) size 16x36 [border: (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (355,22) size 709x51
</span><span class="cx">                   text run at (355,22) width 359: &quot;This means that the top side of each float can be, at most,&quot;
</span><span class="cx">                   text run at (20,39) width 689: &quot;as high as the top edge of the inline element containing the content just before the floating images occur in the&quot;
</span><span class="lines">@@ -598,7 +598,7 @@
</span><span class="cx">                   text run at (384,5) width 333: &quot; The floating elements within this DIV should not go&quot;
</span><span class="cx">                   text run at (199,22) width 504: &quot;any higher than the line-box containing the inline content which precedes them. &quot;
</span><span class="cx">                   text run at (703,22) width 8: &quot;*&quot;
</span><del>-                RenderBlock (floating) {P} at (544,39) size 194x85 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</del><ins>+                RenderBlock (floating) {P} at (543,39) size 195x85 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</ins><span class="cx">                   RenderText {#text} at (17,17) size 139x51
</span><span class="cx">                     text run at (17,17) width 139: &quot;This is a right-floating&quot;
</span><span class="cx">                     text run at (17,34) width 132: &quot;paragraph (second in&quot;
</span><span class="lines">@@ -623,16 +623,15 @@
</span><span class="cx">                     text run at (17,17) width 130: &quot;This is a left-floating&quot;
</span><span class="cx">                     text run at (17,34) width 126: &quot;paragraph (fourth in&quot;
</span><span class="cx">                     text run at (17,51) width 50: &quot;source).&quot;
</span><del>-                RenderText {#text} at (639,124) size 539x85
</del><ins>+                RenderText {#text} at (639,124) size 534x85
</ins><span class="cx">                   text run at (639,124) width 70: &quot; In order to&quot;
</span><span class="cx">                   text run at (199,141) width 492: &quot;mark these points clearly, an asterisk has been inserted just before each floated&quot;
</span><span class="cx">                   text run at (199,158) width 57: &quot;element. &quot;
</span><span class="cx">                   text run at (256,158) width 477: &quot;If a line has room for a floated element, then the element should float so that&quot;
</span><del>-                  text run at (199,175) width 470: &quot;its top is aligned with the top of the line-box in which the asterisk appears. &quot;
-                  text run at (669,175) width 69: &quot;Otherwise,&quot;
-                  text run at (199,192) width 329: &quot;its top should align with the top of the next line-box.&quot;
</del><ins>+                  text run at (199,175) width 466: &quot;its top is aligned with the top of the line-box in which the asterisk appears.&quot;
+                  text run at (199,192) width 402: &quot;Otherwise, its top should align with the top of the next line-box.&quot;
</ins><span class="cx">               RenderBlock {HR} at (357,2186) size 41x2 [border: (1px inset #000000)]
</span><del>-              RenderBlock {DIV} at (6,2196) size 743x112 [border: (5px solid #800080)]
</del><ins>+              RenderBlock {DIV} at (6,2196) size 743x129 [border: (5px solid #800080)]
</ins><span class="cx">                 RenderText {#text} at (20,5) size 185x17
</span><span class="cx">                   text run at (20,5) width 177: &quot;This is text within the DIV. &quot;
</span><span class="cx">                   text run at (197,5) width 8: &quot;*&quot;
</span><span class="lines">@@ -641,25 +640,26 @@
</span><span class="cx">                   text run at (205,5) width 503: &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,22) width 323: &quot;containing the inline content which precedes them. &quot;
</span><span class="cx">                   text run at (358,22) width 12: &quot;* &quot;
</span><del>-                RenderImage {IMG} at (723,22) size 15x36 [border: (3px solid #000000)]
</del><ins>+                RenderImage {IMG} at (722,22) size 16x36 [border: (3px solid #000000)]
</ins><span class="cx">                 RenderText {#text} at (370,22) size 318x17
</span><span class="cx">                   text run at (370,22) width 310: &quot;This means that the top side of each float can be, &quot;
</span><span class="cx">                   text run at (680,22) width 8: &quot;*&quot;
</span><span class="cx">                 RenderImage {IMG} at (20,22) size 15x36 [border: (3px solid #000000)]
</span><del>-                RenderText {#text} at (688,22) size 688x51
</del><ins>+                RenderText {#text} at (688,22) size 668x51
</ins><span class="cx">                   text run at (688,22) width 15: &quot; at&quot;
</span><del>-                  text run at (35,39) width 688: &quot;most, as high as the top edge of the inline element containing the content just before the floating images occur&quot;
-                  text run at (50,56) width 88: &quot;in the source. &quot;
-                  text run at (138,56) width 8: &quot;*&quot;
</del><ins>+                  text run at (35,39) width 649: &quot;most, as high as the top edge of the inline element containing the content just before the floating images&quot;
+                  text run at (50,56) width 127: &quot;occur in the source. &quot;
+                  text run at (177,56) width 8: &quot;*&quot;
</ins><span class="cx">                 RenderImage {IMG} at (35,56) size 15x36 [border: (3px solid #000000)]
</span><del>-                RenderText {#text} at (146,56) size 687x51
-                  text run at (146,56) width 566: &quot; In order to mark these points clearly, an asterisk has been inserted just before each floated&quot;
-                  text run at (50,73) width 46: &quot;image. &quot;
-                  text run at (96,73) width 640: &quot;If a line has room for a floated image, then the image should float so that its top is aligned with the top&quot;
-                  text run at (50,90) width 285: &quot;of the line-box in which the asterisk appears. &quot;
-                  text run at (335,90) width 402: &quot;Otherwise, its top should align with the top of the next line-box.&quot;
-              RenderBlock {HR} at (28,2332) size 563x2 [border: (1px inset #000000)]
-              RenderBlock {DIV} at (6,2358) size 490x282 [border: (5px solid #800080)]
</del><ins>+                RenderText {#text} at (185,56) size 731x68
+                  text run at (185,56) width 519: &quot; In order to mark these points clearly, an asterisk has been inserted just before each&quot;
+                  text run at (50,73) width 93: &quot;floated image. &quot;
+                  text run at (143,73) width 593: &quot;If a line has room for a floated image, then the image should float so that its top is aligned with&quot;
+                  text run at (50,90) width 332: &quot;the top of the line-box in which the asterisk appears. &quot;
+                  text run at (382,90) width 342: &quot;Otherwise, its top should align with the top of the next&quot;
+                  text run at (5,107) width 56: &quot;line-box.&quot;
+              RenderBlock {HR} at (28,2349) size 563x2 [border: (1px inset #000000)]
+              RenderBlock {DIV} at (6,2375) size 490x282 [border: (5px solid #800080)]
</ins><span class="cx">                 RenderText {#text} at (199,5) size 54x17
</span><span class="cx">                   text run at (199,5) width 54: &quot;This is *&quot;
</span><span class="cx">                 RenderBlock (floating) {P} at (5,5) size 194x85 [bgcolor=#C0C0C0] [border: (1px solid #00FF00)]
</span><span class="lines">@@ -691,8 +691,8 @@
</span><span class="cx">                   text run at (5,226) width 475: &quot;align with the top of the line-box following the insertion point of the floated&quot;
</span><span class="cx">                   text run at (5,243) width 466: &quot;element to avoid floating elements appearing before text which precedes it&quot;
</span><span class="cx">                   text run at (5,260) width 150: &quot;in the source document.&quot;
</span><del>-              RenderBlock {HR} at (357,2648) size 41x2 [border: (1px inset #000000)]
-              RenderBlock {DIV} at (6,2658) size 490x214 [border: (5px solid #800080)]
</del><ins>+              RenderBlock {HR} at (357,2665) size 41x2 [border: (1px inset #000000)]
+              RenderBlock {DIV} at (6,2675) size 490x214 [border: (5px solid #800080)]
</ins><span class="cx">                 RenderText {#text} at (20,5) size 54x17
</span><span class="cx">                   text run at (20,5) width 54: &quot;This is *&quot;
</span><span class="cx">                 RenderImage {IMG} at (5,5) size 15x36 [border: (3px solid #000000)]
</span><span class="lines">@@ -714,4 +714,4 @@
</span><span class="cx">                   text run at (5,158) width 429: &quot;line-box following the insertion point of the floated element to avoid&quot;
</span><span class="cx">                   text run at (5,175) width 442: &quot;floating elements appearing before text which precedes it in the source&quot;
</span><span class="cx">                   text run at (5,192) width 66: &quot;document.&quot;
</span><del>-              RenderBlock {HR} at (28,2896) size 563x2 [border: (1px inset #000000)]
</del><ins>+              RenderBlock {HR} at (28,2913) size 563x2 [border: (1px inset #000000)]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1formatting_modelheight_of_linesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/formatting_model/height_of_lines-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/formatting_model/height_of_lines-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/formatting_model/height_of_lines-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -74,9 +74,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x972
</span><del>-            RenderTableCell {TD} at (0,498) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,498) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x972 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x465
</span><span class="cx">                 RenderText {#text} at (0,2) size 729x238
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1formatting_modelinline_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/formatting_model/inline_elements-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/formatting_model/inline_elements-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/formatting_model/inline_elements-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,27 +54,27 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x280
</span><del>-            RenderTableCell {TD} at (0,152) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,152) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x280 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x192
</span><span class="cx">                 RenderText {#text} at (0,7) size 187x17
</span><span class="cx">                   text run at (0,7) width 187: &quot;This is a paragraph that has a &quot;
</span><del>-                RenderInline {SPAN} at (0,0) size 747x171 [border: (10px solid #FF0000)]
-                  RenderText {#text} at (239,7) size 747x145
</del><ins>+                RenderInline {SPAN} at (0,0) size 742x171 [border: (10px solid #FF0000)]
+                  RenderText {#text} at (239,7) size 742x145
</ins><span class="cx">                     text run at (239,7) width 503: &quot;very long span in it, and the span has a 10px red border separated from the span&quot;
</span><span class="cx">                     text run at (0,39) width 187: &quot;by 2pt, and a margin of 30pt. &quot;
</span><del>-                    text run at (187,39) width 560: &quot;The padding and border should be present on all sides of the span (although vertical lines&quot;
-                    text run at (0,71) width 539: &quot;should appear only at the beginning and the end of the whole span, not on each line). &quot;
-                    text run at (539,71) width 208: &quot;The padding, border, and margin&quot;
-                    text run at (0,103) width 388: &quot;should all be noticeable at the beginning and end of the span. &quot;
-                    text run at (388,103) width 349: &quot;However, the line height should not be changed by any&quot;
-                    text run at (0,135) width 602: &quot;of them, so the margin should be unnoticeable and the border should overlap text on other lines.&quot;
-                RenderText {#text} at (654,135) size 711x49
-                  text run at (654,135) width 5: &quot; &quot;
-                  text run at (658,135) width 53: &quot;The line&quot;
-                  text run at (0,167) width 404: &quot;spacing in the whole paragraph should be 200% of the font size.&quot;
</del><ins>+                    text run at (187,39) width 527: &quot;The padding and border should be present on all sides of the span (although vertical&quot;
+                    text run at (0,71) width 572: &quot;lines should appear only at the beginning and the end of the whole span, not on each line). &quot;
+                    text run at (572,71) width 160: &quot;The padding, border, and&quot;
+                    text run at (0,103) width 436: &quot;margin should all be noticeable at the beginning and end of the span. &quot;
+                    text run at (436,103) width 302: &quot;However, the line height should not be changed&quot;
+                    text run at (0,135) width 649: &quot;by any of them, so the margin should be unnoticeable and the border should overlap text on other lines.&quot;
+                RenderText {#text} at (701,135) size 731x49
+                  text run at (701,135) width 5: &quot; &quot;
+                  text run at (705,135) width 26: &quot;The&quot;
+                  text run at (0,167) width 431: &quot;line spacing in the whole paragraph should be 200% of the font size.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,212) size 747x64
</span><span class="cx">                 RenderText {#text} at (0,0) size 159x15
</span><span class="cx">                   text run at (0,0) width 159: &quot;This is a paragraph that has a &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1formatting_modelreplaced_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/formatting_model/replaced_elements-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/formatting_model/replaced_elements-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/formatting_model/replaced_elements-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x2325
</del><ins>+layer at (0,0) size 785x2323
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x2325
-  RenderBlock {HTML} at (0,0) size 785x2325
-    RenderBody {BODY} at (8,8) size 769x2309 [bgcolor=#CCCCCC]
</del><ins>+layer at (0,0) size 785x2323
+  RenderBlock {HTML} at (0,0) size 785x2323
+    RenderBody {BODY} at (8,8) size 769x2307 [bgcolor=#CCCCCC]
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 355x17
</span><span class="cx">           text run at (0,0) width 355: &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 758: &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 the&quot;
</span><span class="cx">           text run at (0,17) width 100: &quot;parent element: &quot;
</span><span class="cx">           text run at (100,17) width 395: &quot;the document body in the first half, and the table in the second.&quot;
</span><del>-      RenderTable {TABLE} at (0,1248) size 769x1061 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 767x1059
</del><ins>+      RenderTable {TABLE} at (0,1248) size 769x1059 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 767x1057
</ins><span class="cx">           RenderTableRow {TR} at (0,0) size 767x25
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 767x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 767x1034
-            RenderTableCell {TD} at (0,529) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
-            RenderTableCell {TD} at (12,25) size 755x1034 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,25) size 767x1032
+            RenderTableCell {TD} at (0,528) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
+            RenderTableCell {TD} at (12,25) size 755x1032 [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">                 RenderImage {IMG} at (0,0) size 15x15
</span><span class="cx">                 RenderText {#text} at (15,1) size 434x17
</span><span class="lines">@@ -61,18 +61,18 @@
</span><span class="cx">               RenderBlock {P} at (4,69) size 747x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 489x17
</span><span class="cx">                   text run at (0,0) width 489: &quot;The above image should be a 15px square with the same left edge as this text.&quot;
</span><del>-              RenderImage {IMG} at (370,102) size 15x15
</del><ins>+              RenderImage {IMG} at (369,102) size 16x15
</ins><span class="cx">               RenderBlock {P} at (4,133) size 747x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 400x17
</span><span class="cx">                   text run at (0,0) width 400: &quot;The above image should be a 15px square aligned at the center.&quot;
</span><del>-              RenderImage {IMG} at (190,166) size 375x374
-              RenderBlock {P} at (4,556) size 747x34
</del><ins>+              RenderImage {IMG} at (190,166) size 375x373
+              RenderBlock {P} at (4,555) size 747x34
</ins><span class="cx">                 RenderText {#text} at (0,0) size 722x34
</span><span class="cx">                   text run at (0,0) width 722: &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,17) width 167: &quot;within the parent element: &quot;
</span><span class="cx">                   text run at (167,17) width 395: &quot;the document body in the first half, and the table in the second.&quot;
</span><del>-              RenderImage {IMG} at (377,606) size 374x374
-              RenderBlock {P} at (4,996) size 747x34
</del><ins>+              RenderImage {IMG} at (377,605) size 374x373
+              RenderBlock {P} at (4,994) size 747x34
</ins><span class="cx">                 RenderText {#text} at (0,0) size 735x34
</span><span class="cx">                   text run at (0,0) width 735: &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,17) width 123: &quot;the parent element: &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1formatting_modelvertical_formattingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/formatting_model/vertical_formatting-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/formatting_model/vertical_formatting-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/formatting_model/vertical_formatting-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -92,9 +92,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x1013
</span><del>-            RenderTableCell {TD} at (0,519) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,518) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x1013 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x34
</span><span class="cx">                 RenderText {#text} at (0,0) size 708x34
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1pseudoanchorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/pseudo/anchor-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/pseudo/anchor-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/pseudo/anchor-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x227
</span><del>-            RenderTableCell {TD} at (0,126) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,126) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x227 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1pseudofirstletterexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/pseudo/firstletter-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/pseudo/firstletter-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/pseudo/firstletter-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x257
</span><del>-            RenderTableCell {TD} at (0,141) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,141) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x257 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1pseudofirstlineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/pseudo/firstline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/pseudo/firstline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/pseudo/firstline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -47,9 +47,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x230
</span><del>-            RenderTableCell {TD} at (0,127) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,127) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x230 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x51
</span><span class="cx">                 RenderText {#text} at (0,0) size 743x51
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1pseudomultiple_pseudo_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -59,9 +59,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x396
</span><del>-            RenderTableCell {TD} at (0,210) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,210) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x396 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x51
</span><span class="cx">                 RenderInline (generated) at (0,0) size 10x17 [color=#800000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1pseudopseudo_elements_in_selectorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x177
</span><del>-            RenderTableCell {TD} at (0,101) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,101) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x177 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1text_propertiesletter_spacingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/text_properties/letter_spacing-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/text_properties/letter_spacing-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/text_properties/letter_spacing-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -75,9 +75,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x526
</span><del>-            RenderTableCell {TD} at (0,275) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,275) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x526 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x68
</span><span class="cx">                 RenderText {#text} at (0,0) size 710x68
</span><span class="lines">@@ -107,9 +107,9 @@
</span><span class="cx">                   text run at (0,17) width 703: &quot;should have extra space between&quot;
</span><span class="cx">                   text run at (0,34) width 115: &quot;them.&quot;
</span><span class="cx">               RenderBlock {P} at (4,355) size 747x34
</span><del>-                RenderText {#text} at (0,0) size 747x34
-                  text run at (0,0) width 747: &quot;This letters in this sentence should have extra space&quot;
-                  text run at (0,17) width 196: &quot;between them.&quot;
</del><ins>+                RenderText {#text} at (0,0) size 660x34
+                  text run at (0,0) width 660: &quot;This letters in this sentence should have extra&quot;
+                  text run at (0,17) width 283: &quot;space between them.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,405) size 747x34
</span><span class="cx">                 RenderText {#text} at (0,0) size 685x34
</span><span class="cx">                   text run at (0,0) width 685: &quot;This letters in this sentence should have extra space between&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1text_propertiesline_heightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/text_properties/line_height-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/text_properties/line_height-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/text_properties/line_height-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -96,9 +96,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x1164
</span><del>-            RenderTableCell {TD} at (0,594) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,594) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x1164 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x48
</span><span class="cx">                 RenderText {#text} at (0,17) size 507x14
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1text_propertiestext_alignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/text_properties/text_align-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/text_properties/text_align-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/text_properties/text_align-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -36,19 +36,19 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x158
</span><del>-            RenderTableCell {TD} at (0,91) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,91) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x158 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 762x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 234x17
</span><span class="cx">                   text run at (0,0) width 234: &quot;This sentence should be left-justified.&quot;
</span><span class="cx">               RenderBlock {P} at (4,37) size 762x17
</span><del>-                RenderText {#text} at (519,0) size 243x17
-                  text run at (519,0) width 243: &quot;This sentence should be right-justified.&quot;
</del><ins>+                RenderText {#text} at (518,0) size 244x17
+                  text run at (518,0) width 244: &quot;This sentence should be right-justified.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,70) size 762x17
</span><del>-                RenderText {#text} at (275,0) size 212x17
-                  text run at (275,0) width 212: &quot;This sentence should be centered.&quot;
</del><ins>+                RenderText {#text} at (274,0) size 213x17
+                  text run at (274,0) width 213: &quot;This sentence should be centered.&quot;
</ins><span class="cx">               RenderBlock {P} at (4,103) size 762x51
</span><span class="cx">                 RenderText {#text} at (0,0) size 762x51
</span><span class="cx">                   text run at (0,0) width 762: &quot;This sentence should be fully justified, which means that the right and left margins of this paragraph should line up, no&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1text_propertiestext_decorationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/text_properties/text_decoration-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/text_properties/text_decoration-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/text_properties/text_decoration-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x441
</span><del>-            RenderTableCell {TD} at (0,233) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,233) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x441 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1text_propertiestext_indentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/text_properties/text_indent-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/text_properties/text_indent-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/text_properties/text_indent-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x473
</span><del>-            RenderTableCell {TD} at (0,249) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,249) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x473 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1text_propertiestext_transformexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/text_properties/text_transform-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/text_properties/text_transform-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/text_properties/text_transform-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x259
</span><del>-            RenderTableCell {TD} at (0,142) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,142) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x259 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1text_propertiesvertical_alignexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/text_properties/vertical_align-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/text_properties/vertical_align-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/text_properties/vertical_align-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><del>-layer at (0,0) size 785x4339
</del><ins>+layer at (0,0) size 785x4340
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x4339
</del><ins>+layer at (0,0) size 785x4340
</ins><span class="cx">   RenderBlock {HTML} at (0,0) size 785x4340
</span><span class="cx">     RenderBody {BODY} at (8,8) size 769x4324 [bgcolor=#CCCCCC]
</span><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="lines">@@ -360,15 +360,15 @@
</span><span class="cx">         RenderImage {IMG} at (212,110) size 27x90
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderTable {TABLE} at (0,2319) size 769x2005 [border: (1px outset #808080)]
</span><del>-        RenderTableSection {TBODY} at (1,1) size 767x2002
</del><ins>+        RenderTableSection {TBODY} at (1,1) size 767x2003
</ins><span class="cx">           RenderTableRow {TR} at (0,0) size 767x25
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 767x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 767x1977
-            RenderTableCell {TD} at (0,1001) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
</del><ins>+          RenderTableRow {TR} at (0,25) size 767x1978
+            RenderTableCell {TD} at (0,1001) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,3) size 4x18
</ins><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 755x1978 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x74
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1text_propertiesword_spacingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/text_properties/word_spacing-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/text_properties/word_spacing-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/text_properties/word_spacing-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -60,9 +60,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x306
</span><del>-            RenderTableCell {TD} at (0,165) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,165) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x306 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 709x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1unitscolor_unitsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/units/color_units-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/units/color_units-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/units/color_units-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -125,9 +125,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x694
</span><del>-            RenderTableCell {TD} at (0,359) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,359) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x694 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 193x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1unitslength_unitsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/units/length_units-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/units/length_units-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/units/length_units-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -91,9 +91,9 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 767x658
</span><del>-            RenderTableCell {TD} at (0,341) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,341) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 755x658 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {P} at (4,4) size 747x34
</span><span class="cx">                 RenderText {#text} at (0,0) size 721x34
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1unitspercentage_unitsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/units/percentage_units-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/units/percentage_units-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/units/percentage_units-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -39,18 +39,18 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x176
</span><del>-            RenderTableCell {TD} at (0,100) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 4x17
-                text run at (4,4) width 4: &quot; &quot;
</del><ins>+            RenderTableCell {TD} at (0,100) size 13x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 4x18
+                text run at (4,5) width 4: &quot; &quot;
</ins><span class="cx">             RenderTableCell {TD} at (12,25) size 770x176 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (4,4) size 762x118 [bgcolor=#FFFF00]
</span><span class="cx">                 RenderBlock {DIV} at (190,0) size 382x51 [bgcolor=#FFFFFF]
</span><del>-                  RenderBlock {P} at (0,0) size 381x51
</del><ins>+                  RenderBlock {P} at (0,0) size 382x51
</ins><span class="cx">                     RenderText {#text} at (0,0) size 326x51
</span><span class="cx">                       text run at (0,0) width 326: &quot;This paragraph should be centered within its yellow&quot;
</span><span class="cx">                       text run at (0,17) width 323: &quot;containing block and its width should be half of the&quot;
</span><span class="cx">                       text run at (0,34) width 109: &quot;containing block.&quot;
</span><del>-                RenderBlock {DIV} at (381,67) size 381x51 [bgcolor=#FFFFFF]
</del><ins>+                RenderBlock {DIV} at (380,67) size 382x51 [bgcolor=#FFFFFF]
</ins><span class="cx">                   RenderBlock {P} at (0,0) size 381x51
</span><span class="cx">                     RenderText {#text} at (0,0) size 353x51
</span><span class="cx">                       text run at (0,0) width 353: &quot;This paragraph should be right-aligned within its yellow&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1unitsurlsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/units/urls-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/units/urls-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css1/units/urls-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 782x159
</span><del>-            RenderTableCell {TD} at (0,92) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (0,92) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><span class="cx">             RenderTableCell {TD} at (12,25) size 770x159 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323bordercollapseoffset002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/border-collapse-offset-002-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/border-collapse-offset-002-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/border-collapse-offset-002-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -3,12 +3,12 @@
</span><span class="cx"> layer at (0,0) size 800x81
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x81
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x65
</span><del>-      RenderTable {TABLE} at (0,0) size 110x65 [border: (2px none #808080)]
-        RenderBlock {CAPTION} at (0,0) size 110x25 [border: (4px solid #008000)]
-          RenderText {#text} at (32,4) size 46x17
-            text run at (32,4) width 46: &quot;caption&quot;
-        RenderTableSection {TBODY} at (2,27) size 106x36
-          RenderTableRow {TR} at (0,0) size 106x36
-            RenderTableCell {TD} at (0,6) size 106x23 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (36,3) size 34x17
-                text run at (36,3) width 34: &quot;cell 1&quot;
</del><ins>+      RenderTable {TABLE} at (0,0) size 111x65 [border: (2px none #808080)]
+        RenderBlock {CAPTION} at (0,0) size 111x25 [border: (4px solid #008000)]
+          RenderText {#text} at (32,4) size 47x17
+            text run at (32,4) width 47: &quot;caption&quot;
+        RenderTableSection {TBODY} at (2,27) 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]
+              RenderText {#text} at (36,3) size 35x18
+                text run at (36,4) width 35: &quot;cell 1&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323borderconflictstyle079expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/border-conflict-style-079-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/border-conflict-style-079-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/border-conflict-style-079-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,39 +6,39 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 466x17
</span><span class="cx">           text run at (0,0) width 466: &quot;Test passes if the center box in the table below has a border similar to this:&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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,113) 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 55x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (55,15) size 55x24 [border: (3px outset #00FF00) (2px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (110,15) size 55x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-          RenderTableRow {TR} at (0,55) size 165x55
-            RenderTableCell {TD} at (0,70) size 55x24 [border: (3px outset #00FF00) (2px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (55,70) size 55x24 [border: (3px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (110,70) size 55x24 [border: (3px outset #00FF00) (3px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-          RenderTableRow {TR} at (0,110) size 165x55
-            RenderTableCell {TD} at (0,125) size 55x24 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (55,125) size 55x24 [border: (3px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (110,125) size 55x24 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) 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,113) 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]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            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]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (110,15) size 56x25 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+          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]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (55,70) size 56x25 [border: (3px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (110,70) size 56x25 [border: (3px outset #00FF00) (3px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+          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]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (55,125) size 56x25 [border: (3px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (110,125) size 56x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323borderconflictstyle088expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/border-conflict-style-088-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/border-conflict-style-088-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/border-conflict-style-088-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,39 +6,39 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 466x17
</span><span class="cx">           text run at (0,0) width 466: &quot;Test passes if the center box in the table below has a border similar to this:&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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,113) 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 55x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (55,15) size 55x24 [border: (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (110,15) size 55x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-          RenderTableRow {TR} at (0,55) size 165x55
-            RenderTableCell {TD} at (0,70) size 55x24 [border: (3px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (55,70) size 55x24 [border: (3px outset #FF0000)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (110,70) size 55x24 [border: (3px ridge #00FF00)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-          RenderTableRow {TR} at (0,110) size 165x55
-            RenderTableCell {TD} at (0,125) size 55x24 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (55,125) size 55x24 [border: (3px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (110,125) size 55x24 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) 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,113) 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]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (55,15) size 56x25 [border: (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (110,15) size 56x25 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+          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]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (55,70) size 56x25 [border: (3px outset #FF0000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (110,70) size 56x25 [border: (3px ridge #00FF00)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+          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]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (55,125) size 56x25 [border: (3px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (110,125) size 56x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323dynamictopchange002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-002-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-002-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-002-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,11 +7,11 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 150x17
</span><span class="cx">           text run at (0,0) width 150: &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 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]
</del><ins>+  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]
</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="trunkLayoutTestsplatformgtkcss2120110323dynamictopchange003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-003-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-003-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-003-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,11 +7,11 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 150x17
</span><span class="cx">           text run at (0,0) width 150: &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 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]
</del><ins>+  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]
</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="trunkLayoutTestsplatformgtkcss2120110323inlinetable001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/inline-table-001-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/inline-table-001-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/inline-table-001-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -12,10 +12,10 @@
</span><span class="cx">             text run at (0,0) width 66: &quot;Filler Text&quot;
</span><span class="cx">         RenderText {#text} at (66,0) size 4x17
</span><span class="cx">           text run at (66,0) width 4: &quot; &quot;
</span><del>-        RenderTable {DIV} at (70,0) size 96x96 [bgcolor=#FFA500]
-          RenderTableSection (anonymous) at (0,0) size 96x96
-            RenderTableRow {DIV} at (0,0) size 96x96
-              RenderTableCell {DIV} at (0,0) size 96x17 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {DIV} at (70,0) size 97x96 [bgcolor=#FFA500]
+          RenderTableSection (anonymous) at (0,0) size 97x96
+            RenderTableRow {DIV} at (0,0) size 97x96
+              RenderTableCell {DIV} at (0,0) size 97x17 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 66x17
</span><span class="cx">                   text run at (0,0) width 66: &quot;Filler Text&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323inlinetable002aexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/inline-table-002a-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/inline-table-002a-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/inline-table-002a-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,15 +6,15 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x34
</span><span class="cx">         RenderText {#text} at (0,0) size 7x17
</span><span class="cx">           text run at (0,0) width 7: &quot;a&quot;
</span><del>-        RenderTable {SPAN} at (7,0) size 23x34
-          RenderTableSection (anonymous) at (0,0) size 23x34
-            RenderTableRow (anonymous) at (0,0) size 23x34
-              RenderTableCell (anonymous) at (0,0) size 23x34 [r=0 c=0 rs=1 cs=1]
-                RenderBlock (anonymous) at (0,0) size 23x17
</del><ins>+        RenderTable {SPAN} at (7,0) size 24x34
+          RenderTableSection (anonymous) at (0,0) size 24x34
+            RenderTableRow (anonymous) at (0,0) size 24x34
+              RenderTableCell (anonymous) at (0,0) size 24x34 [r=0 c=0 rs=1 cs=1]
+                RenderBlock (anonymous) at (0,0) size 24x17
</ins><span class="cx">                   RenderText {#text} at (0,0) size 23x17
</span><span class="cx">                     text run at (0,0) width 23: &quot;bcd&quot;
</span><del>-                RenderBlock {SPAN} at (0,17) size 23x17
</del><ins>+                RenderBlock {SPAN} at (0,17) size 24x17
</ins><span class="cx">                   RenderText {#text} at (0,0) size 8x17
</span><span class="cx">                     text run at (0,0) width 8: &quot;x&quot;
</span><del>-        RenderText {#text} at (30,0) size 7x17
-          text run at (30,0) width 7: &quot;e&quot;
</del><ins>+        RenderText {#text} at (30,0) size 8x17
+          text run at (30,0) width 8: &quot;e&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323inlinetable003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/inline-table-003-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/inline-table-003-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/inline-table-003-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 7x17
</span><span class="cx">           text run at (0,0) width 7: &quot;a&quot;
</span><del>-        RenderTable {SPAN} at (7,0) size 8x17
-          RenderTableSection (anonymous) at (0,0) size 8x17
-            RenderTableRow (anonymous) at (0,0) size 8x17
-              RenderTableCell (anonymous) at (0,0) size 8x17 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {SPAN} at (7,0) size 9x17
+          RenderTableSection (anonymous) at (0,0) size 9x17
+            RenderTableRow (anonymous) at (0,0) size 9x17
+              RenderTableCell (anonymous) at (0,0) size 9x17 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 8x17
</span><span class="cx">                   text run at (0,0) width 8: &quot;b&quot;
</span><del>-        RenderText {#text} at (15,0) size 7x17
-          text run at (15,0) width 7: &quot;c&quot;
</del><ins>+        RenderText {#text} at (15,0) size 8x17
+          text run at (15,0) width 8: &quot;c&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323marginappliesto001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-001-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-001-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-001-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 457x17
</span><span class="cx">           text run at (0,0) width 457: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,49) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,49) 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]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,49) 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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323marginappliesto002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-002-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-002-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-002-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 457x17
</span><span class="cx">           text run at (0,0) width 457: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,49) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,49) 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]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,49) 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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323marginappliesto003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-003-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-003-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-003-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 457x17
</span><span class="cx">           text run at (0,0) width 457: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,49) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,49) 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]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,49) 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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323marginappliesto004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-004-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-004-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-004-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 457x17
</span><span class="cx">           text run at (0,0) width 457: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,49) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,49) 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]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,49) 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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323marginappliesto005expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-005-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-005-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-005-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 457x17
</span><span class="cx">           text run at (0,0) width 457: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,49) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,49) size 240x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 220x220
</del><ins>+  RenderBlock (positioned) {DIV} at (8,49) size 241x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 221x220
</ins><span class="cx">       RenderTableCol {DIV} at (0,0) size 0x0
</span><del>-      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]
</del><ins>+      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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323marginappliesto006expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-006-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-006-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-006-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 457x17
</span><span class="cx">           text run at (0,0) width 457: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,49) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,49) size 240x240 [border: (10px solid #0000FF)]
-    RenderTable {DIV} at (10,10) size 220x220
</del><ins>+  RenderBlock (positioned) {DIV} at (8,49) size 241x240 [border: (10px solid #0000FF)]
+    RenderTable {DIV} at (10,10) size 221x220
</ins><span class="cx">       RenderTableCol {DIV} at (0,0) size 0x0
</span><del>-      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]
</del><ins>+      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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323marginappliesto007expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-007-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-007-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-007-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 457x17
</span><span class="cx">           text run at (0,0) width 457: &quot;Test passes if there is no space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,49) size 240x240
</span><del>-  RenderBlock (positioned) {DIV} at (8,49) 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]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,49) 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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323marginappliesto013expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-013-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-013-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-013-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 437x17
</span><span class="cx">           text run at (0,0) width 437: &quot;Test passes if there is space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,49) size 340x340
</span><del>-  RenderBlock (positioned) {DIV} at (8,49) 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]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,49) 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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323marginappliesto014expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-014-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-014-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-014-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 437x17
</span><span class="cx">           text run at (0,0) width 437: &quot;Test passes if there is space between the blue and orange lines below.&quot;
</span><span class="cx"> layer at (8,49) size 340x343
</span><del>-  RenderBlock (positioned) {DIV} at (8,49) size 340x343 [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]
</del><ins>+  RenderBlock (positioned) {DIV} at (8,49) size 341x343 [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]
</ins><span class="cx">     RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323marginappliesto015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-015-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-015-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/margin-applies-to-015-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</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 0x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {DIV} at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323replacedintrinsicratio001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt (0 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -0,0 +1,62 @@
</span><ins>+layer at (0,0) size 785x886
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x823
+  RenderBlock {HTML} at (0,0) size 785x823
+    RenderBody {BODY} at (8,8) size 242x800 [border: (1px dashed #C0C0C0)]
+      RenderBlock {P} at (1,17) size 240x48
+        RenderText {#text} at (0,-1) size 237x49
+          text run at (0,-1) width 237: &quot;The following six blue boxes must be&quot;
+          text run at (0,15) width 230: &quot;of the same width. There must be no&quot;
+          text run at (0,31) width 24: &quot;red.&quot;
+      RenderBlock {P} at (17,81) size 208x48 [bgcolor=#008000] [border: (16px solid #0000FF)]
+        RenderText {#text} at (16,15) size 4x17
+          text run at (16,15) width 4: &quot; &quot;
+      RenderBlock {P} at (1,225) size 240x16
+        RenderText {#text} at (0,-1) size 24x17
+          text run at (0,-1) width 24: &quot;      &quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderEmbeddedObject {OBJECT} at (16,0) size 208x76 [bgcolor=#FF0000] [border: (16px solid #0000FF)]
+          layer at (0,0) size 176x44
+            RenderView at (0,0) size 176x44
+          layer at (0,0) size 176x44
+            RenderSVGRoot {svg} at (0,0) size 176x44
+              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]
+              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;]
+      RenderBlock {P} at (1,337) size 240x16
+        RenderEmbeddedObject {OBJECT} at (16,0) size 208x76 [bgcolor=#FF0000] [border: (16px solid #0000FF)]
+          layer at (0,0) size 176x44
+            RenderView at (0,0) size 176x44
+          layer at (0,0) size 176x44
+            RenderSVGRoot {svg} at (0,0) size 176x44
+              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]
+              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;]
+      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]
+              RenderEmbeddedObject {OBJECT} at (16,0) size 208x76 [bgcolor=#FF0000] [border: (16px solid #0000FF)]
+                layer at (0,0) size 176x44
+                  RenderView at (0,0) size 176x44
+                layer at (0,0) size 176x44
+                  RenderSVGRoot {svg} at (0,0) size 176x44
+                    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]
+                    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;]
+      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]
+              RenderEmbeddedObject {OBJECT} at (16,0) size 208x76 [bgcolor=#FF0000] [border: (16px solid #0000FF)]
+                layer at (0,0) size 176x44
+                  RenderView at (0,0) size 176x44
+                layer at (0,0) size 176x44
+                  RenderSVGRoot {svg} at (0,0) size 176x44
+                    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]
+                    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;]
+      RenderBlock (floating) {P} at (1,799) size 240x16
+        RenderEmbeddedObject {OBJECT} at (16,0) size 208x76 [bgcolor=#FF0000] [border: (16px solid #0000FF)]
+          layer at (0,0) size 176x44
+            RenderView at (0,0) size 176x44
+          layer at (0,0) size 176x44
+            RenderSVGRoot {svg} at (0,0) size 176x44
+              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]
+              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;]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323tablecaption001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/table-caption-001-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/table-caption-001-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/table-caption-001-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 302x17
</span><span class="cx">           text run at (0,0) width 302: &quot;Test passes if the \&quot;Filler Text\&quot; is above the box.&quot;
</span><del>-      RenderTable {DIV} at (0,33) size 96x113
-        RenderBlock {DIV} at (0,0) size 96x17
</del><ins>+      RenderTable {DIV} at (0,33) size 97x113
+        RenderBlock {DIV} at (0,0) size 97x17
</ins><span class="cx">           RenderText {#text} at (0,0) size 66x17
</span><span class="cx">             text run at (0,0) width 66: &quot;Filler Text&quot;
</span><del>-        RenderTableSection (anonymous) at (0,17) 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]
</del><ins>+        RenderTableSection (anonymous) at (0,17) 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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323tablecaptionoptional001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/table-caption-optional-001-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/table-caption-optional-001-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/table-caption-optional-001-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,25 +6,25 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 637x17
</span><span class="cx">           text run at (0,0) width 637: &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,33) size 100x117
-        RenderBlock {DIV} at (0,0) size 100x17
</del><ins>+      RenderTable {DIV} at (0,33) size 101x117
+        RenderBlock {DIV} at (0,0) size 101x17
</ins><span class="cx">           RenderText {#text} at (0,0) size 66x17
</span><span class="cx">             text run at (0,0) width 66: &quot;Filler Text&quot;
</span><del>-        RenderTableSection (anonymous) at (0,17) 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]
</del><ins>+        RenderTableSection (anonymous) at (0,17) 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]
</ins><span class="cx">       RenderBlock {DIV} at (0,150) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 4x17
</span><span class="cx">           text run at (0,0) width 4: &quot; &quot;
</span><del>-      RenderTable {DIV} at (0,167) 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]
</del><ins>+      RenderTable {DIV} at (0,167) 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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323tablecaptionoptional002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/table-caption-optional-002-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/table-caption-optional-002-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/table-caption-optional-002-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,26 +7,26 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 665x17
</span><span class="cx">           text run at (0,0) width 665: &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,33) size 784x120
</span><del>-        RenderTable {SPAN} at (0,0) size 100x117
-          RenderBlock {SPAN} at (0,0) size 100x17
</del><ins>+        RenderTable {SPAN} at (0,0) size 101x117
+          RenderBlock {SPAN} at (0,0) size 101x17
</ins><span class="cx">             RenderText {#text} at (0,0) size 66x17
</span><span class="cx">               text run at (0,0) width 66: &quot;Filler Text&quot;
</span><del>-          RenderTableSection (anonymous) at (0,17) 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,103) size 16x17
-          text run at (100,103) width 4: &quot; &quot;
-          text run at (104,103) width 12: &quot;   &quot;
-        RenderTable {SPAN} at (116,17) 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]
</del><ins>+          RenderTableSection (anonymous) at (0,17) 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,103) size 17x17
+          text run at (100,103) width 5: &quot; &quot;
+          text run at (104,103) width 13: &quot;   &quot;
+        RenderTable {SPAN} at (116,17) 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]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323tableheightalgorithm023expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/table-height-algorithm-023-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/table-height-algorithm-023-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/table-height-algorithm-023-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 390x17
</span><span class="cx">           text run at (0,0) width 390: &quot;Test passes if the bottom of the \&quot;Filler Text\&quot; below is aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 358x100
-        RenderTableSection {TBODY} at (0,0) size 358x100
-          RenderTableRow {TR} at (0,2) size 358x96
</del><ins>+      RenderTable {TABLE} at (0,33) size 359x100
+        RenderTableSection {TBODY} at (0,0) size 359x100
+          RenderTableRow {TR} at (0,2) size 359x96
</ins><span class="cx">             RenderTableCell {TD} at (2,26) size 59x17 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 57x15
</span><span class="cx">                 RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                   text run at (0,0) width 57: &quot;Filler Text&quot;
</span><del>-            RenderTableCell {TD} at (63,14) size 120x32 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 118x30
</del><ins>+            RenderTableCell {TD} at (63,14) size 121x32 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 119x30
</ins><span class="cx">                 RenderText {#text} at (0,0) size 118x30
</span><span class="cx">                   text run at (0,0) width 118: &quot;Filler Text&quot;
</span><del>-            RenderTableCell {TD} at (185,2) size 171x47 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 169x45
</del><ins>+            RenderTableCell {TD} at (185,2) size 172x47 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 170x45
</ins><span class="cx">                 RenderText {#text} at (0,0) size 169x45
</span><span class="cx">                   text run at (0,0) width 169: &quot;Filler Text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss2120110323tableheightalgorithm024expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/20110323/table-height-algorithm-024-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/20110323/table-height-algorithm-024-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/20110323/table-height-algorithm-024-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 390x17
</span><span class="cx">           text run at (0,0) width 390: &quot;Test passes if the bottom of the \&quot;Filler Text\&quot; below is aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 358x100
-        RenderTableSection {TBODY} at (0,0) size 358x100
-          RenderTableRow {TR} at (0,2) size 358x96
</del><ins>+      RenderTable {TABLE} at (0,33) size 359x100
+        RenderTableSection {TBODY} at (0,0) size 359x100
+          RenderTableRow {TR} at (0,2) size 359x96
</ins><span class="cx">             RenderTableCell {TD} at (2,26) size 59x17 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderBlock {DIV} at (1,1) size 57x15
</span><span class="cx">                 RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                   text run at (0,0) width 57: &quot;Filler Text&quot;
</span><del>-            RenderTableCell {TD} at (63,14) size 120x32 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 118x30
</del><ins>+            RenderTableCell {TD} at (63,14) size 121x32 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 119x30
</ins><span class="cx">                 RenderText {#text} at (0,0) size 118x30
</span><span class="cx">                   text run at (0,0) width 118: &quot;Filler Text&quot;
</span><del>-            RenderTableCell {TD} at (185,2) size 171x47 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {DIV} at (1,1) size 169x45
</del><ins>+            RenderTableCell {TD} at (185,2) size 172x47 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 170x45
</ins><span class="cx">                 RenderText {#text} at (0,0) size 169x45
</span><span class="cx">                   text run at (0,0) width 169: &quot;Filler Text&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t040302c61exlen00baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t040302-c61-ex-len-00-b-a-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t040302-c61-ex-len-00-b-a-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t040302-c61-ex-len-00-b-a-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17 [color=#000080]
</span><span class="cx">         RenderText {#text} at (0,0) size 327x17
</span><span class="cx">           text run at (0,0) width 327: &quot;The two blocks below should have the same height.&quot;
</span><del>-      RenderTable {TABLE} at (80,33) 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]
</del><ins>+      RenderTable {TABLE} at (80,33) 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]
</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 48x48 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,2) size 49x48 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (4,4) size 40x40 [border: (40px solid #000080) none]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t0803c5501mrgnt00baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 412x17
</span><span class="cx">           text run at (0,0) width 412: &quot;The two diagrams below should be identical, with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 218x290
-        RenderTableSection {TBODY} at (0,0) size 218x290
-          RenderTableRow {TR} at (0,2) size 218x286
</del><ins>+      RenderTable {TABLE} at (0,17) size 219x290
+        RenderTableSection {TBODY} at (0,0) size 219x290
+          RenderTableRow {TR} at (0,2) size 219x286
</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 106x286 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 100x20 [bgcolor=#008080]
</del><ins>+            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]
</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 100x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,23) size 101x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,43) size 100x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,43) size 101x20 [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 100x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,63) size 101x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,83) size 100x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,83) size 101x20 [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 100x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,103) size 101x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,123) size 100x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,123) size 101x20 [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 100x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,143) size 101x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,163) size 100x20 [bgcolor=#008080]
</del><ins>+              RenderBlock {DIV} at (3,163) size 101x20 [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 100x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,183) size 101x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,203) size 100x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,203) size 101x20 [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 100x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,223) size 101x20 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,243) size 100x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,243) size 101x20 [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 100x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,263) size 101x20 [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="trunkLayoutTestsplatformgtkcss21t0803c5503mrgnb00baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 412x17
</span><span class="cx">           text run at (0,0) width 412: &quot;The two diagrams below should be identical, with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 218x310
-        RenderTableSection {TBODY} at (0,0) size 218x310
-          RenderTableRow {TR} at (0,2) size 218x306
</del><ins>+      RenderTable {TABLE} at (0,17) size 219x310
+        RenderTableSection {TBODY} at (0,0) size 219x310
+          RenderTableRow {TR} at (0,2) size 219x306
</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 106x306 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 100x20 [bgcolor=#008080]
</del><ins>+            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]
</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 100x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,23) size 101x20 [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 100x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,43) size 101x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,63) size 100x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,63) size 101x20 [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 100x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,83) size 101x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,103) size 100x20 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,103) size 101x20 [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 100x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,123) size 101x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,143) size 100x20 [bgcolor=#008080]
</del><ins>+              RenderBlock {DIV} at (3,143) size 101x20 [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 100x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,163) size 101x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,183) size 100x30 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,183) size 101x30 [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 100x20 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,213) size 101x20 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,233) size 100x10 [bgcolor=#0000FF]
</del><ins>+              RenderBlock {DIV} at (3,233) size 101x10 [bgcolor=#0000FF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 40x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,243) size 100x20 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,243) size 101x20 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 100x20
</span><del>-              RenderBlock {DIV} at (3,263) size 100x20 [bgcolor=#008080]
</del><ins>+              RenderBlock {DIV} at (3,263) size 101x20 [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 100x10 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {DIV} at (3,283) size 101x10 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (3,293) size 100x10 [bgcolor=#008080]
</del><ins>+              RenderBlock {DIV} at (3,293) size 101x10 [bgcolor=#008080]
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 40x10 [bgcolor=#FFA500]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t080301c411vtmrgn00bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,107 +6,107 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 279x17
</span><span class="cx">           text run at (0,0) width 279: &quot;The two columns below should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 178x798
-        RenderTableSection {TBODY} at (0,0) size 178x798
-          RenderTableRow {TR} at (0,2) size 178x794
-            RenderTableCell {TD} at (2,2) size 86x794 [bgcolor=#008080] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {P} at (3,3) size 80x17 [bgcolor=#FFFF00]
</del><ins>+      RenderTable {TABLE} at (0,33) size 179x798
+        RenderTableSection {TBODY} at (0,0) size 179x798
+          RenderTableRow {TR} at (0,2) size 179x794
+            RenderTableCell {TD} at (2,2) size 87x794 [bgcolor=#008080] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {P} at (3,3) size 81x17 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,95) size 80x18 [bgcolor=#FF00FF]
</del><ins>+              RenderBlock {P} at (3,95) size 81x18 [bgcolor=#FF00FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,112) size 80x18 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {P} at (3,112) size 81x18 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,205) size 80x18 [bgcolor=#00FF00]
</del><ins>+              RenderBlock {P} at (3,205) size 81x18 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,222) size 80x18 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {P} at (3,222) size 81x18 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,276) size 80x18 [bgcolor=#FFFFFF]
</del><ins>+              RenderBlock {P} at (3,276) size 81x18 [bgcolor=#FFFFFF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,331) size 80x94 [bgcolor=#00FFFF]
-                RenderBlock {P} at (0,75) size 80x18 [bgcolor=#FFA500]
</del><ins>+              RenderBlock {DIV} at (3,331) size 81x94 [bgcolor=#00FFFF]
+                RenderBlock {P} at (0,75) size 81x18 [bgcolor=#FFA500]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                     text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,462) size 80x18 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {P} at (3,462) size 81x18 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,479) size 80x93 [bgcolor=#FF00FF]
</del><ins>+              RenderBlock {P} at (3,479) size 81x93 [bgcolor=#FF00FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,533) size 80x56 [bgcolor=#00FF00]
</del><ins>+              RenderBlock {P} at (3,533) size 81x56 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,38) size 5x17
</span><span class="cx">                   text run at (0,38) width 5: &quot;-&quot;
</span><span class="cx">               RenderBlock (floating) {P} at (3,664) size 40x18 [bgcolor=#FFFFFF]
</span><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,626) size 80x18 [bgcolor=#00FFFF]
</del><ins>+              RenderBlock {P} at (3,626) size 81x18 [bgcolor=#00FFFF]
</ins><span class="cx">                 RenderText {#text} at (40,0) size 5x17
</span><span class="cx">                   text run at (40,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,681) size 80x55 [bgcolor=#FFA500]
</del><ins>+              RenderBlock {P} at (3,681) size 81x55 [bgcolor=#FFA500]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {P} at (3,736) size 80x55 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {P} at (3,736) size 81x55 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,38) size 5x17
</span><span class="cx">                   text run at (0,38) width 5: &quot;-&quot;
</span><del>-            RenderTableCell {TD} at (90,2) size 86x794 [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 80x17 [bgcolor=#FFFF00]
</del><ins>+            RenderTableCell {TD} at (90,2) size 87x794 [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (3,3) size 81x17 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,20) size 80x76 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,95) size 80x18 [bgcolor=#FF00FF]
</del><ins>+              RenderBlock {DIV} at (3,20) size 81x76 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,95) size 81x18 [bgcolor=#FF00FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,112) size 80x18 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,112) size 81x18 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,129) size 80x77 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,205) size 80x18 [bgcolor=#00FF00]
</del><ins>+              RenderBlock {DIV} at (3,129) size 81x77 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,205) size 81x18 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,222) size 80x18 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,222) size 81x18 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,239) size 80x38 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,276) size 80x18 [bgcolor=#FFFFFF]
</del><ins>+              RenderBlock {DIV} at (3,239) size 81x38 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,276) size 81x18 [bgcolor=#FFFFFF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,293) size 80x39 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,331) size 80x77 [bgcolor=#00FFFF]
-              RenderBlock {DIV} at (3,407) size 80x18 [bgcolor=#FFA500]
</del><ins>+              RenderBlock {DIV} at (3,293) size 81x39 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,331) size 81x77 [bgcolor=#00FFFF]
+              RenderBlock {DIV} at (3,407) size 81x18 [bgcolor=#FFA500]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,424) size 80x39 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,462) size 80x18 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,424) size 81x39 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,462) size 81x18 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,479) size 80x18 [bgcolor=#FF00FF]
</del><ins>+              RenderBlock {DIV} at (3,479) size 81x18 [bgcolor=#FF00FF]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,496) size 80x38 [bgcolor=#FF00FF]
-              RenderBlock {DIV} at (3,533) size 80x39 [bgcolor=#00FF00]
-              RenderBlock {DIV} at (3,571) size 80x18 [bgcolor=#00FF00]
</del><ins>+              RenderBlock {DIV} at (3,496) size 81x38 [bgcolor=#FF00FF]
+              RenderBlock {DIV} at (3,533) size 81x39 [bgcolor=#00FF00]
+              RenderBlock {DIV} at (3,571) size 81x18 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,588) size 80x39 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,626) size 80x18 [bgcolor=#00FFFF]
-                RenderBlock {DIV} at (40,0) size 40x17
</del><ins>+              RenderBlock {DIV} at (3,588) size 81x39 [bgcolor=#008080]
+              RenderBlock {DIV} at (3,626) size 81x18 [bgcolor=#00FFFF]
+                RenderBlock {DIV} at (40,0) size 41x17
</ins><span class="cx">                   RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                     text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,681) size 80x18 [bgcolor=#FFA500]
</del><ins>+              RenderBlock {DIV} at (3,681) size 81x18 [bgcolor=#FFA500]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><del>-              RenderBlock {DIV} at (3,698) size 80x38 [bgcolor=#FFA500]
-              RenderBlock {DIV} at (3,735) size 80x39 [bgcolor=#FFFF00]
-              RenderBlock {DIV} at (3,773) size 80x18 [bgcolor=#FFFF00]
</del><ins>+              RenderBlock {DIV} at (3,698) size 81x38 [bgcolor=#FFA500]
+              RenderBlock {DIV} at (3,735) size 81x39 [bgcolor=#FFFF00]
+              RenderBlock {DIV} at (3,773) size 81x18 [bgcolor=#FFFF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 5x17
</span><span class="cx">                   text run at (0,0) width 5: &quot;-&quot;
</span><span class="cx"> layer at (101,694) size 80x38
</span><del>-  RenderBlock (relative positioned) {DIV} at (3,643) size 80x39 [bgcolor=#008080]
</del><ins>+  RenderBlock (relative positioned) {DIV} at (3,643) size 81x39 [bgcolor=#008080]
</ins><span class="cx"> layer at (101,715) size 40x17
</span><span class="cx">   RenderBlock (positioned) {DIV} at (0,20) size 40x18 [bgcolor=#FFFFFF]
</span><span class="cx">     RenderText {#text} at (0,0) size 5x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t0804c5506padnt00baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 267x17
</span><span class="cx">           text run at (0,0) width 267: &quot;The next two columns should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,17) 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]
</del><ins>+      RenderTable {TABLE} at (0,17) 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]
</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 66x126 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,2) size 67x126 [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="trunkLayoutTestsplatformgtkcss21t0804c5508ipadnb03baexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 267x17
</span><span class="cx">           text run at (0,0) width 267: &quot;The next two columns should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,17) 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]
</del><ins>+      RenderTable {TABLE} at (0,17) 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]
</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 66x126 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,2) size 67x126 [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="trunkLayoutTestsplatformgtkcss21t0805c5511brdrtw00bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 439x17
</span><span class="cx">           text run at (0,0) width 439: &quot;The three boxes below should have progressively thinner top borders.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 66x63 [color=#000080]
-        RenderTableSection {TBODY} at (0,0) size 66x63
-          RenderTableRow {TR} at (0,2) size 66x59
-            RenderTableCell {TD} at (2,2) size 20x59 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {P} at (1,17) size 18x25 [border: (5px solid #000080) (3px solid #000080)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 67x63 [color=#000080]
+        RenderTableSection {TBODY} at (0,0) size 67x63
+          RenderTableRow {TR} at (0,2) size 67x59
+            RenderTableCell {TD} at (2,2) size 21x59 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {P} at (1,17) size 19x25 [border: (5px solid #000080) (3px solid #000080)]
</ins><span class="cx">                 RenderText {#text} at (3,5) size 12x17
</span><span class="cx">                   text run at (3,5) width 12: &quot;A&quot;
</span><del>-            RenderTableCell {TD} at (24,4) size 19x57 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {P} at (1,17) size 17x23 [border: (3px solid #000080)]
</del><ins>+            RenderTableCell {TD} at (24,4) size 20x57 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {P} at (1,17) size 18x23 [border: (3px solid #000080)]
</ins><span class="cx">                 RenderText {#text} at (3,3) size 11x17
</span><span class="cx">                   text run at (3,3) width 11: &quot;B&quot;
</span><del>-            RenderTableCell {TD} at (45,6) size 19x55 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {P} at (1,17) size 17x21 [border: (1px solid #000080) (3px solid #000080)]
</del><ins>+            RenderTableCell {TD} at (45,6) size 20x55 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {P} at (1,17) size 18x21 [border: (1px solid #000080) (3px solid #000080)]
</ins><span class="cx">                 RenderText {#text} at (3,1) size 11x17
</span><span class="cx">                   text run at (3,1) width 11: &quot;C&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t0805c5513brdrbw00bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 463x17
</span><span class="cx">           text run at (0,0) width 463: &quot;The three boxes below should have progressively thinner bottom borders.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 66x63 [color=#000080]
-        RenderTableSection {TBODY} at (0,0) size 66x63
-          RenderTableRow {TR} at (0,2) size 66x59
-            RenderTableCell {TD} at (2,2) size 20x59 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {P} at (1,17) size 18x25 [border: (3px solid #000080) (5px solid #000080) (3px solid #000080)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 67x63 [color=#000080]
+        RenderTableSection {TBODY} at (0,0) size 67x63
+          RenderTableRow {TR} at (0,2) size 67x59
+            RenderTableCell {TD} at (2,2) size 21x59 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {P} at (1,17) size 19x25 [border: (3px solid #000080) (5px solid #000080) (3px solid #000080)]
</ins><span class="cx">                 RenderText {#text} at (3,3) size 12x17
</span><span class="cx">                   text run at (3,3) width 12: &quot;A&quot;
</span><del>-            RenderTableCell {TD} at (24,2) size 19x57 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {P} at (1,17) size 17x23 [border: (3px solid #000080)]
</del><ins>+            RenderTableCell {TD} at (24,2) size 20x57 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {P} at (1,17) size 18x23 [border: (3px solid #000080)]
</ins><span class="cx">                 RenderText {#text} at (3,3) size 11x17
</span><span class="cx">                   text run at (3,3) width 11: &quot;B&quot;
</span><del>-            RenderTableCell {TD} at (45,2) size 19x55 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {P} at (1,17) size 17x21 [border: (3px solid #000080) (1px solid #000080) (3px solid #000080)]
</del><ins>+            RenderTableCell {TD} at (45,2) size 20x55 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {P} at (1,17) size 18x21 [border: (3px solid #000080) (1px solid #000080) (3px solid #000080)]
</ins><span class="cx">                 RenderText {#text} at (3,3) size 11x17
</span><span class="cx">                   text run at (3,3) width 11: &quot;C&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t0805c5518brdrt01eexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -12,26 +12,26 @@
</span><span class="cx">         RenderText {#text} at (543,0) size 776x34
</span><span class="cx">           text run at (543,0) width 233: &quot;\&quot;. (So there should be 8 blue lines on&quot;
</span><span class="cx">           text run at (0,17) width 65: &quot;this page.)&quot;
</span><del>-      RenderTable {TABLE} at (0,50) size 136x73
-        RenderTableSection {TBODY} at (0,0) size 136x73
-          RenderTableRow {TR} at (0,2) size 136x21
-            RenderTableCell {TD} at (2,2) size 132x21 [border: (2px solid #0000FF) none] [r=0 c=0 rs=1 cs=2]
-              RenderText {#text} at (36,3) size 60x17
-                text run at (36,3) width 60: &quot;HERE \x{21E7}&quot;
-          RenderTableRow {TR} at (0,25) size 136x46
-            RenderTableCell {TD} at (2,37) size 62x21 [border: (2px solid #0000FF) none] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,3) size 60x17
-                text run at (1,3) width 60: &quot;HERE \x{21E7}&quot;
-            RenderTableCell {TD} at (66,25) size 68x46 [border: (2px solid #0000FF) none] [r=1 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (1,3) size 66x17
-                RenderText {#text} at (3,0) size 60x17
-                  text run at (3,0) width 60: &quot;HERE \x{21E7}&quot;
-              RenderTable {TABLE} at (1,20) size 66x25
-                RenderTableSection {TBODY} at (0,0) size 66x25
-                  RenderTableRow {TR} at (0,2) size 66x21
-                    RenderTableCell {TD} at (2,2) size 62x21 [border: (2px solid #0000FF) none] [r=0 c=0 rs=1 cs=1]
-                      RenderText {#text} at (1,3) size 60x17
-                        text run at (1,3) width 60: &quot;HERE \x{21E7}&quot;
</del><ins>+      RenderTable {TABLE} at (0,50) size 137x73
+        RenderTableSection {TBODY} at (0,0) size 137x73
+          RenderTableRow {TR} at (0,2) size 137x21
+            RenderTableCell {TD} at (2,2) size 133x21 [border: (2px solid #0000FF) none] [r=0 c=0 rs=1 cs=2]
+              RenderText {#text} at (36,3) size 61x17
+                text run at (36,3) width 61: &quot;HERE \x{21E7}&quot;
+          RenderTableRow {TR} at (0,25) size 137x46
+            RenderTableCell {TD} at (2,37) size 63x22 [border: (2px solid #0000FF) none] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,3) size 61x18
+                text run at (1,4) width 61: &quot;HERE \x{21E7}&quot;
+            RenderTableCell {TD} at (66,25) size 69x46 [border: (2px solid #0000FF) none] [r=1 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (1,3) size 67x17
+                RenderText {#text} at (3,0) size 61x17
+                  text run at (3,0) width 61: &quot;HERE \x{21E7}&quot;
+              RenderTable {TABLE} at (1,20) size 67x25
+                RenderTableSection {TBODY} at (0,0) size 67x25
+                  RenderTableRow {TR} at (0,2) size 67x21
+                    RenderTableCell {TD} at (2,2) size 63x21 [border: (2px solid #0000FF) none] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (1,3) size 61x17
+                        text run at (1,3) width 61: &quot;HERE \x{21E7}&quot;
</ins><span class="cx">       RenderBlock {UL} at (0,139) size 784x108
</span><span class="cx">         RenderListItem {LI} at (40,0) size 744x70 [border: (2px solid #0000FF) none]
</span><span class="cx">           RenderBlock (anonymous) at (0,2) size 744x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t0805c5519brdrr01eexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -11,26 +11,26 @@
</span><span class="cx">             text run at (489,0) width 139: &quot;THERE \x{2799}&quot;
</span><span class="cx">         RenderText {#text} at (630,15) size 11x17
</span><span class="cx">           text run at (630,15) width 11: &quot;\&quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,52) size 300x124
-        RenderTableSection {TBODY} at (0,0) size 300x124
-          RenderTableRow {TR} at (0,2) size 300x38
-            RenderTableCell {TD} at (2,2) size 296x38 [border: none (2px solid #0000FF) none] [r=0 c=0 rs=1 cs=2]
-              RenderText {#text} at (154,1) size 139x36
-                text run at (154,1) width 139: &quot;THERE \x{2799}&quot;
-          RenderTableRow {TR} at (0,42) size 300x80
-            RenderTableCell {TD} at (2,63) size 143x38 [border: none (2px solid #0000FF) none] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 139x36
-                text run at (1,1) width 139: &quot;THERE \x{2799}&quot;
-            RenderTableCell {TD} at (147,42) size 151x80 [border: none (2px solid #0000FF) none] [r=1 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (1,1) size 147x36
-                RenderText {#text} at (8,0) size 139x36
-                  text run at (8,0) width 139: &quot;THERE \x{2798}&quot;
-              RenderTable {TABLE} at (1,37) size 147x42
-                RenderTableSection {TBODY} at (0,0) size 147x42
-                  RenderTableRow {TR} at (0,2) size 147x38
-                    RenderTableCell {TD} at (2,2) size 143x38 [border: none (2px solid #0000FF) none] [r=0 c=0 rs=1 cs=1]
-                      RenderText {#text} at (1,1) size 139x36
-                        text run at (1,1) width 139: &quot;THERE \x{2799}&quot;
</del><ins>+      RenderTable {TABLE} at (0,52) size 301x124
+        RenderTableSection {TBODY} at (0,0) size 301x124
+          RenderTableRow {TR} at (0,2) size 301x38
+            RenderTableCell {TD} at (2,2) size 297x38 [border: none (2px solid #0000FF) none] [r=0 c=0 rs=1 cs=2]
+              RenderText {#text} at (154,1) size 140x36
+                text run at (154,1) width 140: &quot;THERE \x{2799}&quot;
+          RenderTableRow {TR} at (0,42) size 301x80
+            RenderTableCell {TD} at (2,63) size 144x38 [border: none (2px solid #0000FF) none] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 140x36
+                text run at (1,1) width 140: &quot;THERE \x{2799}&quot;
+            RenderTableCell {TD} at (147,42) size 152x80 [border: none (2px solid #0000FF) none] [r=1 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (1,1) size 148x36
+                RenderText {#text} at (8,0) size 140x36
+                  text run at (8,0) width 140: &quot;THERE \x{2798}&quot;
+              RenderTable {TABLE} at (1,37) size 148x42
+                RenderTableSection {TBODY} at (0,0) size 148x42
+                  RenderTableRow {TR} at (0,2) size 148x38
+                    RenderTableCell {TD} at (2,2) size 144x38 [border: none (2px solid #0000FF) none] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (1,1) size 140x36
+                        text run at (1,1) width 140: &quot;THERE \x{2799}&quot;
</ins><span class="cx">       RenderBlock {P} at (0,192) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 337x17
</span><span class="cx">           text run at (0,0) width 337: &quot;There should be 3 short lines and 2 long lines in total.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t0805c5520brdrb01eexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -12,26 +12,26 @@
</span><span class="cx">         RenderText {#text} at (556,0) size 769x34
</span><span class="cx">           text run at (556,0) width 213: &quot;\&quot;. (So there should be 8 blue lines&quot;
</span><span class="cx">           text run at (0,17) width 85: &quot;on this page.)&quot;
</span><del>-      RenderTable {TABLE} at (0,50) size 136x73
-        RenderTableSection {TBODY} at (0,0) size 136x73
-          RenderTableRow {TR} at (0,2) size 136x21
-            RenderTableCell {TD} at (2,2) size 132x21 [border: none (2px solid #0000FF) none] [r=0 c=0 rs=1 cs=2]
-              RenderText {#text} at (36,1) size 60x17
-                text run at (36,1) width 60: &quot;HERE \x{21E9}&quot;
-          RenderTableRow {TR} at (0,25) size 136x46
-            RenderTableCell {TD} at (2,37) size 62x21 [border: none (2px solid #0000FF) none] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 60x17
-                text run at (1,1) width 60: &quot;HERE \x{21E9}&quot;
-            RenderTableCell {TD} at (66,25) size 68x46 [border: none (2px solid #0000FF) none] [r=1 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 66x25
-                RenderTableSection {TBODY} at (0,0) size 66x25
-                  RenderTableRow {TR} at (0,2) size 66x21
-                    RenderTableCell {TD} at (2,2) size 62x21 [border: none (2px solid #0000FF) none] [r=0 c=0 rs=1 cs=1]
-                      RenderText {#text} at (1,1) size 60x17
-                        text run at (1,1) width 60: &quot;HERE \x{21E9}&quot;
-              RenderBlock (anonymous) at (1,26) size 66x17
-                RenderText {#text} at (3,0) size 60x17
-                  text run at (3,0) width 60: &quot;HERE \x{21E9}&quot;
</del><ins>+      RenderTable {TABLE} at (0,50) size 137x73
+        RenderTableSection {TBODY} at (0,0) size 137x73
+          RenderTableRow {TR} at (0,2) size 137x21
+            RenderTableCell {TD} at (2,2) size 133x21 [border: none (2px solid #0000FF) none] [r=0 c=0 rs=1 cs=2]
+              RenderText {#text} at (36,1) size 61x17
+                text run at (36,1) width 61: &quot;HERE \x{21E9}&quot;
+          RenderTableRow {TR} at (0,25) size 137x46
+            RenderTableCell {TD} at (2,37) size 63x22 [border: none (2px solid #0000FF) none] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 61x18
+                text run at (1,2) width 61: &quot;HERE \x{21E9}&quot;
+            RenderTableCell {TD} at (66,25) size 69x46 [border: none (2px solid #0000FF) none] [r=1 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 67x25
+                RenderTableSection {TBODY} at (0,0) size 67x25
+                  RenderTableRow {TR} at (0,2) size 67x21
+                    RenderTableCell {TD} at (2,2) size 63x21 [border: none (2px solid #0000FF) none] [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (1,1) size 61x17
+                        text run at (1,1) width 61: &quot;HERE \x{21E9}&quot;
+              RenderBlock (anonymous) at (1,26) size 67x17
+                RenderText {#text} at (3,0) size 61x17
+                  text run at (3,0) width 61: &quot;HERE \x{21E9}&quot;
</ins><span class="cx">       RenderBlock {UL} at (0,139) size 784x108
</span><span class="cx">         RenderListItem {LI} at (40,0) size 744x70 [border: none (2px solid #0000FF) none]
</span><span class="cx">           RenderBlock {UL} at (0,0) size 744x51
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t0805c5521brdrl01eexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -11,24 +11,24 @@
</span><span class="cx">             text run at (482,0) width 131: &quot;\x{21E6}THERE&quot;
</span><span class="cx">         RenderText {#text} at (613,15) size 11x17
</span><span class="cx">           text run at (613,15) width 11: &quot;\&quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,52) size 284x124
-        RenderTableSection {TBODY} at (0,0) size 284x124
-          RenderTableRow {TR} at (0,2) size 284x38
-            RenderTableCell {TD} at (2,2) size 280x38 [border: none (2px solid #0000FF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,52) size 285x124
+        RenderTableSection {TBODY} at (0,0) size 285x124
+          RenderTableRow {TR} at (0,2) size 285x38
+            RenderTableCell {TD} at (2,2) size 281x38 [border: none (2px solid #0000FF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (3,1) size 131x36
</span><span class="cx">                 text run at (3,1) width 131: &quot;\x{21E6}THERE&quot;
</span><del>-          RenderTableRow {TR} at (0,42) size 284x80
-            RenderTableCell {TD} at (2,63) size 135x38 [border: none (2px solid #0000FF)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,42) size 285x80
+            RenderTableCell {TD} at (2,63) size 136x38 [border: none (2px solid #0000FF)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,1) size 131x36
</span><span class="cx">                 text run at (3,1) width 131: &quot;\x{21E6}THERE&quot;
</span><del>-            RenderTableCell {TD} at (139,42) size 143x80 [border: none (2px solid #0000FF)] [r=1 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (3,1) size 139x36
</del><ins>+            RenderTableCell {TD} at (139,42) size 144x80 [border: none (2px solid #0000FF)] [r=1 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (3,1) size 140x36
</ins><span class="cx">                 RenderText {#text} at (0,0) size 131x36
</span><span class="cx">                   text run at (0,0) width 131: &quot;\x{21E6}THERE&quot;
</span><del>-              RenderTable {TABLE} at (3,37) size 139x42
-                RenderTableSection {TBODY} at (0,0) size 139x42
-                  RenderTableRow {TR} at (0,2) size 139x38
-                    RenderTableCell {TD} at (2,2) size 135x38 [border: none (2px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (3,37) size 140x42
+                RenderTableSection {TBODY} at (0,0) size 140x42
+                  RenderTableRow {TR} at (0,2) size 140x38
+                    RenderTableCell {TD} at (2,2) size 136x38 [border: none (2px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (3,1) size 131x36
</span><span class="cx">                         text run at (3,1) width 131: &quot;\x{21E6}THERE&quot;
</span><span class="cx">       RenderBlock {P} at (0,192) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t0805c5522brdr02eexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -3,21 +3,21 @@
</span><span class="cx"> layer at (0,0) size 800x78
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x78
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x62 [color=#0000FF]
</span><del>-      RenderTable {TABLE} at (0,0) size 708x62
-        RenderTableSection {TBODY} at (0,0) size 708x62
-          RenderTableRow {TR} at (0,2) size 708x23
-            RenderTableCell {TD} at (2,2) size 704x23 [border: (2px solid #0000FF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+      RenderTable {TABLE} at (0,0) size 709x62
+        RenderTableSection {TBODY} at (0,0) size 709x62
+          RenderTableRow {TR} at (0,2) size 709x23
+            RenderTableCell {TD} at (2,2) size 705x23 [border: (2px solid #0000FF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (3,3) size 325x17
</span><span class="cx">                 text run at (3,3) width 325: &quot;There should be a blue border around this sentence.&quot;
</span><del>-          RenderTableRow {TR} at (0,27) size 708x33
-            RenderTableCell {TD} at (2,32) size 331x23 [border: (2px solid #0000FF)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,27) size 709x33
+            RenderTableCell {TD} at (2,32) size 332x23 [border: (2px solid #0000FF)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 325x17
</span><span class="cx">                 text run at (3,3) width 325: &quot;There should be a blue border around this sentence.&quot;
</span><del>-            RenderTableCell {TD} at (335,27) size 371x33 [border: (2px solid #0000FF)] [r=1 c=1 rs=1 cs=1]
-              RenderTable {TABLE} at (3,3) size 365x27
-                RenderTableSection {TBODY} at (0,0) size 365x27
-                  RenderTableRow {TR} at (0,2) size 365x23
-                    RenderTableCell {TD} at (2,2) size 361x23 [border: (2px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (335,27) size 372x33 [border: (2px solid #0000FF)] [r=1 c=1 rs=1 cs=1]
+              RenderTable {TABLE} at (3,3) size 366x27
+                RenderTableSection {TBODY} at (0,0) size 366x27
+                  RenderTableRow {TR} at (0,2) size 366x23
+                    RenderTableCell {TD} at (2,2) size 362x23 [border: (2px solid #0000FF)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (3,3) size 106x17
</span><span class="cx">                         text run at (3,3) width 106: &quot;There should be &quot;
</span><span class="cx">                       RenderInline {STRONG} at (0,0) size 113x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t090402c42ibxpad00dagexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17 [color=#000080]
</span><span class="cx">         RenderText {#text} at (0,0) size 482x17
</span><span class="cx">           text run at (0,0) width 482: &quot;The two diagrams below should be identical to the pixel with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 214x124 [color=#FFFF00] [bgcolor=#FF0000] [border: (2px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (218,2) size 215x124 [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="trunkLayoutTestsplatformgtkcss21t0905c5525fltmult00dgexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -24,51 +24,51 @@
</span><span class="cx">           RenderText {#text} at (10,0) size 40x17
</span><span class="cx">             text run at (10,0) width 40: &quot;Green&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,182) size 784x17
</span><del>-        RenderTable {TABLE} at (0,0) size 620x17
-          RenderTableSection {TBODY} at (0,0) size 620x17
-            RenderTableRow {TR} at (0,0) size 620x17
</del><ins>+        RenderTable {TABLE} at (0,0) size 621x17
+          RenderTableSection {TBODY} at (0,0) size 621x17
+            RenderTableRow {TR} at (0,0) size 621x17
</ins><span class="cx">               RenderTableCell {TD} at (0,0) size 20x17 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (20,0) size 100x17 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (20,0) size 101x17 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (120,0) size 20x17 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (120,0) size 21x17 [bgcolor=#000000] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (140,0) size 20x17 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (140,0) size 21x17 [bgcolor=#FFFFFF] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (160,0) size 20x17 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (160,0) size 21x17 [bgcolor=#000000] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (180,0) size 100x17 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (180,0) size 101x17 [bgcolor=#0000FF] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (280,0) size 20x17 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (280,0) size 21x17 [bgcolor=#000000] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (300,0) size 20x17 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (300,0) size 21x17 [bgcolor=#FFFFFF] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (320,0) size 20x17 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (320,0) size 21x17 [bgcolor=#000000] [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (340,0) size 100x17 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (340,0) size 101x17 [bgcolor=#FF0000] [r=0 c=9 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (440,0) size 20x17 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (440,0) size 21x17 [bgcolor=#000000] [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (460,0) size 20x17 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (460,0) size 21x17 [bgcolor=#FFFFFF] [r=0 c=11 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (480,0) size 20x17 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (480,0) size 21x17 [bgcolor=#000000] [r=0 c=12 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (500,0) size 100x17 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (500,0) size 101x17 [bgcolor=#008000] [r=0 c=13 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (600,0) size 20x17 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (600,0) size 21x17 [bgcolor=#000000] [r=0 c=14 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw00dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-00-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-00-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-00-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 135x150
-        RenderTableSection {TBODY} at (0,0) size 135x150
-          RenderTableRow {TR} at (0,0) size 135x50
-            RenderTableCell {TD} at (0,15) size 45x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,15) size 45x19 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,15) size 45x19 [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,50) size 135x50
-            RenderTableCell {TD} at (0,65) size 45x19 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,65) size 45x19 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,65) size 45x19 [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,100) size 135x50
-            RenderTableCell {TD} at (0,115) size 45x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,115) size 45x19 [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,115) size 45x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 136x150
+        RenderTableSection {TBODY} at (0,0) size 136x150
+          RenderTableRow {TR} at (0,0) size 136x50
+            RenderTableCell {TD} at (0,15) size 46x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,15) size 46x20 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,15) size 46x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,50) size 136x50
+            RenderTableCell {TD} at (0,65) size 46x20 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,65) size 46x20 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,65) size 46x20 [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,100) size 136x50
+            RenderTableCell {TD} at (0,115) size 46x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,115) size 46x20 [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,115) size 46x20 [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw01dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-01-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-01-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-01-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 155x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 150x165
-          RenderTableRow {TR} at (0,0) size 150x55
-            RenderTableCell {TD} at (0,15) size 50x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (50,16) size 50x22 [border: (3px double #00FF00) none (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (100,15) size 50x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-          RenderTableRow {TR} at (0,55) size 150x55
-            RenderTableCell {TD} at (0,70) size 50x24 [border: (3px double #00FF00) none (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (50,73) size 50x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 156x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 151x165
+          RenderTableRow {TR} at (0,0) size 151x55
+            RenderTableCell {TD} at (0,15) size 51x25 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (50,16) size 51x23 [border: (3px double #00FF00) none (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (100,15) size 51x25 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+          RenderTableRow {TR} at (0,55) size 151x55
+            RenderTableCell {TD} at (0,70) size 51x25 [border: (3px double #00FF00) none (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (50,73) size 51x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (100,70) size 50x24 [border: (3px double #00FF00) none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,4) size 43x17
-                text run at (1,4) width 43: &quot;double&quot;
-          RenderTableRow {TR} at (0,110) size 150x55
-            RenderTableCell {TD} at (0,125) size 50x24 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (50,127) size 50x21 [border: none (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (100,70) size 51x25 [border: (3px double #00FF00) none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,4) size 43x18
+                text run at (1,5) width 43: &quot;double&quot;
+          RenderTableRow {TR} at (0,110) size 151x55
+            RenderTableCell {TD} at (0,125) size 51x25 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (50,127) size 51x21 [border: none (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,1) size 43x17
</span><span class="cx">                 text run at (4,1) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (100,125) size 50x24 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
</del><ins>+            RenderTableCell {TD} at (100,125) size 51x25 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw02dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-02-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-02-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-02-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 124x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 119x165
-          RenderTableRow {TR} at (0,0) size 119x55
-            RenderTableCell {TD} at (0,15) size 37x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (37,16) size 45x22 [border: (3px solid #00FF00) none (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (82,15) size 37x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-          RenderTableRow {TR} at (0,55) size 119x55
-            RenderTableCell {TD} at (0,70) size 37x24 [border: (3px solid #00FF00) none (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (37,73) size 45x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 125x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 120x165
+          RenderTableRow {TR} at (0,0) size 120x55
+            RenderTableCell {TD} at (0,15) size 38x25 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (37,16) size 46x23 [border: (3px solid #00FF00) none (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (82,15) size 38x25 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+          RenderTableRow {TR} at (0,55) size 120x55
+            RenderTableCell {TD} at (0,70) size 38x25 [border: (3px solid #00FF00) none (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (37,73) size 46x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (82,70) size 37x24 [border: (3px solid #00FF00) none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,4) size 30x17
-                text run at (1,4) width 30: &quot;solid&quot;
-          RenderTableRow {TR} at (0,110) size 119x55
-            RenderTableCell {TD} at (0,125) size 37x24 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (37,127) size 45x21 [border: none (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,70) size 38x25 [border: (3px solid #00FF00) none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,4) size 30x18
+                text run at (1,5) width 30: &quot;solid&quot;
+          RenderTableRow {TR} at (0,110) size 120x55
+            RenderTableCell {TD} at (0,125) size 38x25 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (37,127) size 46x21 [border: none (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,1) size 30x17
</span><span class="cx">                 text run at (4,1) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (82,125) size 37x24 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
</del><ins>+            RenderTableCell {TD} at (82,125) size 38x25 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw03dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-03-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-03-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-03-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 158x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 153x165
-          RenderTableRow {TR} at (0,0) size 153x55
-            RenderTableCell {TD} at (0,15) size 51x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (51,16) size 51x22 [border: (3px dashed #00FF00) none (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (102,15) size 51x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-          RenderTableRow {TR} at (0,55) size 153x55
-            RenderTableCell {TD} at (0,70) size 51x24 [border: (3px dashed #00FF00) none (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (51,73) size 51x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 159x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 154x165
+          RenderTableRow {TR} at (0,0) size 154x55
+            RenderTableCell {TD} at (0,15) size 52x25 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (51,16) size 52x23 [border: (3px dashed #00FF00) none (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (102,15) size 52x25 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+          RenderTableRow {TR} at (0,55) size 154x55
+            RenderTableCell {TD} at (0,70) size 52x25 [border: (3px dashed #00FF00) none (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (51,73) size 52x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (102,70) size 51x24 [border: (3px dashed #00FF00) none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,4) size 44x17
-                text run at (1,4) width 44: &quot;dashed&quot;
-          RenderTableRow {TR} at (0,110) size 153x55
-            RenderTableCell {TD} at (0,125) size 51x24 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (51,127) size 51x21 [border: none (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,70) size 52x25 [border: (3px dashed #00FF00) none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,4) size 44x18
+                text run at (1,5) width 44: &quot;dashed&quot;
+          RenderTableRow {TR} at (0,110) size 154x55
+            RenderTableCell {TD} at (0,125) size 52x25 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (51,127) size 52x21 [border: none (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,1) size 44x17
</span><span class="cx">                 text run at (4,1) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (102,125) size 51x24 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
</del><ins>+            RenderTableCell {TD} at (102,125) size 52x25 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw04dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-04-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-04-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-04-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 143x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 138x165
-          RenderTableRow {TR} at (0,0) size 138x55
-            RenderTableCell {TD} at (0,15) size 46x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (46,16) size 46x22 [border: (3px dotted #00FF00) none (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (92,15) size 46x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-          RenderTableRow {TR} at (0,55) size 138x55
-            RenderTableCell {TD} at (0,70) size 46x24 [border: (3px dotted #00FF00) none (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (46,73) size 46x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 144x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 139x165
+          RenderTableRow {TR} at (0,0) size 139x55
+            RenderTableCell {TD} at (0,15) size 47x25 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (46,16) size 47x23 [border: (3px dotted #00FF00) none (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (92,15) size 47x25 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+          RenderTableRow {TR} at (0,55) size 139x55
+            RenderTableCell {TD} at (0,70) size 47x25 [border: (3px dotted #00FF00) none (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (46,73) size 47x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (92,70) size 46x24 [border: (3px dotted #00FF00) none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,4) size 39x17
-                text run at (1,4) width 39: &quot;dotted&quot;
-          RenderTableRow {TR} at (0,110) size 138x55
-            RenderTableCell {TD} at (0,125) size 46x24 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (46,127) size 46x21 [border: none (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (92,70) size 47x25 [border: (3px dotted #00FF00) none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,4) size 39x18
+                text run at (1,5) width 39: &quot;dotted&quot;
+          RenderTableRow {TR} at (0,110) size 139x55
+            RenderTableCell {TD} at (0,125) size 47x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (46,127) size 47x21 [border: none (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,1) size 39x17
</span><span class="cx">                 text run at (4,1) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (92,125) size 46x24 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
</del><ins>+            RenderTableCell {TD} at (92,125) size 47x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw05dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-05-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-05-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-05-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 128x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 123x165
-          RenderTableRow {TR} at (0,0) size 123x55
-            RenderTableCell {TD} at (0,15) size 39x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (39,16) size 45x22 [border: (3px ridge #00FF00) none (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (84,15) size 39x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-          RenderTableRow {TR} at (0,55) size 123x55
-            RenderTableCell {TD} at (0,70) size 39x24 [border: (3px ridge #00FF00) none (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (39,73) size 45x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 129x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 124x165
+          RenderTableRow {TR} at (0,0) size 124x55
+            RenderTableCell {TD} at (0,15) size 40x25 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (39,16) size 46x23 [border: (3px ridge #00FF00) none (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (84,15) size 40x25 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+          RenderTableRow {TR} at (0,55) size 124x55
+            RenderTableCell {TD} at (0,70) size 40x25 [border: (3px ridge #00FF00) none (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (39,73) size 46x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (84,70) size 39x24 [border: (3px ridge #00FF00) none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,4) size 32x17
-                text run at (1,4) width 32: &quot;ridge&quot;
-          RenderTableRow {TR} at (0,110) size 123x55
-            RenderTableCell {TD} at (0,125) size 39x24 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (39,127) size 45x21 [border: none (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (84,70) size 40x25 [border: (3px ridge #00FF00) none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,4) size 32x18
+                text run at (1,5) width 32: &quot;ridge&quot;
+          RenderTableRow {TR} at (0,110) size 124x55
+            RenderTableCell {TD} at (0,125) size 40x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (39,127) size 46x21 [border: none (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,1) size 32x17
</span><span class="cx">                 text run at (4,1) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (84,125) size 39x24 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
</del><ins>+            RenderTableCell {TD} at (84,125) size 40x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw06dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-06-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-06-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-06-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 138x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 133x165
-          RenderTableRow {TR} at (0,0) size 133x55
-            RenderTableCell {TD} at (0,15) size 44x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (44,16) size 45x22 [border: (3px outset #00FF00) none (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (89,15) size 44x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-          RenderTableRow {TR} at (0,55) size 133x55
-            RenderTableCell {TD} at (0,70) size 44x24 [border: (3px outset #00FF00) none (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (44,73) size 45x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 139x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 134x165
+          RenderTableRow {TR} at (0,0) size 134x55
+            RenderTableCell {TD} at (0,15) size 45x25 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (44,16) size 46x23 [border: (3px outset #00FF00) none (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (89,15) size 45x25 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+          RenderTableRow {TR} at (0,55) size 134x55
+            RenderTableCell {TD} at (0,70) size 45x25 [border: (3px outset #00FF00) none (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (44,73) size 46x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (89,70) size 44x24 [border: (3px outset #00FF00) none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,4) size 37x17
-                text run at (1,4) width 37: &quot;outset&quot;
-          RenderTableRow {TR} at (0,110) size 133x55
-            RenderTableCell {TD} at (0,125) size 44x24 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (44,127) size 45x21 [border: none (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (89,70) size 45x25 [border: (3px outset #00FF00) none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,4) size 37x18
+                text run at (1,5) width 37: &quot;outset&quot;
+          RenderTableRow {TR} at (0,110) size 134x55
+            RenderTableCell {TD} at (0,125) size 45x25 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (44,127) size 46x21 [border: none (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,1) size 37x17
</span><span class="cx">                 text run at (4,1) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (89,125) size 44x24 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
</del><ins>+            RenderTableCell {TD} at (89,125) size 45x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw07dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-07-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-07-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-07-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 158x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 153x165
-          RenderTableRow {TR} at (0,0) size 153x55
-            RenderTableCell {TD} at (0,15) size 51x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (51,16) size 51x22 [border: (3px groove #00FF00) none (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (102,15) size 51x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-          RenderTableRow {TR} at (0,55) size 153x55
-            RenderTableCell {TD} at (0,70) size 51x24 [border: (3px groove #00FF00) none (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (51,73) size 51x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 159x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 154x165
+          RenderTableRow {TR} at (0,0) size 154x55
+            RenderTableCell {TD} at (0,15) size 52x25 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (51,16) size 52x23 [border: (3px groove #00FF00) none (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (102,15) size 52x25 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+          RenderTableRow {TR} at (0,55) size 154x55
+            RenderTableCell {TD} at (0,70) size 52x25 [border: (3px groove #00FF00) none (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (51,73) size 52x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (102,70) size 51x24 [border: (3px groove #00FF00) none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,4) size 44x17
-                text run at (1,4) width 44: &quot;groove&quot;
-          RenderTableRow {TR} at (0,110) size 153x55
-            RenderTableCell {TD} at (0,125) size 51x24 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (51,127) size 51x21 [border: none (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (102,70) size 52x25 [border: (3px groove #00FF00) none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,4) size 44x18
+                text run at (1,5) width 44: &quot;groove&quot;
+          RenderTableRow {TR} at (0,110) size 154x55
+            RenderTableCell {TD} at (0,125) size 52x25 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (51,127) size 52x21 [border: none (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,1) size 44x17
</span><span class="cx">                 text run at (4,1) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (102,125) size 51x24 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
</del><ins>+            RenderTableCell {TD} at (102,125) size 52x25 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw08dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-08-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-08-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-08-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 122x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 117x165
-          RenderTableRow {TR} at (0,0) size 117x55
-            RenderTableCell {TD} at (0,15) size 36x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (36,16) size 45x22 [border: (3px inset #00FF00) none (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (81,15) size 36x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-          RenderTableRow {TR} at (0,55) size 117x55
-            RenderTableCell {TD} at (0,70) size 36x24 [border: (3px inset #00FF00) none (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (36,73) size 45x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 123x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 118x165
+          RenderTableRow {TR} at (0,0) size 118x55
+            RenderTableCell {TD} at (0,15) size 37x25 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (36,16) size 46x23 [border: (3px inset #00FF00) none (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (81,15) size 37x25 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+          RenderTableRow {TR} at (0,55) size 118x55
+            RenderTableCell {TD} at (0,70) size 37x25 [border: (3px inset #00FF00) none (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (36,73) size 46x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;hidden&quot;
</span><del>-            RenderTableCell {TD} at (81,70) size 36x24 [border: (3px inset #00FF00) none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,4) size 29x17
-                text run at (1,4) width 29: &quot;inset&quot;
-          RenderTableRow {TR} at (0,110) size 117x55
-            RenderTableCell {TD} at (0,125) size 36x24 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (36,127) size 45x21 [border: none (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (81,70) size 37x25 [border: (3px inset #00FF00) none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,4) size 29x18
+                text run at (1,5) width 29: &quot;inset&quot;
+          RenderTableRow {TR} at (0,110) size 118x55
+            RenderTableCell {TD} at (0,125) size 37x25 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (36,127) size 46x21 [border: none (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,1) size 29x17
</span><span class="cx">                 text run at (4,1) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (81,125) size 36x24 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
</del><ins>+            RenderTableCell {TD} at (81,125) size 37x25 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw09dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-09-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-09-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-09-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 111x150
-        RenderTableSection {TBODY} at (0,0) size 111x150
-          RenderTableRow {TR} at (0,0) size 111x50
-            RenderTableCell {TD} at (0,15) size 33x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (33,15) size 45x19 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (78,15) size 33x19 [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-          RenderTableRow {TR} at (0,50) size 111x50
-            RenderTableCell {TD} at (0,65) size 33x19 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (33,65) size 45x19 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (78,65) size 33x19 [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-          RenderTableRow {TR} at (0,100) size 111x50
-            RenderTableCell {TD} at (0,115) size 33x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (33,115) size 45x19 [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (78,115) size 33x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 112x150
+        RenderTableSection {TBODY} at (0,0) size 112x150
+          RenderTableRow {TR} at (0,0) size 112x50
+            RenderTableCell {TD} at (0,15) size 34x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (33,15) size 46x20 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (78,15) size 34x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+          RenderTableRow {TR} at (0,50) size 112x50
+            RenderTableCell {TD} at (0,65) size 34x20 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (33,65) size 46x20 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (78,65) size 34x20 [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+          RenderTableRow {TR} at (0,100) size 112x50
+            RenderTableCell {TD} at (0,115) size 34x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (33,115) size 46x20 [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (78,115) size 34x20 [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw10dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-10-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-10-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-10-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 135x150
-        RenderTableSection {TBODY} at (0,0) size 135x150
-          RenderTableRow {TR} at (0,0) size 135x50
-            RenderTableCell {TD} at (0,15) size 45x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,15) size 45x19 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,15) size 45x19 [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,50) size 135x50
-            RenderTableCell {TD} at (0,65) size 45x19 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,65) size 45x19 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (90,65) size 45x19 [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,100) size 135x50
-            RenderTableCell {TD} at (0,115) size 45x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,115) size 45x19 [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,115) size 45x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 136x150
+        RenderTableSection {TBODY} at (0,0) size 136x150
+          RenderTableRow {TR} at (0,0) size 136x50
+            RenderTableCell {TD} at (0,15) size 46x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,15) size 46x20 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,15) size 46x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,50) size 136x50
+            RenderTableCell {TD} at (0,65) size 46x20 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,65) size 46x20 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (90,65) size 46x20 [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,100) size 136x50
+            RenderTableCell {TD} at (0,115) size 46x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,115) size 46x20 [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,115) size 46x20 [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw11dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-11-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-11-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-11-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 165x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 160x175
-          RenderTableRow {TR} at (0,0) size 160x58
-            RenderTableCell {TD} at (0,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 166x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 161x175
+          RenderTableRow {TR} at (0,0) size 161x58
+            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,15) size 55x27 [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 56x28 [border: (3px double #00FF00) (5px double #FF0000) (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (108,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (108,17) size 52x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 161x60
+            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 160x60
-            RenderTableCell {TD} at (0,76) size 53x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,73) size 55x29 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 43x17
-                text run at (6,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (108,76) size 52x24 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,73) size 56x30 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 43x18
+                text run at (6,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (108,76) size 53x24 [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 43x17
</span><span class="cx">                 text run at (6,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 160x57
-            RenderTableCell {TD} at (0,134) size 53x24 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,133) size 55x26 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 43x17
-                text run at (4,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (108,134) size 52x24 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 161x57
+            RenderTableCell {TD} at (0,134) size 54x25 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (53,133) size 56x27 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 43x18
+                text run at (4,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (108,134) size 53x25 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw12dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-12-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-12-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-12-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 139x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 134x175
-          RenderTableRow {TR} at (0,0) size 134x58
-            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 140x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 135x175
+          RenderTableRow {TR} at (0,0) size 135x58
+            RenderTableCell {TD} at (0,17) size 41x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (40,15) size 55x27 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,15) size 56x28 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (95,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (95,17) size 39x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 135x60
+            RenderTableCell {TD} at (0,76) size 41x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 134x60
-            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,73) size 55x29 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 43x17
-                text run at (6,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (95,76) size 39x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,73) size 56x30 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 43x18
+                text run at (6,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (95,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 30x17
</span><span class="cx">                 text run at (6,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 134x57
-            RenderTableCell {TD} at (0,134) size 40x24 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,133) size 55x26 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 30x17
-                text run at (4,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (95,134) size 39x24 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 135x57
+            RenderTableCell {TD} at (0,134) size 41x25 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (40,133) size 56x27 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 30x18
+                text run at (4,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (95,134) size 40x25 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw13dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-13-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-13-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-13-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 167x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 162x175
-          RenderTableRow {TR} at (0,0) size 162x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 168x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 163x175
+          RenderTableRow {TR} at (0,0) size 163x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 55x27 [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]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (109,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (109,17) size 53x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 163x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 162x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,73) size 55x29 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 43x17
-                text run at (6,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (109,76) size 53x24 [border: (3px dashed #00FF00) (5px dashed #FF0000)] [r=1 c=2 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]
+              RenderText {#text} at (6,6) size 43x18
+                text run at (6,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (109,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 162x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,133) size 55x26 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (109,134) size 53x24 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 163x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (54,133) size 56x27 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (109,134) size 54x25 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw14dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-14-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-14-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-14-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 157x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 152x175
-          RenderTableRow {TR} at (0,0) size 152x58
-            RenderTableCell {TD} at (0,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 158x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 153x175
+          RenderTableRow {TR} at (0,0) size 153x58
+            RenderTableCell {TD} at (0,17) size 50x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (49,15) size 55x27 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,15) size 56x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (104,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (104,17) size 48x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 153x60
+            RenderTableCell {TD} at (0,76) size 50x24 [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 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 152x60
-            RenderTableCell {TD} at (0,76) size 49x24 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,73) size 55x29 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 43x17
-                text run at (6,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (104,76) size 48x24 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,73) size 56x30 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 43x18
+                text run at (6,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (104,76) size 49x24 [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 39x17
</span><span class="cx">                 text run at (6,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 152x57
-            RenderTableCell {TD} at (0,134) size 49x24 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,133) size 55x26 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 39x17
-                text run at (4,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (104,134) size 48x24 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 153x57
+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (49,133) size 56x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 39x18
+                text run at (4,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (104,134) size 49x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw15dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-15-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-15-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-15-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 143x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 138x175
-          RenderTableRow {TR} at (0,0) size 138x58
-            RenderTableCell {TD} at (0,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 144x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 139x175
+          RenderTableRow {TR} at (0,0) size 139x58
+            RenderTableCell {TD} at (0,17) size 43x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (42,15) size 55x27 [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 56x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (97,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (97,17) size 41x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 139x60
+            RenderTableCell {TD} at (0,76) size 43x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 138x60
-            RenderTableCell {TD} at (0,76) size 42x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,73) size 55x29 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 43x17
-                text run at (6,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (97,76) size 41x24 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (42,73) size 56x30 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 43x18
+                text run at (6,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (97,76) size 42x24 [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 32x17
</span><span class="cx">                 text run at (6,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 138x57
-            RenderTableCell {TD} at (0,134) size 42x24 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,133) size 55x26 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 32x17
-                text run at (4,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (97,134) size 41x24 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 139x57
+            RenderTableCell {TD} at (0,134) size 43x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (42,133) size 56x27 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 32x18
+                text run at (4,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (97,134) size 42x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw16dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-16-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-16-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-16-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 153x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 148x175
-          RenderTableRow {TR} at (0,0) size 148x58
-            RenderTableCell {TD} at (0,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 154x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 149x175
+          RenderTableRow {TR} at (0,0) size 149x58
+            RenderTableCell {TD} at (0,17) size 48x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (47,15) size 55x27 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,15) size 56x28 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (102,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (102,17) size 46x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 149x60
+            RenderTableCell {TD} at (0,76) size 48x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 148x60
-            RenderTableCell {TD} at (0,76) size 47x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,73) size 55x29 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 43x17
-                text run at (6,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (102,76) size 46x24 [border: (3px outset #00FF00) (5px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,73) size 56x30 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 43x18
+                text run at (6,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (102,76) size 47x24 [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 37x17
</span><span class="cx">                 text run at (6,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 148x57
-            RenderTableCell {TD} at (0,134) size 47x24 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,133) size 55x26 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 37x17
-                text run at (4,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (102,134) size 46x24 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 149x57
+            RenderTableCell {TD} at (0,134) size 48x25 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (47,133) size 56x27 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 37x18
+                text run at (4,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (102,134) size 47x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw17dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-17-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-17-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-17-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 167x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 162x175
-          RenderTableRow {TR} at (0,0) size 162x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 168x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 163x175
+          RenderTableRow {TR} at (0,0) size 163x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 55x27 [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]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (109,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (109,17) size 53x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 163x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 162x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,73) size 55x29 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 43x17
-                text run at (6,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (109,76) size 53x24 [border: (3px groove #00FF00) (5px groove #FF0000)] [r=1 c=2 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]
+              RenderText {#text} at (6,6) size 43x18
+                text run at (6,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (109,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 162x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,133) size 55x26 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (109,134) size 53x24 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 163x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (54,133) size 56x27 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (109,134) size 54x25 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw18dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-18-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-18-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-18-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 137x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 132x175
-          RenderTableRow {TR} at (0,0) size 132x58
-            RenderTableCell {TD} at (0,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 138x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 133x175
+          RenderTableRow {TR} at (0,0) size 133x58
+            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (39,15) size 55x27 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,15) size 56x28 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (94,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (94,17) size 38x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 133x60
+            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 132x60
-            RenderTableCell {TD} at (0,76) size 39x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,73) size 55x29 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 43x17
-                text run at (6,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (94,76) size 38x24 [border: (3px inset #00FF00) (5px inset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,73) size 56x30 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 43x18
+                text run at (6,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (94,76) size 39x24 [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 29x17
</span><span class="cx">                 text run at (6,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 132x57
-            RenderTableCell {TD} at (0,134) size 39x24 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,133) size 55x26 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 29x17
-                text run at (4,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (94,134) size 38x24 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 133x57
+            RenderTableCell {TD} at (0,134) size 40x25 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (39,133) size 56x27 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 29x18
+                text run at (4,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (94,134) size 39x25 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw19dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-19-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-19-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-19-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 131x170
-        RenderTableSection {TBODY} at (0,0) size 131x170
-          RenderTableRow {TR} at (0,0) size 131x55
-            RenderTableCell {TD} at (0,18) size 38x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 132x170
+        RenderTableSection {TBODY} at (0,0) size 132x170
+          RenderTableRow {TR} at (0,0) size 132x55
+            RenderTableCell {TD} at (0,18) size 39x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,15) size 55x24 [border: none] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,15) size 56x25 [border: none] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (93,18) size 39x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (93,18) size 38x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 132x60
+            RenderTableCell {TD} at (0,75) size 39x20 [border: none] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (38,70) size 56x30 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 43x18
+                text run at (6,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (93,75) size 39x20 [border: none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (6,1) size 31x18
+                text run at (6,2) width 31: &quot;none&quot;
+          RenderTableRow {TR} at (0,115) size 132x55
+            RenderTableCell {TD} at (0,133) size 39x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 131x60
-            RenderTableCell {TD} at (0,75) size 38x19 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,130) size 56x25 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,6) size 31x18
+                text run at (1,7) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (93,133) size 39x19 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,70) size 55x29 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 43x17
-                text run at (6,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (93,75) size 38x19 [border: none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (6,1) size 31x17
-                text run at (6,1) width 31: &quot;none&quot;
-          RenderTableRow {TR} at (0,115) size 131x55
-            RenderTableCell {TD} at (0,133) size 38x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (38,130) size 55x24 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,6) size 31x17
-                text run at (1,6) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (93,133) size 38x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw20dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-20-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-20-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-20-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 135x150
-        RenderTableSection {TBODY} at (0,0) size 135x150
-          RenderTableRow {TR} at (0,0) size 135x50
-            RenderTableCell {TD} at (0,15) size 45x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,15) size 45x19 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,15) size 45x19 [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,50) size 135x50
-            RenderTableCell {TD} at (0,65) size 45x19 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,65) size 45x19 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 30x17
-                text run at (1,1) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (90,65) size 45x19 [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,100) size 135x50
-            RenderTableCell {TD} at (0,115) size 45x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,115) size 45x19 [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,115) size 45x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 136x150
+        RenderTableSection {TBODY} at (0,0) size 136x150
+          RenderTableRow {TR} at (0,0) size 136x50
+            RenderTableCell {TD} at (0,15) size 46x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,15) size 46x20 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,15) size 46x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,50) size 136x50
+            RenderTableCell {TD} at (0,65) size 46x20 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,65) size 46x20 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 30x18
+                text run at (1,2) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (90,65) size 46x20 [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,100) size 136x50
+            RenderTableCell {TD} at (0,115) size 46x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,115) size 46x20 [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,115) size 46x20 [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw21dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-21-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-21-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-21-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 160x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 155x175
-          RenderTableRow {TR} at (0,0) size 155x58
-            RenderTableCell {TD} at (0,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 161x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 156x175
+          RenderTableRow {TR} at (0,0) size 156x58
+            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,15) size 50x27 [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 51x28 [border: (3px double #00FF00) (5px double #FF0000) (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (103,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (103,17) size 52x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 156x60
+            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 155x60
-            RenderTableCell {TD} at (0,76) size 53x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,73) size 50x29 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 30x17
-                text run at (6,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (103,76) size 52x24 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,73) size 51x30 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 30x18
+                text run at (6,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (103,76) size 53x24 [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 43x17
</span><span class="cx">                 text run at (6,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 155x57
-            RenderTableCell {TD} at (0,134) size 53x24 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,133) size 50x26 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 43x17
-                text run at (4,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (103,134) size 52x24 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 156x57
+            RenderTableCell {TD} at (0,134) size 54x25 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (53,133) size 51x27 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 43x18
+                text run at (4,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (103,134) size 53x25 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw22dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-22-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-22-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-22-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 126x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 121x175
-          RenderTableRow {TR} at (0,0) size 121x58
-            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 127x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 122x175
+          RenderTableRow {TR} at (0,0) size 122x58
+            RenderTableCell {TD} at (0,17) size 41x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (40,15) size 42x27 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,15) size 43x28 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (82,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (82,17) size 39x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 122x60
+            RenderTableCell {TD} at (0,76) size 41x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 121x60
-            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,73) size 42x29 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 30x17
-                text run at (6,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (82,76) size 39x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,73) size 43x30 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 30x18
+                text run at (6,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (82,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 30x17
</span><span class="cx">                 text run at (6,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 121x57
-            RenderTableCell {TD} at (0,134) size 40x24 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,133) size 42x26 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 30x17
-                text run at (4,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (82,134) size 39x24 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 122x57
+            RenderTableCell {TD} at (0,134) size 41x25 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (40,133) size 43x27 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 30x18
+                text run at (4,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (82,134) size 40x25 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw23dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-23-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-23-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-23-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 163x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 158x175
-          RenderTableRow {TR} at (0,0) size 158x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 164x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 159x175
+          RenderTableRow {TR} at (0,0) size 159x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 51x27 [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 52x28 [border: (3px dashed #00FF00) (5px dashed #FF0000) (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (105,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (105,17) size 53x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 159x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 158x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,73) size 51x29 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 30x17
-                text run at (6,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (105,76) size 53x24 [border: (3px dashed #00FF00) (5px dashed #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 52x30 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 30x18
+                text run at (6,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (105,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 158x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,133) size 51x26 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (105,134) size 53x24 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 159x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (54,133) size 52x27 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (105,134) size 54x25 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw24dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-24-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-24-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-24-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 148x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 143x175
-          RenderTableRow {TR} at (0,0) size 143x58
-            RenderTableCell {TD} at (0,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 149x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 144x175
+          RenderTableRow {TR} at (0,0) size 144x58
+            RenderTableCell {TD} at (0,17) size 50x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (49,15) size 46x27 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,15) size 47x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (95,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (95,17) size 48x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 144x60
+            RenderTableCell {TD} at (0,76) size 50x24 [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 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 143x60
-            RenderTableCell {TD} at (0,76) size 49x24 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,73) size 46x29 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 30x17
-                text run at (6,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (95,76) size 48x24 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,73) size 47x30 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 30x18
+                text run at (6,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (95,76) size 49x24 [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 39x17
</span><span class="cx">                 text run at (6,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 143x57
-            RenderTableCell {TD} at (0,134) size 49x24 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,133) size 46x26 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 39x17
-                text run at (4,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (95,134) size 48x24 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 144x57
+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (49,133) size 47x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 39x18
+                text run at (4,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (95,134) size 49x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw25dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-25-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-25-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-25-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 130x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 125x175
-          RenderTableRow {TR} at (0,0) size 125x58
-            RenderTableCell {TD} at (0,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 131x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 126x175
+          RenderTableRow {TR} at (0,0) size 126x58
+            RenderTableCell {TD} at (0,17) size 43x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (42,15) size 42x27 [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 43x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (84,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (84,17) size 41x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 126x60
+            RenderTableCell {TD} at (0,76) size 43x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 125x60
-            RenderTableCell {TD} at (0,76) size 42x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,73) size 42x29 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 30x17
-                text run at (6,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (84,76) size 41x24 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (42,73) size 43x30 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 30x18
+                text run at (6,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (84,76) size 42x24 [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 32x17
</span><span class="cx">                 text run at (6,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 125x57
-            RenderTableCell {TD} at (0,134) size 42x24 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,133) size 42x26 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 32x17
-                text run at (4,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (84,134) size 41x24 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 126x57
+            RenderTableCell {TD} at (0,134) size 43x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (42,133) size 43x27 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 32x18
+                text run at (4,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (84,134) size 42x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw26dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-26-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-26-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-26-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 142x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 137x175
-          RenderTableRow {TR} at (0,0) size 137x58
-            RenderTableCell {TD} at (0,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 143x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 138x175
+          RenderTableRow {TR} at (0,0) size 138x58
+            RenderTableCell {TD} at (0,17) size 48x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (47,15) size 44x27 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,15) size 45x28 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (91,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (91,17) size 46x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 138x60
+            RenderTableCell {TD} at (0,76) size 48x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 137x60
-            RenderTableCell {TD} at (0,76) size 47x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,73) size 44x29 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 30x17
-                text run at (6,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (91,76) size 46x24 [border: (3px outset #00FF00) (5px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,73) size 45x30 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 30x18
+                text run at (6,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (91,76) size 47x24 [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 37x17
</span><span class="cx">                 text run at (6,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 137x57
-            RenderTableCell {TD} at (0,134) size 47x24 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,133) size 44x26 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 37x17
-                text run at (4,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (91,134) size 46x24 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 138x57
+            RenderTableCell {TD} at (0,134) size 48x25 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (47,133) size 45x27 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 37x18
+                text run at (4,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (91,134) size 47x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw27dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-27-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-27-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-27-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 163x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 158x175
-          RenderTableRow {TR} at (0,0) size 158x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 164x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 159x175
+          RenderTableRow {TR} at (0,0) size 159x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 51x27 [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 52x28 [border: (3px groove #00FF00) (5px groove #FF0000) (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (105,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (105,17) size 53x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 159x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 158x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,73) size 51x29 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 30x17
-                text run at (6,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (105,76) size 53x24 [border: (3px groove #00FF00) (5px groove #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 52x30 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 30x18
+                text run at (6,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (105,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 158x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,133) size 51x26 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (105,134) size 53x24 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 159x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (54,133) size 52x27 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (105,134) size 54x25 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw28dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-28-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-28-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-28-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 124x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 119x175
-          RenderTableRow {TR} at (0,0) size 119x58
-            RenderTableCell {TD} at (0,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 125x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 120x175
+          RenderTableRow {TR} at (0,0) size 120x58
+            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (39,15) size 42x27 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,15) size 43x28 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (81,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (81,17) size 38x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 120x60
+            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 119x60
-            RenderTableCell {TD} at (0,76) size 39x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,73) size 42x29 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 30x17
-                text run at (6,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (81,76) size 38x24 [border: (3px inset #00FF00) (5px inset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,73) size 43x30 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 30x18
+                text run at (6,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (81,76) size 39x24 [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 29x17
</span><span class="cx">                 text run at (6,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 119x57
-            RenderTableCell {TD} at (0,134) size 39x24 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,133) size 42x26 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 29x17
-                text run at (4,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (81,134) size 38x24 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 120x57
+            RenderTableCell {TD} at (0,134) size 40x25 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (39,133) size 43x27 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 29x18
+                text run at (4,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (81,134) size 39x25 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw29dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-29-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-29-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-29-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 118x170
-        RenderTableSection {TBODY} at (0,0) size 118x170
-          RenderTableRow {TR} at (0,0) size 118x55
-            RenderTableCell {TD} at (0,18) size 38x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 119x170
+        RenderTableSection {TBODY} at (0,0) size 119x170
+          RenderTableRow {TR} at (0,0) size 119x55
+            RenderTableCell {TD} at (0,18) size 39x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,15) size 42x24 [border: none] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,15) size 43x25 [border: none] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (80,18) size 39x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (80,18) size 38x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 119x60
+            RenderTableCell {TD} at (0,75) size 39x20 [border: none] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (38,70) size 43x30 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 30x18
+                text run at (6,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (80,75) size 39x20 [border: none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (6,1) size 31x18
+                text run at (6,2) width 31: &quot;none&quot;
+          RenderTableRow {TR} at (0,115) size 119x55
+            RenderTableCell {TD} at (0,133) size 39x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 118x60
-            RenderTableCell {TD} at (0,75) size 38x19 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,130) size 43x25 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,6) size 31x18
+                text run at (1,7) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (80,133) size 39x19 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,70) size 42x29 [border: (5px solid #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 30x17
-                text run at (6,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (80,75) size 38x19 [border: none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (6,1) size 31x17
-                text run at (6,1) width 31: &quot;none&quot;
-          RenderTableRow {TR} at (0,115) size 118x55
-            RenderTableCell {TD} at (0,133) size 38x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (38,130) size 42x24 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,6) size 31x17
-                text run at (1,6) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (80,133) size 38x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw30dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-30-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-30-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-30-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 136x150
-        RenderTableSection {TBODY} at (0,0) size 136x150
-          RenderTableRow {TR} at (0,0) size 136x50
-            RenderTableCell {TD} at (0,15) size 45x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,15) size 46x19 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (91,15) size 45x19 [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,50) size 136x50
-            RenderTableCell {TD} at (0,65) size 45x19 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,65) size 46x19 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 44x17
-                text run at (1,1) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (91,65) size 45x19 [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,100) size 136x50
-            RenderTableCell {TD} at (0,115) size 45x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,115) size 46x19 [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (91,115) size 45x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 137x150
+        RenderTableSection {TBODY} at (0,0) size 137x150
+          RenderTableRow {TR} at (0,0) size 137x50
+            RenderTableCell {TD} at (0,15) size 46x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,15) size 47x20 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (91,15) size 46x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,50) size 137x50
+            RenderTableCell {TD} at (0,65) size 46x20 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,65) size 47x20 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 44x18
+                text run at (1,2) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (91,65) size 46x20 [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,100) size 137x50
+            RenderTableCell {TD} at (0,115) size 46x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,115) size 47x20 [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (91,115) size 46x20 [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw31dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-31-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-31-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-31-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 166x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 161x175
-          RenderTableRow {TR} at (0,0) size 161x58
-            RenderTableCell {TD} at (0,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 167x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 162x175
+          RenderTableRow {TR} at (0,0) size 162x58
+            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,15) size 56x27 [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]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (109,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (109,17) size 52x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 162x60
+            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 161x60
-            RenderTableCell {TD} at (0,76) size 53x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,73) size 56x29 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (109,76) size 52x24 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 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]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (109,76) size 53x24 [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 43x17
</span><span class="cx">                 text run at (6,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 161x57
-            RenderTableCell {TD} at (0,134) size 53x24 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,133) size 56x26 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 43x17
-                text run at (4,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (109,134) size 52x24 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 162x57
+            RenderTableCell {TD} at (0,134) size 54x25 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (53,133) size 57x27 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 43x18
+                text run at (4,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (109,134) size 53x25 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw32dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-32-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-32-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-32-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 140x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 135x175
-          RenderTableRow {TR} at (0,0) size 135x58
-            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 141x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 136x175
+          RenderTableRow {TR} at (0,0) size 136x58
+            RenderTableCell {TD} at (0,17) size 41x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (40,15) size 56x27 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,15) size 57x28 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (96,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (96,17) size 39x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 136x60
+            RenderTableCell {TD} at (0,76) size 41x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 135x60
-            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,73) size 56x29 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (96,76) size 39x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,73) size 57x30 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (96,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 30x17
</span><span class="cx">                 text run at (6,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 135x57
-            RenderTableCell {TD} at (0,134) size 40x24 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,133) size 56x26 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 30x17
-                text run at (4,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (96,134) size 39x24 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 136x57
+            RenderTableCell {TD} at (0,134) size 41x25 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (40,133) size 57x27 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 30x18
+                text run at (4,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (96,134) size 40x25 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw33dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-33-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-33-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-33-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 168x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 163x175
-          RenderTableRow {TR} at (0,0) size 163x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 169x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 164x175
+          RenderTableRow {TR} at (0,0) size 164x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 56x27 [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 57x28 [border: (3px dashed #00FF00) (5px dashed #FF0000) (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (110,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (110,17) size 53x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 164x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 163x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,73) size 56x29 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (110,76) size 53x24 [border: (3px dashed #00FF00) (5px dashed #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 57x30 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (110,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 163x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,133) size 56x26 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (110,134) size 53x24 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 164x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (54,133) size 57x27 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (110,134) size 54x25 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw34dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-34-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-34-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-34-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 158x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 153x175
-          RenderTableRow {TR} at (0,0) size 153x58
-            RenderTableCell {TD} at (0,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 159x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 154x175
+          RenderTableRow {TR} at (0,0) size 154x58
+            RenderTableCell {TD} at (0,17) size 50x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (49,15) size 56x27 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,15) size 57x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (105,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (105,17) size 48x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 154x60
+            RenderTableCell {TD} at (0,76) size 50x24 [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 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 153x60
-            RenderTableCell {TD} at (0,76) size 49x24 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,73) size 56x29 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (105,76) size 48x24 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,73) size 57x30 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (105,76) size 49x24 [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 39x17
</span><span class="cx">                 text run at (6,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 153x57
-            RenderTableCell {TD} at (0,134) size 49x24 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,133) size 56x26 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 39x17
-                text run at (4,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (105,134) size 48x24 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 154x57
+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (49,133) size 57x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 39x18
+                text run at (4,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (105,134) size 49x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw35dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-35-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-35-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-35-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 144x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 139x175
-          RenderTableRow {TR} at (0,0) size 139x58
-            RenderTableCell {TD} at (0,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 145x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 140x175
+          RenderTableRow {TR} at (0,0) size 140x58
+            RenderTableCell {TD} at (0,17) size 43x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (42,15) size 56x27 [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 57x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (98,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (98,17) size 41x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 140x60
+            RenderTableCell {TD} at (0,76) size 43x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 139x60
-            RenderTableCell {TD} at (0,76) size 42x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,73) size 56x29 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (98,76) size 41x24 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (42,73) size 57x30 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (98,76) size 42x24 [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 32x17
</span><span class="cx">                 text run at (6,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 139x57
-            RenderTableCell {TD} at (0,134) size 42x24 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,133) size 56x26 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 32x17
-                text run at (4,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (98,134) size 41x24 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 140x57
+            RenderTableCell {TD} at (0,134) size 43x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (42,133) size 57x27 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 32x18
+                text run at (4,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (98,134) size 42x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw36dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-36-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-36-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-36-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 154x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 149x175
-          RenderTableRow {TR} at (0,0) size 149x58
-            RenderTableCell {TD} at (0,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 155x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 150x175
+          RenderTableRow {TR} at (0,0) size 150x58
+            RenderTableCell {TD} at (0,17) size 48x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (47,15) size 56x27 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,15) size 57x28 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (103,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (103,17) size 46x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 150x60
+            RenderTableCell {TD} at (0,76) size 48x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 149x60
-            RenderTableCell {TD} at (0,76) size 47x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,73) size 56x29 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (103,76) size 46x24 [border: (3px outset #00FF00) (5px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,73) size 57x30 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (103,76) size 47x24 [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 37x17
</span><span class="cx">                 text run at (6,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 149x57
-            RenderTableCell {TD} at (0,134) size 47x24 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,133) size 56x26 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 37x17
-                text run at (4,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (103,134) size 46x24 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 150x57
+            RenderTableCell {TD} at (0,134) size 48x25 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (47,133) size 57x27 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 37x18
+                text run at (4,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (103,134) size 47x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw37dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-37-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-37-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-37-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 168x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 163x175
-          RenderTableRow {TR} at (0,0) size 163x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 169x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 164x175
+          RenderTableRow {TR} at (0,0) size 164x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 56x27 [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 57x28 [border: (3px groove #00FF00) (5px groove #FF0000) (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (110,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (110,17) size 53x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 164x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 163x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,73) size 56x29 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (110,76) size 53x24 [border: (3px groove #00FF00) (5px groove #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 57x30 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (110,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 163x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,133) size 56x26 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (110,134) size 53x24 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 164x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (54,133) size 57x27 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (110,134) size 54x25 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw38dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-38-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-38-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-38-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 138x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 133x175
-          RenderTableRow {TR} at (0,0) size 133x58
-            RenderTableCell {TD} at (0,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 139x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 134x175
+          RenderTableRow {TR} at (0,0) size 134x58
+            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (39,15) size 56x27 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,15) size 57x28 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (95,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (95,17) size 38x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 134x60
+            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 133x60
-            RenderTableCell {TD} at (0,76) size 39x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,73) size 56x29 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (95,76) size 38x24 [border: (3px inset #00FF00) (5px inset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,73) size 57x30 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (95,76) size 39x24 [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 29x17
</span><span class="cx">                 text run at (6,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 133x57
-            RenderTableCell {TD} at (0,134) size 39x24 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,133) size 56x26 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 29x17
-                text run at (4,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (95,134) size 38x24 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 134x57
+            RenderTableCell {TD} at (0,134) size 40x25 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (39,133) size 57x27 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 29x18
+                text run at (4,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (95,134) size 39x25 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw39dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-39-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-39-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-39-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 132x170
-        RenderTableSection {TBODY} at (0,0) size 132x170
-          RenderTableRow {TR} at (0,0) size 132x55
-            RenderTableCell {TD} at (0,18) size 38x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 133x170
+        RenderTableSection {TBODY} at (0,0) size 133x170
+          RenderTableRow {TR} at (0,0) size 133x55
+            RenderTableCell {TD} at (0,18) size 39x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,15) size 56x24 [border: none] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,15) size 57x25 [border: none] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (94,18) size 39x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (94,18) size 38x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 133x60
+            RenderTableCell {TD} at (0,75) size 39x20 [border: none] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (38,70) size 57x30 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (94,75) size 39x20 [border: none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (6,1) size 31x18
+                text run at (6,2) width 31: &quot;none&quot;
+          RenderTableRow {TR} at (0,115) size 133x55
+            RenderTableCell {TD} at (0,133) size 39x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 132x60
-            RenderTableCell {TD} at (0,75) size 38x19 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,130) size 57x25 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,6) size 31x18
+                text run at (1,7) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (94,133) size 39x19 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,70) size 56x29 [border: (5px dashed #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (94,75) size 38x19 [border: none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (6,1) size 31x17
-                text run at (6,1) width 31: &quot;none&quot;
-          RenderTableRow {TR} at (0,115) size 132x55
-            RenderTableCell {TD} at (0,133) size 38x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (38,130) size 56x24 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,6) size 31x17
-                text run at (1,6) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (94,133) size 38x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw40dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-40-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-40-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-40-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 135x150
-        RenderTableSection {TBODY} at (0,0) size 135x150
-          RenderTableRow {TR} at (0,0) size 135x50
-            RenderTableCell {TD} at (0,15) size 45x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,15) size 45x19 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,15) size 45x19 [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,50) size 135x50
-            RenderTableCell {TD} at (0,65) size 45x19 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,65) size 45x19 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 39x17
-                text run at (1,1) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (90,65) size 45x19 [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,100) size 135x50
-            RenderTableCell {TD} at (0,115) size 45x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,115) size 45x19 [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,115) size 45x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 136x150
+        RenderTableSection {TBODY} at (0,0) size 136x150
+          RenderTableRow {TR} at (0,0) size 136x50
+            RenderTableCell {TD} at (0,15) size 46x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,15) size 46x20 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,15) size 46x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,50) size 136x50
+            RenderTableCell {TD} at (0,65) size 46x20 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,65) size 46x20 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 39x18
+                text run at (1,2) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (90,65) size 46x20 [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,100) size 136x50
+            RenderTableCell {TD} at (0,115) size 46x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,115) size 46x20 [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,115) size 46x20 [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw41dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-41-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-41-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-41-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 161x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 156x175
-          RenderTableRow {TR} at (0,0) size 156x58
-            RenderTableCell {TD} at (0,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 162x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 157x175
+          RenderTableRow {TR} at (0,0) size 157x58
+            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,15) size 51x27 [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 52x28 [border: (3px double #00FF00) (5px double #FF0000) (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (104,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (104,17) size 52x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 157x60
+            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 156x60
-            RenderTableCell {TD} at (0,76) size 53x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,73) size 51x29 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 39x17
-                text run at (6,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (104,76) size 52x24 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,73) size 52x30 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 39x18
+                text run at (6,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (104,76) size 53x24 [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 43x17
</span><span class="cx">                 text run at (6,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 156x57
-            RenderTableCell {TD} at (0,134) size 53x24 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,133) size 51x26 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 43x17
-                text run at (4,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (104,134) size 52x24 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 157x57
+            RenderTableCell {TD} at (0,134) size 54x25 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (53,133) size 52x27 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 43x18
+                text run at (4,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (104,134) size 53x25 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw42dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-42-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-42-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-42-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 135x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 130x175
-          RenderTableRow {TR} at (0,0) size 130x58
-            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 136x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 131x175
+          RenderTableRow {TR} at (0,0) size 131x58
+            RenderTableCell {TD} at (0,17) size 41x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (40,15) size 51x27 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,15) size 52x28 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (91,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (91,17) size 39x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 131x60
+            RenderTableCell {TD} at (0,76) size 41x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 130x60
-            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,73) size 51x29 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 39x17
-                text run at (6,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (91,76) size 39x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,73) size 52x30 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 39x18
+                text run at (6,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (91,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 30x17
</span><span class="cx">                 text run at (6,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 130x57
-            RenderTableCell {TD} at (0,134) size 40x24 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,133) size 51x26 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 30x17
-                text run at (4,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (91,134) size 39x24 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 131x57
+            RenderTableCell {TD} at (0,134) size 41x25 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (40,133) size 52x27 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 30x18
+                text run at (4,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (91,134) size 40x25 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw43dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-43-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-43-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-43-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 163x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 158x175
-          RenderTableRow {TR} at (0,0) size 158x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 164x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 159x175
+          RenderTableRow {TR} at (0,0) size 159x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 51x27 [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 52x28 [border: (3px dashed #00FF00) (5px dashed #FF0000) (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (105,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (105,17) size 53x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 159x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 158x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,73) size 51x29 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 39x17
-                text run at (6,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (105,76) size 53x24 [border: (3px dashed #00FF00) (5px dashed #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 52x30 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 39x18
+                text run at (6,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (105,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 158x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,133) size 51x26 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (105,134) size 53x24 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 159x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (54,133) size 52x27 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (105,134) size 54x25 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw44dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-44-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-44-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-44-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 153x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 148x175
-          RenderTableRow {TR} at (0,0) size 148x58
-            RenderTableCell {TD} at (0,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 154x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 149x175
+          RenderTableRow {TR} at (0,0) size 149x58
+            RenderTableCell {TD} at (0,17) size 50x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (49,15) size 51x27 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,15) size 52x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (100,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (100,17) size 48x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 149x60
+            RenderTableCell {TD} at (0,76) size 50x24 [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 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 148x60
-            RenderTableCell {TD} at (0,76) size 49x24 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,73) size 51x29 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 39x17
-                text run at (6,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (100,76) size 48x24 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,73) size 52x30 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 39x18
+                text run at (6,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (100,76) size 49x24 [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 39x17
</span><span class="cx">                 text run at (6,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 148x57
-            RenderTableCell {TD} at (0,134) size 49x24 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,133) size 51x26 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 39x17
-                text run at (4,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (100,134) size 48x24 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 149x57
+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (49,133) size 52x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 39x18
+                text run at (4,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (100,134) size 49x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw45dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-45-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-45-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-45-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 139x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 134x175
-          RenderTableRow {TR} at (0,0) size 134x58
-            RenderTableCell {TD} at (0,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 140x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 135x175
+          RenderTableRow {TR} at (0,0) size 135x58
+            RenderTableCell {TD} at (0,17) size 43x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (42,15) size 51x27 [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 52x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (93,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (93,17) size 41x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 135x60
+            RenderTableCell {TD} at (0,76) size 43x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 134x60
-            RenderTableCell {TD} at (0,76) size 42x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,73) size 51x29 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 39x17
-                text run at (6,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (93,76) size 41x24 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (42,73) size 52x30 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 39x18
+                text run at (6,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (93,76) size 42x24 [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 32x17
</span><span class="cx">                 text run at (6,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 134x57
-            RenderTableCell {TD} at (0,134) size 42x24 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,133) size 51x26 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 32x17
-                text run at (4,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (93,134) size 41x24 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 135x57
+            RenderTableCell {TD} at (0,134) size 43x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (42,133) size 52x27 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 32x18
+                text run at (4,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (93,134) size 42x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw46dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-46-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-46-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-46-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 149x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 144x175
-          RenderTableRow {TR} at (0,0) size 144x58
-            RenderTableCell {TD} at (0,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 150x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 145x175
+          RenderTableRow {TR} at (0,0) size 145x58
+            RenderTableCell {TD} at (0,17) size 48x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (47,15) size 51x27 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,15) size 52x28 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (98,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (98,17) size 46x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 145x60
+            RenderTableCell {TD} at (0,76) size 48x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 144x60
-            RenderTableCell {TD} at (0,76) size 47x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,73) size 51x29 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 39x17
-                text run at (6,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (98,76) size 46x24 [border: (3px outset #00FF00) (5px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,73) size 52x30 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 39x18
+                text run at (6,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (98,76) size 47x24 [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 37x17
</span><span class="cx">                 text run at (6,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 144x57
-            RenderTableCell {TD} at (0,134) size 47x24 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,133) size 51x26 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 37x17
-                text run at (4,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (98,134) size 46x24 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 145x57
+            RenderTableCell {TD} at (0,134) size 48x25 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (47,133) size 52x27 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 37x18
+                text run at (4,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (98,134) size 47x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw47dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-47-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-47-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-47-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 163x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 158x175
-          RenderTableRow {TR} at (0,0) size 158x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 164x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 159x175
+          RenderTableRow {TR} at (0,0) size 159x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 51x27 [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 52x28 [border: (3px groove #00FF00) (5px groove #FF0000) (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (105,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (105,17) size 53x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 159x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 158x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,73) size 51x29 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 39x17
-                text run at (6,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (105,76) size 53x24 [border: (3px groove #00FF00) (5px groove #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 52x30 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 39x18
+                text run at (6,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (105,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 158x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,133) size 51x26 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (105,134) size 53x24 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 159x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (54,133) size 52x27 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (105,134) size 54x25 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw48dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-48-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-48-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-48-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 133x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 128x175
-          RenderTableRow {TR} at (0,0) size 128x58
-            RenderTableCell {TD} at (0,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 134x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 129x175
+          RenderTableRow {TR} at (0,0) size 129x58
+            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (39,15) size 51x27 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,15) size 52x28 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (90,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (90,17) size 38x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 129x60
+            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 128x60
-            RenderTableCell {TD} at (0,76) size 39x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,73) size 51x29 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 39x17
-                text run at (6,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (90,76) size 38x24 [border: (3px inset #00FF00) (5px inset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,73) size 52x30 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 39x18
+                text run at (6,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (90,76) size 39x24 [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 29x17
</span><span class="cx">                 text run at (6,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 128x57
-            RenderTableCell {TD} at (0,134) size 39x24 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,133) size 51x26 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 29x17
-                text run at (4,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (90,134) size 38x24 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 129x57
+            RenderTableCell {TD} at (0,134) size 40x25 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (39,133) size 52x27 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 29x18
+                text run at (4,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (90,134) size 39x25 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw49dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-49-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-49-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-49-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 127x170
-        RenderTableSection {TBODY} at (0,0) size 127x170
-          RenderTableRow {TR} at (0,0) size 127x55
-            RenderTableCell {TD} at (0,18) size 38x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 128x170
+        RenderTableSection {TBODY} at (0,0) size 128x170
+          RenderTableRow {TR} at (0,0) size 128x55
+            RenderTableCell {TD} at (0,18) size 39x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,15) size 51x24 [border: none] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,15) size 52x25 [border: none] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (89,18) size 39x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (89,18) size 38x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 128x60
+            RenderTableCell {TD} at (0,75) size 39x20 [border: none] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (38,70) size 52x30 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 39x18
+                text run at (6,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (89,75) size 39x20 [border: none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (6,1) size 31x18
+                text run at (6,2) width 31: &quot;none&quot;
+          RenderTableRow {TR} at (0,115) size 128x55
+            RenderTableCell {TD} at (0,133) size 39x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 127x60
-            RenderTableCell {TD} at (0,75) size 38x19 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,130) size 52x25 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,6) size 31x18
+                text run at (1,7) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (89,133) size 39x19 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,70) size 51x29 [border: (5px dotted #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 39x17
-                text run at (6,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (89,75) size 38x19 [border: none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (6,1) size 31x17
-                text run at (6,1) width 31: &quot;none&quot;
-          RenderTableRow {TR} at (0,115) size 127x55
-            RenderTableCell {TD} at (0,133) size 38x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (38,130) size 51x24 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,6) size 31x17
-                text run at (1,6) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (89,133) size 38x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw50dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-50-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-50-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-50-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 135x150
-        RenderTableSection {TBODY} at (0,0) size 135x150
-          RenderTableRow {TR} at (0,0) size 135x50
-            RenderTableCell {TD} at (0,15) size 45x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,15) size 45x19 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,15) size 45x19 [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,50) size 135x50
-            RenderTableCell {TD} at (0,65) size 45x19 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,65) size 45x19 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 32x17
-                text run at (1,1) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (90,65) size 45x19 [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,100) size 135x50
-            RenderTableCell {TD} at (0,115) size 45x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,115) size 45x19 [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,115) size 45x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 136x150
+        RenderTableSection {TBODY} at (0,0) size 136x150
+          RenderTableRow {TR} at (0,0) size 136x50
+            RenderTableCell {TD} at (0,15) size 46x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,15) size 46x20 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,15) size 46x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,50) size 136x50
+            RenderTableCell {TD} at (0,65) size 46x20 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,65) size 46x20 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 32x18
+                text run at (1,2) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (90,65) size 46x20 [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,100) size 136x50
+            RenderTableCell {TD} at (0,115) size 46x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,115) size 46x20 [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,115) size 46x20 [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw51dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-51-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-51-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-51-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 160x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 155x175
-          RenderTableRow {TR} at (0,0) size 155x58
-            RenderTableCell {TD} at (0,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 161x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 156x175
+          RenderTableRow {TR} at (0,0) size 156x58
+            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,15) size 50x27 [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 51x28 [border: (3px double #00FF00) (5px double #FF0000) (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (103,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (103,17) size 52x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 156x60
+            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 155x60
-            RenderTableCell {TD} at (0,76) size 53x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,73) size 50x29 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 32x17
-                text run at (6,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (103,76) size 52x24 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,73) size 51x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 32x18
+                text run at (6,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (103,76) size 53x24 [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 43x17
</span><span class="cx">                 text run at (6,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 155x57
-            RenderTableCell {TD} at (0,134) size 53x24 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,133) size 50x26 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 43x17
-                text run at (4,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (103,134) size 52x24 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 156x57
+            RenderTableCell {TD} at (0,134) size 54x25 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (53,133) size 51x27 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 43x18
+                text run at (4,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (103,134) size 53x25 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw52dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-52-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-52-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-52-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 128x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 123x175
-          RenderTableRow {TR} at (0,0) size 123x58
-            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 129x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 124x175
+          RenderTableRow {TR} at (0,0) size 124x58
+            RenderTableCell {TD} at (0,17) size 41x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (40,15) size 44x27 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,15) size 45x28 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (84,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (84,17) size 39x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 124x60
+            RenderTableCell {TD} at (0,76) size 41x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 123x60
-            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,73) size 44x29 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 32x17
-                text run at (6,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (84,76) size 39x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,73) size 45x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 32x18
+                text run at (6,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (84,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 30x17
</span><span class="cx">                 text run at (6,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 123x57
-            RenderTableCell {TD} at (0,134) size 40x24 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,133) size 44x26 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 30x17
-                text run at (4,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (84,134) size 39x24 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 124x57
+            RenderTableCell {TD} at (0,134) size 41x25 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (40,133) size 45x27 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 30x18
+                text run at (4,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (84,134) size 40x25 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw53dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-53-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-53-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-53-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 163x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 158x175
-          RenderTableRow {TR} at (0,0) size 158x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 164x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 159x175
+          RenderTableRow {TR} at (0,0) size 159x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 51x27 [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 52x28 [border: (3px dashed #00FF00) (5px dashed #FF0000) (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (105,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (105,17) size 53x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 159x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 158x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,73) size 51x29 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 32x17
-                text run at (6,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (105,76) size 53x24 [border: (3px dashed #00FF00) (5px dashed #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 52x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 32x18
+                text run at (6,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (105,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 158x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,133) size 51x26 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (105,134) size 53x24 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 159x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (54,133) size 52x27 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (105,134) size 54x25 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw54dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-54-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-54-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-54-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 148x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 143x175
-          RenderTableRow {TR} at (0,0) size 143x58
-            RenderTableCell {TD} at (0,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 149x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 144x175
+          RenderTableRow {TR} at (0,0) size 144x58
+            RenderTableCell {TD} at (0,17) size 50x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (49,15) size 46x27 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,15) size 47x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (95,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (95,17) size 48x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 144x60
+            RenderTableCell {TD} at (0,76) size 50x24 [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 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 143x60
-            RenderTableCell {TD} at (0,76) size 49x24 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,73) size 46x29 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 32x17
-                text run at (6,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (95,76) size 48x24 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,73) size 47x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 32x18
+                text run at (6,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (95,76) size 49x24 [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 39x17
</span><span class="cx">                 text run at (6,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 143x57
-            RenderTableCell {TD} at (0,134) size 49x24 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,133) size 46x26 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 39x17
-                text run at (4,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (95,134) size 48x24 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 144x57
+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (49,133) size 47x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 39x18
+                text run at (4,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (95,134) size 49x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw55dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-55-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-55-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-55-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 132x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 127x175
-          RenderTableRow {TR} at (0,0) size 127x58
-            RenderTableCell {TD} at (0,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 133x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 128x175
+          RenderTableRow {TR} at (0,0) size 128x58
+            RenderTableCell {TD} at (0,17) size 43x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (42,15) size 44x27 [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 45x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (86,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (86,17) size 41x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 128x60
+            RenderTableCell {TD} at (0,76) size 43x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 127x60
-            RenderTableCell {TD} at (0,76) size 42x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,73) size 44x29 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 32x17
-                text run at (6,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (86,76) size 41x24 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (42,73) size 45x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 32x18
+                text run at (6,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (86,76) size 42x24 [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 32x17
</span><span class="cx">                 text run at (6,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 127x57
-            RenderTableCell {TD} at (0,134) size 42x24 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,133) size 44x26 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 32x17
-                text run at (4,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (86,134) size 41x24 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 128x57
+            RenderTableCell {TD} at (0,134) size 43x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (42,133) size 45x27 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 32x18
+                text run at (4,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (86,134) size 42x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw56dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-56-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-56-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-56-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 142x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 137x175
-          RenderTableRow {TR} at (0,0) size 137x58
-            RenderTableCell {TD} at (0,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 143x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 138x175
+          RenderTableRow {TR} at (0,0) size 138x58
+            RenderTableCell {TD} at (0,17) size 48x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (47,15) size 44x27 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,15) size 45x28 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (91,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (91,17) size 46x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 138x60
+            RenderTableCell {TD} at (0,76) size 48x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 137x60
-            RenderTableCell {TD} at (0,76) size 47x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,73) size 44x29 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 32x17
-                text run at (6,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (91,76) size 46x24 [border: (3px outset #00FF00) (5px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,73) size 45x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 32x18
+                text run at (6,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (91,76) size 47x24 [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 37x17
</span><span class="cx">                 text run at (6,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 137x57
-            RenderTableCell {TD} at (0,134) size 47x24 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,133) size 44x26 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 37x17
-                text run at (4,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (91,134) size 46x24 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 138x57
+            RenderTableCell {TD} at (0,134) size 48x25 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (47,133) size 45x27 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 37x18
+                text run at (4,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (91,134) size 47x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw57dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-57-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-57-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-57-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 163x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 158x175
-          RenderTableRow {TR} at (0,0) size 158x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 164x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 159x175
+          RenderTableRow {TR} at (0,0) size 159x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 51x27 [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 52x28 [border: (3px groove #00FF00) (5px groove #FF0000) (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (105,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (105,17) size 53x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 159x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 158x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,73) size 51x29 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 32x17
-                text run at (6,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (105,76) size 53x24 [border: (3px groove #00FF00) (5px groove #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 52x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 32x18
+                text run at (6,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (105,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 158x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,133) size 51x26 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (105,134) size 53x24 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 159x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (54,133) size 52x27 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (105,134) size 54x25 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw58dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-58-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-58-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-58-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 126x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 121x175
-          RenderTableRow {TR} at (0,0) size 121x58
-            RenderTableCell {TD} at (0,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 127x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 122x175
+          RenderTableRow {TR} at (0,0) size 122x58
+            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (39,15) size 44x27 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,15) size 45x28 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (83,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (83,17) size 38x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 122x60
+            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 121x60
-            RenderTableCell {TD} at (0,76) size 39x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,73) size 44x29 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 32x17
-                text run at (6,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (83,76) size 38x24 [border: (3px inset #00FF00) (5px inset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,73) size 45x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 32x18
+                text run at (6,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (83,76) size 39x24 [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 29x17
</span><span class="cx">                 text run at (6,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 121x57
-            RenderTableCell {TD} at (0,134) size 39x24 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,133) size 44x26 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 29x17
-                text run at (4,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (83,134) size 38x24 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 122x57
+            RenderTableCell {TD} at (0,134) size 40x25 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (39,133) size 45x27 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 29x18
+                text run at (4,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (83,134) size 39x25 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw59dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-59-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-59-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-59-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 120x170
-        RenderTableSection {TBODY} at (0,0) size 120x170
-          RenderTableRow {TR} at (0,0) size 120x55
-            RenderTableCell {TD} at (0,18) size 38x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 121x170
+        RenderTableSection {TBODY} at (0,0) size 121x170
+          RenderTableRow {TR} at (0,0) size 121x55
+            RenderTableCell {TD} at (0,18) size 39x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,15) size 44x24 [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]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (82,18) size 39x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (82,18) size 38x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 121x60
+            RenderTableCell {TD} at (0,75) size 39x20 [border: none] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (38,70) size 45x30 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 32x18
+                text run at (6,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (82,75) size 39x20 [border: none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (6,1) size 31x18
+                text run at (6,2) width 31: &quot;none&quot;
+          RenderTableRow {TR} at (0,115) size 121x55
+            RenderTableCell {TD} at (0,133) size 39x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 120x60
-            RenderTableCell {TD} at (0,75) size 38x19 [border: none] [r=1 c=0 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]
+              RenderText {#text} at (1,6) size 31x18
+                text run at (1,7) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (82,133) size 39x19 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,70) size 44x29 [border: (5px ridge #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 32x17
-                text run at (6,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (82,75) size 38x19 [border: none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (6,1) size 31x17
-                text run at (6,1) width 31: &quot;none&quot;
-          RenderTableRow {TR} at (0,115) size 120x55
-            RenderTableCell {TD} at (0,133) size 38x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (38,130) size 44x24 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,6) size 31x17
-                text run at (1,6) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (82,133) size 38x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw60dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-60-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-60-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-60-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 135x150
-        RenderTableSection {TBODY} at (0,0) size 135x150
-          RenderTableRow {TR} at (0,0) size 135x50
-            RenderTableCell {TD} at (0,15) size 45x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,15) size 45x19 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,15) size 45x19 [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,50) size 135x50
-            RenderTableCell {TD} at (0,65) size 45x19 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,65) size 45x19 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 37x17
-                text run at (1,1) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (90,65) size 45x19 [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,100) size 135x50
-            RenderTableCell {TD} at (0,115) size 45x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,115) size 45x19 [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,115) size 45x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 136x150
+        RenderTableSection {TBODY} at (0,0) size 136x150
+          RenderTableRow {TR} at (0,0) size 136x50
+            RenderTableCell {TD} at (0,15) size 46x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,15) size 46x20 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,15) size 46x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,50) size 136x50
+            RenderTableCell {TD} at (0,65) size 46x20 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,65) size 46x20 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 37x18
+                text run at (1,2) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (90,65) size 46x20 [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,100) size 136x50
+            RenderTableCell {TD} at (0,115) size 46x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,115) size 46x20 [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,115) size 46x20 [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw61dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-61-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-61-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-61-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 160x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 155x175
-          RenderTableRow {TR} at (0,0) size 155x58
-            RenderTableCell {TD} at (0,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 161x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 156x175
+          RenderTableRow {TR} at (0,0) size 156x58
+            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,15) size 50x27 [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 51x28 [border: (3px double #00FF00) (5px double #FF0000) (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (103,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (103,17) size 52x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 156x60
+            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 155x60
-            RenderTableCell {TD} at (0,76) size 53x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,73) size 50x29 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 37x17
-                text run at (6,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (103,76) size 52x24 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,73) size 51x30 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 37x18
+                text run at (6,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (103,76) size 53x24 [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 43x17
</span><span class="cx">                 text run at (6,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 155x57
-            RenderTableCell {TD} at (0,134) size 53x24 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,133) size 50x26 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 43x17
-                text run at (4,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (103,134) size 52x24 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 156x57
+            RenderTableCell {TD} at (0,134) size 54x25 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (53,133) size 51x27 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 43x18
+                text run at (4,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (103,134) size 53x25 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw62dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-62-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-62-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-62-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 133x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 128x175
-          RenderTableRow {TR} at (0,0) size 128x58
-            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 134x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 129x175
+          RenderTableRow {TR} at (0,0) size 129x58
+            RenderTableCell {TD} at (0,17) size 41x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (40,15) size 49x27 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,15) size 50x28 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (89,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (89,17) size 39x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 129x60
+            RenderTableCell {TD} at (0,76) size 41x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 128x60
-            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,73) size 49x29 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 37x17
-                text run at (6,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (89,76) size 39x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,73) size 50x30 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 37x18
+                text run at (6,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (89,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 30x17
</span><span class="cx">                 text run at (6,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 128x57
-            RenderTableCell {TD} at (0,134) size 40x24 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,133) size 49x26 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 30x17
-                text run at (4,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (89,134) size 39x24 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 129x57
+            RenderTableCell {TD} at (0,134) size 41x25 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (40,133) size 50x27 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 30x18
+                text run at (4,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (89,134) size 40x25 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw63dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-63-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-63-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-63-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 163x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 158x175
-          RenderTableRow {TR} at (0,0) size 158x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 164x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 159x175
+          RenderTableRow {TR} at (0,0) size 159x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 51x27 [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 52x28 [border: (3px dashed #00FF00) (5px dashed #FF0000) (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (105,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (105,17) size 53x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 159x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 158x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,73) size 51x29 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 37x17
-                text run at (6,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (105,76) size 53x24 [border: (3px dashed #00FF00) (5px dashed #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 52x30 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 37x18
+                text run at (6,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (105,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 158x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,133) size 51x26 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (105,134) size 53x24 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 159x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (54,133) size 52x27 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (105,134) size 54x25 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw64dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-64-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-64-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-64-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 151x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 146x175
-          RenderTableRow {TR} at (0,0) size 146x58
-            RenderTableCell {TD} at (0,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 152x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 147x175
+          RenderTableRow {TR} at (0,0) size 147x58
+            RenderTableCell {TD} at (0,17) size 50x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (49,15) size 49x27 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,15) size 50x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (98,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (98,17) size 48x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 147x60
+            RenderTableCell {TD} at (0,76) size 50x24 [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 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 146x60
-            RenderTableCell {TD} at (0,76) size 49x24 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,73) size 49x29 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 37x17
-                text run at (6,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (98,76) size 48x24 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,73) size 50x30 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 37x18
+                text run at (6,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (98,76) size 49x24 [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 39x17
</span><span class="cx">                 text run at (6,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 146x57
-            RenderTableCell {TD} at (0,134) size 49x24 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,133) size 49x26 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 39x17
-                text run at (4,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (98,134) size 48x24 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 147x57
+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (49,133) size 50x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 39x18
+                text run at (4,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (98,134) size 49x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw65dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-65-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-65-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-65-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 137x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 132x175
-          RenderTableRow {TR} at (0,0) size 132x58
-            RenderTableCell {TD} at (0,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 138x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 133x175
+          RenderTableRow {TR} at (0,0) size 133x58
+            RenderTableCell {TD} at (0,17) size 43x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (42,15) size 49x27 [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 50x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (91,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (91,17) size 41x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 133x60
+            RenderTableCell {TD} at (0,76) size 43x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 132x60
-            RenderTableCell {TD} at (0,76) size 42x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,73) size 49x29 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 37x17
-                text run at (6,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (91,76) size 41x24 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (42,73) size 50x30 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 37x18
+                text run at (6,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (91,76) size 42x24 [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 32x17
</span><span class="cx">                 text run at (6,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 132x57
-            RenderTableCell {TD} at (0,134) size 42x24 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,133) size 49x26 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 32x17
-                text run at (4,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (91,134) size 41x24 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 133x57
+            RenderTableCell {TD} at (0,134) size 43x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (42,133) size 50x27 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 32x18
+                text run at (4,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (91,134) size 42x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw66dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-66-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-66-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-66-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 147x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 142x175
-          RenderTableRow {TR} at (0,0) size 142x58
-            RenderTableCell {TD} at (0,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 148x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 143x175
+          RenderTableRow {TR} at (0,0) size 143x58
+            RenderTableCell {TD} at (0,17) size 48x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (47,15) size 49x27 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,15) size 50x28 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (96,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (96,17) size 46x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 143x60
+            RenderTableCell {TD} at (0,76) size 48x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 142x60
-            RenderTableCell {TD} at (0,76) size 47x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,73) size 49x29 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 37x17
-                text run at (6,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (96,76) size 46x24 [border: (3px outset #00FF00) (5px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,73) size 50x30 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 37x18
+                text run at (6,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (96,76) size 47x24 [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 37x17
</span><span class="cx">                 text run at (6,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 142x57
-            RenderTableCell {TD} at (0,134) size 47x24 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,133) size 49x26 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 37x17
-                text run at (4,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (96,134) size 46x24 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 143x57
+            RenderTableCell {TD} at (0,134) size 48x25 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (47,133) size 50x27 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 37x18
+                text run at (4,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (96,134) size 47x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw67dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-67-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-67-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-67-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 163x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 158x175
-          RenderTableRow {TR} at (0,0) size 158x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 164x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 159x175
+          RenderTableRow {TR} at (0,0) size 159x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 51x27 [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 52x28 [border: (3px groove #00FF00) (5px groove #FF0000) (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (105,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (105,17) size 53x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 159x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 158x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,73) size 51x29 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 37x17
-                text run at (6,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (105,76) size 53x24 [border: (3px groove #00FF00) (5px groove #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 52x30 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 37x18
+                text run at (6,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (105,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 158x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,133) size 51x26 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (105,134) size 53x24 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 159x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (54,133) size 52x27 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (105,134) size 54x25 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw68dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-68-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-68-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-68-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 131x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 126x175
-          RenderTableRow {TR} at (0,0) size 126x58
-            RenderTableCell {TD} at (0,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 132x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 127x175
+          RenderTableRow {TR} at (0,0) size 127x58
+            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (39,15) size 49x27 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,15) size 50x28 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (88,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (88,17) size 38x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 127x60
+            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 126x60
-            RenderTableCell {TD} at (0,76) size 39x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,73) size 49x29 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 37x17
-                text run at (6,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (88,76) size 38x24 [border: (3px inset #00FF00) (5px inset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,73) size 50x30 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 37x18
+                text run at (6,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (88,76) size 39x24 [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 29x17
</span><span class="cx">                 text run at (6,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 126x57
-            RenderTableCell {TD} at (0,134) size 39x24 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,133) size 49x26 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 29x17
-                text run at (4,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (88,134) size 38x24 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 127x57
+            RenderTableCell {TD} at (0,134) size 40x25 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (39,133) size 50x27 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 29x18
+                text run at (4,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (88,134) size 39x25 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw69dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-69-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-69-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-69-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 125x170
-        RenderTableSection {TBODY} at (0,0) size 125x170
-          RenderTableRow {TR} at (0,0) size 125x55
-            RenderTableCell {TD} at (0,18) size 38x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 126x170
+        RenderTableSection {TBODY} at (0,0) size 126x170
+          RenderTableRow {TR} at (0,0) size 126x55
+            RenderTableCell {TD} at (0,18) size 39x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,15) size 49x24 [border: none] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,15) size 50x25 [border: none] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (87,18) size 39x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (87,18) size 38x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 126x60
+            RenderTableCell {TD} at (0,75) size 39x20 [border: none] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (38,70) size 50x30 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 37x18
+                text run at (6,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (87,75) size 39x20 [border: none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (6,1) size 31x18
+                text run at (6,2) width 31: &quot;none&quot;
+          RenderTableRow {TR} at (0,115) size 126x55
+            RenderTableCell {TD} at (0,133) size 39x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 125x60
-            RenderTableCell {TD} at (0,75) size 38x19 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,130) size 50x25 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,6) size 31x18
+                text run at (1,7) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (87,133) size 39x19 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,70) size 49x29 [border: (5px outset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 37x17
-                text run at (6,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (87,75) size 38x19 [border: none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (6,1) size 31x17
-                text run at (6,1) width 31: &quot;none&quot;
-          RenderTableRow {TR} at (0,115) size 125x55
-            RenderTableCell {TD} at (0,133) size 38x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (38,130) size 49x24 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,6) size 31x17
-                text run at (1,6) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (87,133) size 38x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw70dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-70-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-70-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-70-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 136x150
-        RenderTableSection {TBODY} at (0,0) size 136x150
-          RenderTableRow {TR} at (0,0) size 136x50
-            RenderTableCell {TD} at (0,15) size 45x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,15) size 46x19 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (91,15) size 45x19 [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,50) size 136x50
-            RenderTableCell {TD} at (0,65) size 45x19 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,65) size 46x19 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 44x17
-                text run at (1,1) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (91,65) size 45x19 [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,100) size 136x50
-            RenderTableCell {TD} at (0,115) size 45x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,115) size 46x19 [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (91,115) size 45x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 137x150
+        RenderTableSection {TBODY} at (0,0) size 137x150
+          RenderTableRow {TR} at (0,0) size 137x50
+            RenderTableCell {TD} at (0,15) size 46x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,15) size 47x20 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (91,15) size 46x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,50) size 137x50
+            RenderTableCell {TD} at (0,65) size 46x20 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,65) size 47x20 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 44x18
+                text run at (1,2) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (91,65) size 46x20 [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,100) size 137x50
+            RenderTableCell {TD} at (0,115) size 46x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,115) size 47x20 [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (91,115) size 46x20 [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw71dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-71-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-71-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-71-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 166x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 161x175
-          RenderTableRow {TR} at (0,0) size 161x58
-            RenderTableCell {TD} at (0,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 167x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 162x175
+          RenderTableRow {TR} at (0,0) size 162x58
+            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,15) size 56x27 [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]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (109,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (109,17) size 52x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 162x60
+            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 161x60
-            RenderTableCell {TD} at (0,76) size 53x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,73) size 56x29 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (109,76) size 52x24 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 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]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (109,76) size 53x24 [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 43x17
</span><span class="cx">                 text run at (6,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 161x57
-            RenderTableCell {TD} at (0,134) size 53x24 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,133) size 56x26 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 43x17
-                text run at (4,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (109,134) size 52x24 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 162x57
+            RenderTableCell {TD} at (0,134) size 54x25 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (53,133) size 57x27 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 43x18
+                text run at (4,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (109,134) size 53x25 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw72dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-72-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-72-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-72-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 140x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 135x175
-          RenderTableRow {TR} at (0,0) size 135x58
-            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 141x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 136x175
+          RenderTableRow {TR} at (0,0) size 136x58
+            RenderTableCell {TD} at (0,17) size 41x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (40,15) size 56x27 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,15) size 57x28 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (96,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (96,17) size 39x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 136x60
+            RenderTableCell {TD} at (0,76) size 41x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 135x60
-            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,73) size 56x29 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (96,76) size 39x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,73) size 57x30 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (96,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 30x17
</span><span class="cx">                 text run at (6,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 135x57
-            RenderTableCell {TD} at (0,134) size 40x24 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,133) size 56x26 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 30x17
-                text run at (4,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (96,134) size 39x24 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 136x57
+            RenderTableCell {TD} at (0,134) size 41x25 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (40,133) size 57x27 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 30x18
+                text run at (4,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (96,134) size 40x25 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw73dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-73-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-73-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-73-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 168x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 163x175
-          RenderTableRow {TR} at (0,0) size 163x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 169x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 164x175
+          RenderTableRow {TR} at (0,0) size 164x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 56x27 [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 57x28 [border: (3px dashed #00FF00) (5px dashed #FF0000) (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (110,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (110,17) size 53x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 164x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 163x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,73) size 56x29 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (110,76) size 53x24 [border: (3px dashed #00FF00) (5px dashed #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 57x30 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (110,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 163x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,133) size 56x26 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (110,134) size 53x24 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 164x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (54,133) size 57x27 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (110,134) size 54x25 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw74dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-74-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-74-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-74-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 158x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 153x175
-          RenderTableRow {TR} at (0,0) size 153x58
-            RenderTableCell {TD} at (0,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 159x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 154x175
+          RenderTableRow {TR} at (0,0) size 154x58
+            RenderTableCell {TD} at (0,17) size 50x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (49,15) size 56x27 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,15) size 57x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (105,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (105,17) size 48x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 154x60
+            RenderTableCell {TD} at (0,76) size 50x24 [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 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 153x60
-            RenderTableCell {TD} at (0,76) size 49x24 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,73) size 56x29 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (105,76) size 48x24 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,73) size 57x30 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (105,76) size 49x24 [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 39x17
</span><span class="cx">                 text run at (6,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 153x57
-            RenderTableCell {TD} at (0,134) size 49x24 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,133) size 56x26 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 39x17
-                text run at (4,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (105,134) size 48x24 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 154x57
+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (49,133) size 57x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 39x18
+                text run at (4,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (105,134) size 49x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw75dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-75-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-75-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-75-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 144x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 139x175
-          RenderTableRow {TR} at (0,0) size 139x58
-            RenderTableCell {TD} at (0,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 145x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 140x175
+          RenderTableRow {TR} at (0,0) size 140x58
+            RenderTableCell {TD} at (0,17) size 43x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (42,15) size 56x27 [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 57x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (98,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (98,17) size 41x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 140x60
+            RenderTableCell {TD} at (0,76) size 43x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 139x60
-            RenderTableCell {TD} at (0,76) size 42x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,73) size 56x29 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (98,76) size 41x24 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (42,73) size 57x30 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (98,76) size 42x24 [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 32x17
</span><span class="cx">                 text run at (6,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 139x57
-            RenderTableCell {TD} at (0,134) size 42x24 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,133) size 56x26 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 32x17
-                text run at (4,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (98,134) size 41x24 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 140x57
+            RenderTableCell {TD} at (0,134) size 43x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (42,133) size 57x27 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 32x18
+                text run at (4,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (98,134) size 42x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw76dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-76-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-76-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-76-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 154x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 149x175
-          RenderTableRow {TR} at (0,0) size 149x58
-            RenderTableCell {TD} at (0,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 155x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 150x175
+          RenderTableRow {TR} at (0,0) size 150x58
+            RenderTableCell {TD} at (0,17) size 48x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (47,15) size 56x27 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,15) size 57x28 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (103,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (103,17) size 46x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 150x60
+            RenderTableCell {TD} at (0,76) size 48x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 149x60
-            RenderTableCell {TD} at (0,76) size 47x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,73) size 56x29 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (103,76) size 46x24 [border: (3px outset #00FF00) (5px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,73) size 57x30 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (103,76) size 47x24 [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 37x17
</span><span class="cx">                 text run at (6,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 149x57
-            RenderTableCell {TD} at (0,134) size 47x24 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,133) size 56x26 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 37x17
-                text run at (4,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (103,134) size 46x24 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 150x57
+            RenderTableCell {TD} at (0,134) size 48x25 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (47,133) size 57x27 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 37x18
+                text run at (4,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (103,134) size 47x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw77dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-77-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-77-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-77-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 168x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 163x175
-          RenderTableRow {TR} at (0,0) size 163x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 169x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 164x175
+          RenderTableRow {TR} at (0,0) size 164x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 56x27 [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 57x28 [border: (3px groove #00FF00) (5px groove #FF0000) (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (110,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (110,17) size 53x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 164x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 163x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,73) size 56x29 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (110,76) size 53x24 [border: (3px groove #00FF00) (5px groove #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 57x30 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (110,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 163x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,133) size 56x26 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (110,134) size 53x24 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 164x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (54,133) size 57x27 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (110,134) size 54x25 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw78dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-78-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-78-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-78-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 138x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 133x175
-          RenderTableRow {TR} at (0,0) size 133x58
-            RenderTableCell {TD} at (0,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 139x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 134x175
+          RenderTableRow {TR} at (0,0) size 134x58
+            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (39,15) size 56x27 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,15) size 57x28 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (95,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (95,17) size 38x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 134x60
+            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 133x60
-            RenderTableCell {TD} at (0,76) size 39x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,73) size 56x29 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (95,76) size 38x24 [border: (3px inset #00FF00) (5px inset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,73) size 57x30 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (95,76) size 39x24 [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 29x17
</span><span class="cx">                 text run at (6,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 133x57
-            RenderTableCell {TD} at (0,134) size 39x24 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,133) size 56x26 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 29x17
-                text run at (4,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (95,134) size 38x24 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 134x57
+            RenderTableCell {TD} at (0,134) size 40x25 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (39,133) size 57x27 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 29x18
+                text run at (4,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (95,134) size 39x25 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw79dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-79-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-79-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-79-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 132x170
-        RenderTableSection {TBODY} at (0,0) size 132x170
-          RenderTableRow {TR} at (0,0) size 132x55
-            RenderTableCell {TD} at (0,18) size 38x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 133x170
+        RenderTableSection {TBODY} at (0,0) size 133x170
+          RenderTableRow {TR} at (0,0) size 133x55
+            RenderTableCell {TD} at (0,18) size 39x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,15) size 56x24 [border: none] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,15) size 57x25 [border: none] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (94,18) size 39x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (94,18) size 38x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 133x60
+            RenderTableCell {TD} at (0,75) size 39x20 [border: none] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (38,70) size 57x30 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 44x18
+                text run at (6,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (94,75) size 39x20 [border: none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (6,1) size 31x18
+                text run at (6,2) width 31: &quot;none&quot;
+          RenderTableRow {TR} at (0,115) size 133x55
+            RenderTableCell {TD} at (0,133) size 39x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 132x60
-            RenderTableCell {TD} at (0,75) size 38x19 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,130) size 57x25 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,6) size 31x18
+                text run at (1,7) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (94,133) size 39x19 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,70) size 56x29 [border: (5px groove #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 44x17
-                text run at (6,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (94,75) size 38x19 [border: none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (6,1) size 31x17
-                text run at (6,1) width 31: &quot;none&quot;
-          RenderTableRow {TR} at (0,115) size 132x55
-            RenderTableCell {TD} at (0,133) size 38x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (38,130) size 56x24 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,6) size 31x17
-                text run at (1,6) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (94,133) size 38x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw80dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-80-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-80-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-80-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 135x150
-        RenderTableSection {TBODY} at (0,0) size 135x150
-          RenderTableRow {TR} at (0,0) size 135x50
-            RenderTableCell {TD} at (0,15) size 45x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,15) size 45x19 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,15) size 45x19 [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,50) size 135x50
-            RenderTableCell {TD} at (0,65) size 45x19 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,65) size 45x19 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 29x17
-                text run at (1,1) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (90,65) size 45x19 [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,100) size 135x50
-            RenderTableCell {TD} at (0,115) size 45x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,115) size 45x19 [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,115) size 45x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 136x150
+        RenderTableSection {TBODY} at (0,0) size 136x150
+          RenderTableRow {TR} at (0,0) size 136x50
+            RenderTableCell {TD} at (0,15) size 46x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,15) size 46x20 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,15) size 46x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,50) size 136x50
+            RenderTableCell {TD} at (0,65) size 46x20 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,65) size 46x20 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 29x18
+                text run at (1,2) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (90,65) size 46x20 [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,100) size 136x50
+            RenderTableCell {TD} at (0,115) size 46x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,115) size 46x20 [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,115) size 46x20 [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw81dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-81-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-81-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-81-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 160x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 155x175
-          RenderTableRow {TR} at (0,0) size 155x58
-            RenderTableCell {TD} at (0,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 161x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 156x175
+          RenderTableRow {TR} at (0,0) size 156x58
+            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (53,15) size 50x27 [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 51x28 [border: (3px double #00FF00) (5px double #FF0000) (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (103,17) size 53x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-            RenderTableCell {TD} at (103,17) size 52x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 156x60
+            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 43x17
</span><span class="cx">                 text run at (4,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 155x60
-            RenderTableCell {TD} at (0,76) size 53x24 [border: (3px double #00FF00) (5px double #FF0000) (2px double #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,73) size 50x29 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 29x17
-                text run at (6,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (103,76) size 52x24 [border: (3px double #00FF00) (5px double #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (53,73) size 51x30 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 29x18
+                text run at (6,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (103,76) size 53x24 [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 43x17
</span><span class="cx">                 text run at (6,4) width 43: &quot;double&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 155x57
-            RenderTableCell {TD} at (0,134) size 53x24 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (53,133) size 50x26 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 43x17
-                text run at (4,6) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (103,134) size 52x24 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 156x57
+            RenderTableCell {TD} at (0,134) size 54x25 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (53,133) size 51x27 [border: (5px double #FF0000) (2px double #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 43x18
+                text run at (4,7) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (103,134) size 53x25 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw82dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-82-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-82-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-82-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 125x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 120x175
-          RenderTableRow {TR} at (0,0) size 120x58
-            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 126x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 121x175
+          RenderTableRow {TR} at (0,0) size 121x58
+            RenderTableCell {TD} at (0,17) size 41x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (40,15) size 41x27 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,15) size 42x28 [border: (3px solid #00FF00) (5px solid #FF0000) (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (81,17) size 40x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-            RenderTableCell {TD} at (81,17) size 39x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 121x60
+            RenderTableCell {TD} at (0,76) size 41x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 30x17
</span><span class="cx">                 text run at (4,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 120x60
-            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000) (2px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,73) size 41x29 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 29x17
-                text run at (6,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (81,76) size 39x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,73) size 42x30 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 29x18
+                text run at (6,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (81,76) size 40x24 [border: (3px solid #00FF00) (5px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,4) size 30x17
</span><span class="cx">                 text run at (6,4) width 30: &quot;solid&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 120x57
-            RenderTableCell {TD} at (0,134) size 40x24 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (40,133) size 41x26 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 30x17
-                text run at (4,6) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (81,134) size 39x24 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 121x57
+            RenderTableCell {TD} at (0,134) size 41x25 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (40,133) size 42x27 [border: (5px solid #FF0000) (2px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 30x18
+                text run at (4,7) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (81,134) size 40x25 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw83dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-83-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-83-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-83-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 163x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 158x175
-          RenderTableRow {TR} at (0,0) size 158x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 164x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 159x175
+          RenderTableRow {TR} at (0,0) size 159x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 51x27 [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 52x28 [border: (3px dashed #00FF00) (5px dashed #FF0000) (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (105,17) size 54x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-            RenderTableCell {TD} at (105,17) size 53x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 159x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 158x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px dashed #00FF00) (5px dashed #FF0000) (2px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,73) size 51x29 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 29x17
-                text run at (6,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (105,76) size 53x24 [border: (3px dashed #00FF00) (5px dashed #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 52x30 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 29x18
+                text run at (6,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (105,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;dashed&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 158x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (54,133) size 51x26 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (105,134) size 53x24 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 159x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (54,133) size 52x27 [border: (5px dashed #FF0000) (2px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (105,134) size 54x25 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw84dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-84-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-84-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-84-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 148x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 143x175
-          RenderTableRow {TR} at (0,0) size 143x58
-            RenderTableCell {TD} at (0,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 149x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 144x175
+          RenderTableRow {TR} at (0,0) size 144x58
+            RenderTableCell {TD} at (0,17) size 50x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (49,15) size 46x27 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,15) size 47x28 [border: (3px dotted #00FF00) (5px dotted #FF0000) (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (95,17) size 49x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-            RenderTableCell {TD} at (95,17) size 48x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 144x60
+            RenderTableCell {TD} at (0,76) size 50x24 [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 39x17
</span><span class="cx">                 text run at (4,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 143x60
-            RenderTableCell {TD} at (0,76) size 49x24 [border: (3px dotted #00FF00) (5px dotted #FF0000) (2px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,73) size 46x29 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 29x17
-                text run at (6,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (95,76) size 48x24 [border: (3px dotted #00FF00) (5px dotted #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,73) size 47x30 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 29x18
+                text run at (6,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (95,76) size 49x24 [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 39x17
</span><span class="cx">                 text run at (6,4) width 39: &quot;dotted&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 143x57
-            RenderTableCell {TD} at (0,134) size 49x24 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (49,133) size 46x26 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 39x17
-                text run at (4,6) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (95,134) size 48x24 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 144x57
+            RenderTableCell {TD} at (0,134) size 50x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (49,133) size 47x27 [border: (5px dotted #FF0000) (2px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 39x18
+                text run at (4,7) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (95,134) size 49x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw85dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-85-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-85-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-85-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 129x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 124x175
-          RenderTableRow {TR} at (0,0) size 124x58
-            RenderTableCell {TD} at (0,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 130x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 125x175
+          RenderTableRow {TR} at (0,0) size 125x58
+            RenderTableCell {TD} at (0,17) size 43x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (42,15) size 41x27 [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 42x28 [border: (3px ridge #00FF00) (5px ridge #FF0000) (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (83,17) size 42x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-            RenderTableCell {TD} at (83,17) size 41x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 125x60
+            RenderTableCell {TD} at (0,76) size 43x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 32x17
</span><span class="cx">                 text run at (4,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 124x60
-            RenderTableCell {TD} at (0,76) size 42x24 [border: (3px ridge #00FF00) (5px ridge #FF0000) (2px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,73) size 41x29 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 29x17
-                text run at (6,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (83,76) size 41x24 [border: (3px ridge #00FF00) (5px ridge #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (42,73) size 42x30 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 29x18
+                text run at (6,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (83,76) size 42x24 [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 32x17
</span><span class="cx">                 text run at (6,4) width 32: &quot;ridge&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 124x57
-            RenderTableCell {TD} at (0,134) size 42x24 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (42,133) size 41x26 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 32x17
-                text run at (4,6) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (83,134) size 41x24 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 125x57
+            RenderTableCell {TD} at (0,134) size 43x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (42,133) size 42x27 [border: (5px ridge #FF0000) (2px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 32x18
+                text run at (4,7) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (83,134) size 42x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw86dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-86-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-86-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-86-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 142x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 137x175
-          RenderTableRow {TR} at (0,0) size 137x58
-            RenderTableCell {TD} at (0,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 143x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 138x175
+          RenderTableRow {TR} at (0,0) size 138x58
+            RenderTableCell {TD} at (0,17) size 48x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (47,15) size 44x27 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,15) size 45x28 [border: (3px outset #00FF00) (5px outset #FF0000) (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (91,17) size 47x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-            RenderTableCell {TD} at (91,17) size 46x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 138x60
+            RenderTableCell {TD} at (0,76) size 48x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 37x17
</span><span class="cx">                 text run at (4,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 137x60
-            RenderTableCell {TD} at (0,76) size 47x24 [border: (3px outset #00FF00) (5px outset #FF0000) (2px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,73) size 44x29 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 29x17
-                text run at (6,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (91,76) size 46x24 [border: (3px outset #00FF00) (5px outset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (47,73) size 45x30 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 29x18
+                text run at (6,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (91,76) size 47x24 [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 37x17
</span><span class="cx">                 text run at (6,4) width 37: &quot;outset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 137x57
-            RenderTableCell {TD} at (0,134) size 47x24 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (47,133) size 44x26 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 37x17
-                text run at (4,6) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (91,134) size 46x24 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 138x57
+            RenderTableCell {TD} at (0,134) size 48x25 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (47,133) size 45x27 [border: (5px outset #FF0000) (2px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 37x18
+                text run at (4,7) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (91,134) size 47x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw87dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-87-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-87-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-87-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 163x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 158x175
-          RenderTableRow {TR} at (0,0) size 158x58
-            RenderTableCell {TD} at (0,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 164x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 159x175
+          RenderTableRow {TR} at (0,0) size 159x58
+            RenderTableCell {TD} at (0,17) size 55x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (54,15) size 51x27 [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 52x28 [border: (3px groove #00FF00) (5px groove #FF0000) (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (105,17) size 54x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-            RenderTableCell {TD} at (105,17) size 53x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 159x60
+            RenderTableCell {TD} at (0,76) size 55x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 44x17
</span><span class="cx">                 text run at (4,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 158x60
-            RenderTableCell {TD} at (0,76) size 54x24 [border: (3px groove #00FF00) (5px groove #FF0000) (2px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,73) size 51x29 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 29x17
-                text run at (6,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (105,76) size 53x24 [border: (3px groove #00FF00) (5px groove #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (54,73) size 52x30 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 29x18
+                text run at (6,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (105,76) size 54x24 [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 44x17
</span><span class="cx">                 text run at (6,4) width 44: &quot;groove&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 158x57
-            RenderTableCell {TD} at (0,134) size 54x24 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (54,133) size 51x26 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 44x17
-                text run at (4,6) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (105,134) size 53x24 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 159x57
+            RenderTableCell {TD} at (0,134) size 55x25 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (54,133) size 52x27 [border: (5px groove #FF0000) (2px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 44x18
+                text run at (4,7) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (105,134) size 54x25 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw88dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-88-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-88-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-88-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 123x180 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 118x175
-          RenderTableRow {TR} at (0,0) size 118x58
-            RenderTableCell {TD} at (0,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 124x180 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 119x175
+          RenderTableRow {TR} at (0,0) size 119x58
+            RenderTableCell {TD} at (0,17) size 40x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (39,15) size 41x27 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,15) size 42x28 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (80,17) size 39x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-            RenderTableCell {TD} at (80,17) size 38x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,58) size 119x60
+            RenderTableCell {TD} at (0,76) size 40x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 29x17
</span><span class="cx">                 text run at (4,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,58) size 118x60
-            RenderTableCell {TD} at (0,76) size 39x24 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,73) size 41x29 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 29x17
-                text run at (6,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (80,76) size 38x24 [border: (3px inset #00FF00) (5px inset #FF0000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (39,73) size 42x30 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 29x18
+                text run at (6,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (80,76) size 39x24 [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 29x17
</span><span class="cx">                 text run at (6,4) width 29: &quot;inset&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 118x57
-            RenderTableCell {TD} at (0,134) size 39x24 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (39,133) size 41x26 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,6) size 29x17
-                text run at (4,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (80,134) size 38x24 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
</del><ins>+          RenderTableRow {TR} at (0,118) size 119x57
+            RenderTableCell {TD} at (0,134) size 40x25 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (39,133) size 42x27 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,6) size 29x18
+                text run at (4,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (80,134) size 39x25 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw89dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-89-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-89-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-89-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 117x170
-        RenderTableSection {TBODY} at (0,0) size 117x170
-          RenderTableRow {TR} at (0,0) size 117x55
-            RenderTableCell {TD} at (0,18) size 38x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,33) size 118x170
+        RenderTableSection {TBODY} at (0,0) size 118x170
+          RenderTableRow {TR} at (0,0) size 118x55
+            RenderTableCell {TD} at (0,18) size 39x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,15) size 41x24 [border: none] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,15) size 42x25 [border: none] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (79,18) size 39x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (79,18) size 38x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,55) size 118x60
+            RenderTableCell {TD} at (0,75) size 39x20 [border: none] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (38,70) size 42x30 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (6,6) size 29x18
+                text run at (6,7) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (79,75) size 39x20 [border: none] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (6,1) size 31x18
+                text run at (6,2) width 31: &quot;none&quot;
+          RenderTableRow {TR} at (0,115) size 118x55
+            RenderTableCell {TD} at (0,133) size 39x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-          RenderTableRow {TR} at (0,55) size 117x60
-            RenderTableCell {TD} at (0,75) size 38x19 [border: none] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,130) size 42x25 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,6) size 31x18
+                text run at (1,7) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (79,133) size 39x19 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 31x17
</span><span class="cx">                 text run at (1,1) width 31: &quot;none&quot;
</span><del>-            RenderTableCell {TD} at (38,70) size 41x29 [border: (5px inset #00FF00)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (6,6) size 29x17
-                text run at (6,6) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (79,75) size 38x19 [border: none] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (6,1) size 31x17
-                text run at (6,1) width 31: &quot;none&quot;
-          RenderTableRow {TR} at (0,115) size 117x55
-            RenderTableCell {TD} at (0,133) size 38x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (38,130) size 41x24 [border: (5px none #FF0000)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,6) size 31x17
-                text run at (1,6) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (79,133) size 38x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw90dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-90-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-90-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-90-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 135x150
-        RenderTableSection {TBODY} at (0,0) size 135x150
-          RenderTableRow {TR} at (0,0) size 135x50
-            RenderTableCell {TD} at (0,15) size 45x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,15) size 45x19 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,15) size 45x19 [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,50) size 135x50
-            RenderTableCell {TD} at (0,65) size 45x19 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,65) size 45x19 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (90,65) size 45x19 [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-          RenderTableRow {TR} at (0,100) size 135x50
-            RenderTableCell {TD} at (0,115) size 45x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (45,115) size 45x19 [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
-            RenderTableCell {TD} at (90,115) size 45x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 43x17
-                text run at (1,1) width 43: &quot;hidden&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 136x150
+        RenderTableSection {TBODY} at (0,0) size 136x150
+          RenderTableRow {TR} at (0,0) size 136x50
+            RenderTableCell {TD} at (0,15) size 46x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,15) size 46x20 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,15) size 46x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,50) size 136x50
+            RenderTableCell {TD} at (0,65) size 46x20 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,65) size 46x20 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (90,65) size 46x20 [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+          RenderTableRow {TR} at (0,100) size 136x50
+            RenderTableCell {TD} at (0,115) size 46x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (45,115) size 46x20 [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
+            RenderTableCell {TD} at (90,115) size 46x20 [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 43x18
+                text run at (1,2) width 43: &quot;hidden&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw91dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-91-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-91-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-91-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 155x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 150x165
-          RenderTableRow {TR} at (0,0) size 150x55
-            RenderTableCell {TD} at (0,15) size 50x24 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (50,15) size 50x24 [border: (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (100,15) size 50x24 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-          RenderTableRow {TR} at (0,55) size 150x55
-            RenderTableCell {TD} at (0,70) size 50x24 [border: (3px double #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (50,70) size 50x24 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 31x17
-                text run at (4,4) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (100,70) size 50x24 [border: (3px double #00FF00)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-          RenderTableRow {TR} at (0,110) size 150x55
-            RenderTableCell {TD} at (0,125) size 50x24 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (50,125) size 50x24 [border: (3px double #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
-            RenderTableCell {TD} at (100,125) size 50x24 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 43x17
-                text run at (4,4) width 43: &quot;double&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 156x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 151x165
+          RenderTableRow {TR} at (0,0) size 151x55
+            RenderTableCell {TD} at (0,15) size 51x25 [border: (3px double #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (50,15) size 51x25 [border: (3px double #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (100,15) size 51x25 [border: (3px double #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+          RenderTableRow {TR} at (0,55) size 151x55
+            RenderTableCell {TD} at (0,70) size 51x25 [border: (3px double #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (50,70) size 51x25 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 31x18
+                text run at (4,5) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (100,70) size 51x25 [border: (3px double #00FF00)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+          RenderTableRow {TR} at (0,110) size 151x55
+            RenderTableCell {TD} at (0,125) size 51x25 [border: (3px double #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (50,125) size 51x25 [border: (3px double #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
+            RenderTableCell {TD} at (100,125) size 51x25 [border: (3px double #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 43x18
+                text run at (4,5) width 43: &quot;double&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw92dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-92-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-92-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-92-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 117x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 112x165
-          RenderTableRow {TR} at (0,0) size 112x55
-            RenderTableCell {TD} at (0,15) size 37x24 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (37,15) size 38x24 [border: (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (75,15) size 37x24 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-          RenderTableRow {TR} at (0,55) size 112x55
-            RenderTableCell {TD} at (0,70) size 37x24 [border: (3px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (37,70) size 38x24 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 31x17
-                text run at (4,4) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (75,70) size 37x24 [border: (3px solid #00FF00)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-          RenderTableRow {TR} at (0,110) size 112x55
-            RenderTableCell {TD} at (0,125) size 37x24 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (37,125) size 38x24 [border: (3px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
-            RenderTableCell {TD} at (75,125) size 37x24 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 30x17
-                text run at (4,4) width 30: &quot;solid&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 118x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 113x165
+          RenderTableRow {TR} at (0,0) size 113x55
+            RenderTableCell {TD} at (0,15) size 38x25 [border: (3px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (37,15) size 39x25 [border: (3px solid #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (75,15) size 38x25 [border: (3px solid #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+          RenderTableRow {TR} at (0,55) size 113x55
+            RenderTableCell {TD} at (0,70) size 38x25 [border: (3px solid #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (37,70) size 39x25 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 31x18
+                text run at (4,5) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (75,70) size 38x25 [border: (3px solid #00FF00)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+          RenderTableRow {TR} at (0,110) size 113x55
+            RenderTableCell {TD} at (0,125) size 38x25 [border: (3px solid #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (37,125) size 39x25 [border: (3px solid #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
+            RenderTableCell {TD} at (75,125) size 38x25 [border: (3px solid #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 30x18
+                text run at (4,5) width 30: &quot;solid&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw93dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-93-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-93-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-93-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 158x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 153x165
-          RenderTableRow {TR} at (0,0) size 153x55
-            RenderTableCell {TD} at (0,15) size 51x24 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (51,15) size 51x24 [border: (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (102,15) size 51x24 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-          RenderTableRow {TR} at (0,55) size 153x55
-            RenderTableCell {TD} at (0,70) size 51x24 [border: (3px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (51,70) size 51x24 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 31x17
-                text run at (4,4) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (102,70) size 51x24 [border: (3px dashed #00FF00)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-          RenderTableRow {TR} at (0,110) size 153x55
-            RenderTableCell {TD} at (0,125) size 51x24 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (51,125) size 51x24 [border: (3px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
-            RenderTableCell {TD} at (102,125) size 51x24 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;dashed&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 159x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 154x165
+          RenderTableRow {TR} at (0,0) size 154x55
+            RenderTableCell {TD} at (0,15) size 52x25 [border: (3px dashed #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (51,15) size 52x25 [border: (3px dashed #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (102,15) size 52x25 [border: (3px dashed #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+          RenderTableRow {TR} at (0,55) size 154x55
+            RenderTableCell {TD} at (0,70) size 52x25 [border: (3px dashed #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (51,70) size 52x25 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 31x18
+                text run at (4,5) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (102,70) size 52x25 [border: (3px dashed #00FF00)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+          RenderTableRow {TR} at (0,110) size 154x55
+            RenderTableCell {TD} at (0,125) size 52x25 [border: (3px dashed #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (51,125) size 52x25 [border: (3px dashed #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
+            RenderTableCell {TD} at (102,125) size 52x25 [border: (3px dashed #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;dashed&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw94dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-94-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-94-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-94-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 143x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 138x165
-          RenderTableRow {TR} at (0,0) size 138x55
-            RenderTableCell {TD} at (0,15) size 46x24 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (46,15) size 46x24 [border: (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (92,15) size 46x24 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-          RenderTableRow {TR} at (0,55) size 138x55
-            RenderTableCell {TD} at (0,70) size 46x24 [border: (3px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (46,70) size 46x24 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 31x17
-                text run at (4,4) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (92,70) size 46x24 [border: (3px dotted #00FF00)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-          RenderTableRow {TR} at (0,110) size 138x55
-            RenderTableCell {TD} at (0,125) size 46x24 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (46,125) size 46x24 [border: (3px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
-            RenderTableCell {TD} at (92,125) size 46x24 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 39x17
-                text run at (4,4) width 39: &quot;dotted&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 144x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 139x165
+          RenderTableRow {TR} at (0,0) size 139x55
+            RenderTableCell {TD} at (0,15) size 47x25 [border: (3px dotted #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (46,15) size 47x25 [border: (3px dotted #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (92,15) size 47x25 [border: (3px dotted #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+          RenderTableRow {TR} at (0,55) size 139x55
+            RenderTableCell {TD} at (0,70) size 47x25 [border: (3px dotted #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (46,70) size 47x25 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 31x18
+                text run at (4,5) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (92,70) size 47x25 [border: (3px dotted #00FF00)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+          RenderTableRow {TR} at (0,110) size 139x55
+            RenderTableCell {TD} at (0,125) size 47x25 [border: (3px dotted #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (46,125) size 47x25 [border: (3px dotted #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
+            RenderTableCell {TD} at (92,125) size 47x25 [border: (3px dotted #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 39x18
+                text run at (4,5) width 39: &quot;dotted&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw95dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-95-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-95-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-95-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 122x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 117x165
-          RenderTableRow {TR} at (0,0) size 117x55
-            RenderTableCell {TD} at (0,15) size 39x24 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (39,15) size 39x24 [border: (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (78,15) size 39x24 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-          RenderTableRow {TR} at (0,55) size 117x55
-            RenderTableCell {TD} at (0,70) size 39x24 [border: (3px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (39,70) size 39x24 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 31x17
-                text run at (4,4) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (78,70) size 39x24 [border: (3px ridge #00FF00)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-          RenderTableRow {TR} at (0,110) size 117x55
-            RenderTableCell {TD} at (0,125) size 39x24 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (39,125) size 39x24 [border: (3px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
-            RenderTableCell {TD} at (78,125) size 39x24 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 32x17
-                text run at (4,4) width 32: &quot;ridge&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 123x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 118x165
+          RenderTableRow {TR} at (0,0) size 118x55
+            RenderTableCell {TD} at (0,15) size 40x25 [border: (3px ridge #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (39,15) size 40x25 [border: (3px ridge #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (78,15) size 40x25 [border: (3px ridge #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+          RenderTableRow {TR} at (0,55) size 118x55
+            RenderTableCell {TD} at (0,70) size 40x25 [border: (3px ridge #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (39,70) size 40x25 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 31x18
+                text run at (4,5) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (78,70) size 40x25 [border: (3px ridge #00FF00)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+          RenderTableRow {TR} at (0,110) size 118x55
+            RenderTableCell {TD} at (0,125) size 40x25 [border: (3px ridge #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (39,125) size 40x25 [border: (3px ridge #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
+            RenderTableCell {TD} at (78,125) size 40x25 [border: (3px ridge #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 32x18
+                text run at (4,5) width 32: &quot;ridge&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw96dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-96-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-96-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-96-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 137x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 132x165
-          RenderTableRow {TR} at (0,0) size 132x55
-            RenderTableCell {TD} at (0,15) size 44x24 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (44,15) size 44x24 [border: (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (88,15) size 44x24 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-          RenderTableRow {TR} at (0,55) size 132x55
-            RenderTableCell {TD} at (0,70) size 44x24 [border: (3px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (44,70) size 44x24 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 31x17
-                text run at (4,4) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (88,70) size 44x24 [border: (3px outset #00FF00)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-          RenderTableRow {TR} at (0,110) size 132x55
-            RenderTableCell {TD} at (0,125) size 44x24 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (44,125) size 44x24 [border: (3px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
-            RenderTableCell {TD} at (88,125) size 44x24 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 37x17
-                text run at (4,4) width 37: &quot;outset&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 138x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 133x165
+          RenderTableRow {TR} at (0,0) size 133x55
+            RenderTableCell {TD} at (0,15) size 45x25 [border: (3px outset #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (44,15) size 45x25 [border: (3px outset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (88,15) size 45x25 [border: (3px outset #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+          RenderTableRow {TR} at (0,55) size 133x55
+            RenderTableCell {TD} at (0,70) size 45x25 [border: (3px outset #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (44,70) size 45x25 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 31x18
+                text run at (4,5) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (88,70) size 45x25 [border: (3px outset #00FF00)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+          RenderTableRow {TR} at (0,110) size 133x55
+            RenderTableCell {TD} at (0,125) size 45x25 [border: (3px outset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (44,125) size 45x25 [border: (3px outset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
+            RenderTableCell {TD} at (88,125) size 45x25 [border: (3px outset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 37x18
+                text run at (4,5) width 37: &quot;outset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw97dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-97-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-97-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-97-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 158x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 153x165
-          RenderTableRow {TR} at (0,0) size 153x55
-            RenderTableCell {TD} at (0,15) size 51x24 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (51,15) size 51x24 [border: (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (102,15) size 51x24 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-          RenderTableRow {TR} at (0,55) size 153x55
-            RenderTableCell {TD} at (0,70) size 51x24 [border: (3px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (51,70) size 51x24 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 31x17
-                text run at (4,4) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (102,70) size 51x24 [border: (3px groove #00FF00)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-          RenderTableRow {TR} at (0,110) size 153x55
-            RenderTableCell {TD} at (0,125) size 51x24 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (51,125) size 51x24 [border: (3px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
-            RenderTableCell {TD} at (102,125) size 51x24 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 44x17
-                text run at (4,4) width 44: &quot;groove&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 159x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 154x165
+          RenderTableRow {TR} at (0,0) size 154x55
+            RenderTableCell {TD} at (0,15) size 52x25 [border: (3px groove #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (51,15) size 52x25 [border: (3px groove #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (102,15) size 52x25 [border: (3px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+          RenderTableRow {TR} at (0,55) size 154x55
+            RenderTableCell {TD} at (0,70) size 52x25 [border: (3px groove #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (51,70) size 52x25 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 31x18
+                text run at (4,5) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (102,70) size 52x25 [border: (3px groove #00FF00)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+          RenderTableRow {TR} at (0,110) size 154x55
+            RenderTableCell {TD} at (0,125) size 52x25 [border: (3px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (51,125) size 52x25 [border: (3px groove #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
+            RenderTableCell {TD} at (102,125) size 52x25 [border: (3px groove #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 44x18
+                text run at (4,5) width 44: &quot;groove&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw98dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-98-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-98-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-98-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 115x170 [border: (2px none #808080)]
-        RenderTableSection {TBODY} at (2,2) size 110x165
-          RenderTableRow {TR} at (0,0) size 110x55
-            RenderTableCell {TD} at (0,15) size 36x24 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (36,15) size 38x24 [border: (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (74,15) size 36x24 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-          RenderTableRow {TR} at (0,55) size 110x55
-            RenderTableCell {TD} at (0,70) size 36x24 [border: (3px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (36,70) size 38x24 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 31x17
-                text run at (4,4) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (74,70) size 36x24 [border: (3px inset #00FF00)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-          RenderTableRow {TR} at (0,110) size 110x55
-            RenderTableCell {TD} at (0,125) size 36x24 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (36,125) size 38x24 [border: (3px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
-            RenderTableCell {TD} at (74,125) size 36x24 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (4,4) size 29x17
-                text run at (4,4) width 29: &quot;inset&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 116x170 [border: (2px none #808080)]
+        RenderTableSection {TBODY} at (2,2) size 111x165
+          RenderTableRow {TR} at (0,0) size 111x55
+            RenderTableCell {TD} at (0,15) size 37x25 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (36,15) size 39x25 [border: (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (74,15) size 37x25 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+          RenderTableRow {TR} at (0,55) size 111x55
+            RenderTableCell {TD} at (0,70) size 37x25 [border: (3px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (36,70) size 39x25 [border: (3px none #FF0000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 31x18
+                text run at (4,5) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (74,70) size 37x25 [border: (3px inset #00FF00)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+          RenderTableRow {TR} at (0,110) size 111x55
+            RenderTableCell {TD} at (0,125) size 37x25 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (36,125) size 39x25 [border: (3px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
+            RenderTableCell {TD} at (74,125) size 37x25 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (4,4) size 29x18
+                text run at (4,5) width 29: &quot;inset&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss21t170602bdrconflctw99dexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-99-d-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-99-d-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-99-d-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,35 +6,35 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;There should be no red borders on the table below&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 99x150
-        RenderTableSection {TBODY} at (0,0) size 99x150
-          RenderTableRow {TR} at (0,0) size 99x50
-            RenderTableCell {TD} at (0,15) size 33x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (33,15) size 33x19 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (66,15) size 33x19 [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-          RenderTableRow {TR} at (0,50) size 99x50
-            RenderTableCell {TD} at (0,65) size 33x19 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (33,65) size 33x19 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (66,65) size 33x19 [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-          RenderTableRow {TR} at (0,100) size 99x50
-            RenderTableCell {TD} at (0,115) size 33x19 [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (33,115) size 33x19 [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
-            RenderTableCell {TD} at (66,115) size 33x19 [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 31x17
-                text run at (1,1) width 31: &quot;none&quot;
</del><ins>+      RenderTable {TABLE} at (0,33) size 100x150
+        RenderTableSection {TBODY} at (0,0) size 100x150
+          RenderTableRow {TR} at (0,0) size 100x50
+            RenderTableCell {TD} at (0,15) size 34x20 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (33,15) size 34x20 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (66,15) size 34x20 [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+          RenderTableRow {TR} at (0,50) size 100x50
+            RenderTableCell {TD} at (0,65) size 34x20 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (33,65) size 34x20 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (66,65) size 34x20 [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+          RenderTableRow {TR} at (0,100) size 100x50
+            RenderTableCell {TD} at (0,115) size 34x20 [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (33,115) size 34x20 [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
+            RenderTableCell {TD} at (66,115) size 34x20 [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 31x18
+                text run at (1,2) width 31: &quot;none&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3css3modsel33expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/css3-modsel-33-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/css3-modsel-33-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/css3-modsel-33-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -4,36 +4,36 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x130
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x106
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x73
</span><del>-        RenderTable {TABLE} at (0,0) size 123x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 121x71
-            RenderTableRow {TR} at (0,2) size 121x21
-              RenderTableCell {TD} at (2,2) size 24x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 124x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 122x71
+            RenderTableRow {TR} at (0,2) size 122x21
+              RenderTableCell {TD} at (2,2) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {TD} at (28,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (54,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (54,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 121x21
-              RenderTableCell {TD} at (2,25) size 24x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 122x21
+              RenderTableCell {TD} at (2,25) size 25x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {TD} at (28,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (54,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (54,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 121x21
-              RenderTableCell {TD} at (2,48) size 24x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 122x21
+              RenderTableCell {TD} at (2,48) size 25x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {TD} at (28,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (54,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (54,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><span class="cx">       RenderBlock {P} at (0,89) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3flexboxflexboxbaselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/flexbox/flexbox-baseline-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/flexbox/flexbox-baseline-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/flexbox/flexbox-baseline-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -158,55 +158,55 @@
</span><span class="cx">               text run at (0,0) width 51: &quot;baseline&quot;
</span><span class="cx">       RenderText {#text} at (122,10) size 59x17
</span><span class="cx">         text run at (122,10) width 59: &quot; after text&quot;
</span><del>-    RenderTable {TABLE} at (0,187) size 239x67 [bgcolor=#D3D3D3]
-      RenderTableSection {TBODY} at (0,0) size 239x67
-        RenderTableRow {TR} at (0,2) size 239x63
-          RenderTableCell {TD} at (2,46) size 46x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (0,187) size 240x67 [bgcolor=#D3D3D3]
+      RenderTableSection {TBODY} at (0,0) size 240x67
+        RenderTableRow {TR} at (0,2) size 240x63
+          RenderTableCell {TD} at (2,46) size 47x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 44x17
</span><span class="cx">               text run at (1,1) width 44: &quot;bottom&quot;
</span><del>-          RenderTableCell {TD} at (50,29) size 53x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (50,29) size 54x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 51x17
</span><span class="cx">               text run at (1,1) width 51: &quot;baseline&quot;
</span><del>-          RenderTableCell {TD} at (105,2) size 22x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (105,2) size 23x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 20x17
</span><span class="cx">               text run at (1,1) width 20: &quot;top&quot;
</span><del>-          RenderTableCell {TD} at (129,19) size 53x46 [r=0 c=3 rs=1 cs=1]
-            RenderFlexibleBox {DIV} at (1,11) size 51x34 [bgcolor=#808080]
-              RenderBlock {DIV} at (0,0) size 51x17
</del><ins>+          RenderTableCell {TD} at (129,19) size 54x46 [r=0 c=3 rs=1 cs=1]
+            RenderFlexibleBox {DIV} at (1,11) size 52x34 [bgcolor=#808080]
+              RenderBlock {DIV} at (0,0) size 52x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 51x17
</span><span class="cx">                   text run at (0,0) width 51: &quot;baseline&quot;
</span><del>-              RenderBlock {DIV} at (0,17) size 51x17
</del><ins>+              RenderBlock {DIV} at (0,17) size 52x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 39x17
</span><span class="cx">                   text run at (0,0) width 39: &quot;below&quot;
</span><del>-          RenderTableCell {TD} at (184,2) size 53x46 [r=0 c=4 rs=1 cs=1]
-            RenderFlexibleBox {DIV} at (1,11) size 51x34 [bgcolor=#808080]
-              RenderBlock {DIV} at (0,17) size 51x17
</del><ins>+          RenderTableCell {TD} at (184,2) size 54x46 [r=0 c=4 rs=1 cs=1]
+            RenderFlexibleBox {DIV} at (1,11) size 52x34 [bgcolor=#808080]
+              RenderBlock {DIV} at (0,17) size 52x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 51x17
</span><span class="cx">                   text run at (0,0) width 51: &quot;baseline&quot;
</span><del>-              RenderBlock {DIV} at (0,0) size 51x17
</del><ins>+              RenderBlock {DIV} at (0,0) size 52x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 38x17
</span><span class="cx">                   text run at (0,0) width 38: &quot;above&quot;
</span><del>-    RenderTable {TABLE} at (0,259) size 285x82 [bgcolor=#D3D3D3]
-      RenderTableSection {TBODY} at (0,0) size 285x82
-        RenderTableRow {TR} at (0,2) size 285x78
-          RenderTableCell {TD} at (2,61) size 46x19 [r=0 c=0 rs=1 cs=1]
-            RenderText {#text} at (1,1) size 44x17
-              text run at (1,1) width 44: &quot;bottom&quot;
-          RenderTableCell {TD} at (50,38) size 53x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (0,259) size 286x82 [bgcolor=#D3D3D3]
+      RenderTableSection {TBODY} at (0,0) size 286x82
+        RenderTableRow {TR} at (0,2) size 286x78
+          RenderTableCell {TD} at (2,60) size 47x20 [r=0 c=0 rs=1 cs=1]
+            RenderText {#text} at (1,1) size 44x18
+              text run at (1,2) width 44: &quot;bottom&quot;
+          RenderTableCell {TD} at (50,38) size 54x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 51x17
</span><span class="cx">               text run at (1,1) width 51: &quot;baseline&quot;
</span><del>-          RenderTableCell {TD} at (105,2) size 22x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (105,2) size 23x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 20x17
</span><span class="cx">               text run at (1,1) width 20: &quot;top&quot;
</span><del>-          RenderTableCell {TD} at (129,2) size 154x78 [r=0 c=3 rs=1 cs=1]
-            RenderFlexibleBox {DIV} at (1,11) size 152x66 [bgcolor=#808080]
</del><ins>+          RenderTableCell {TD} at (129,2) size 155x78 [r=0 c=3 rs=1 cs=1]
+            RenderFlexibleBox {DIV} at (1,11) size 153x66 [bgcolor=#808080]
</ins><span class="cx">               RenderBlock {H2} at (0,19) size 114x27
</span><span class="cx">                 RenderText {#text} at (0,0) size 114x26
</span><span class="cx">                   text run at (0,0) width 114: &quot;h2 baseline&quot;
</span><span class="cx">               RenderBlock {DIV} at (114,0) size 38x66
</span><span class="cx">                 RenderText {#text} at (0,0) size 38x17
</span><span class="cx">                   text run at (0,0) width 38: &quot;above&quot;
</span><del>-    RenderBlock {DIV} at (0,341) size 360x70
</del><ins>+    RenderBlock {DIV} at (0,340) size 360x71
</ins><span class="cx">       RenderText {#text} at (0,20) size 71x17
</span><span class="cx">         text run at (0,20) width 71: &quot;before text &quot;
</span><span class="cx">       RenderFlexibleBox {DIV} at (71,5) size 174x65 [bgcolor=#D3D3D3]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel161expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -14,9 +14,9 @@
</span><span class="cx">             RenderText at (4,4) size 83x17
</span><span class="cx">               text run at (4,4) width 83: &quot;This should&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,97) size 429x23 [bgcolor=#00FF00]
-        RenderTableSection {TBODY} at (0,0) size 429x23
-          RenderTableRow {TR} at (0,2) size 429x19
-            RenderTableCell {TD} at (2,2) size 425x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,97) size 430x23 [bgcolor=#00FF00]
+        RenderTableSection {TBODY} at (0,0) size 430x23
+          RenderTableRow {TR} at (0,2) size 430x19
+            RenderTableCell {TD} at (2,2) size 426x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 423x17
</span><span class="cx">                 text run at (1,1) width 423: &quot;This line should have a green background (or it might be unstyled).&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel18expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-18-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-18-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-18-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -31,33 +31,33 @@
</span><span class="cx">             text run at (270,0) width 5: &quot;)&quot;
</span><span class="cx">         RenderText {#text} at (275,0) size 387x17
</span><span class="cx">           text run at (275,0) width 387: &quot; should turn to green when the pointing device hovers over it.&quot;
</span><del>-      RenderTable {TABLE} at (0,67) size 278x173
-        RenderTableSection {TBODY} at (0,0) size 278x173
-          RenderTableRow {TR} at (0,5) size 278x19
-            RenderTableCell {TD} at (5,5) size 78x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,67) size 279x173
+        RenderTableSection {TBODY} at (0,0) size 279x173
+          RenderTableRow {TR} at (0,5) size 279x19
+            RenderTableCell {TD} at (5,5) size 79x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 73x17
</span><span class="cx">                 text run at (1,1) width 73: &quot;The cells in&quot;
</span><del>-            RenderTableCell {TD} at (88,5) size 81x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (88,5) size 82x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 56x17
</span><span class="cx">                 text run at (1,1) width 56: &quot;this table&quot;
</span><del>-            RenderTableCell {TD} at (174,5) size 99x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (174,5) size 100x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 62x17
</span><span class="cx">                 text run at (1,1) width 62: &quot;should go&quot;
</span><del>-          RenderTableRow {TR} at (0,29) size 278x19
-            RenderTableCell {TD} at (5,29) size 78x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,29) size 279x19
+            RenderTableCell {TD} at (5,29) size 79x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 74x17
</span><span class="cx">                 text run at (1,1) width 74: &quot;green when&quot;
</span><del>-            RenderTableCell {TD} at (88,29) size 81x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (88,29) size 82x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 64x17
</span><span class="cx">                 text run at (1,1) width 64: &quot;you hover&quot;
</span><del>-            RenderTableCell {TD} at (174,29) size 99x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (174,29) size 100x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 75x17
</span><span class="cx">                 text run at (1,1) width 75: &quot;the pointing&quot;
</span><del>-          RenderTableRow {TR} at (0,53) size 278x19
-            RenderTableCell {TD} at (5,53) size 78x19 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,53) size 279x19
+            RenderTableCell {TD} at (5,53) size 79x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 73x17
</span><span class="cx">                 text run at (1,1) width 73: &quot;device over&quot;
</span><del>-            RenderTableCell {TD} at (88,53) size 81x19 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (88,53) size 82x19 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 40x17
</span><span class="cx">                 text run at (1,1) width 40: &quot;them (&quot;
</span><span class="cx">               RenderInline {STRONG} at (0,0) size 30x17
</span><span class="lines">@@ -65,32 +65,32 @@
</span><span class="cx">                   text run at (41,1) width 30: &quot;here&quot;
</span><span class="cx">               RenderText {#text} at (71,1) size 9x17
</span><span class="cx">                 text run at (71,1) width 9: &quot;).&quot;
</span><del>-            RenderTableCell {TD} at (174,61) size 99x2 [r=2 c=2 rs=1 cs=1]
-          RenderTableRow {TR} at (0,77) size 278x19
-            RenderTableCell {TD} at (5,77) size 78x19 [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (174,61) size 100x3 [r=2 c=2 rs=1 cs=1]
+          RenderTableRow {TR} at (0,77) size 279x19
+            RenderTableCell {TD} at (5,77) size 79x19 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 76x17
</span><span class="cx">                 text run at (1,1) width 76: &quot;The rows in&quot;
</span><del>-            RenderTableCell {TD} at (88,77) size 81x19 [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (88,77) size 82x19 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 56x17
</span><span class="cx">                 text run at (1,1) width 56: &quot;this table&quot;
</span><del>-            RenderTableCell {TD} at (174,77) size 99x19 [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (174,77) size 100x19 [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 62x17
</span><span class="cx">                 text run at (1,1) width 62: &quot;should go&quot;
</span><del>-          RenderTableRow {TR} at (0,101) size 278x19
-            RenderTableCell {TD} at (5,101) size 78x19 [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,101) size 279x19
+            RenderTableCell {TD} at (5,101) size 79x19 [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 67x17
</span><span class="cx">                 text run at (1,1) width 67: &quot;dark green&quot;
</span><del>-            RenderTableCell {TD} at (88,101) size 81x19 [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (88,101) size 82x19 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 58x17
</span><span class="cx">                 text run at (1,1) width 58: &quot;when the&quot;
</span><del>-            RenderTableCell {TD} at (174,101) size 99x19 [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (174,101) size 100x19 [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 97x17
</span><span class="cx">                 text run at (1,1) width 97: &quot;pointing device&quot;
</span><del>-          RenderTableRow {TR} at (0,125) size 278x19
-            RenderTableCell {TD} at (5,125) size 78x19 [r=5 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,125) size 279x19
+            RenderTableCell {TD} at (5,125) size 79x19 [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 65x17
</span><span class="cx">                 text run at (1,1) width 65: &quot;is over the&quot;
</span><del>-            RenderTableCell {TD} at (88,125) size 81x19 [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (88,125) size 82x19 [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x17
</span><span class="cx">                 text run at (1,1) width 32: &quot;cells &quot;
</span><span class="cx">               RenderInline {STRONG} at (0,0) size 35x17
</span><span class="lines">@@ -98,9 +98,9 @@
</span><span class="cx">                   text run at (33,1) width 35: &quot;there&quot;
</span><span class="cx">               RenderText {#text} at (68,1) size 4x17
</span><span class="cx">                 text run at (68,1) width 4: &quot;:&quot;
</span><del>-            RenderTableCell {TD} at (174,133) size 99x2 [r=5 c=2 rs=1 cs=1]
-          RenderTableRow {TR} at (0,149) size 278x19
-            RenderTableCell {TD} at (5,149) size 78x19 [r=6 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (174,133) size 100x3 [r=5 c=2 rs=1 cs=1]
+          RenderTableRow {TR} at (0,149) size 279x19
+            RenderTableCell {TD} at (5,149) size 79x19 [r=6 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x17
</span><span class="cx">                 text run at (1,1) width 32: &quot;And &quot;
</span><span class="cx">               RenderInline {STRONG} at (0,0) size 30x17
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx">                   text run at (33,1) width 30: &quot;here&quot;
</span><span class="cx">               RenderText {#text} at (63,1) size 4x17
</span><span class="cx">                 text run at (63,1) width 4: &quot;:&quot;
</span><del>-            RenderTableCell {TD} at (88,157) size 81x2 [r=6 c=1 rs=1 cs=1]
-            RenderTableCell {TD} at (174,149) size 99x19 [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (88,157) size 82x3 [r=6 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (174,149) size 100x19 [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 81x17
</span><span class="cx">                 text run at (1,1) width 81: &quot;(blank cells).&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel18bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-18b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-18b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-18b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -14,23 +14,23 @@
</span><span class="cx">         RenderBlock {P} at (0,50) size 784x17
</span><span class="cx">           RenderText {#text} at (0,0) size 59x17
</span><span class="cx">             text run at (0,0) width 59: &quot;This text.&quot;
</span><del>-        RenderTable {TABLE} at (0,83) size 111x99
-          RenderTableSection {TBODY} at (0,0) size 111x99
-            RenderTableRow {TR} at (0,2) size 111x74
-              RenderTableCell {TD} at (2,2) size 107x74 [r=0 c=0 rs=1 cs=1]
-                RenderTable {TABLE} at (1,1) size 105x72
-                  RenderTableSection {TBODY} at (0,0) size 105x72
-                    RenderTableRow {TR} at (0,2) size 105x68
-                      RenderTableCell {TD} at (2,2) size 101x68 [r=0 c=0 rs=1 cs=1]
-                        RenderBlock {DL} at (1,17) size 99x34
-                          RenderBlock {DT} at (0,0) size 99x17
</del><ins>+        RenderTable {TABLE} at (0,83) size 112x99
+          RenderTableSection {TBODY} at (0,0) size 112x99
+            RenderTableRow {TR} at (0,2) size 112x74
+              RenderTableCell {TD} at (2,2) size 108x74 [r=0 c=0 rs=1 cs=1]
+                RenderTable {TABLE} at (1,1) size 106x72
+                  RenderTableSection {TBODY} at (0,0) size 106x72
+                    RenderTableRow {TR} at (0,2) size 106x68
+                      RenderTableCell {TD} at (2,2) size 102x68 [r=0 c=0 rs=1 cs=1]
+                        RenderBlock {DL} at (1,17) size 100x34
+                          RenderBlock {DT} at (0,0) size 100x17
</ins><span class="cx">                             RenderText {#text} at (0,0) size 59x17
</span><span class="cx">                               text run at (0,0) width 59: &quot;This text.&quot;
</span><del>-                          RenderBlock {DD} at (40,17) size 59x17
</del><ins>+                          RenderBlock {DD} at (40,17) size 60x17
</ins><span class="cx">                             RenderText {#text} at (0,0) size 59x17
</span><span class="cx">                               text run at (0,0) width 59: &quot;This text.&quot;
</span><del>-            RenderTableRow {TR} at (0,78) size 111x19
-              RenderTableCell {TD} at (2,78) size 107x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,78) size 112x19
+              RenderTableCell {TD} at (2,78) size 108x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 59x17
</span><span class="cx">                   text run at (1,1) width 59: &quot;This text.&quot;
</span><span class="cx">         RenderBlock {P} at (0,198) size 784x21
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel28expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-28-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-28-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-28-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,142 +54,142 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 324x17
</span><span class="cx">             text run at (0,0) width 324: &quot;This sixth list item should have a green background&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,236) size 784x215
</span><del>-        RenderTable {TABLE} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 160x140
-            RenderTableRow {TR} at (0,2) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,2) size 104x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 161x140
+            RenderTableRow {TR} at (0,2) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,2) size 105x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 1.1&quot;
</span><del>-              RenderTableCell {TD} at (108,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (134,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,25) size 104x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,25) size 105x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 2.1&quot;
</span><del>-              RenderTableCell {TD} at (108,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (134,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,48) size 104x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,48) size 105x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 3.1&quot;
</span><del>-              RenderTableCell {TD} at (108,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (134,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {TR} at (0,71) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,71) size 104x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,71) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,71) size 105x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 4.1&quot;
</span><del>-              RenderTableCell {TD} at (108,71) size 24x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,71) size 25x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {TD} at (134,71) size 24x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,71) size 25x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {TR} at (0,94) size 160x21
-              RenderTableCell {TD} at (2,94) size 104x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,94) size 161x21
+              RenderTableCell {TD} at (2,94) size 105x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.1&quot;
</span><del>-              RenderTableCell {TD} at (108,94) size 24x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,94) size 25x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {TD} at (134,94) size 24x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,94) size 25x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {TR} at (0,117) size 160x21
-              RenderTableCell {TD} at (2,117) size 104x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,117) size 161x21
+              RenderTableCell {TD} at (2,117) size 105x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.1&quot;
</span><del>-              RenderTableCell {TD} at (108,117) size 24x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,117) size 25x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {TD} at (134,117) size 24x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,117) size 25x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><del>-        RenderTable {TABLE} at (0,142) size 335x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 333x71
-            RenderTableRow {TR} at (0,2) size 333x21
-              RenderTableCell {TD} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,142) size 336x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 334x71
+            RenderTableRow {TR} at (0,2) size 334x21
+              RenderTableCell {TD} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-              RenderTableCell {TD} at (121,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (121,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (188,2) size 24x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (188,2) size 25x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.5&quot;
</span><del>-              RenderTableCell {TD} at (214,2) size 24x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,2) size 25x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.6&quot;
</span><del>-              RenderTableCell {TD} at (240,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (240,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (307,2) size 24x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (307,2) size 25x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.8&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 333x21
-              RenderTableCell {TD} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 334x21
+              RenderTableCell {TD} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-              RenderTableCell {TD} at (121,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (121,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (188,25) size 24x21 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (188,25) size 25x21 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.5&quot;
</span><del>-              RenderTableCell {TD} at (214,25) size 24x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,25) size 25x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.6&quot;
</span><del>-              RenderTableCell {TD} at (240,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (240,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (307,25) size 24x21 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (307,25) size 25x21 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.8&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 333x21
-              RenderTableCell {TD} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 334x21
+              RenderTableCell {TD} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-              RenderTableCell {TD} at (121,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (121,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (188,48) size 24x21 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (188,48) size 25x21 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.5&quot;
</span><del>-              RenderTableCell {TD} at (214,48) size 24x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,48) size 25x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.6&quot;
</span><del>-              RenderTableCell {TD} at (240,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (240,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (307,48) size 24x21 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (307,48) size 25x21 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.8&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel28bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-28b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-28b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-28b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,143 +54,143 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 324x17
</span><span class="cx">             text run at (0,0) width 324: &quot;This sixth list item should have a green background&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,236) size 784x231
</span><del>-        RenderTable {TABLE} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 160x140
-            RenderTableRow {TR} at (0,2) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,2) size 104x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 161x140
+            RenderTableRow {TR} at (0,2) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,2) size 105x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 1.1&quot;
</span><del>-              RenderTableCell {TD} at (108,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (134,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,25) size 104x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,25) size 105x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 2.1&quot;
</span><del>-              RenderTableCell {TD} at (108,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (134,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,48) size 104x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,48) size 105x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 3.1&quot;
</span><del>-              RenderTableCell {TD} at (108,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (134,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {TR} at (0,71) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,71) size 104x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,71) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,71) size 105x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 4.1&quot;
</span><del>-              RenderTableCell {TD} at (108,71) size 24x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,71) size 25x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {TD} at (134,71) size 24x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,71) size 25x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {TR} at (0,94) size 160x21
-              RenderTableCell {TD} at (2,94) size 104x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,94) size 161x21
+              RenderTableCell {TD} at (2,94) size 105x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.1&quot;
</span><del>-              RenderTableCell {TD} at (108,94) size 24x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,94) size 25x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {TD} at (134,94) size 24x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,94) size 25x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {TR} at (0,117) size 160x21
-              RenderTableCell {TD} at (2,117) size 104x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,117) size 161x21
+              RenderTableCell {TD} at (2,117) size 105x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.1&quot;
</span><del>-              RenderTableCell {TD} at (108,117) size 24x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,117) size 25x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {TD} at (134,117) size 24x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,117) size 25x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">         RenderBlock {P} at (0,158) size 784x0
</span><del>-        RenderTable {TABLE} at (0,158) size 335x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 333x71
-            RenderTableRow {TR} at (0,2) size 333x21
-              RenderTableCell {TD} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,158) size 336x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 334x71
+            RenderTableRow {TR} at (0,2) size 334x21
+              RenderTableCell {TD} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-              RenderTableCell {TD} at (121,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (121,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (188,2) size 24x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (188,2) size 25x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.5&quot;
</span><del>-              RenderTableCell {TD} at (214,2) size 24x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,2) size 25x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.6&quot;
</span><del>-              RenderTableCell {TD} at (240,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (240,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (307,2) size 24x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (307,2) size 25x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.8&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 333x21
-              RenderTableCell {TD} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 334x21
+              RenderTableCell {TD} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-              RenderTableCell {TD} at (121,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (121,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (188,25) size 24x21 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (188,25) size 25x21 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.5&quot;
</span><del>-              RenderTableCell {TD} at (214,25) size 24x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,25) size 25x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.6&quot;
</span><del>-              RenderTableCell {TD} at (240,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (240,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (307,25) size 24x21 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (307,25) size 25x21 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.8&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 333x21
-              RenderTableCell {TD} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 334x21
+              RenderTableCell {TD} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-              RenderTableCell {TD} at (121,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (121,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (188,48) size 24x21 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (188,48) size 25x21 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.5&quot;
</span><del>-              RenderTableCell {TD} at (214,48) size 24x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,48) size 25x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.6&quot;
</span><del>-              RenderTableCell {TD} at (240,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (240,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (307,48) size 24x21 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (307,48) size 25x21 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.8&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel29expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-29-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-29-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-29-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,143 +54,143 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 86x17
</span><span class="cx">             text run at (0,0) width 86: &quot;Sixth list item&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,236) size 784x231
</span><del>-        RenderTable {TABLE} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 160x140
-            RenderTableRow {TR} at (0,2) size 160x21
-              RenderTableCell {TD} at (2,2) size 104x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 161x140
+            RenderTableRow {TR} at (0,2) size 161x21
+              RenderTableCell {TD} at (2,2) size 105x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {TD} at (108,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (134,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 160x21
-              RenderTableCell {TD} at (2,25) size 104x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 161x21
+              RenderTableCell {TD} at (2,25) size 105x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {TD} at (108,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (134,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 160x21 [bgcolor=#008000]
-              RenderTableCell {TD} at (2,48) size 104x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 161x21 [bgcolor=#008000]
+              RenderTableCell {TD} at (2,48) size 105x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 3.1&quot;
</span><del>-              RenderTableCell {TD} at (108,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (134,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {TR} at (0,71) size 160x21 [bgcolor=#008000]
-              RenderTableCell {TD} at (2,71) size 104x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,71) size 161x21 [bgcolor=#008000]
+              RenderTableCell {TD} at (2,71) size 105x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 4.1&quot;
</span><del>-              RenderTableCell {TD} at (108,71) size 24x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,71) size 25x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {TD} at (134,71) size 24x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,71) size 25x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {TR} at (0,94) size 160x21 [bgcolor=#008000]
-              RenderTableCell {TD} at (2,94) size 104x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,94) size 161x21 [bgcolor=#008000]
+              RenderTableCell {TD} at (2,94) size 105x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 5.1&quot;
</span><del>-              RenderTableCell {TD} at (108,94) size 24x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,94) size 25x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {TD} at (134,94) size 24x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,94) size 25x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {TR} at (0,117) size 160x21 [bgcolor=#008000]
-              RenderTableCell {TD} at (2,117) size 104x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,117) size 161x21 [bgcolor=#008000]
+              RenderTableCell {TD} at (2,117) size 105x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 6.1&quot;
</span><del>-              RenderTableCell {TD} at (108,117) size 24x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,117) size 25x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {TD} at (134,117) size 24x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,117) size 25x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">         RenderBlock {P} at (0,158) size 784x0
</span><del>-        RenderTable {TABLE} at (0,158) size 335x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 333x71
-            RenderTableRow {TR} at (0,2) size 333x21
-              RenderTableCell {TD} at (2,2) size 24x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,158) size 336x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 334x71
+            RenderTableRow {TR} at (0,2) size 334x21
+              RenderTableCell {TD} at (2,2) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {TD} at (28,2) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,2) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-              RenderTableCell {TD} at (121,2) size 24x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (121,2) size 25x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.4&quot;
</span><del>-              RenderTableCell {TD} at (147,2) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (147,2) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (214,2) size 24x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,2) size 25x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.6&quot;
</span><del>-              RenderTableCell {TD} at (240,2) size 24x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (240,2) size 25x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.7&quot;
</span><del>-              RenderTableCell {TD} at (266,2) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (266,2) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 333x21
-              RenderTableCell {TD} at (2,25) size 24x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 334x21
+              RenderTableCell {TD} at (2,25) size 25x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {TD} at (28,25) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,25) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-              RenderTableCell {TD} at (121,25) size 24x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (121,25) size 25x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.4&quot;
</span><del>-              RenderTableCell {TD} at (147,25) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (147,25) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (214,25) size 24x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,25) size 25x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.6&quot;
</span><del>-              RenderTableCell {TD} at (240,25) size 24x21 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (240,25) size 25x21 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.7&quot;
</span><del>-              RenderTableCell {TD} at (266,25) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (266,25) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 333x21
-              RenderTableCell {TD} at (2,48) size 24x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 334x21
+              RenderTableCell {TD} at (2,48) size 25x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {TD} at (28,48) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,48) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-              RenderTableCell {TD} at (121,48) size 24x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (121,48) size 25x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.4&quot;
</span><del>-              RenderTableCell {TD} at (147,48) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (147,48) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (214,48) size 24x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,48) size 25x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.6&quot;
</span><del>-              RenderTableCell {TD} at (240,48) size 24x21 [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (240,48) size 25x21 [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.7&quot;
</span><del>-              RenderTableCell {TD} at (266,48) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (266,48) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel29bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-29b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-29b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-29b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,143 +54,143 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 86x17
</span><span class="cx">             text run at (0,0) width 86: &quot;Sixth list item&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,236) size 784x231
</span><del>-        RenderTable {TABLE} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 160x140
-            RenderTableRow {TR} at (0,2) size 160x21
-              RenderTableCell {TD} at (2,2) size 104x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 161x140
+            RenderTableRow {TR} at (0,2) size 161x21
+              RenderTableCell {TD} at (2,2) size 105x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {TD} at (108,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (134,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 160x21
-              RenderTableCell {TD} at (2,25) size 104x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 161x21
+              RenderTableCell {TD} at (2,25) size 105x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {TD} at (108,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (134,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,48) size 104x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,48) size 105x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 3.1&quot;
</span><del>-              RenderTableCell {TD} at (108,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (134,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {TR} at (0,71) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,71) size 104x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,71) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,71) size 105x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 4.1&quot;
</span><del>-              RenderTableCell {TD} at (108,71) size 24x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,71) size 25x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {TD} at (134,71) size 24x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,71) size 25x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {TR} at (0,94) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,94) size 104x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,94) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,94) size 105x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 5.1&quot;
</span><del>-              RenderTableCell {TD} at (108,94) size 24x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,94) size 25x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {TD} at (134,94) size 24x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,94) size 25x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {TR} at (0,117) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,117) size 104x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,117) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,117) size 105x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 6.1&quot;
</span><del>-              RenderTableCell {TD} at (108,117) size 24x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,117) size 25x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {TD} at (134,117) size 24x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,117) size 25x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">         RenderBlock {P} at (0,158) size 784x0
</span><del>-        RenderTable {TABLE} at (0,158) size 335x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 333x71
-            RenderTableRow {TR} at (0,2) size 333x21
-              RenderTableCell {TD} at (2,2) size 24x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,158) size 336x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 334x71
+            RenderTableRow {TR} at (0,2) size 334x21
+              RenderTableCell {TD} at (2,2) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {TD} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-              RenderTableCell {TD} at (121,2) size 24x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (121,2) size 25x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.4&quot;
</span><del>-              RenderTableCell {TD} at (147,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (147,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (214,2) size 24x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,2) size 25x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.6&quot;
</span><del>-              RenderTableCell {TD} at (240,2) size 24x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (240,2) size 25x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.7&quot;
</span><del>-              RenderTableCell {TD} at (266,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (266,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 333x21
-              RenderTableCell {TD} at (2,25) size 24x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 334x21
+              RenderTableCell {TD} at (2,25) size 25x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {TD} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-              RenderTableCell {TD} at (121,25) size 24x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (121,25) size 25x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.4&quot;
</span><del>-              RenderTableCell {TD} at (147,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (147,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (214,25) size 24x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,25) size 25x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.6&quot;
</span><del>-              RenderTableCell {TD} at (240,25) size 24x21 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (240,25) size 25x21 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.7&quot;
</span><del>-              RenderTableCell {TD} at (266,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (266,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 333x21
-              RenderTableCell {TD} at (2,48) size 24x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 334x21
+              RenderTableCell {TD} at (2,48) size 25x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {TD} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-              RenderTableCell {TD} at (121,48) size 24x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (121,48) size 25x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.4&quot;
</span><del>-              RenderTableCell {TD} at (147,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (147,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (214,48) size 24x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (214,48) size 25x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.6&quot;
</span><del>-              RenderTableCell {TD} at (240,48) size 24x21 [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (240,48) size 25x21 [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.7&quot;
</span><del>-              RenderTableCell {TD} at (266,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (266,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel32expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-32-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-32-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-32-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -4,36 +4,36 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x130
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x106
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x73
</span><del>-        RenderTable {TABLE} at (0,0) size 123x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 121x71
-            RenderTableRow {TR} at (0,2) size 121x21
-              RenderTableCell {TD} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 124x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 122x71
+            RenderTableRow {TR} at (0,2) size 122x21
+              RenderTableCell {TD} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 121x21
-              RenderTableCell {TD} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 122x21
+              RenderTableCell {TD} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 121x21
-              RenderTableCell {TD} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 122x21
+              RenderTableCell {TD} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><span class="cx">       RenderBlock {P} at (0,89) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel33expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-33-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-33-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-33-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -4,36 +4,36 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x130
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x106
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x73
</span><del>-        RenderTable {TABLE} at (0,0) size 123x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 121x71
-            RenderTableRow {TR} at (0,2) size 121x21
-              RenderTableCell {TD} at (2,2) size 24x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 124x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 122x71
+            RenderTableRow {TR} at (0,2) size 122x21
+              RenderTableCell {TD} at (2,2) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {TD} at (28,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (54,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (54,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 121x21
-              RenderTableCell {TD} at (2,25) size 24x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 122x21
+              RenderTableCell {TD} at (2,25) size 25x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {TD} at (28,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (54,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (54,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 121x21
-              RenderTableCell {TD} at (2,48) size 24x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 122x21
+              RenderTableCell {TD} at (2,48) size 25x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {TD} at (28,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (54,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (54,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><span class="cx">       RenderBlock {P} at (0,89) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel43expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-43-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-43-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-43-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,17 +7,17 @@
</span><span class="cx">         RenderBlock {P} at (0,0) size 784x17 [bgcolor=#00FF00]
</span><span class="cx">           RenderText {#text} at (0,0) size 304x17
</span><span class="cx">             text run at (0,0) width 304: &quot;This paragraph should have a green background&quot;
</span><del>-        RenderTable {TABLE} at (0,33) size 310x55
-          RenderTableSection {TBODY} at (0,0) size 310x55
-            RenderTableRow {TR} at (0,2) size 310x51
-              RenderTableCell {TD} at (2,2) size 306x51 [r=0 c=0 rs=1 cs=1]
-                RenderBlock {P} at (1,17) size 304x17 [bgcolor=#00FF00]
</del><ins>+        RenderTable {TABLE} at (0,33) size 311x55
+          RenderTableSection {TBODY} at (0,0) size 311x55
+            RenderTableRow {TR} at (0,2) size 311x51
+              RenderTableCell {TD} at (2,2) size 307x51 [r=0 c=0 rs=1 cs=1]
+                RenderBlock {P} at (1,17) size 305x17 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 304x17
</span><span class="cx">                     text run at (0,0) width 304: &quot;This paragraph should have a green background&quot;
</span><del>-      RenderTable {TABLE} at (0,88) size 227x55
-        RenderTableSection {TBODY} at (0,0) size 227x55
-          RenderTableRow {TR} at (0,2) size 227x51
-            RenderTableCell {TD} at (2,2) size 223x51 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {P} at (1,17) size 221x17
</del><ins>+      RenderTable {TABLE} at (0,88) size 228x55
+        RenderTableSection {TBODY} at (0,0) size 228x55
+          RenderTableRow {TR} at (0,2) size 228x51
+            RenderTableCell {TD} at (2,2) size 224x51 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {P} at (1,17) size 222x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 221x17
</span><span class="cx">                   text run at (0,0) width 221: &quot;This paragraph should be unstyled.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel43bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-43b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-43b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-43b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,17 +7,17 @@
</span><span class="cx">         RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">           RenderText {#text} at (0,0) size 217x17
</span><span class="cx">             text run at (0,0) width 217: &quot;This paragraph should be unstyled&quot;
</span><del>-        RenderTable {TABLE} at (0,33) size 223x55
-          RenderTableSection {TBODY} at (0,0) size 223x55
-            RenderTableRow {TR} at (0,2) size 223x51
-              RenderTableCell {TD} at (2,2) size 219x51 [r=0 c=0 rs=1 cs=1]
-                RenderBlock {P} at (1,17) size 217x17
</del><ins>+        RenderTable {TABLE} at (0,33) size 224x55
+          RenderTableSection {TBODY} at (0,0) size 224x55
+            RenderTableRow {TR} at (0,2) size 224x51
+              RenderTableCell {TD} at (2,2) size 220x51 [r=0 c=0 rs=1 cs=1]
+                RenderBlock {P} at (1,17) size 218x17
</ins><span class="cx">                   RenderText {#text} at (0,0) size 217x17
</span><span class="cx">                     text run at (0,0) width 217: &quot;This paragraph should be unstyled&quot;
</span><del>-      RenderTable {TABLE} at (0,88) size 310x55
-        RenderTableSection {TBODY} at (0,0) size 310x55
-          RenderTableRow {TR} at (0,2) size 310x51
-            RenderTableCell {TD} at (2,2) size 306x51 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {P} at (1,17) size 304x17 [bgcolor=#00FF00]
</del><ins>+      RenderTable {TABLE} at (0,88) size 311x55
+        RenderTableSection {TBODY} at (0,0) size 311x55
+          RenderTableRow {TR} at (0,2) size 311x51
+            RenderTableCell {TD} at (2,2) size 307x51 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {P} at (1,17) size 305x17 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 304x17
</span><span class="cx">                   text run at (0,0) width 304: &quot;This paragraph should have a green background&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel44expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-44-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-44-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-44-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -11,10 +11,10 @@
</span><span class="cx">           RenderBlock {P} at (0,0) size 784x17 [bgcolor=#00FF00]
</span><span class="cx">             RenderText {#text} at (0,0) size 304x17
</span><span class="cx">               text run at (0,0) width 304: &quot;This paragraph should have a green background&quot;
</span><del>-      RenderTable {TABLE} at (0,66) size 227x55
-        RenderTableSection {TBODY} at (0,0) size 227x55
-          RenderTableRow {TR} at (0,2) size 227x51
-            RenderTableCell {TD} at (2,2) size 223x51 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {P} at (1,17) size 221x17
</del><ins>+      RenderTable {TABLE} at (0,66) size 228x55
+        RenderTableSection {TBODY} at (0,0) size 228x55
+          RenderTableRow {TR} at (0,2) size 228x51
+            RenderTableCell {TD} at (2,2) size 224x51 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {P} at (1,17) size 222x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 221x17
</span><span class="cx">                   text run at (0,0) width 221: &quot;This paragraph should be unstyled.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel44bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-44b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-44b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-44b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -11,10 +11,10 @@
</span><span class="cx">           RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">             RenderText {#text} at (0,0) size 221x17
</span><span class="cx">               text run at (0,0) width 221: &quot;This paragraph should be unstyled.&quot;
</span><del>-      RenderTable {TABLE} at (0,66) size 314x55
-        RenderTableSection {TBODY} at (0,0) size 314x55
-          RenderTableRow {TR} at (0,2) size 314x51
-            RenderTableCell {TD} at (2,2) size 310x51 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {P} at (1,17) size 308x17 [bgcolor=#00FF00]
</del><ins>+      RenderTable {TABLE} at (0,66) size 315x55
+        RenderTableSection {TBODY} at (0,0) size 315x55
+          RenderTableRow {TR} at (0,2) size 315x51
+            RenderTableCell {TD} at (2,2) size 311x51 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {P} at (1,17) size 309x17 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 308x17
</span><span class="cx">                   text run at (0,0) width 308: &quot;This paragraph should have a green background.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel73expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-73-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-73-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-73-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,143 +54,143 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 86x17
</span><span class="cx">             text run at (0,0) width 86: &quot;Sixth list item&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,236) size 784x231
</span><del>-        RenderTable {TABLE} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 160x140
-            RenderTableRow {TR} at (0,2) size 160x21
-              RenderTableCell {TD} at (2,2) size 104x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 161x140
+            RenderTableRow {TR} at (0,2) size 161x21
+              RenderTableCell {TD} at (2,2) size 105x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {TD} at (108,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (134,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 160x21
-              RenderTableCell {TD} at (2,25) size 104x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 161x21
+              RenderTableCell {TD} at (2,25) size 105x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {TD} at (108,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (134,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 160x21
-              RenderTableCell {TD} at (2,48) size 104x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 161x21
+              RenderTableCell {TD} at (2,48) size 105x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {TD} at (108,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (134,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {TR} at (0,71) size 160x21
-              RenderTableCell {TD} at (2,71) size 104x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,71) size 161x21
+              RenderTableCell {TD} at (2,71) size 105x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.1&quot;
</span><del>-              RenderTableCell {TD} at (108,71) size 24x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,71) size 25x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {TD} at (134,71) size 24x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,71) size 25x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {TR} at (0,94) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,94) size 104x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,94) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,94) size 105x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 5.1&quot;
</span><del>-              RenderTableCell {TD} at (108,94) size 24x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,94) size 25x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {TD} at (134,94) size 24x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,94) size 25x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {TR} at (0,117) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,117) size 104x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,117) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,117) size 105x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 6.1&quot;
</span><del>-              RenderTableCell {TD} at (108,117) size 24x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,117) size 25x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {TD} at (134,117) size 24x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,117) size 25x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">         RenderBlock {P} at (0,158) size 784x0
</span><del>-        RenderTable {TABLE} at (0,158) size 417x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 415x71
-            RenderTableRow {TR} at (0,2) size 415x21
-              RenderTableCell {TD} at (2,2) size 24x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,158) size 418x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 416x71
+            RenderTableRow {TR} at (0,2) size 416x21
+              RenderTableCell {TD} at (2,2) size 25x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {TD} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (162,2) size 24x21 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (162,2) size 25x21 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.4&quot;
</span><del>-              RenderTableCell {TD} at (188,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (188,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (255,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (255,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (322,2) size 24x21 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (322,2) size 25x21 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.7&quot;
</span><del>-              RenderTableCell {TD} at (348,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (348,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 415x21
-              RenderTableCell {TD} at (2,25) size 24x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 416x21
+              RenderTableCell {TD} at (2,25) size 25x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {TD} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (162,25) size 24x21 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (162,25) size 25x21 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.4&quot;
</span><del>-              RenderTableCell {TD} at (188,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (188,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (255,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (255,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (322,25) size 24x21 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (322,25) size 25x21 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.7&quot;
</span><del>-              RenderTableCell {TD} at (348,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (348,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 415x21
-              RenderTableCell {TD} at (2,48) size 24x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 416x21
+              RenderTableCell {TD} at (2,48) size 25x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {TD} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (162,48) size 24x21 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (162,48) size 25x21 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.4&quot;
</span><del>-              RenderTableCell {TD} at (188,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (188,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (255,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (255,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (322,48) size 24x21 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (322,48) size 25x21 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.7&quot;
</span><del>-              RenderTableCell {TD} at (348,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (348,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel73bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-73b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-73b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-73b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,143 +54,143 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 86x17
</span><span class="cx">             text run at (0,0) width 86: &quot;Sixth list item&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,236) size 784x231
</span><del>-        RenderTable {TABLE} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 160x140
-            RenderTableRow {TR} at (0,2) size 160x21
-              RenderTableCell {TD} at (2,2) size 104x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 161x140
+            RenderTableRow {TR} at (0,2) size 161x21
+              RenderTableCell {TD} at (2,2) size 105x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {TD} at (108,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (134,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 160x21
-              RenderTableCell {TD} at (2,25) size 104x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 161x21
+              RenderTableCell {TD} at (2,25) size 105x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {TD} at (108,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (134,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 160x21
-              RenderTableCell {TD} at (2,48) size 104x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 161x21
+              RenderTableCell {TD} at (2,48) size 105x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {TD} at (108,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (134,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {TR} at (0,71) size 160x21
-              RenderTableCell {TD} at (2,71) size 104x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,71) size 161x21
+              RenderTableCell {TD} at (2,71) size 105x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.1&quot;
</span><del>-              RenderTableCell {TD} at (108,71) size 24x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,71) size 25x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {TD} at (134,71) size 24x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,71) size 25x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {TR} at (0,94) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,94) size 104x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,94) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,94) size 105x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 5.1&quot;
</span><del>-              RenderTableCell {TD} at (108,94) size 24x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,94) size 25x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {TD} at (134,94) size 24x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,94) size 25x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {TR} at (0,117) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,117) size 104x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,117) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,117) size 105x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 6.1&quot;
</span><del>-              RenderTableCell {TD} at (108,117) size 24x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,117) size 25x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {TD} at (134,117) size 24x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,117) size 25x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">         RenderBlock {P} at (0,158) size 784x0
</span><del>-        RenderTable {TABLE} at (0,158) size 417x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 415x71
-            RenderTableRow {TR} at (0,2) size 415x21
-              RenderTableCell {TD} at (2,2) size 24x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,158) size 418x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 416x71
+            RenderTableRow {TR} at (0,2) size 416x21
+              RenderTableCell {TD} at (2,2) size 25x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {TD} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (162,2) size 24x21 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (162,2) size 25x21 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.4&quot;
</span><del>-              RenderTableCell {TD} at (188,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (188,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (255,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (255,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (322,2) size 24x21 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (322,2) size 25x21 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.7&quot;
</span><del>-              RenderTableCell {TD} at (348,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (348,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 415x21
-              RenderTableCell {TD} at (2,25) size 24x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 416x21
+              RenderTableCell {TD} at (2,25) size 25x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {TD} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (162,25) size 24x21 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (162,25) size 25x21 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.4&quot;
</span><del>-              RenderTableCell {TD} at (188,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (188,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (255,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (255,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (322,25) size 24x21 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (322,25) size 25x21 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.7&quot;
</span><del>-              RenderTableCell {TD} at (348,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (348,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 415x21
-              RenderTableCell {TD} at (2,48) size 24x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 416x21
+              RenderTableCell {TD} at (2,48) size 25x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {TD} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (162,48) size 24x21 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (162,48) size 25x21 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.4&quot;
</span><del>-              RenderTableCell {TD} at (188,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (188,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (255,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (255,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (322,48) size 24x21 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (322,48) size 25x21 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.7&quot;
</span><del>-              RenderTableCell {TD} at (348,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (348,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel74expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-74-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-74-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-74-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,143 +54,143 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 324x17
</span><span class="cx">             text run at (0,0) width 324: &quot;This sixth list item should have a green background&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,236) size 784x231
</span><del>-        RenderTable {TABLE} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 160x140
-            RenderTableRow {TR} at (0,2) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,2) size 104x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 161x140
+            RenderTableRow {TR} at (0,2) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,2) size 105x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 1.1&quot;
</span><del>-              RenderTableCell {TD} at (108,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (134,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,25) size 104x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,25) size 105x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 2.1&quot;
</span><del>-              RenderTableCell {TD} at (108,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (134,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 160x21
-              RenderTableCell {TD} at (2,48) size 104x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 161x21
+              RenderTableCell {TD} at (2,48) size 105x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {TD} at (108,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (134,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {TR} at (0,71) size 160x21
-              RenderTableCell {TD} at (2,71) size 104x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,71) size 161x21
+              RenderTableCell {TD} at (2,71) size 105x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.1&quot;
</span><del>-              RenderTableCell {TD} at (108,71) size 24x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,71) size 25x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {TD} at (134,71) size 24x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,71) size 25x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {TR} at (0,94) size 160x21
-              RenderTableCell {TD} at (2,94) size 104x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,94) size 161x21
+              RenderTableCell {TD} at (2,94) size 105x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.1&quot;
</span><del>-              RenderTableCell {TD} at (108,94) size 24x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,94) size 25x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {TD} at (134,94) size 24x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,94) size 25x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {TR} at (0,117) size 160x21
-              RenderTableCell {TD} at (2,117) size 104x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,117) size 161x21
+              RenderTableCell {TD} at (2,117) size 105x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.1&quot;
</span><del>-              RenderTableCell {TD} at (108,117) size 24x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,117) size 25x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {TD} at (134,117) size 24x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,117) size 25x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">         RenderBlock {P} at (0,158) size 784x0
</span><del>-        RenderTable {TABLE} at (0,158) size 417x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 415x71
-            RenderTableRow {TR} at (0,2) size 415x21
-              RenderTableCell {TD} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,158) size 418x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 416x71
+            RenderTableRow {TR} at (0,2) size 416x21
+              RenderTableCell {TD} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (162,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (162,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (229,2) size 24x21 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (229,2) size 25x21 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.5&quot;
</span><del>-              RenderTableCell {TD} at (255,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (255,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (322,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (322,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (389,2) size 24x21 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,2) size 25x21 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.8&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 415x21
-              RenderTableCell {TD} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 416x21
+              RenderTableCell {TD} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (162,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (162,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (229,25) size 24x21 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (229,25) size 25x21 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.5&quot;
</span><del>-              RenderTableCell {TD} at (255,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (255,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (322,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (322,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (389,25) size 24x21 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,25) size 25x21 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.8&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 415x21
-              RenderTableCell {TD} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 416x21
+              RenderTableCell {TD} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (162,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (162,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (229,48) size 24x21 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (229,48) size 25x21 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.5&quot;
</span><del>-              RenderTableCell {TD} at (255,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (255,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (322,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (322,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (389,48) size 24x21 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,48) size 25x21 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.8&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel74bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-74b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-74b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-74b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,143 +54,143 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 324x17
</span><span class="cx">             text run at (0,0) width 324: &quot;This sixth list item should have a green background&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,236) size 784x231
</span><del>-        RenderTable {TABLE} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 160x140
-            RenderTableRow {TR} at (0,2) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,2) size 104x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 161x140
+            RenderTableRow {TR} at (0,2) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,2) size 105x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 1.1&quot;
</span><del>-              RenderTableCell {TD} at (108,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (134,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {TD} at (2,25) size 104x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {TD} at (2,25) size 105x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 2.1&quot;
</span><del>-              RenderTableCell {TD} at (108,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (134,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 160x21
-              RenderTableCell {TD} at (2,48) size 104x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 161x21
+              RenderTableCell {TD} at (2,48) size 105x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {TD} at (108,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (134,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {TR} at (0,71) size 160x21
-              RenderTableCell {TD} at (2,71) size 104x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,71) size 161x21
+              RenderTableCell {TD} at (2,71) size 105x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.1&quot;
</span><del>-              RenderTableCell {TD} at (108,71) size 24x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,71) size 25x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {TD} at (134,71) size 24x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,71) size 25x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {TR} at (0,94) size 160x21
-              RenderTableCell {TD} at (2,94) size 104x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,94) size 161x21
+              RenderTableCell {TD} at (2,94) size 105x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.1&quot;
</span><del>-              RenderTableCell {TD} at (108,94) size 24x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,94) size 25x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {TD} at (134,94) size 24x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,94) size 25x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {TR} at (0,117) size 160x21
-              RenderTableCell {TD} at (2,117) size 104x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,117) size 161x21
+              RenderTableCell {TD} at (2,117) size 105x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.1&quot;
</span><del>-              RenderTableCell {TD} at (108,117) size 24x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (108,117) size 25x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {TD} at (134,117) size 24x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (134,117) size 25x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">         RenderBlock {P} at (0,158) size 784x0
</span><del>-        RenderTable {TABLE} at (0,158) size 417x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 415x71
-            RenderTableRow {TR} at (0,2) size 415x21
-              RenderTableCell {TD} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,158) size 418x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 416x71
+            RenderTableRow {TR} at (0,2) size 416x21
+              RenderTableCell {TD} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {TD} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (162,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (162,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (229,2) size 24x21 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (229,2) size 25x21 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.5&quot;
</span><del>-              RenderTableCell {TD} at (255,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (255,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (322,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (322,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (389,2) size 24x21 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,2) size 25x21 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.8&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 415x21
-              RenderTableCell {TD} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 416x21
+              RenderTableCell {TD} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {TD} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (162,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (162,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (229,25) size 24x21 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (229,25) size 25x21 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.5&quot;
</span><del>-              RenderTableCell {TD} at (255,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (255,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (322,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (322,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (389,25) size 24x21 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,25) size 25x21 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.8&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 415x21
-              RenderTableCell {TD} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 416x21
+              RenderTableCell {TD} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {TD} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (162,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (162,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (229,48) size 24x21 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (229,48) size 25x21 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.5&quot;
</span><del>-              RenderTableCell {TD} at (255,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (255,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (322,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (322,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (389,48) size 24x21 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,48) size 25x21 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.8&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel77expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-77-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-77-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-77-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -4,36 +4,36 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x130
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x106
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x73
</span><del>-        RenderTable {TABLE} at (0,0) size 164x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 162x71
-            RenderTableRow {TR} at (0,2) size 162x21
-              RenderTableCell {TD} at (2,2) size 24x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 165x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 163x71
+            RenderTableRow {TR} at (0,2) size 163x21
+              RenderTableCell {TD} at (2,2) size 25x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {TD} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 162x21
-              RenderTableCell {TD} at (2,25) size 24x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 163x21
+              RenderTableCell {TD} at (2,25) size 25x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {TD} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 162x21
-              RenderTableCell {TD} at (2,48) size 24x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 163x21
+              RenderTableCell {TD} at (2,48) size 25x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {TD} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><span class="cx">       RenderBlock {P} at (0,89) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel77bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-77b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-77b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-77b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -4,36 +4,36 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x130
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x106
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x73
</span><del>-        RenderTable {TABLE} at (0,0) size 164x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 162x71
-            RenderTableRow {TR} at (0,2) size 162x21
-              RenderTableCell {TD} at (2,2) size 24x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 165x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 163x71
+            RenderTableRow {TR} at (0,2) size 163x21
+              RenderTableCell {TD} at (2,2) size 25x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {TD} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 162x21
-              RenderTableCell {TD} at (2,25) size 24x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 163x21
+              RenderTableCell {TD} at (2,25) size 25x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {TD} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 162x21
-              RenderTableCell {TD} at (2,48) size 24x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 163x21
+              RenderTableCell {TD} at (2,48) size 25x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {TD} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><span class="cx">       RenderBlock {P} at (0,89) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel78expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-78-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-78-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-78-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -4,36 +4,36 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x130
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x106
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x73
</span><del>-        RenderTable {TABLE} at (0,0) size 164x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 162x71
-            RenderTableRow {TR} at (0,2) size 162x21
-              RenderTableCell {TD} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 165x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 163x71
+            RenderTableRow {TR} at (0,2) size 163x21
+              RenderTableCell {TD} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (136,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (136,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 162x21
-              RenderTableCell {TD} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 163x21
+              RenderTableCell {TD} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (136,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (136,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 162x21
-              RenderTableCell {TD} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 163x21
+              RenderTableCell {TD} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (136,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (136,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><span class="cx">       RenderBlock {P} at (0,89) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3htmlcss3modsel78bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-78b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-78b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/html/css3-modsel-78b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -4,36 +4,36 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x130
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x106
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x73
</span><del>-        RenderTable {TABLE} at (0,0) size 164x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 162x71
-            RenderTableRow {TR} at (0,2) size 162x21
-              RenderTableCell {TD} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 165x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 163x71
+            RenderTableRow {TR} at (0,2) size 163x21
+              RenderTableCell {TD} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (136,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (136,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 162x21
-              RenderTableCell {TD} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 163x21
+              RenderTableCell {TD} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (136,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (136,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 162x21
-              RenderTableCell {TD} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 163x21
+              RenderTableCell {TD} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (69,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (69,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {TD} at (136,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (136,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><span class="cx">       RenderBlock {P} at (0,89) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel161expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -14,9 +14,9 @@
</span><span class="cx">             RenderText at (4,4) size 83x17
</span><span class="cx">               text run at (4,4) width 83: &quot;This should&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {table} at (0,97) size 429x23 [bgcolor=#00FF00]
-        RenderTableSection (anonymous) at (0,0) size 429x23
-          RenderTableRow {tr} at (0,2) size 429x19
-            RenderTableCell {td} at (2,2) size 425x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,97) size 430x23 [bgcolor=#00FF00]
+        RenderTableSection (anonymous) at (0,0) size 430x23
+          RenderTableRow {tr} at (0,2) size 430x19
+            RenderTableCell {td} at (2,2) size 426x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 423x17
</span><span class="cx">                 text run at (1,1) width 423: &quot;This line should have a green background (or it might be unstyled).&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel18expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-18-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-18-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-18-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -31,33 +31,33 @@
</span><span class="cx">             text run at (270,0) width 5: &quot;)&quot;
</span><span class="cx">         RenderText {#text} at (275,0) size 387x17
</span><span class="cx">           text run at (275,0) width 387: &quot; should turn to green when the pointing device hovers over it.&quot;
</span><del>-      RenderTable {table} at (0,67) size 278x173
-        RenderTableSection {tbody} at (0,0) size 278x173
-          RenderTableRow {tr} at (0,5) size 278x19
-            RenderTableCell {td} at (5,5) size 78x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,67) size 279x173
+        RenderTableSection {tbody} at (0,0) size 279x173
+          RenderTableRow {tr} at (0,5) size 279x19
+            RenderTableCell {td} at (5,5) size 79x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 73x17
</span><span class="cx">                 text run at (1,1) width 73: &quot;The cells in&quot;
</span><del>-            RenderTableCell {td} at (88,5) size 81x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (88,5) size 82x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 56x17
</span><span class="cx">                 text run at (1,1) width 56: &quot;this table&quot;
</span><del>-            RenderTableCell {td} at (174,5) size 99x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (174,5) size 100x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 62x17
</span><span class="cx">                 text run at (1,1) width 62: &quot;should go&quot;
</span><del>-          RenderTableRow {tr} at (0,29) size 278x19
-            RenderTableCell {td} at (5,29) size 78x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,29) size 279x19
+            RenderTableCell {td} at (5,29) size 79x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 74x17
</span><span class="cx">                 text run at (1,1) width 74: &quot;green when&quot;
</span><del>-            RenderTableCell {td} at (88,29) size 81x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (88,29) size 82x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 64x17
</span><span class="cx">                 text run at (1,1) width 64: &quot;you hover&quot;
</span><del>-            RenderTableCell {td} at (174,29) size 99x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (174,29) size 100x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 75x17
</span><span class="cx">                 text run at (1,1) width 75: &quot;the pointing&quot;
</span><del>-          RenderTableRow {tr} at (0,53) size 278x19
-            RenderTableCell {td} at (5,53) size 78x19 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,53) size 279x19
+            RenderTableCell {td} at (5,53) size 79x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 73x17
</span><span class="cx">                 text run at (1,1) width 73: &quot;device over&quot;
</span><del>-            RenderTableCell {td} at (88,53) size 81x19 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (88,53) size 82x19 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 40x17
</span><span class="cx">                 text run at (1,1) width 40: &quot;them (&quot;
</span><span class="cx">               RenderInline {strong} at (0,0) size 30x17
</span><span class="lines">@@ -65,32 +65,32 @@
</span><span class="cx">                   text run at (41,1) width 30: &quot;here&quot;
</span><span class="cx">               RenderText {#text} at (71,1) size 9x17
</span><span class="cx">                 text run at (71,1) width 9: &quot;).&quot;
</span><del>-            RenderTableCell {td} at (174,61) size 99x2 [r=2 c=2 rs=1 cs=1]
-          RenderTableRow {tr} at (0,77) size 278x19
-            RenderTableCell {td} at (5,77) size 78x19 [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (174,61) size 100x3 [r=2 c=2 rs=1 cs=1]
+          RenderTableRow {tr} at (0,77) size 279x19
+            RenderTableCell {td} at (5,77) size 79x19 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 76x17
</span><span class="cx">                 text run at (1,1) width 76: &quot;The rows in&quot;
</span><del>-            RenderTableCell {td} at (88,77) size 81x19 [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (88,77) size 82x19 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 56x17
</span><span class="cx">                 text run at (1,1) width 56: &quot;this table&quot;
</span><del>-            RenderTableCell {td} at (174,77) size 99x19 [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (174,77) size 100x19 [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 62x17
</span><span class="cx">                 text run at (1,1) width 62: &quot;should go&quot;
</span><del>-          RenderTableRow {tr} at (0,101) size 278x19
-            RenderTableCell {td} at (5,101) size 78x19 [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,101) size 279x19
+            RenderTableCell {td} at (5,101) size 79x19 [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 67x17
</span><span class="cx">                 text run at (1,1) width 67: &quot;dark green&quot;
</span><del>-            RenderTableCell {td} at (88,101) size 81x19 [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (88,101) size 82x19 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 58x17
</span><span class="cx">                 text run at (1,1) width 58: &quot;when the&quot;
</span><del>-            RenderTableCell {td} at (174,101) size 99x19 [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (174,101) size 100x19 [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 97x17
</span><span class="cx">                 text run at (1,1) width 97: &quot;pointing device&quot;
</span><del>-          RenderTableRow {tr} at (0,125) size 278x19
-            RenderTableCell {td} at (5,125) size 78x19 [r=5 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,125) size 279x19
+            RenderTableCell {td} at (5,125) size 79x19 [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 65x17
</span><span class="cx">                 text run at (1,1) width 65: &quot;is over the&quot;
</span><del>-            RenderTableCell {td} at (88,125) size 81x19 [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (88,125) size 82x19 [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x17
</span><span class="cx">                 text run at (1,1) width 32: &quot;cells &quot;
</span><span class="cx">               RenderInline {strong} at (0,0) size 35x17
</span><span class="lines">@@ -98,9 +98,9 @@
</span><span class="cx">                   text run at (33,1) width 35: &quot;there&quot;
</span><span class="cx">               RenderText {#text} at (68,1) size 4x17
</span><span class="cx">                 text run at (68,1) width 4: &quot;:&quot;
</span><del>-            RenderTableCell {td} at (174,133) size 99x2 [r=5 c=2 rs=1 cs=1]
-          RenderTableRow {tr} at (0,149) size 278x19
-            RenderTableCell {td} at (5,149) size 78x19 [r=6 c=0 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (174,133) size 100x3 [r=5 c=2 rs=1 cs=1]
+          RenderTableRow {tr} at (0,149) size 279x19
+            RenderTableCell {td} at (5,149) size 79x19 [r=6 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 32x17
</span><span class="cx">                 text run at (1,1) width 32: &quot;And &quot;
</span><span class="cx">               RenderInline {strong} at (0,0) size 30x17
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx">                   text run at (33,1) width 30: &quot;here&quot;
</span><span class="cx">               RenderText {#text} at (63,1) size 4x17
</span><span class="cx">                 text run at (63,1) width 4: &quot;:&quot;
</span><del>-            RenderTableCell {td} at (88,157) size 81x2 [r=6 c=1 rs=1 cs=1]
-            RenderTableCell {td} at (174,149) size 99x19 [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (88,157) size 82x3 [r=6 c=1 rs=1 cs=1]
+            RenderTableCell {td} at (174,149) size 100x19 [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 81x17
</span><span class="cx">                 text run at (1,1) width 81: &quot;(blank cells).&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel18bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-18b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-18b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-18b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -14,23 +14,23 @@
</span><span class="cx">         RenderBlock {p} at (0,50) size 784x17
</span><span class="cx">           RenderText {#text} at (0,0) size 59x17
</span><span class="cx">             text run at (0,0) width 59: &quot;This text.&quot;
</span><del>-        RenderTable {table} at (0,83) size 111x99
-          RenderTableSection (anonymous) at (0,0) size 111x99
-            RenderTableRow {tr} at (0,2) size 111x74
-              RenderTableCell {td} at (2,2) size 107x74 [r=0 c=0 rs=1 cs=1]
-                RenderTable {table} at (1,1) size 105x72
-                  RenderTableSection (anonymous) at (0,0) size 105x72
-                    RenderTableRow {tr} at (0,2) size 105x68
-                      RenderTableCell {td} at (2,2) size 101x68 [r=0 c=0 rs=1 cs=1]
-                        RenderBlock {dl} at (1,17) size 99x34
-                          RenderBlock {dt} at (0,0) size 99x17
</del><ins>+        RenderTable {table} at (0,83) size 112x99
+          RenderTableSection (anonymous) at (0,0) size 112x99
+            RenderTableRow {tr} at (0,2) size 112x74
+              RenderTableCell {td} at (2,2) size 108x74 [r=0 c=0 rs=1 cs=1]
+                RenderTable {table} at (1,1) size 106x72
+                  RenderTableSection (anonymous) at (0,0) size 106x72
+                    RenderTableRow {tr} at (0,2) size 106x68
+                      RenderTableCell {td} at (2,2) size 102x68 [r=0 c=0 rs=1 cs=1]
+                        RenderBlock {dl} at (1,17) size 100x34
+                          RenderBlock {dt} at (0,0) size 100x17
</ins><span class="cx">                             RenderText {#text} at (0,0) size 59x17
</span><span class="cx">                               text run at (0,0) width 59: &quot;This text.&quot;
</span><del>-                          RenderBlock {dd} at (40,17) size 59x17
</del><ins>+                          RenderBlock {dd} at (40,17) size 60x17
</ins><span class="cx">                             RenderText {#text} at (0,0) size 59x17
</span><span class="cx">                               text run at (0,0) width 59: &quot;This text.&quot;
</span><del>-            RenderTableRow {tr} at (0,78) size 111x19
-              RenderTableCell {td} at (2,78) size 107x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,78) size 112x19
+              RenderTableCell {td} at (2,78) size 108x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 59x17
</span><span class="cx">                   text run at (1,1) width 59: &quot;This text.&quot;
</span><span class="cx">         RenderBlock {p} at (0,198) size 784x21
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel28expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-28-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-28-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-28-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,142 +54,142 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 324x17
</span><span class="cx">             text run at (0,0) width 324: &quot;This sixth list item should have a green background&quot;
</span><span class="cx">       RenderBlock {div} at (0,236) size 784x215
</span><del>-        RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 160x140
-            RenderTableRow {tr} at (0,2) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,2) size 104x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 161x140
+            RenderTableRow {tr} at (0,2) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,2) size 105x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 1.1&quot;
</span><del>-              RenderTableCell {td} at (108,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {td} at (134,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,25) size 104x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,25) size 105x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 2.1&quot;
</span><del>-              RenderTableCell {td} at (108,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {td} at (134,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,48) size 104x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,48) size 105x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 3.1&quot;
</span><del>-              RenderTableCell {td} at (108,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {td} at (134,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {tr} at (0,71) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,71) size 104x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,71) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,71) size 105x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 4.1&quot;
</span><del>-              RenderTableCell {td} at (108,71) size 24x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,71) size 25x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {td} at (134,71) size 24x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,71) size 25x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {tr} at (0,94) size 160x21
-              RenderTableCell {td} at (2,94) size 104x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,94) size 161x21
+              RenderTableCell {td} at (2,94) size 105x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.1&quot;
</span><del>-              RenderTableCell {td} at (108,94) size 24x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,94) size 25x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {td} at (134,94) size 24x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,94) size 25x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {tr} at (0,117) size 160x21
-              RenderTableCell {td} at (2,117) size 104x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,117) size 161x21
+              RenderTableCell {td} at (2,117) size 105x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.1&quot;
</span><del>-              RenderTableCell {td} at (108,117) size 24x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,117) size 25x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {td} at (134,117) size 24x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,117) size 25x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><del>-        RenderTable {table} at (0,142) size 335x73 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 333x71
-            RenderTableRow {tr} at (0,2) size 333x21
-              RenderTableCell {td} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,142) size 336x73 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 334x71
+            RenderTableRow {tr} at (0,2) size 334x21
+              RenderTableCell {td} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {td} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-              RenderTableCell {td} at (121,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (121,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (188,2) size 24x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (188,2) size 25x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.5&quot;
</span><del>-              RenderTableCell {td} at (214,2) size 24x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (214,2) size 25x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.6&quot;
</span><del>-              RenderTableCell {td} at (240,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (240,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (307,2) size 24x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (307,2) size 25x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.8&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 333x21
-              RenderTableCell {td} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 334x21
+              RenderTableCell {td} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {td} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-              RenderTableCell {td} at (121,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (121,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (188,25) size 24x21 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (188,25) size 25x21 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.5&quot;
</span><del>-              RenderTableCell {td} at (214,25) size 24x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (214,25) size 25x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.6&quot;
</span><del>-              RenderTableCell {td} at (240,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (240,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (307,25) size 24x21 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (307,25) size 25x21 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.8&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 333x21
-              RenderTableCell {td} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 334x21
+              RenderTableCell {td} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {td} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-              RenderTableCell {td} at (121,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (121,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (188,48) size 24x21 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (188,48) size 25x21 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.5&quot;
</span><del>-              RenderTableCell {td} at (214,48) size 24x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (214,48) size 25x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.6&quot;
</span><del>-              RenderTableCell {td} at (240,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (240,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (307,48) size 24x21 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (307,48) size 25x21 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.8&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel28bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-28b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-28b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-28b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,143 +54,143 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 324x17
</span><span class="cx">             text run at (0,0) width 324: &quot;This sixth list item should have a green background&quot;
</span><span class="cx">       RenderBlock {div} at (0,236) size 784x231
</span><del>-        RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 160x140
-            RenderTableRow {tr} at (0,2) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,2) size 104x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 161x140
+            RenderTableRow {tr} at (0,2) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,2) size 105x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 1.1&quot;
</span><del>-              RenderTableCell {td} at (108,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {td} at (134,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,25) size 104x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,25) size 105x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 2.1&quot;
</span><del>-              RenderTableCell {td} at (108,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {td} at (134,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,48) size 104x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,48) size 105x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 3.1&quot;
</span><del>-              RenderTableCell {td} at (108,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {td} at (134,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {tr} at (0,71) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,71) size 104x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,71) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,71) size 105x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 4.1&quot;
</span><del>-              RenderTableCell {td} at (108,71) size 24x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,71) size 25x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {td} at (134,71) size 24x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,71) size 25x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {tr} at (0,94) size 160x21
-              RenderTableCell {td} at (2,94) size 104x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,94) size 161x21
+              RenderTableCell {td} at (2,94) size 105x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.1&quot;
</span><del>-              RenderTableCell {td} at (108,94) size 24x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,94) size 25x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {td} at (134,94) size 24x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,94) size 25x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {tr} at (0,117) size 160x21
-              RenderTableCell {td} at (2,117) size 104x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,117) size 161x21
+              RenderTableCell {td} at (2,117) size 105x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.1&quot;
</span><del>-              RenderTableCell {td} at (108,117) size 24x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,117) size 25x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {td} at (134,117) size 24x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,117) size 25x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">         RenderBlock {p} at (0,158) size 784x0
</span><del>-        RenderTable {table} at (0,158) size 335x73 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 333x71
-            RenderTableRow {tr} at (0,2) size 333x21
-              RenderTableCell {td} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,158) size 336x73 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 334x71
+            RenderTableRow {tr} at (0,2) size 334x21
+              RenderTableCell {td} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {td} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-              RenderTableCell {td} at (121,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (121,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (188,2) size 24x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (188,2) size 25x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.5&quot;
</span><del>-              RenderTableCell {td} at (214,2) size 24x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (214,2) size 25x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.6&quot;
</span><del>-              RenderTableCell {td} at (240,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (240,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (307,2) size 24x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (307,2) size 25x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.8&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 333x21
-              RenderTableCell {td} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 334x21
+              RenderTableCell {td} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {td} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-              RenderTableCell {td} at (121,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (121,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (188,25) size 24x21 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (188,25) size 25x21 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.5&quot;
</span><del>-              RenderTableCell {td} at (214,25) size 24x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (214,25) size 25x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.6&quot;
</span><del>-              RenderTableCell {td} at (240,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (240,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (307,25) size 24x21 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (307,25) size 25x21 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.8&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 333x21
-              RenderTableCell {td} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 334x21
+              RenderTableCell {td} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {td} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-              RenderTableCell {td} at (121,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (121,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (188,48) size 24x21 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (188,48) size 25x21 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.5&quot;
</span><del>-              RenderTableCell {td} at (214,48) size 24x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (214,48) size 25x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.6&quot;
</span><del>-              RenderTableCell {td} at (240,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (240,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (307,48) size 24x21 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (307,48) size 25x21 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.8&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel29expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-29-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-29-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-29-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,143 +54,143 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 86x17
</span><span class="cx">             text run at (0,0) width 86: &quot;Sixth list item&quot;
</span><span class="cx">       RenderBlock {div} at (0,236) size 784x231
</span><del>-        RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 160x140
-            RenderTableRow {tr} at (0,2) size 160x21
-              RenderTableCell {td} at (2,2) size 104x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 161x140
+            RenderTableRow {tr} at (0,2) size 161x21
+              RenderTableCell {td} at (2,2) size 105x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {td} at (108,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {td} at (134,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 160x21
-              RenderTableCell {td} at (2,25) size 104x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 161x21
+              RenderTableCell {td} at (2,25) size 105x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {td} at (108,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {td} at (134,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 160x21 [bgcolor=#008000]
-              RenderTableCell {td} at (2,48) size 104x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 161x21 [bgcolor=#008000]
+              RenderTableCell {td} at (2,48) size 105x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 3.1&quot;
</span><del>-              RenderTableCell {td} at (108,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {td} at (134,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {tr} at (0,71) size 160x21 [bgcolor=#008000]
-              RenderTableCell {td} at (2,71) size 104x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,71) size 161x21 [bgcolor=#008000]
+              RenderTableCell {td} at (2,71) size 105x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 4.1&quot;
</span><del>-              RenderTableCell {td} at (108,71) size 24x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,71) size 25x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {td} at (134,71) size 24x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,71) size 25x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {tr} at (0,94) size 160x21 [bgcolor=#008000]
-              RenderTableCell {td} at (2,94) size 104x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,94) size 161x21 [bgcolor=#008000]
+              RenderTableCell {td} at (2,94) size 105x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 5.1&quot;
</span><del>-              RenderTableCell {td} at (108,94) size 24x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,94) size 25x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {td} at (134,94) size 24x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,94) size 25x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {tr} at (0,117) size 160x21 [bgcolor=#008000]
-              RenderTableCell {td} at (2,117) size 104x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,117) size 161x21 [bgcolor=#008000]
+              RenderTableCell {td} at (2,117) size 105x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 6.1&quot;
</span><del>-              RenderTableCell {td} at (108,117) size 24x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,117) size 25x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {td} at (134,117) size 24x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,117) size 25x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">         RenderBlock {p} at (0,158) size 784x0
</span><del>-        RenderTable {table} at (0,158) size 335x73 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 333x71
-            RenderTableRow {tr} at (0,2) size 333x21
-              RenderTableCell {td} at (2,2) size 24x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,158) size 336x73 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 334x71
+            RenderTableRow {tr} at (0,2) size 334x21
+              RenderTableCell {td} at (2,2) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {td} at (28,2) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,2) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-              RenderTableCell {td} at (121,2) size 24x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (121,2) size 25x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.4&quot;
</span><del>-              RenderTableCell {td} at (147,2) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (147,2) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (214,2) size 24x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (214,2) size 25x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.6&quot;
</span><del>-              RenderTableCell {td} at (240,2) size 24x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (240,2) size 25x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.7&quot;
</span><del>-              RenderTableCell {td} at (266,2) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (266,2) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 333x21
-              RenderTableCell {td} at (2,25) size 24x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 334x21
+              RenderTableCell {td} at (2,25) size 25x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {td} at (28,25) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,25) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-              RenderTableCell {td} at (121,25) size 24x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (121,25) size 25x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.4&quot;
</span><del>-              RenderTableCell {td} at (147,25) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (147,25) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (214,25) size 24x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (214,25) size 25x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.6&quot;
</span><del>-              RenderTableCell {td} at (240,25) size 24x21 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (240,25) size 25x21 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.7&quot;
</span><del>-              RenderTableCell {td} at (266,25) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (266,25) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 333x21
-              RenderTableCell {td} at (2,48) size 24x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 334x21
+              RenderTableCell {td} at (2,48) size 25x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {td} at (28,48) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,48) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-              RenderTableCell {td} at (121,48) size 24x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (121,48) size 25x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.4&quot;
</span><del>-              RenderTableCell {td} at (147,48) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (147,48) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (214,48) size 24x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (214,48) size 25x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.6&quot;
</span><del>-              RenderTableCell {td} at (240,48) size 24x21 [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (240,48) size 25x21 [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.7&quot;
</span><del>-              RenderTableCell {td} at (266,48) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (266,48) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel29bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-29b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-29b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-29b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,143 +54,143 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 86x17
</span><span class="cx">             text run at (0,0) width 86: &quot;Sixth list item&quot;
</span><span class="cx">       RenderBlock {div} at (0,236) size 784x231
</span><del>-        RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 160x140
-            RenderTableRow {tr} at (0,2) size 160x21
-              RenderTableCell {td} at (2,2) size 104x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 161x140
+            RenderTableRow {tr} at (0,2) size 161x21
+              RenderTableCell {td} at (2,2) size 105x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {td} at (108,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {td} at (134,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 160x21
-              RenderTableCell {td} at (2,25) size 104x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 161x21
+              RenderTableCell {td} at (2,25) size 105x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {td} at (108,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {td} at (134,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,48) size 104x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,48) size 105x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 3.1&quot;
</span><del>-              RenderTableCell {td} at (108,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {td} at (134,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {tr} at (0,71) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,71) size 104x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,71) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,71) size 105x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 4.1&quot;
</span><del>-              RenderTableCell {td} at (108,71) size 24x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,71) size 25x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {td} at (134,71) size 24x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,71) size 25x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {tr} at (0,94) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,94) size 104x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,94) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,94) size 105x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 5.1&quot;
</span><del>-              RenderTableCell {td} at (108,94) size 24x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,94) size 25x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {td} at (134,94) size 24x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,94) size 25x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {tr} at (0,117) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,117) size 104x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,117) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,117) size 105x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 6.1&quot;
</span><del>-              RenderTableCell {td} at (108,117) size 24x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,117) size 25x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {td} at (134,117) size 24x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,117) size 25x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">         RenderBlock {p} at (0,158) size 784x0
</span><del>-        RenderTable {table} at (0,158) size 335x73 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 333x71
-            RenderTableRow {tr} at (0,2) size 333x21
-              RenderTableCell {td} at (2,2) size 24x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,158) size 336x73 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 334x71
+            RenderTableRow {tr} at (0,2) size 334x21
+              RenderTableCell {td} at (2,2) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {td} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-              RenderTableCell {td} at (121,2) size 24x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (121,2) size 25x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.4&quot;
</span><del>-              RenderTableCell {td} at (147,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (147,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (214,2) size 24x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (214,2) size 25x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.6&quot;
</span><del>-              RenderTableCell {td} at (240,2) size 24x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (240,2) size 25x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.7&quot;
</span><del>-              RenderTableCell {td} at (266,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (266,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 333x21
-              RenderTableCell {td} at (2,25) size 24x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 334x21
+              RenderTableCell {td} at (2,25) size 25x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {td} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-              RenderTableCell {td} at (121,25) size 24x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (121,25) size 25x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.4&quot;
</span><del>-              RenderTableCell {td} at (147,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (147,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (214,25) size 24x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (214,25) size 25x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.6&quot;
</span><del>-              RenderTableCell {td} at (240,25) size 24x21 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (240,25) size 25x21 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.7&quot;
</span><del>-              RenderTableCell {td} at (266,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (266,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 333x21
-              RenderTableCell {td} at (2,48) size 24x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 334x21
+              RenderTableCell {td} at (2,48) size 25x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {td} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-              RenderTableCell {td} at (121,48) size 24x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (121,48) size 25x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.4&quot;
</span><del>-              RenderTableCell {td} at (147,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (147,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (214,48) size 24x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (214,48) size 25x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.6&quot;
</span><del>-              RenderTableCell {td} at (240,48) size 24x21 [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (240,48) size 25x21 [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.7&quot;
</span><del>-              RenderTableCell {td} at (266,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (266,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel32expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-32-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-32-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-32-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -4,36 +4,36 @@
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x130
</span><span class="cx">     RenderBody {body} at (8,8) size 784x106
</span><span class="cx">       RenderBlock {div} at (0,0) size 784x73
</span><del>-        RenderTable {table} at (0,0) size 123x73 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 121x71
-            RenderTableRow {tr} at (0,2) size 121x21
-              RenderTableCell {td} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,0) size 124x73 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 122x71
+            RenderTableRow {tr} at (0,2) size 122x21
+              RenderTableCell {td} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {td} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 121x21
-              RenderTableCell {td} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 122x21
+              RenderTableCell {td} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {td} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 121x21
-              RenderTableCell {td} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 122x21
+              RenderTableCell {td} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {td} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><span class="cx">       RenderBlock {p} at (0,89) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel33expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-33-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-33-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-33-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -4,36 +4,36 @@
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x130
</span><span class="cx">     RenderBody {body} at (8,8) size 784x106
</span><span class="cx">       RenderBlock {div} at (0,0) size 784x73
</span><del>-        RenderTable {table} at (0,0) size 123x73 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 121x71
-            RenderTableRow {tr} at (0,2) size 121x21
-              RenderTableCell {td} at (2,2) size 24x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,0) size 124x73 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 122x71
+            RenderTableRow {tr} at (0,2) size 122x21
+              RenderTableCell {td} at (2,2) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {td} at (28,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {td} at (54,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (54,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 121x21
-              RenderTableCell {td} at (2,25) size 24x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 122x21
+              RenderTableCell {td} at (2,25) size 25x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {td} at (28,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {td} at (54,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (54,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 121x21
-              RenderTableCell {td} at (2,48) size 24x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 122x21
+              RenderTableCell {td} at (2,48) size 25x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {td} at (28,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {td} at (54,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (54,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><span class="cx">       RenderBlock {p} at (0,89) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel43expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-43-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-43-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-43-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,17 +7,17 @@
</span><span class="cx">         RenderBlock {p} at (0,0) size 784x17 [bgcolor=#00FF00]
</span><span class="cx">           RenderText {#text} at (0,0) size 304x17
</span><span class="cx">             text run at (0,0) width 304: &quot;This paragraph should have a green background&quot;
</span><del>-        RenderTable {table} at (0,33) size 310x55
-          RenderTableSection {tbody} at (0,0) size 310x55
-            RenderTableRow {tr} at (0,2) size 310x51
-              RenderTableCell {td} at (2,2) size 306x51 [r=0 c=0 rs=1 cs=1]
-                RenderBlock {p} at (1,17) size 304x17 [bgcolor=#00FF00]
</del><ins>+        RenderTable {table} at (0,33) size 311x55
+          RenderTableSection {tbody} at (0,0) size 311x55
+            RenderTableRow {tr} at (0,2) size 311x51
+              RenderTableCell {td} at (2,2) size 307x51 [r=0 c=0 rs=1 cs=1]
+                RenderBlock {p} at (1,17) size 305x17 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 304x17
</span><span class="cx">                     text run at (0,0) width 304: &quot;This paragraph should have a green background&quot;
</span><del>-      RenderTable {table} at (0,88) size 227x55
-        RenderTableSection {tbody} at (0,0) size 227x55
-          RenderTableRow {tr} at (0,2) size 227x51
-            RenderTableCell {td} at (2,2) size 223x51 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {p} at (1,17) size 221x17
</del><ins>+      RenderTable {table} at (0,88) size 228x55
+        RenderTableSection {tbody} at (0,0) size 228x55
+          RenderTableRow {tr} at (0,2) size 228x51
+            RenderTableCell {td} at (2,2) size 224x51 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {p} at (1,17) size 222x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 221x17
</span><span class="cx">                   text run at (0,0) width 221: &quot;This paragraph should be unstyled.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel43bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-43b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-43b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-43b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,17 +7,17 @@
</span><span class="cx">         RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">           RenderText {#text} at (0,0) size 217x17
</span><span class="cx">             text run at (0,0) width 217: &quot;This paragraph should be unstyled&quot;
</span><del>-        RenderTable {table} at (0,33) size 223x55
-          RenderTableSection {tbody} at (0,0) size 223x55
-            RenderTableRow {tr} at (0,2) size 223x51
-              RenderTableCell {td} at (2,2) size 219x51 [r=0 c=0 rs=1 cs=1]
-                RenderBlock {p} at (1,17) size 217x17
</del><ins>+        RenderTable {table} at (0,33) size 224x55
+          RenderTableSection {tbody} at (0,0) size 224x55
+            RenderTableRow {tr} at (0,2) size 224x51
+              RenderTableCell {td} at (2,2) size 220x51 [r=0 c=0 rs=1 cs=1]
+                RenderBlock {p} at (1,17) size 218x17
</ins><span class="cx">                   RenderText {#text} at (0,0) size 217x17
</span><span class="cx">                     text run at (0,0) width 217: &quot;This paragraph should be unstyled&quot;
</span><del>-      RenderTable {table} at (0,88) size 310x55
-        RenderTableSection {tbody} at (0,0) size 310x55
-          RenderTableRow {tr} at (0,2) size 310x51
-            RenderTableCell {td} at (2,2) size 306x51 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {p} at (1,17) size 304x17 [bgcolor=#00FF00]
</del><ins>+      RenderTable {table} at (0,88) size 311x55
+        RenderTableSection {tbody} at (0,0) size 311x55
+          RenderTableRow {tr} at (0,2) size 311x51
+            RenderTableCell {td} at (2,2) size 307x51 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {p} at (1,17) size 305x17 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 304x17
</span><span class="cx">                   text run at (0,0) width 304: &quot;This paragraph should have a green background&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel44expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-44-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-44-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-44-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -11,10 +11,10 @@
</span><span class="cx">           RenderBlock {p} at (0,0) size 784x17 [bgcolor=#00FF00]
</span><span class="cx">             RenderText {#text} at (0,0) size 304x17
</span><span class="cx">               text run at (0,0) width 304: &quot;This paragraph should have a green background&quot;
</span><del>-      RenderTable {table} at (0,66) size 227x55
-        RenderTableSection {tbody} at (0,0) size 227x55
-          RenderTableRow {tr} at (0,2) size 227x51
-            RenderTableCell {td} at (2,2) size 223x51 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {p} at (1,17) size 221x17
</del><ins>+      RenderTable {table} at (0,66) size 228x55
+        RenderTableSection {tbody} at (0,0) size 228x55
+          RenderTableRow {tr} at (0,2) size 228x51
+            RenderTableCell {td} at (2,2) size 224x51 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {p} at (1,17) size 222x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 221x17
</span><span class="cx">                   text run at (0,0) width 221: &quot;This paragraph should be unstyled.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel44bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-44b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-44b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-44b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -11,10 +11,10 @@
</span><span class="cx">           RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">             RenderText {#text} at (0,0) size 221x17
</span><span class="cx">               text run at (0,0) width 221: &quot;This paragraph should be unstyled.&quot;
</span><del>-      RenderTable {table} at (0,66) size 314x55
-        RenderTableSection {tbody} at (0,0) size 314x55
-          RenderTableRow {tr} at (0,2) size 314x51
-            RenderTableCell {td} at (2,2) size 310x51 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {p} at (1,17) size 308x17 [bgcolor=#00FF00]
</del><ins>+      RenderTable {table} at (0,66) size 315x55
+        RenderTableSection {tbody} at (0,0) size 315x55
+          RenderTableRow {tr} at (0,2) size 315x51
+            RenderTableCell {td} at (2,2) size 311x51 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {p} at (1,17) size 309x17 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 308x17
</span><span class="cx">                   text run at (0,0) width 308: &quot;This paragraph should have a green background.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel73expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-73-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-73-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-73-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,143 +54,143 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 86x17
</span><span class="cx">             text run at (0,0) width 86: &quot;Sixth list item&quot;
</span><span class="cx">       RenderBlock {div} at (0,236) size 784x231
</span><del>-        RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 160x140
-            RenderTableRow {tr} at (0,2) size 160x21
-              RenderTableCell {td} at (2,2) size 104x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 161x140
+            RenderTableRow {tr} at (0,2) size 161x21
+              RenderTableCell {td} at (2,2) size 105x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {td} at (108,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {td} at (134,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 160x21
-              RenderTableCell {td} at (2,25) size 104x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 161x21
+              RenderTableCell {td} at (2,25) size 105x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {td} at (108,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {td} at (134,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 160x21
-              RenderTableCell {td} at (2,48) size 104x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 161x21
+              RenderTableCell {td} at (2,48) size 105x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {td} at (108,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {td} at (134,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {tr} at (0,71) size 160x21
-              RenderTableCell {td} at (2,71) size 104x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,71) size 161x21
+              RenderTableCell {td} at (2,71) size 105x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.1&quot;
</span><del>-              RenderTableCell {td} at (108,71) size 24x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,71) size 25x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {td} at (134,71) size 24x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,71) size 25x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {tr} at (0,94) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,94) size 104x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,94) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,94) size 105x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 5.1&quot;
</span><del>-              RenderTableCell {td} at (108,94) size 24x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,94) size 25x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {td} at (134,94) size 24x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,94) size 25x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {tr} at (0,117) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,117) size 104x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,117) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,117) size 105x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 6.1&quot;
</span><del>-              RenderTableCell {td} at (108,117) size 24x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,117) size 25x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {td} at (134,117) size 24x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,117) size 25x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">         RenderBlock {p} at (0,158) size 784x0
</span><del>-        RenderTable {table} at (0,158) size 417x73 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 415x71
-            RenderTableRow {tr} at (0,2) size 415x21
-              RenderTableCell {td} at (2,2) size 24x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,158) size 418x73 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 416x71
+            RenderTableRow {tr} at (0,2) size 416x21
+              RenderTableCell {td} at (2,2) size 25x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {td} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (162,2) size 24x21 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (162,2) size 25x21 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.4&quot;
</span><del>-              RenderTableCell {td} at (188,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (188,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (255,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (255,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (322,2) size 24x21 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (322,2) size 25x21 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.7&quot;
</span><del>-              RenderTableCell {td} at (348,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (348,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 415x21
-              RenderTableCell {td} at (2,25) size 24x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 416x21
+              RenderTableCell {td} at (2,25) size 25x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {td} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (162,25) size 24x21 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (162,25) size 25x21 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.4&quot;
</span><del>-              RenderTableCell {td} at (188,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (188,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (255,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (255,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (322,25) size 24x21 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (322,25) size 25x21 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.7&quot;
</span><del>-              RenderTableCell {td} at (348,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (348,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 415x21
-              RenderTableCell {td} at (2,48) size 24x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 416x21
+              RenderTableCell {td} at (2,48) size 25x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {td} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (162,48) size 24x21 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (162,48) size 25x21 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.4&quot;
</span><del>-              RenderTableCell {td} at (188,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (188,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (255,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (255,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (322,48) size 24x21 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (322,48) size 25x21 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.7&quot;
</span><del>-              RenderTableCell {td} at (348,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (348,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel73bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-73b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-73b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-73b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,143 +54,143 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 86x17
</span><span class="cx">             text run at (0,0) width 86: &quot;Sixth list item&quot;
</span><span class="cx">       RenderBlock {div} at (0,236) size 784x231
</span><del>-        RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 160x140
-            RenderTableRow {tr} at (0,2) size 160x21
-              RenderTableCell {td} at (2,2) size 104x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 161x140
+            RenderTableRow {tr} at (0,2) size 161x21
+              RenderTableCell {td} at (2,2) size 105x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {td} at (108,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {td} at (134,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 160x21
-              RenderTableCell {td} at (2,25) size 104x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 161x21
+              RenderTableCell {td} at (2,25) size 105x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {td} at (108,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {td} at (134,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 160x21
-              RenderTableCell {td} at (2,48) size 104x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 161x21
+              RenderTableCell {td} at (2,48) size 105x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {td} at (108,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {td} at (134,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {tr} at (0,71) size 160x21
-              RenderTableCell {td} at (2,71) size 104x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,71) size 161x21
+              RenderTableCell {td} at (2,71) size 105x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.1&quot;
</span><del>-              RenderTableCell {td} at (108,71) size 24x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,71) size 25x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {td} at (134,71) size 24x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,71) size 25x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {tr} at (0,94) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,94) size 104x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,94) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,94) size 105x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 5.1&quot;
</span><del>-              RenderTableCell {td} at (108,94) size 24x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,94) size 25x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {td} at (134,94) size 24x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,94) size 25x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {tr} at (0,117) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,117) size 104x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,117) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,117) size 105x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 6.1&quot;
</span><del>-              RenderTableCell {td} at (108,117) size 24x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,117) size 25x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {td} at (134,117) size 24x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,117) size 25x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">         RenderBlock {p} at (0,158) size 784x0
</span><del>-        RenderTable {table} at (0,158) size 417x73 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 415x71
-            RenderTableRow {tr} at (0,2) size 415x21
-              RenderTableCell {td} at (2,2) size 24x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,158) size 418x73 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 416x71
+            RenderTableRow {tr} at (0,2) size 416x21
+              RenderTableCell {td} at (2,2) size 25x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {td} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (162,2) size 24x21 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (162,2) size 25x21 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.4&quot;
</span><del>-              RenderTableCell {td} at (188,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (188,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (255,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (255,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (322,2) size 24x21 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (322,2) size 25x21 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.7&quot;
</span><del>-              RenderTableCell {td} at (348,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (348,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 415x21
-              RenderTableCell {td} at (2,25) size 24x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 416x21
+              RenderTableCell {td} at (2,25) size 25x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {td} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (162,25) size 24x21 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (162,25) size 25x21 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.4&quot;
</span><del>-              RenderTableCell {td} at (188,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (188,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (255,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (255,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (322,25) size 24x21 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (322,25) size 25x21 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.7&quot;
</span><del>-              RenderTableCell {td} at (348,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (348,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 415x21
-              RenderTableCell {td} at (2,48) size 24x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 416x21
+              RenderTableCell {td} at (2,48) size 25x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {td} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (162,48) size 24x21 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (162,48) size 25x21 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.4&quot;
</span><del>-              RenderTableCell {td} at (188,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (188,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (255,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (255,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (322,48) size 24x21 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (322,48) size 25x21 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.7&quot;
</span><del>-              RenderTableCell {td} at (348,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (348,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel74expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-74-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-74-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-74-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,143 +54,143 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 324x17
</span><span class="cx">             text run at (0,0) width 324: &quot;This sixth list item should have a green background&quot;
</span><span class="cx">       RenderBlock {div} at (0,236) size 784x231
</span><del>-        RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 160x140
-            RenderTableRow {tr} at (0,2) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,2) size 104x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 161x140
+            RenderTableRow {tr} at (0,2) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,2) size 105x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 1.1&quot;
</span><del>-              RenderTableCell {td} at (108,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {td} at (134,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,25) size 104x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,25) size 105x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 2.1&quot;
</span><del>-              RenderTableCell {td} at (108,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {td} at (134,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 160x21
-              RenderTableCell {td} at (2,48) size 104x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 161x21
+              RenderTableCell {td} at (2,48) size 105x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {td} at (108,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {td} at (134,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {tr} at (0,71) size 160x21
-              RenderTableCell {td} at (2,71) size 104x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,71) size 161x21
+              RenderTableCell {td} at (2,71) size 105x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.1&quot;
</span><del>-              RenderTableCell {td} at (108,71) size 24x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,71) size 25x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {td} at (134,71) size 24x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,71) size 25x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {tr} at (0,94) size 160x21
-              RenderTableCell {td} at (2,94) size 104x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,94) size 161x21
+              RenderTableCell {td} at (2,94) size 105x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.1&quot;
</span><del>-              RenderTableCell {td} at (108,94) size 24x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,94) size 25x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {td} at (134,94) size 24x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,94) size 25x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {tr} at (0,117) size 160x21
-              RenderTableCell {td} at (2,117) size 104x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,117) size 161x21
+              RenderTableCell {td} at (2,117) size 105x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.1&quot;
</span><del>-              RenderTableCell {td} at (108,117) size 24x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,117) size 25x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {td} at (134,117) size 24x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,117) size 25x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">         RenderBlock {p} at (0,158) size 784x0
</span><del>-        RenderTable {table} at (0,158) size 417x73 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 415x71
-            RenderTableRow {tr} at (0,2) size 415x21
-              RenderTableCell {td} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,158) size 418x73 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 416x71
+            RenderTableRow {tr} at (0,2) size 416x21
+              RenderTableCell {td} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {td} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (162,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (162,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (229,2) size 24x21 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (229,2) size 25x21 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.5&quot;
</span><del>-              RenderTableCell {td} at (255,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (255,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (322,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (322,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (389,2) size 24x21 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (389,2) size 25x21 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.8&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 415x21
-              RenderTableCell {td} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 416x21
+              RenderTableCell {td} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {td} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (162,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (162,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (229,25) size 24x21 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (229,25) size 25x21 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.5&quot;
</span><del>-              RenderTableCell {td} at (255,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (255,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (322,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (322,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (389,25) size 24x21 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (389,25) size 25x21 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.8&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 415x21
-              RenderTableCell {td} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 416x21
+              RenderTableCell {td} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {td} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (162,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (162,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (229,48) size 24x21 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (229,48) size 25x21 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.5&quot;
</span><del>-              RenderTableCell {td} at (255,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (255,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (322,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (322,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (389,48) size 24x21 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (389,48) size 25x21 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.8&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel74bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-74b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-74b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-74b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,143 +54,143 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 324x17
</span><span class="cx">             text run at (0,0) width 324: &quot;This sixth list item should have a green background&quot;
</span><span class="cx">       RenderBlock {div} at (0,236) size 784x231
</span><del>-        RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 160x140
-            RenderTableRow {tr} at (0,2) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,2) size 104x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 161x140
+            RenderTableRow {tr} at (0,2) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,2) size 105x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 1.1&quot;
</span><del>-              RenderTableCell {td} at (108,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {td} at (134,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 160x21 [bgcolor=#00FF00]
-              RenderTableCell {td} at (2,25) size 104x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 161x21 [bgcolor=#00FF00]
+              RenderTableCell {td} at (2,25) size 105x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                   text run at (2,2) width 100: &quot;Green row : 2.1&quot;
</span><del>-              RenderTableCell {td} at (108,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {td} at (134,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 160x21
-              RenderTableCell {td} at (2,48) size 104x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 161x21
+              RenderTableCell {td} at (2,48) size 105x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {td} at (108,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {td} at (134,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableRow {tr} at (0,71) size 160x21
-              RenderTableCell {td} at (2,71) size 104x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,71) size 161x21
+              RenderTableCell {td} at (2,71) size 105x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.1&quot;
</span><del>-              RenderTableCell {td} at (108,71) size 24x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,71) size 25x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-              RenderTableCell {td} at (134,71) size 24x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,71) size 25x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-            RenderTableRow {tr} at (0,94) size 160x21
-              RenderTableCell {td} at (2,94) size 104x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,94) size 161x21
+              RenderTableCell {td} at (2,94) size 105x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.1&quot;
</span><del>-              RenderTableCell {td} at (108,94) size 24x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,94) size 25x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-              RenderTableCell {td} at (134,94) size 24x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,94) size 25x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-            RenderTableRow {tr} at (0,117) size 160x21
-              RenderTableCell {td} at (2,117) size 104x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,117) size 161x21
+              RenderTableCell {td} at (2,117) size 105x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.1&quot;
</span><del>-              RenderTableCell {td} at (108,117) size 24x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (108,117) size 25x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-              RenderTableCell {td} at (134,117) size 24x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (134,117) size 25x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">         RenderBlock {p} at (0,158) size 784x0
</span><del>-        RenderTable {table} at (0,158) size 417x73 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 415x71
-            RenderTableRow {tr} at (0,2) size 415x21
-              RenderTableCell {td} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,158) size 418x73 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 416x71
+            RenderTableRow {tr} at (0,2) size 416x21
+              RenderTableCell {td} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-              RenderTableCell {td} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (162,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (162,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (229,2) size 24x21 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (229,2) size 25x21 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.5&quot;
</span><del>-              RenderTableCell {td} at (255,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (255,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (322,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (322,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (389,2) size 24x21 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (389,2) size 25x21 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.8&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 415x21
-              RenderTableCell {td} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 416x21
+              RenderTableCell {td} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-              RenderTableCell {td} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (162,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (162,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (229,25) size 24x21 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (229,25) size 25x21 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.5&quot;
</span><del>-              RenderTableCell {td} at (255,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (255,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (322,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (322,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (389,25) size 24x21 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (389,25) size 25x21 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.8&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 415x21
-              RenderTableCell {td} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 416x21
+              RenderTableCell {td} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-              RenderTableCell {td} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (162,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (162,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (229,48) size 24x21 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (229,48) size 25x21 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.5&quot;
</span><del>-              RenderTableCell {td} at (255,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (255,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (322,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (322,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (389,48) size 24x21 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (389,48) size 25x21 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.8&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel77expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-77-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-77-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-77-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -4,36 +4,36 @@
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x130
</span><span class="cx">     RenderBody {body} at (8,8) size 784x106
</span><span class="cx">       RenderBlock {div} at (0,0) size 784x73
</span><del>-        RenderTable {table} at (0,0) size 164x73 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 162x71
-            RenderTableRow {tr} at (0,2) size 162x21
-              RenderTableCell {td} at (2,2) size 24x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,0) size 165x73 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 163x71
+            RenderTableRow {tr} at (0,2) size 163x21
+              RenderTableCell {td} at (2,2) size 25x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {td} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 162x21
-              RenderTableCell {td} at (2,25) size 24x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 163x21
+              RenderTableCell {td} at (2,25) size 25x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {td} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 162x21
-              RenderTableCell {td} at (2,48) size 24x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 163x21
+              RenderTableCell {td} at (2,48) size 25x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {td} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><span class="cx">       RenderBlock {p} at (0,89) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel77bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-77b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-77b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-77b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -4,36 +4,36 @@
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x130
</span><span class="cx">     RenderBody {body} at (8,8) size 784x106
</span><span class="cx">       RenderBlock {div} at (0,0) size 784x73
</span><del>-        RenderTable {table} at (0,0) size 164x73 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 162x71
-            RenderTableRow {tr} at (0,2) size 162x21
-              RenderTableCell {td} at (2,2) size 24x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,0) size 165x73 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 163x71
+            RenderTableRow {tr} at (0,2) size 163x21
+              RenderTableCell {td} at (2,2) size 25x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-              RenderTableCell {td} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 162x21
-              RenderTableCell {td} at (2,25) size 24x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 163x21
+              RenderTableCell {td} at (2,25) size 25x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-              RenderTableCell {td} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 162x21
-              RenderTableCell {td} at (2,48) size 24x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 163x21
+              RenderTableCell {td} at (2,48) size 25x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-              RenderTableCell {td} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><span class="cx">       RenderBlock {p} at (0,89) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel78expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-78-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-78-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-78-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -4,36 +4,36 @@
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x130
</span><span class="cx">     RenderBody {body} at (8,8) size 784x106
</span><span class="cx">       RenderBlock {div} at (0,0) size 784x73
</span><del>-        RenderTable {table} at (0,0) size 164x73 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 162x71
-            RenderTableRow {tr} at (0,2) size 162x21
-              RenderTableCell {td} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,0) size 165x73 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 163x71
+            RenderTableRow {tr} at (0,2) size 163x21
+              RenderTableCell {td} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (136,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (136,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 162x21
-              RenderTableCell {td} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 163x21
+              RenderTableCell {td} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (136,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (136,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 162x21
-              RenderTableCell {td} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 163x21
+              RenderTableCell {td} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (136,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (136,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><span class="cx">       RenderBlock {p} at (0,89) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xhtmlcss3modsel78bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-78b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-78b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xhtml/css3-modsel-78b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -4,36 +4,36 @@
</span><span class="cx">   RenderBlock {html} at (0,0) size 800x130
</span><span class="cx">     RenderBody {body} at (8,8) size 784x106
</span><span class="cx">       RenderBlock {div} at (0,0) size 784x73
</span><del>-        RenderTable {table} at (0,0) size 164x73 [border: (1px outset #808080)]
-          RenderTableSection (anonymous) at (1,1) size 162x71
-            RenderTableRow {tr} at (0,2) size 162x21
-              RenderTableCell {td} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {table} at (0,0) size 165x73 [border: (1px outset #808080)]
+          RenderTableSection (anonymous) at (1,1) size 163x71
+            RenderTableRow {tr} at (0,2) size 163x21
+              RenderTableCell {td} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (136,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (136,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableRow {tr} at (0,25) size 162x21
-              RenderTableCell {td} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,25) size 163x21
+              RenderTableCell {td} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (136,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (136,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableRow {tr} at (0,48) size 162x21
-              RenderTableCell {td} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {tr} at (0,48) size 163x21
+              RenderTableCell {td} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (69,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (69,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                   text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-              RenderTableCell {td} at (136,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {td} at (136,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                   text run at (2,2) width 20: &quot;3.3&quot;
</span><span class="cx">       RenderBlock {p} at (0,89) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel161expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -13,9 +13,9 @@
</span><span class="cx">           RenderText at (4,4) size 83x17
</span><span class="cx">             text run at (4,4) width 83: &quot;This should&quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-    RenderTable {table} at (0,113) size 429x23 [bgcolor=#00FF00]
-      RenderTableSection (anonymous) at (0,0) size 429x23
-        RenderTableRow {tr} at (0,2) size 429x19
-          RenderTableCell {td} at (2,2) size 425x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {table} at (0,113) size 430x23 [bgcolor=#00FF00]
+      RenderTableSection (anonymous) at (0,0) size 430x23
+        RenderTableRow {tr} at (0,2) size 430x19
+          RenderTableCell {td} at (2,2) size 426x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 423x17
</span><span class="cx">               text run at (1,1) width 423: &quot;This line should have a green background (or it might be unstyled).&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel18expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-18-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-18-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-18-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -30,33 +30,33 @@
</span><span class="cx">           text run at (270,0) width 5: &quot;)&quot;
</span><span class="cx">       RenderText {#text} at (275,0) size 387x17
</span><span class="cx">         text run at (275,0) width 387: &quot; should turn to green when the pointing device hovers over it.&quot;
</span><del>-    RenderTable {table} at (0,83) size 278x173
-      RenderTableSection {tbody} at (0,0) size 278x173
-        RenderTableRow {tr} at (0,5) size 278x19
-          RenderTableCell {td} at (5,5) size 78x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {table} at (0,83) size 279x173
+      RenderTableSection {tbody} at (0,0) size 279x173
+        RenderTableRow {tr} at (0,5) size 279x19
+          RenderTableCell {td} at (5,5) size 79x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 73x17
</span><span class="cx">               text run at (1,1) width 73: &quot;The cells in&quot;
</span><del>-          RenderTableCell {td} at (88,5) size 81x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (88,5) size 82x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 56x17
</span><span class="cx">               text run at (1,1) width 56: &quot;this table&quot;
</span><del>-          RenderTableCell {td} at (174,5) size 99x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (174,5) size 100x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 62x17
</span><span class="cx">               text run at (1,1) width 62: &quot;should go&quot;
</span><del>-        RenderTableRow {tr} at (0,29) size 278x19
-          RenderTableCell {td} at (5,29) size 78x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+        RenderTableRow {tr} at (0,29) size 279x19
+          RenderTableCell {td} at (5,29) size 79x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 74x17
</span><span class="cx">               text run at (1,1) width 74: &quot;green when&quot;
</span><del>-          RenderTableCell {td} at (88,29) size 81x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (88,29) size 82x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 64x17
</span><span class="cx">               text run at (1,1) width 64: &quot;you hover&quot;
</span><del>-          RenderTableCell {td} at (174,29) size 99x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (174,29) size 100x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 75x17
</span><span class="cx">               text run at (1,1) width 75: &quot;the pointing&quot;
</span><del>-        RenderTableRow {tr} at (0,53) size 278x19
-          RenderTableCell {td} at (5,53) size 78x19 [r=2 c=0 rs=1 cs=1]
</del><ins>+        RenderTableRow {tr} at (0,53) size 279x19
+          RenderTableCell {td} at (5,53) size 79x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 73x17
</span><span class="cx">               text run at (1,1) width 73: &quot;device over&quot;
</span><del>-          RenderTableCell {td} at (88,53) size 81x19 [r=2 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (88,53) size 82x19 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 40x17
</span><span class="cx">               text run at (1,1) width 40: &quot;them (&quot;
</span><span class="cx">             RenderInline {strong} at (0,0) size 30x17
</span><span class="lines">@@ -64,32 +64,32 @@
</span><span class="cx">                 text run at (41,1) width 30: &quot;here&quot;
</span><span class="cx">             RenderText {#text} at (71,1) size 9x17
</span><span class="cx">               text run at (71,1) width 9: &quot;).&quot;
</span><del>-          RenderTableCell {td} at (174,61) size 99x2 [r=2 c=2 rs=1 cs=1]
-        RenderTableRow {tr} at (0,77) size 278x19
-          RenderTableCell {td} at (5,77) size 78x19 [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (174,61) size 100x3 [r=2 c=2 rs=1 cs=1]
+        RenderTableRow {tr} at (0,77) size 279x19
+          RenderTableCell {td} at (5,77) size 79x19 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 76x17
</span><span class="cx">               text run at (1,1) width 76: &quot;The rows in&quot;
</span><del>-          RenderTableCell {td} at (88,77) size 81x19 [r=3 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (88,77) size 82x19 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 56x17
</span><span class="cx">               text run at (1,1) width 56: &quot;this table&quot;
</span><del>-          RenderTableCell {td} at (174,77) size 99x19 [r=3 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (174,77) size 100x19 [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 62x17
</span><span class="cx">               text run at (1,1) width 62: &quot;should go&quot;
</span><del>-        RenderTableRow {tr} at (0,101) size 278x19
-          RenderTableCell {td} at (5,101) size 78x19 [r=4 c=0 rs=1 cs=1]
</del><ins>+        RenderTableRow {tr} at (0,101) size 279x19
+          RenderTableCell {td} at (5,101) size 79x19 [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 67x17
</span><span class="cx">               text run at (1,1) width 67: &quot;dark green&quot;
</span><del>-          RenderTableCell {td} at (88,101) size 81x19 [r=4 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (88,101) size 82x19 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 58x17
</span><span class="cx">               text run at (1,1) width 58: &quot;when the&quot;
</span><del>-          RenderTableCell {td} at (174,101) size 99x19 [r=4 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (174,101) size 100x19 [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 97x17
</span><span class="cx">               text run at (1,1) width 97: &quot;pointing device&quot;
</span><del>-        RenderTableRow {tr} at (0,125) size 278x19
-          RenderTableCell {td} at (5,125) size 78x19 [r=5 c=0 rs=1 cs=1]
</del><ins>+        RenderTableRow {tr} at (0,125) size 279x19
+          RenderTableCell {td} at (5,125) size 79x19 [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 65x17
</span><span class="cx">               text run at (1,1) width 65: &quot;is over the&quot;
</span><del>-          RenderTableCell {td} at (88,125) size 81x19 [r=5 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (88,125) size 82x19 [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 32x17
</span><span class="cx">               text run at (1,1) width 32: &quot;cells &quot;
</span><span class="cx">             RenderInline {strong} at (0,0) size 35x17
</span><span class="lines">@@ -97,9 +97,9 @@
</span><span class="cx">                 text run at (33,1) width 35: &quot;there&quot;
</span><span class="cx">             RenderText {#text} at (68,1) size 4x17
</span><span class="cx">               text run at (68,1) width 4: &quot;:&quot;
</span><del>-          RenderTableCell {td} at (174,133) size 99x2 [r=5 c=2 rs=1 cs=1]
-        RenderTableRow {tr} at (0,149) size 278x19
-          RenderTableCell {td} at (5,149) size 78x19 [r=6 c=0 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (174,133) size 100x3 [r=5 c=2 rs=1 cs=1]
+        RenderTableRow {tr} at (0,149) size 279x19
+          RenderTableCell {td} at (5,149) size 79x19 [r=6 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 32x17
</span><span class="cx">               text run at (1,1) width 32: &quot;And &quot;
</span><span class="cx">             RenderInline {strong} at (0,0) size 30x17
</span><span class="lines">@@ -107,7 +107,7 @@
</span><span class="cx">                 text run at (33,1) width 30: &quot;here&quot;
</span><span class="cx">             RenderText {#text} at (63,1) size 4x17
</span><span class="cx">               text run at (63,1) width 4: &quot;:&quot;
</span><del>-          RenderTableCell {td} at (88,157) size 81x2 [r=6 c=1 rs=1 cs=1]
-          RenderTableCell {td} at (174,149) size 99x19 [r=6 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {td} at (88,157) size 82x3 [r=6 c=1 rs=1 cs=1]
+          RenderTableCell {td} at (174,149) size 100x19 [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 81x17
</span><span class="cx">               text run at (1,1) width 81: &quot;(blank cells).&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel18bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-18b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-18b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-18b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -13,23 +13,23 @@
</span><span class="cx">       RenderBlock {p} at (0,50) size 800x17
</span><span class="cx">         RenderText {#text} at (0,0) size 59x17
</span><span class="cx">           text run at (0,0) width 59: &quot;This text.&quot;
</span><del>-      RenderTable {table} at (0,83) size 111x99
-        RenderTableSection (anonymous) at (0,0) size 111x99
-          RenderTableRow {tr} at (0,2) size 111x74
-            RenderTableCell {td} at (2,2) size 107x74 [r=0 c=0 rs=1 cs=1]
-              RenderTable {table} at (1,1) size 105x72
-                RenderTableSection (anonymous) at (0,0) size 105x72
-                  RenderTableRow {tr} at (0,2) size 105x68
-                    RenderTableCell {td} at (2,2) size 101x68 [r=0 c=0 rs=1 cs=1]
-                      RenderBlock {dl} at (1,17) size 99x34
-                        RenderBlock {dt} at (0,0) size 99x17
</del><ins>+      RenderTable {table} at (0,83) size 112x99
+        RenderTableSection (anonymous) at (0,0) size 112x99
+          RenderTableRow {tr} at (0,2) size 112x74
+            RenderTableCell {td} at (2,2) size 108x74 [r=0 c=0 rs=1 cs=1]
+              RenderTable {table} at (1,1) size 106x72
+                RenderTableSection (anonymous) at (0,0) size 106x72
+                  RenderTableRow {tr} at (0,2) size 106x68
+                    RenderTableCell {td} at (2,2) size 102x68 [r=0 c=0 rs=1 cs=1]
+                      RenderBlock {dl} at (1,17) size 100x34
+                        RenderBlock {dt} at (0,0) size 100x17
</ins><span class="cx">                           RenderText {#text} at (0,0) size 59x17
</span><span class="cx">                             text run at (0,0) width 59: &quot;This text.&quot;
</span><del>-                        RenderBlock {dd} at (40,17) size 59x17
</del><ins>+                        RenderBlock {dd} at (40,17) size 60x17
</ins><span class="cx">                           RenderText {#text} at (0,0) size 59x17
</span><span class="cx">                             text run at (0,0) width 59: &quot;This text.&quot;
</span><del>-          RenderTableRow {tr} at (0,78) size 111x19
-            RenderTableCell {td} at (2,78) size 107x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,78) size 112x19
+            RenderTableCell {td} at (2,78) size 108x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 59x17
</span><span class="cx">                 text run at (1,1) width 59: &quot;This text.&quot;
</span><span class="cx">       RenderBlock {p} at (0,198) size 800x21
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel28expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-28-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-28-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-28-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -53,142 +53,142 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 324x17
</span><span class="cx">           text run at (0,0) width 324: &quot;This sixth list item should have a green background&quot;
</span><span class="cx">     RenderBlock {div} at (0,252) size 800x215
</span><del>-      RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 160x140
-          RenderTableRow {tr} at (0,2) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,2) size 104x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 161x140
+          RenderTableRow {tr} at (0,2) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,2) size 105x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 1.1&quot;
</span><del>-            RenderTableCell {td} at (108,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-            RenderTableCell {td} at (134,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,25) size 104x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,25) size 105x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 2.1&quot;
</span><del>-            RenderTableCell {td} at (108,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-            RenderTableCell {td} at (134,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,48) size 104x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,48) size 105x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 3.1&quot;
</span><del>-            RenderTableCell {td} at (108,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-            RenderTableCell {td} at (134,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-          RenderTableRow {tr} at (0,71) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,71) size 104x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,71) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,71) size 105x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 4.1&quot;
</span><del>-            RenderTableCell {td} at (108,71) size 24x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,71) size 25x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-            RenderTableCell {td} at (134,71) size 24x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,71) size 25x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-          RenderTableRow {tr} at (0,94) size 160x21
-            RenderTableCell {td} at (2,94) size 104x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,94) size 161x21
+            RenderTableCell {td} at (2,94) size 105x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.1&quot;
</span><del>-            RenderTableCell {td} at (108,94) size 24x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,94) size 25x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-            RenderTableCell {td} at (134,94) size 24x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,94) size 25x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-          RenderTableRow {tr} at (0,117) size 160x21
-            RenderTableCell {td} at (2,117) size 104x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,117) size 161x21
+            RenderTableCell {td} at (2,117) size 105x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.1&quot;
</span><del>-            RenderTableCell {td} at (108,117) size 24x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,117) size 25x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-            RenderTableCell {td} at (134,117) size 24x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,117) size 25x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.3&quot;
</span><del>-      RenderTable {table} at (0,142) size 335x73 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 333x71
-          RenderTableRow {tr} at (0,2) size 333x21
-            RenderTableCell {td} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,142) size 336x73 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 334x71
+          RenderTableRow {tr} at (0,2) size 334x21
+            RenderTableCell {td} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-            RenderTableCell {td} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableCell {td} at (121,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (188,2) size 24x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (188,2) size 25x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.5&quot;
</span><del>-            RenderTableCell {td} at (214,2) size 24x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (214,2) size 25x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.6&quot;
</span><del>-            RenderTableCell {td} at (240,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (307,2) size 24x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (307,2) size 25x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.8&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 333x21
-            RenderTableCell {td} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 334x21
+            RenderTableCell {td} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-            RenderTableCell {td} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableCell {td} at (121,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (188,25) size 24x21 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (188,25) size 25x21 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.5&quot;
</span><del>-            RenderTableCell {td} at (214,25) size 24x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (214,25) size 25x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.6&quot;
</span><del>-            RenderTableCell {td} at (240,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (307,25) size 24x21 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (307,25) size 25x21 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.8&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 333x21
-            RenderTableCell {td} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 334x21
+            RenderTableCell {td} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-            RenderTableCell {td} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableCell {td} at (121,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (188,48) size 24x21 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (188,48) size 25x21 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.5&quot;
</span><del>-            RenderTableCell {td} at (214,48) size 24x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (214,48) size 25x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.6&quot;
</span><del>-            RenderTableCell {td} at (240,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (307,48) size 24x21 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (307,48) size 25x21 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.8&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel28bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-28b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-28b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-28b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -53,143 +53,143 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 324x17
</span><span class="cx">           text run at (0,0) width 324: &quot;This sixth list item should have a green background&quot;
</span><span class="cx">     RenderBlock {div} at (0,252) size 800x231
</span><del>-      RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 160x140
-          RenderTableRow {tr} at (0,2) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,2) size 104x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 161x140
+          RenderTableRow {tr} at (0,2) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,2) size 105x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 1.1&quot;
</span><del>-            RenderTableCell {td} at (108,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-            RenderTableCell {td} at (134,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,25) size 104x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,25) size 105x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 2.1&quot;
</span><del>-            RenderTableCell {td} at (108,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-            RenderTableCell {td} at (134,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,48) size 104x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,48) size 105x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 3.1&quot;
</span><del>-            RenderTableCell {td} at (108,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-            RenderTableCell {td} at (134,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-          RenderTableRow {tr} at (0,71) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,71) size 104x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,71) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,71) size 105x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 4.1&quot;
</span><del>-            RenderTableCell {td} at (108,71) size 24x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,71) size 25x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-            RenderTableCell {td} at (134,71) size 24x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,71) size 25x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-          RenderTableRow {tr} at (0,94) size 160x21
-            RenderTableCell {td} at (2,94) size 104x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,94) size 161x21
+            RenderTableCell {td} at (2,94) size 105x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.1&quot;
</span><del>-            RenderTableCell {td} at (108,94) size 24x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,94) size 25x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-            RenderTableCell {td} at (134,94) size 24x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,94) size 25x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-          RenderTableRow {tr} at (0,117) size 160x21
-            RenderTableCell {td} at (2,117) size 104x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,117) size 161x21
+            RenderTableCell {td} at (2,117) size 105x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.1&quot;
</span><del>-            RenderTableCell {td} at (108,117) size 24x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,117) size 25x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-            RenderTableCell {td} at (134,117) size 24x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,117) size 25x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">       RenderBlock {p} at (0,158) size 800x0
</span><del>-      RenderTable {table} at (0,158) size 335x73 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 333x71
-          RenderTableRow {tr} at (0,2) size 333x21
-            RenderTableCell {td} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,158) size 336x73 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 334x71
+          RenderTableRow {tr} at (0,2) size 334x21
+            RenderTableCell {td} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-            RenderTableCell {td} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableCell {td} at (121,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (188,2) size 24x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (188,2) size 25x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.5&quot;
</span><del>-            RenderTableCell {td} at (214,2) size 24x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (214,2) size 25x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.6&quot;
</span><del>-            RenderTableCell {td} at (240,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (307,2) size 24x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (307,2) size 25x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.8&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 333x21
-            RenderTableCell {td} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 334x21
+            RenderTableCell {td} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-            RenderTableCell {td} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableCell {td} at (121,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (188,25) size 24x21 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (188,25) size 25x21 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.5&quot;
</span><del>-            RenderTableCell {td} at (214,25) size 24x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (214,25) size 25x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.6&quot;
</span><del>-            RenderTableCell {td} at (240,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (307,25) size 24x21 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (307,25) size 25x21 [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.8&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 333x21
-            RenderTableCell {td} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 334x21
+            RenderTableCell {td} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-            RenderTableCell {td} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableCell {td} at (121,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (188,48) size 24x21 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (188,48) size 25x21 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.5&quot;
</span><del>-            RenderTableCell {td} at (214,48) size 24x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (214,48) size 25x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.6&quot;
</span><del>-            RenderTableCell {td} at (240,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (307,48) size 24x21 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (307,48) size 25x21 [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.8&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel29expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-29-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-29-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-29-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -53,143 +53,143 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 86x17
</span><span class="cx">           text run at (0,0) width 86: &quot;Sixth list item&quot;
</span><span class="cx">     RenderBlock {div} at (0,252) size 800x231
</span><del>-      RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 160x140
-          RenderTableRow {tr} at (0,2) size 160x21
-            RenderTableCell {td} at (2,2) size 104x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 161x140
+          RenderTableRow {tr} at (0,2) size 161x21
+            RenderTableCell {td} at (2,2) size 105x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-            RenderTableCell {td} at (108,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-            RenderTableCell {td} at (134,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 160x21
-            RenderTableCell {td} at (2,25) size 104x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 161x21
+            RenderTableCell {td} at (2,25) size 105x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-            RenderTableCell {td} at (108,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-            RenderTableCell {td} at (134,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 160x21 [bgcolor=#008000]
-            RenderTableCell {td} at (2,48) size 104x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 161x21 [bgcolor=#008000]
+            RenderTableCell {td} at (2,48) size 105x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 3.1&quot;
</span><del>-            RenderTableCell {td} at (108,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-            RenderTableCell {td} at (134,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-          RenderTableRow {tr} at (0,71) size 160x21 [bgcolor=#008000]
-            RenderTableCell {td} at (2,71) size 104x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,71) size 161x21 [bgcolor=#008000]
+            RenderTableCell {td} at (2,71) size 105x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 4.1&quot;
</span><del>-            RenderTableCell {td} at (108,71) size 24x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,71) size 25x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-            RenderTableCell {td} at (134,71) size 24x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,71) size 25x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-          RenderTableRow {tr} at (0,94) size 160x21 [bgcolor=#008000]
-            RenderTableCell {td} at (2,94) size 104x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,94) size 161x21 [bgcolor=#008000]
+            RenderTableCell {td} at (2,94) size 105x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 5.1&quot;
</span><del>-            RenderTableCell {td} at (108,94) size 24x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,94) size 25x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-            RenderTableCell {td} at (134,94) size 24x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,94) size 25x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-          RenderTableRow {tr} at (0,117) size 160x21 [bgcolor=#008000]
-            RenderTableCell {td} at (2,117) size 104x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,117) size 161x21 [bgcolor=#008000]
+            RenderTableCell {td} at (2,117) size 105x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 6.1&quot;
</span><del>-            RenderTableCell {td} at (108,117) size 24x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,117) size 25x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-            RenderTableCell {td} at (134,117) size 24x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,117) size 25x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">       RenderBlock {p} at (0,158) size 800x0
</span><del>-      RenderTable {table} at (0,158) size 335x73 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 333x71
-          RenderTableRow {tr} at (0,2) size 333x21
-            RenderTableCell {td} at (2,2) size 24x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,158) size 336x73 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 334x71
+          RenderTableRow {tr} at (0,2) size 334x21
+            RenderTableCell {td} at (2,2) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-            RenderTableCell {td} at (28,2) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,2) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableCell {td} at (121,2) size 24x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,2) size 25x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.4&quot;
</span><del>-            RenderTableCell {td} at (147,2) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (147,2) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (214,2) size 24x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (214,2) size 25x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.6&quot;
</span><del>-            RenderTableCell {td} at (240,2) size 24x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,2) size 25x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.7&quot;
</span><del>-            RenderTableCell {td} at (266,2) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (266,2) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 333x21
-            RenderTableCell {td} at (2,25) size 24x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 334x21
+            RenderTableCell {td} at (2,25) size 25x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-            RenderTableCell {td} at (28,25) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,25) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableCell {td} at (121,25) size 24x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,25) size 25x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.4&quot;
</span><del>-            RenderTableCell {td} at (147,25) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (147,25) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (214,25) size 24x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (214,25) size 25x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.6&quot;
</span><del>-            RenderTableCell {td} at (240,25) size 24x21 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,25) size 25x21 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.7&quot;
</span><del>-            RenderTableCell {td} at (266,25) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (266,25) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 333x21
-            RenderTableCell {td} at (2,48) size 24x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 334x21
+            RenderTableCell {td} at (2,48) size 25x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-            RenderTableCell {td} at (28,48) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,48) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableCell {td} at (121,48) size 24x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,48) size 25x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.4&quot;
</span><del>-            RenderTableCell {td} at (147,48) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (147,48) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (214,48) size 24x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (214,48) size 25x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.6&quot;
</span><del>-            RenderTableCell {td} at (240,48) size 24x21 [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,48) size 25x21 [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.7&quot;
</span><del>-            RenderTableCell {td} at (266,48) size 65x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (266,48) size 66x21 [bgcolor=#008000] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel29bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-29b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-29b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-29b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -53,143 +53,143 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 86x17
</span><span class="cx">           text run at (0,0) width 86: &quot;Sixth list item&quot;
</span><span class="cx">     RenderBlock {div} at (0,252) size 800x231
</span><del>-      RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 160x140
-          RenderTableRow {tr} at (0,2) size 160x21
-            RenderTableCell {td} at (2,2) size 104x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 161x140
+          RenderTableRow {tr} at (0,2) size 161x21
+            RenderTableCell {td} at (2,2) size 105x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-            RenderTableCell {td} at (108,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-            RenderTableCell {td} at (134,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 160x21
-            RenderTableCell {td} at (2,25) size 104x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 161x21
+            RenderTableCell {td} at (2,25) size 105x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-            RenderTableCell {td} at (108,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-            RenderTableCell {td} at (134,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,48) size 104x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,48) size 105x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 3.1&quot;
</span><del>-            RenderTableCell {td} at (108,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-            RenderTableCell {td} at (134,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-          RenderTableRow {tr} at (0,71) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,71) size 104x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,71) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,71) size 105x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 4.1&quot;
</span><del>-            RenderTableCell {td} at (108,71) size 24x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,71) size 25x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-            RenderTableCell {td} at (134,71) size 24x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,71) size 25x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-          RenderTableRow {tr} at (0,94) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,94) size 104x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,94) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,94) size 105x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 5.1&quot;
</span><del>-            RenderTableCell {td} at (108,94) size 24x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,94) size 25x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-            RenderTableCell {td} at (134,94) size 24x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,94) size 25x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-          RenderTableRow {tr} at (0,117) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,117) size 104x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,117) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,117) size 105x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 6.1&quot;
</span><del>-            RenderTableCell {td} at (108,117) size 24x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,117) size 25x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-            RenderTableCell {td} at (134,117) size 24x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,117) size 25x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">       RenderBlock {p} at (0,158) size 800x0
</span><del>-      RenderTable {table} at (0,158) size 335x73 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 333x71
-          RenderTableRow {tr} at (0,2) size 333x21
-            RenderTableCell {td} at (2,2) size 24x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,158) size 336x73 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 334x71
+          RenderTableRow {tr} at (0,2) size 334x21
+            RenderTableCell {td} at (2,2) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-            RenderTableCell {td} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-            RenderTableCell {td} at (121,2) size 24x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,2) size 25x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.4&quot;
</span><del>-            RenderTableCell {td} at (147,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (147,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (214,2) size 24x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (214,2) size 25x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.6&quot;
</span><del>-            RenderTableCell {td} at (240,2) size 24x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,2) size 25x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.7&quot;
</span><del>-            RenderTableCell {td} at (266,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (266,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 333x21
-            RenderTableCell {td} at (2,25) size 24x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 334x21
+            RenderTableCell {td} at (2,25) size 25x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-            RenderTableCell {td} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-            RenderTableCell {td} at (121,25) size 24x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,25) size 25x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.4&quot;
</span><del>-            RenderTableCell {td} at (147,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (147,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (214,25) size 24x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (214,25) size 25x21 [border: (1px inset #808080)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.6&quot;
</span><del>-            RenderTableCell {td} at (240,25) size 24x21 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,25) size 25x21 [border: (1px inset #808080)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.7&quot;
</span><del>-            RenderTableCell {td} at (266,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (266,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 333x21
-            RenderTableCell {td} at (2,48) size 24x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 334x21
+            RenderTableCell {td} at (2,48) size 25x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-            RenderTableCell {td} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-            RenderTableCell {td} at (121,48) size 24x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,48) size 25x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.4&quot;
</span><del>-            RenderTableCell {td} at (147,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (147,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (214,48) size 24x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (214,48) size 25x21 [border: (1px inset #808080)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.6&quot;
</span><del>-            RenderTableCell {td} at (240,48) size 24x21 [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,48) size 25x21 [border: (1px inset #808080)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.7&quot;
</span><del>-            RenderTableCell {td} at (266,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (266,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel32expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-32-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-32-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-32-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -3,36 +3,36 @@
</span><span class="cx"> layer at (0,0) size 800x122
</span><span class="cx">   RenderBlock {test} at (0,0) size 800x122
</span><span class="cx">     RenderBlock {div} at (0,0) size 800x73
</span><del>-      RenderTable {table} at (0,0) size 123x73 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 121x71
-          RenderTableRow {tr} at (0,2) size 121x21
-            RenderTableCell {td} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 124x73 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 122x71
+          RenderTableRow {tr} at (0,2) size 122x21
+            RenderTableCell {td} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-            RenderTableCell {td} at (95,2) size 24x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,2) size 25x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 121x21
-            RenderTableCell {td} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 122x21
+            RenderTableCell {td} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-            RenderTableCell {td} at (95,25) size 24x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,25) size 25x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 121x21
-            RenderTableCell {td} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 122x21
+            RenderTableCell {td} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-            RenderTableCell {td} at (95,48) size 24x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,48) size 25x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><span class="cx">     RenderBlock {p} at (0,89) size 800x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel33expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-33-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-33-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-33-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -3,36 +3,36 @@
</span><span class="cx"> layer at (0,0) size 800x122
</span><span class="cx">   RenderBlock {test} at (0,0) size 800x122
</span><span class="cx">     RenderBlock {div} at (0,0) size 800x73
</span><del>-      RenderTable {table} at (0,0) size 123x73 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 121x71
-          RenderTableRow {tr} at (0,2) size 121x21
-            RenderTableCell {td} at (2,2) size 24x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 124x73 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 122x71
+          RenderTableRow {tr} at (0,2) size 122x21
+            RenderTableCell {td} at (2,2) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-            RenderTableCell {td} at (28,2) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,2) size 25x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-            RenderTableCell {td} at (54,2) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (54,2) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 121x21
-            RenderTableCell {td} at (2,25) size 24x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 122x21
+            RenderTableCell {td} at (2,25) size 25x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-            RenderTableCell {td} at (28,25) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,25) size 25x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-            RenderTableCell {td} at (54,25) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (54,25) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 121x21
-            RenderTableCell {td} at (2,48) size 24x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 122x21
+            RenderTableCell {td} at (2,48) size 25x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-            RenderTableCell {td} at (28,48) size 24x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,48) size 25x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-            RenderTableCell {td} at (54,48) size 65x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (54,48) size 66x21 [bgcolor=#00FF00] [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><span class="cx">     RenderBlock {p} at (0,89) size 800x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel43expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-43-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-43-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-43-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,17 +6,17 @@
</span><span class="cx">       RenderBlock {p} at (0,0) size 800x17 [bgcolor=#00FF00]
</span><span class="cx">         RenderText {#text} at (0,0) size 304x17
</span><span class="cx">           text run at (0,0) width 304: &quot;This paragraph should have a green background&quot;
</span><del>-      RenderTable {table} at (0,33) size 310x55
-        RenderTableSection {tbody} at (0,0) size 310x55
-          RenderTableRow {tr} at (0,2) size 310x51
-            RenderTableCell {td} at (2,2) size 306x51 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {p} at (1,17) size 304x17 [bgcolor=#00FF00]
</del><ins>+      RenderTable {table} at (0,33) size 311x55
+        RenderTableSection {tbody} at (0,0) size 311x55
+          RenderTableRow {tr} at (0,2) size 311x51
+            RenderTableCell {td} at (2,2) size 307x51 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {p} at (1,17) size 305x17 [bgcolor=#00FF00]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 304x17
</span><span class="cx">                   text run at (0,0) width 304: &quot;This paragraph should have a green background&quot;
</span><del>-    RenderTable {table} at (0,104) size 227x55
-      RenderTableSection {tbody} at (0,0) size 227x55
-        RenderTableRow {tr} at (0,2) size 227x51
-          RenderTableCell {td} at (2,2) size 223x51 [r=0 c=0 rs=1 cs=1]
-            RenderBlock {p} at (1,17) size 221x17
</del><ins>+    RenderTable {table} at (0,104) size 228x55
+      RenderTableSection {tbody} at (0,0) size 228x55
+        RenderTableRow {tr} at (0,2) size 228x51
+          RenderTableCell {td} at (2,2) size 224x51 [r=0 c=0 rs=1 cs=1]
+            RenderBlock {p} at (1,17) size 222x17
</ins><span class="cx">               RenderText {#text} at (0,0) size 221x17
</span><span class="cx">                 text run at (0,0) width 221: &quot;This paragraph should be unstyled.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel43bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-43b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-43b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-43b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,17 +6,17 @@
</span><span class="cx">       RenderBlock {p} at (0,0) size 800x17
</span><span class="cx">         RenderText {#text} at (0,0) size 217x17
</span><span class="cx">           text run at (0,0) width 217: &quot;This paragraph should be unstyled&quot;
</span><del>-      RenderTable {table} at (0,33) size 223x55
-        RenderTableSection {tbody} at (0,0) size 223x55
-          RenderTableRow {tr} at (0,2) size 223x51
-            RenderTableCell {td} at (2,2) size 219x51 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {p} at (1,17) size 217x17
</del><ins>+      RenderTable {table} at (0,33) size 224x55
+        RenderTableSection {tbody} at (0,0) size 224x55
+          RenderTableRow {tr} at (0,2) size 224x51
+            RenderTableCell {td} at (2,2) size 220x51 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {p} at (1,17) size 218x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 217x17
</span><span class="cx">                   text run at (0,0) width 217: &quot;This paragraph should be unstyled&quot;
</span><del>-    RenderTable {table} at (0,104) size 310x55
-      RenderTableSection {tbody} at (0,0) size 310x55
-        RenderTableRow {tr} at (0,2) size 310x51
-          RenderTableCell {td} at (2,2) size 306x51 [r=0 c=0 rs=1 cs=1]
-            RenderBlock {p} at (1,17) size 304x17 [bgcolor=#00FF00]
</del><ins>+    RenderTable {table} at (0,104) size 311x55
+      RenderTableSection {tbody} at (0,0) size 311x55
+        RenderTableRow {tr} at (0,2) size 311x51
+          RenderTableCell {td} at (2,2) size 307x51 [r=0 c=0 rs=1 cs=1]
+            RenderBlock {p} at (1,17) size 305x17 [bgcolor=#00FF00]
</ins><span class="cx">               RenderText {#text} at (0,0) size 304x17
</span><span class="cx">                 text run at (0,0) width 304: &quot;This paragraph should have a green background&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel44expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-44-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-44-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-44-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -10,10 +10,10 @@
</span><span class="cx">         RenderBlock {p} at (0,0) size 800x17 [bgcolor=#00FF00]
</span><span class="cx">           RenderText {#text} at (0,0) size 304x17
</span><span class="cx">             text run at (0,0) width 304: &quot;This paragraph should have a green background&quot;
</span><del>-    RenderTable {table} at (0,82) size 227x55
-      RenderTableSection {tbody} at (0,0) size 227x55
-        RenderTableRow {tr} at (0,2) size 227x51
-          RenderTableCell {td} at (2,2) size 223x51 [r=0 c=0 rs=1 cs=1]
-            RenderBlock {p} at (1,17) size 221x17
</del><ins>+    RenderTable {table} at (0,82) size 228x55
+      RenderTableSection {tbody} at (0,0) size 228x55
+        RenderTableRow {tr} at (0,2) size 228x51
+          RenderTableCell {td} at (2,2) size 224x51 [r=0 c=0 rs=1 cs=1]
+            RenderBlock {p} at (1,17) size 222x17
</ins><span class="cx">               RenderText {#text} at (0,0) size 221x17
</span><span class="cx">                 text run at (0,0) width 221: &quot;This paragraph should be unstyled.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel44bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-44b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-44b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-44b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -10,10 +10,10 @@
</span><span class="cx">         RenderBlock {p} at (0,0) size 800x17
</span><span class="cx">           RenderText {#text} at (0,0) size 221x17
</span><span class="cx">             text run at (0,0) width 221: &quot;This paragraph should be unstyled.&quot;
</span><del>-    RenderTable {table} at (0,82) size 314x55
-      RenderTableSection {tbody} at (0,0) size 314x55
-        RenderTableRow {tr} at (0,2) size 314x51
-          RenderTableCell {td} at (2,2) size 310x51 [r=0 c=0 rs=1 cs=1]
-            RenderBlock {p} at (1,17) size 308x17 [bgcolor=#00FF00]
</del><ins>+    RenderTable {table} at (0,82) size 315x55
+      RenderTableSection {tbody} at (0,0) size 315x55
+        RenderTableRow {tr} at (0,2) size 315x51
+          RenderTableCell {td} at (2,2) size 311x51 [r=0 c=0 rs=1 cs=1]
+            RenderBlock {p} at (1,17) size 309x17 [bgcolor=#00FF00]
</ins><span class="cx">               RenderText {#text} at (0,0) size 308x17
</span><span class="cx">                 text run at (0,0) width 308: &quot;This paragraph should have a green background.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel73expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-73-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-73-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-73-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -53,143 +53,143 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 86x17
</span><span class="cx">           text run at (0,0) width 86: &quot;Sixth list item&quot;
</span><span class="cx">     RenderBlock {div} at (0,252) size 800x231
</span><del>-      RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 160x140
-          RenderTableRow {tr} at (0,2) size 160x21
-            RenderTableCell {td} at (2,2) size 104x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 161x140
+          RenderTableRow {tr} at (0,2) size 161x21
+            RenderTableCell {td} at (2,2) size 105x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-            RenderTableCell {td} at (108,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-            RenderTableCell {td} at (134,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 160x21
-            RenderTableCell {td} at (2,25) size 104x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 161x21
+            RenderTableCell {td} at (2,25) size 105x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-            RenderTableCell {td} at (108,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-            RenderTableCell {td} at (134,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 160x21
-            RenderTableCell {td} at (2,48) size 104x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 161x21
+            RenderTableCell {td} at (2,48) size 105x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-            RenderTableCell {td} at (108,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-            RenderTableCell {td} at (134,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-          RenderTableRow {tr} at (0,71) size 160x21
-            RenderTableCell {td} at (2,71) size 104x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,71) size 161x21
+            RenderTableCell {td} at (2,71) size 105x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.1&quot;
</span><del>-            RenderTableCell {td} at (108,71) size 24x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,71) size 25x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-            RenderTableCell {td} at (134,71) size 24x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,71) size 25x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-          RenderTableRow {tr} at (0,94) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,94) size 104x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,94) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,94) size 105x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 5.1&quot;
</span><del>-            RenderTableCell {td} at (108,94) size 24x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,94) size 25x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-            RenderTableCell {td} at (134,94) size 24x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,94) size 25x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-          RenderTableRow {tr} at (0,117) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,117) size 104x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,117) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,117) size 105x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 6.1&quot;
</span><del>-            RenderTableCell {td} at (108,117) size 24x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,117) size 25x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-            RenderTableCell {td} at (134,117) size 24x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,117) size 25x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">       RenderBlock {p} at (0,158) size 800x0
</span><del>-      RenderTable {table} at (0,158) size 417x73 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 415x71
-          RenderTableRow {tr} at (0,2) size 415x21
-            RenderTableCell {td} at (2,2) size 24x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,158) size 418x73 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 416x71
+          RenderTableRow {tr} at (0,2) size 416x21
+            RenderTableCell {td} at (2,2) size 25x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-            RenderTableCell {td} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (162,2) size 24x21 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (162,2) size 25x21 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.4&quot;
</span><del>-            RenderTableCell {td} at (188,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (188,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (255,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (255,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (322,2) size 24x21 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (322,2) size 25x21 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.7&quot;
</span><del>-            RenderTableCell {td} at (348,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (348,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 415x21
-            RenderTableCell {td} at (2,25) size 24x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 416x21
+            RenderTableCell {td} at (2,25) size 25x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-            RenderTableCell {td} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (162,25) size 24x21 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (162,25) size 25x21 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.4&quot;
</span><del>-            RenderTableCell {td} at (188,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (188,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (255,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (255,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (322,25) size 24x21 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (322,25) size 25x21 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.7&quot;
</span><del>-            RenderTableCell {td} at (348,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (348,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 415x21
-            RenderTableCell {td} at (2,48) size 24x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 416x21
+            RenderTableCell {td} at (2,48) size 25x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-            RenderTableCell {td} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (162,48) size 24x21 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (162,48) size 25x21 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.4&quot;
</span><del>-            RenderTableCell {td} at (188,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (188,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (255,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (255,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (322,48) size 24x21 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (322,48) size 25x21 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.7&quot;
</span><del>-            RenderTableCell {td} at (348,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (348,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel73bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-73b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-73b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-73b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -53,143 +53,143 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 86x17
</span><span class="cx">           text run at (0,0) width 86: &quot;Sixth list item&quot;
</span><span class="cx">     RenderBlock {div} at (0,252) size 800x231
</span><del>-      RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 160x140
-          RenderTableRow {tr} at (0,2) size 160x21
-            RenderTableCell {td} at (2,2) size 104x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 161x140
+          RenderTableRow {tr} at (0,2) size 161x21
+            RenderTableCell {td} at (2,2) size 105x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-            RenderTableCell {td} at (108,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-            RenderTableCell {td} at (134,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 160x21
-            RenderTableCell {td} at (2,25) size 104x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 161x21
+            RenderTableCell {td} at (2,25) size 105x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-            RenderTableCell {td} at (108,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-            RenderTableCell {td} at (134,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 160x21
-            RenderTableCell {td} at (2,48) size 104x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 161x21
+            RenderTableCell {td} at (2,48) size 105x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-            RenderTableCell {td} at (108,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-            RenderTableCell {td} at (134,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-          RenderTableRow {tr} at (0,71) size 160x21
-            RenderTableCell {td} at (2,71) size 104x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,71) size 161x21
+            RenderTableCell {td} at (2,71) size 105x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.1&quot;
</span><del>-            RenderTableCell {td} at (108,71) size 24x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,71) size 25x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-            RenderTableCell {td} at (134,71) size 24x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,71) size 25x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-          RenderTableRow {tr} at (0,94) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,94) size 104x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,94) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,94) size 105x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 5.1&quot;
</span><del>-            RenderTableCell {td} at (108,94) size 24x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,94) size 25x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-            RenderTableCell {td} at (134,94) size 24x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,94) size 25x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-          RenderTableRow {tr} at (0,117) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,117) size 104x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,117) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,117) size 105x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 6.1&quot;
</span><del>-            RenderTableCell {td} at (108,117) size 24x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,117) size 25x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-            RenderTableCell {td} at (134,117) size 24x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,117) size 25x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">       RenderBlock {p} at (0,158) size 800x0
</span><del>-      RenderTable {table} at (0,158) size 417x73 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 415x71
-          RenderTableRow {tr} at (0,2) size 415x21
-            RenderTableCell {td} at (2,2) size 24x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,158) size 418x73 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 416x71
+          RenderTableRow {tr} at (0,2) size 416x21
+            RenderTableCell {td} at (2,2) size 25x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-            RenderTableCell {td} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (162,2) size 24x21 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (162,2) size 25x21 [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.4&quot;
</span><del>-            RenderTableCell {td} at (188,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (188,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (255,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (255,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (322,2) size 24x21 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (322,2) size 25x21 [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.7&quot;
</span><del>-            RenderTableCell {td} at (348,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (348,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 415x21
-            RenderTableCell {td} at (2,25) size 24x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 416x21
+            RenderTableCell {td} at (2,25) size 25x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-            RenderTableCell {td} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (162,25) size 24x21 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (162,25) size 25x21 [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.4&quot;
</span><del>-            RenderTableCell {td} at (188,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (188,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (255,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (255,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (322,25) size 24x21 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (322,25) size 25x21 [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.7&quot;
</span><del>-            RenderTableCell {td} at (348,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (348,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 415x21
-            RenderTableCell {td} at (2,48) size 24x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 416x21
+            RenderTableCell {td} at (2,48) size 25x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-            RenderTableCell {td} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (162,48) size 24x21 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (162,48) size 25x21 [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.4&quot;
</span><del>-            RenderTableCell {td} at (188,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (188,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (255,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (255,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (322,48) size 24x21 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (322,48) size 25x21 [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.7&quot;
</span><del>-            RenderTableCell {td} at (348,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (348,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel74expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -53,143 +53,143 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 324x17
</span><span class="cx">           text run at (0,0) width 324: &quot;This sixth list item should have a green background&quot;
</span><span class="cx">     RenderBlock {div} at (0,252) size 800x231
</span><del>-      RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 160x140
-          RenderTableRow {tr} at (0,2) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,2) size 104x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 161x140
+          RenderTableRow {tr} at (0,2) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,2) size 105x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 1.1&quot;
</span><del>-            RenderTableCell {td} at (108,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-            RenderTableCell {td} at (134,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,25) size 104x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,25) size 105x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 2.1&quot;
</span><del>-            RenderTableCell {td} at (108,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-            RenderTableCell {td} at (134,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 160x21
-            RenderTableCell {td} at (2,48) size 104x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 161x21
+            RenderTableCell {td} at (2,48) size 105x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-            RenderTableCell {td} at (108,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-            RenderTableCell {td} at (134,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-          RenderTableRow {tr} at (0,71) size 160x21
-            RenderTableCell {td} at (2,71) size 104x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,71) size 161x21
+            RenderTableCell {td} at (2,71) size 105x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.1&quot;
</span><del>-            RenderTableCell {td} at (108,71) size 24x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,71) size 25x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-            RenderTableCell {td} at (134,71) size 24x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,71) size 25x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-          RenderTableRow {tr} at (0,94) size 160x21
-            RenderTableCell {td} at (2,94) size 104x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,94) size 161x21
+            RenderTableCell {td} at (2,94) size 105x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.1&quot;
</span><del>-            RenderTableCell {td} at (108,94) size 24x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,94) size 25x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-            RenderTableCell {td} at (134,94) size 24x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,94) size 25x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-          RenderTableRow {tr} at (0,117) size 160x21
-            RenderTableCell {td} at (2,117) size 104x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,117) size 161x21
+            RenderTableCell {td} at (2,117) size 105x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.1&quot;
</span><del>-            RenderTableCell {td} at (108,117) size 24x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,117) size 25x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-            RenderTableCell {td} at (134,117) size 24x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,117) size 25x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">       RenderBlock {p} at (0,158) size 800x0
</span><del>-      RenderTable {table} at (0,158) size 417x73 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 415x71
-          RenderTableRow {tr} at (0,2) size 415x21
-            RenderTableCell {td} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,158) size 418x73 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 416x71
+          RenderTableRow {tr} at (0,2) size 416x21
+            RenderTableCell {td} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-            RenderTableCell {td} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (162,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (162,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (229,2) size 24x21 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (229,2) size 25x21 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.5&quot;
</span><del>-            RenderTableCell {td} at (255,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (255,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (322,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (322,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (389,2) size 24x21 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (389,2) size 25x21 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.8&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 415x21
-            RenderTableCell {td} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 416x21
+            RenderTableCell {td} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-            RenderTableCell {td} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (162,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (162,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (229,25) size 24x21 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (229,25) size 25x21 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.5&quot;
</span><del>-            RenderTableCell {td} at (255,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (255,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (322,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (322,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (389,25) size 24x21 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (389,25) size 25x21 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.8&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 415x21
-            RenderTableCell {td} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 416x21
+            RenderTableCell {td} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-            RenderTableCell {td} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (162,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (162,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (229,48) size 24x21 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (229,48) size 25x21 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.5&quot;
</span><del>-            RenderTableCell {td} at (255,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (255,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (322,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (322,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (389,48) size 24x21 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (389,48) size 25x21 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.8&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel74bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -53,143 +53,143 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 324x17
</span><span class="cx">           text run at (0,0) width 324: &quot;This sixth list item should have a green background&quot;
</span><span class="cx">     RenderBlock {div} at (0,252) size 800x231
</span><del>-      RenderTable {table} at (0,0) size 162x142 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 160x140
-          RenderTableRow {tr} at (0,2) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,2) size 104x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 163x142 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 161x140
+          RenderTableRow {tr} at (0,2) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,2) size 105x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 1.1&quot;
</span><del>-            RenderTableCell {td} at (108,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-            RenderTableCell {td} at (134,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 160x21 [bgcolor=#00FF00]
-            RenderTableCell {td} at (2,25) size 104x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 161x21 [bgcolor=#00FF00]
+            RenderTableCell {td} at (2,25) size 105x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 100x17
</span><span class="cx">                 text run at (2,2) width 100: &quot;Green row : 2.1&quot;
</span><del>-            RenderTableCell {td} at (108,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-            RenderTableCell {td} at (134,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 160x21
-            RenderTableCell {td} at (2,48) size 104x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 161x21
+            RenderTableCell {td} at (2,48) size 105x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-            RenderTableCell {td} at (108,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-            RenderTableCell {td} at (134,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><del>-          RenderTableRow {tr} at (0,71) size 160x21
-            RenderTableCell {td} at (2,71) size 104x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,71) size 161x21
+            RenderTableCell {td} at (2,71) size 105x21 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.1&quot;
</span><del>-            RenderTableCell {td} at (108,71) size 24x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,71) size 25x21 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.2&quot;
</span><del>-            RenderTableCell {td} at (134,71) size 24x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,71) size 25x21 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;4.3&quot;
</span><del>-          RenderTableRow {tr} at (0,94) size 160x21
-            RenderTableCell {td} at (2,94) size 104x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,94) size 161x21
+            RenderTableCell {td} at (2,94) size 105x21 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.1&quot;
</span><del>-            RenderTableCell {td} at (108,94) size 24x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,94) size 25x21 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.2&quot;
</span><del>-            RenderTableCell {td} at (134,94) size 24x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,94) size 25x21 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;5.3&quot;
</span><del>-          RenderTableRow {tr} at (0,117) size 160x21
-            RenderTableCell {td} at (2,117) size 104x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,117) size 161x21
+            RenderTableCell {td} at (2,117) size 105x21 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.1&quot;
</span><del>-            RenderTableCell {td} at (108,117) size 24x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (108,117) size 25x21 [border: (1px solid #000000)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.2&quot;
</span><del>-            RenderTableCell {td} at (134,117) size 24x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (134,117) size 25x21 [border: (1px solid #000000)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;6.3&quot;
</span><span class="cx">       RenderBlock {p} at (0,158) size 800x0
</span><del>-      RenderTable {table} at (0,158) size 417x73 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 415x71
-          RenderTableRow {tr} at (0,2) size 415x21
-            RenderTableCell {td} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,158) size 418x73 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 416x71
+          RenderTableRow {tr} at (0,2) size 416x21
+            RenderTableCell {td} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,2) size 24x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,2) size 25x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.2&quot;
</span><del>-            RenderTableCell {td} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (162,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (162,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (229,2) size 24x21 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (229,2) size 25x21 [border: (1px solid #000000)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.5&quot;
</span><del>-            RenderTableCell {td} at (255,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (255,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (322,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (322,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (389,2) size 24x21 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (389,2) size 25x21 [border: (1px solid #000000)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.8&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 415x21
-            RenderTableCell {td} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 416x21
+            RenderTableCell {td} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,25) size 24x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,25) size 25x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.2&quot;
</span><del>-            RenderTableCell {td} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (162,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (162,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (229,25) size 24x21 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (229,25) size 25x21 [border: (1px solid #000000)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.5&quot;
</span><del>-            RenderTableCell {td} at (255,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (255,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (322,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (322,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (389,25) size 24x21 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (389,25) size 25x21 [border: (1px solid #000000)] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.8&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 415x21
-            RenderTableCell {td} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 416x21
+            RenderTableCell {td} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,48) size 24x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,48) size 25x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.2&quot;
</span><del>-            RenderTableCell {td} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (162,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (162,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (229,48) size 24x21 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (229,48) size 25x21 [border: (1px solid #000000)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.5&quot;
</span><del>-            RenderTableCell {td} at (255,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (255,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (322,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (322,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (389,48) size 24x21 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (389,48) size 25x21 [border: (1px solid #000000)] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.8&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel77expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-77-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-77-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-77-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -3,36 +3,36 @@
</span><span class="cx"> layer at (0,0) size 800x122
</span><span class="cx">   RenderBlock {test} at (0,0) size 800x122
</span><span class="cx">     RenderBlock {div} at (0,0) size 800x73
</span><del>-      RenderTable {table} at (0,0) size 164x73 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 162x71
-          RenderTableRow {tr} at (0,2) size 162x21
-            RenderTableCell {td} at (2,2) size 24x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 165x73 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 163x71
+          RenderTableRow {tr} at (0,2) size 163x21
+            RenderTableCell {td} at (2,2) size 25x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-            RenderTableCell {td} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 162x21
-            RenderTableCell {td} at (2,25) size 24x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 163x21
+            RenderTableCell {td} at (2,25) size 25x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-            RenderTableCell {td} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 162x21
-            RenderTableCell {td} at (2,48) size 24x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 163x21
+            RenderTableCell {td} at (2,48) size 25x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-            RenderTableCell {td} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><span class="cx">     RenderBlock {p} at (0,89) size 800x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel77bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-77b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-77b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-77b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -3,36 +3,36 @@
</span><span class="cx"> layer at (0,0) size 800x122
</span><span class="cx">   RenderBlock {test} at (0,0) size 800x122
</span><span class="cx">     RenderBlock {div} at (0,0) size 800x73
</span><del>-      RenderTable {table} at (0,0) size 164x73 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 162x71
-          RenderTableRow {tr} at (0,2) size 162x21
-            RenderTableCell {td} at (2,2) size 24x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 165x73 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 163x71
+          RenderTableRow {tr} at (0,2) size 163x21
+            RenderTableCell {td} at (2,2) size 25x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.1&quot;
</span><del>-            RenderTableCell {td} at (28,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 162x21
-            RenderTableCell {td} at (2,25) size 24x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 163x21
+            RenderTableCell {td} at (2,25) size 25x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.1&quot;
</span><del>-            RenderTableCell {td} at (28,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 162x21
-            RenderTableCell {td} at (2,48) size 24x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 163x21
+            RenderTableCell {td} at (2,48) size 25x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.1&quot;
</span><del>-            RenderTableCell {td} at (28,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (28,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (95,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (95,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><span class="cx">     RenderBlock {p} at (0,89) size 800x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel78expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-78-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-78-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-78-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -3,36 +3,36 @@
</span><span class="cx"> layer at (0,0) size 800x122
</span><span class="cx">   RenderBlock {test} at (0,0) size 800x122
</span><span class="cx">     RenderBlock {div} at (0,0) size 800x73
</span><del>-      RenderTable {table} at (0,0) size 164x73 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 162x71
-          RenderTableRow {tr} at (0,2) size 162x21
-            RenderTableCell {td} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 165x73 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 163x71
+          RenderTableRow {tr} at (0,2) size 163x21
+            RenderTableCell {td} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (136,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (136,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 162x21
-            RenderTableCell {td} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 163x21
+            RenderTableCell {td} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (136,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (136,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 162x21
-            RenderTableCell {td} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 163x21
+            RenderTableCell {td} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (136,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (136,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><span class="cx">     RenderBlock {p} at (0,89) size 800x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3selectors3xmlcss3modsel78bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-78b-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-78b-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-78b-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -3,36 +3,36 @@
</span><span class="cx"> layer at (0,0) size 800x122
</span><span class="cx">   RenderBlock {test} at (0,0) size 800x122
</span><span class="cx">     RenderBlock {div} at (0,0) size 800x73
</span><del>-      RenderTable {table} at (0,0) size 164x73 [border: (1px outset #808080)]
-        RenderTableSection (anonymous) at (1,1) size 162x71
-          RenderTableRow {tr} at (0,2) size 162x21
-            RenderTableCell {td} at (2,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {table} at (0,0) size 165x73 [border: (1px outset #808080)]
+        RenderTableSection (anonymous) at (1,1) size 163x71
+          RenderTableRow {tr} at (0,2) size 163x21
+            RenderTableCell {td} at (2,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,2) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,2) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (136,2) size 24x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (136,2) size 25x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;1.3&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 162x21
-            RenderTableCell {td} at (2,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,25) size 163x21
+            RenderTableCell {td} at (2,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,25) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,25) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (136,25) size 24x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (136,25) size 25x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;2.3&quot;
</span><del>-          RenderTableRow {tr} at (0,48) size 162x21
-            RenderTableCell {td} at (2,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,48) size 163x21
+            RenderTableCell {td} at (2,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (69,48) size 65x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (69,48) size 66x21 [bgcolor=#00FF00] [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 61x17
</span><span class="cx">                 text run at (2,2) width 61: &quot;green cell&quot;
</span><del>-            RenderTableCell {td} at (136,48) size 24x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (136,48) size 25x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;3.3&quot;
</span><span class="cx">     RenderBlock {p} at (0,89) size 800x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingdeleting4922367expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/deleting/4922367-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/deleting/4922367-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/4922367-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -10,13 +10,13 @@
</span><span class="cx">           text run at (0,17) width 139: &quot;the caret just before it.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,50) size 784x27
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 784x27
</span><del>-          RenderTable {TABLE} at (0,0) size 32x27 [border: (1px solid #BBBBBB)]
-            RenderTableSection {TBODY} at (1,1) size 30x25
-              RenderTableRow {TR} at (0,2) size 30x21
-                RenderTableCell {TD} at (2,2) size 12x21 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable {TABLE} at (0,0) size 33x27 [border: (1px solid #BBBBBB)]
+            RenderTableSection {TBODY} at (1,1) size 31x25
+              RenderTableRow {TR} at (0,2) size 31x21
+                RenderTableCell {TD} at (2,2) size 13x21 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;1&quot;
</span><del>-                RenderTableCell {TD} at (16,2) size 12x21 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,2) size 13x21 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;2&quot;
</span><span class="cx">           RenderBlock (anonymous) at (0,27) size 784x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingdeleting5099303expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/deleting/5099303-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/deleting/5099303-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/5099303-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,13 +7,13 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 756x17
</span><span class="cx">           text run at (0,0) width 756: &quot;This tests for a bug where deleting from the start of a paragraph after a table would leave the caret in the wrong position.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,33) size 784x44
</span><del>-        RenderTable {TABLE} at (0,0) size 348x27 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 346x25
-            RenderTableRow {TR} at (0,2) size 346x21
-              RenderTableCell {TD} at (2,2) size 336x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 349x27 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 347x25
+            RenderTableRow {TR} at (0,2) size 347x21
+              RenderTableCell {TD} at (2,2) size 337x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 332x17
</span><span class="cx">                   text run at (2,2) width 332: &quot;The caret should be between these two parenthesis: (&quot;
</span><del>-              RenderTableCell {TD} at (340,10) size 4x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (340,10) size 5x5 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">         RenderBlock {DIV} at (0,27) size 784x17
</span><span class="cx">           RenderText {#text} at (0,0) size 9x17
</span><span class="cx">             text run at (0,0) width 9: &quot;).&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingdeleting5126166expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/deleting/5126166-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/deleting/5126166-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/5126166-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -9,17 +9,17 @@
</span><span class="cx">           text run at (414,0) width 365: &quot;No merging should happen, only editable selected content&quot;
</span><span class="cx">           text run at (0,17) width 124: &quot;should be removed.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,50) size 784x54
</span><del>-        RenderTable {TABLE} at (0,0) size 16x27 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 14x25
-            RenderTableRow {TR} at (0,2) size 14x21
-              RenderTableCell {TD} at (2,10) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (8,2) size 4x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 17x27 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 15x25
+            RenderTableRow {TR} at (0,2) size 15x21
+              RenderTableCell {TD} at (2,10) size 5x5 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (8,2) size 5x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x17
</span><del>-        RenderTable {TABLE} at (0,27) size 351x27 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 349x25
-            RenderTableRow {TR} at (0,2) size 349x21
-              RenderTableCell {TD} at (2,10) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (8,2) size 339x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,27) size 352x27 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 350x25
+            RenderTableRow {TR} at (0,2) size 350x21
+              RenderTableCell {TD} at (2,10) size 5x5 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (8,2) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 335x17
</span><span class="cx">                   text run at (2,2) width 335: &quot;There should be one empty cell to the left of this one.&quot;
</span><span class="cx"> caret: position 0 of child 0 {BR} of child 3 {TD} of child 0 {TR} of child 0 {TBODY} of child 1 {TABLE} of child 3 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingdeleting51441392expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/deleting/5144139-2-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/deleting/5144139-2-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/5144139-2-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -11,26 +11,26 @@
</span><span class="cx">           text run at (694,17) width 77: &quot;The caret&quot;
</span><span class="cx">           text run at (0,34) width 266: &quot;should be just before the second.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,67) size 784x46
</span><del>-        RenderTable {TABLE} at (0,0) size 150x23
-          RenderTableSection {TBODY} at (0,0) size 150x23
-            RenderTableRow {TR} at (0,2) size 150x19
-              RenderTableCell {TD} at (2,2) size 15x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 151x23
+          RenderTableSection {TBODY} at (0,0) size 151x23
+            RenderTableRow {TR} at (0,2) size 151x19
+              RenderTableCell {TD} at (2,2) size 16x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 13x17
</span><span class="cx">                   text run at (1,1) width 13: &quot;\x{21D2}&quot;
</span><del>-              RenderTableCell {TD} at (19,2) size 112x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (19,2) size 113x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 110x17
</span><span class="cx">                   text run at (1,1) width 110: &quot;ToDo Content&quot;
</span><del>-              RenderTableCell {TD} at (133,2) size 15x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (133,2) size 16x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 13x17
</span><span class="cx">                   text run at (1,1) width 13: &quot;\x{21E3}&quot;
</span><del>-        RenderTable {TABLE} at (0,23) size 40x23
-          RenderTableSection {TBODY} at (0,0) size 40x23
-            RenderTableRow {TR} at (0,2) size 40x19
-              RenderTableCell {TD} at (2,2) size 15x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,23) size 41x23
+          RenderTableSection {TBODY} at (0,0) size 41x23
+            RenderTableRow {TR} at (0,2) size 41x19
+              RenderTableCell {TD} at (2,2) size 16x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 13x17
</span><span class="cx">                   text run at (1,1) width 13: &quot;\x{21D2}&quot;
</span><del>-              RenderTableCell {TD} at (19,2) size 2x19 [r=0 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (23,2) size 15x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (19,2) size 3x19 [r=0 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (23,2) size 16x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 13x17
</span><span class="cx">                   text run at (1,1) width 13: &quot;\x{21E3}&quot;
</span><span class="cx"> caret: position 0 of child 3 {TABLE} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingdeleting52063111expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/deleting/5206311-1-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/deleting/5206311-1-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/5206311-1-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -12,55 +12,55 @@
</span><span class="cx">             text run at (350,0) width 418: &quot;This demonstrates a bug: the two cells that contained the ends&quot;
</span><span class="cx">             text run at (0,17) width 646: &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,50) size 784x50
</span><del>-        RenderTable {TABLE} at (0,0) size 38x50 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 36x48
-            RenderTableRow {TR} at (0,2) size 36x21
-              RenderTableCell {TD} at (2,2) size 12x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 39x50 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 37x48
+            RenderTableRow {TR} at (0,2) size 37x21
+              RenderTableCell {TD} at (2,2) size 13x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (16,2) size 4x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,2) size 5x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x17
</span><del>-              RenderTableCell {TD} at (22,2) size 12x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (22,2) size 13x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x17
</span><del>-            RenderTableRow {TR} at (0,25) size 36x21
-              RenderTableCell {TD} at (2,25) size 12x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 37x21
+              RenderTableCell {TD} at (2,25) size 13x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x17
</span><del>-              RenderTableCell {TD} at (16,25) size 4x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,25) size 5x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x17
</span><del>-              RenderTableCell {TD} at (22,25) size 12x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (22,25) size 13x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx">       RenderBlock {P} at (0,116) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 593x17
</span><span class="cx">           text run at (0,0) width 593: &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,149) size 784x73
</span><del>-        RenderTable {TABLE} at (0,0) size 46x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 44x71
-            RenderTableRow {TR} at (0,2) size 44x21
-              RenderTableCell {TD} at (2,2) size 12x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 47x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 45x71
+            RenderTableRow {TR} at (0,2) size 45x21
+              RenderTableCell {TD} at (2,2) size 13x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (16,2) size 12x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,2) size 13x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (30,2) size 12x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,2) size 13x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 44x21
-              RenderTableCell {TD} at (2,25) size 12x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 45x21
+              RenderTableCell {TD} at (2,25) size 13x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x17
</span><del>-              RenderTableCell {TD} at (16,25) size 12x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,25) size 13x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x17
</span><del>-              RenderTableCell {TD} at (30,25) size 12x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,25) size 13x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x17
</span><del>-            RenderTableRow {TR} at (0,48) size 44x21
-              RenderTableCell {TD} at (2,48) size 12x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 45x21
+              RenderTableCell {TD} at (2,48) size 13x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (16,48) size 12x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,48) size 13x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (30,48) size 12x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,48) size 13x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx">       RenderBlock {P} at (0,238) size 784x17
</span><span class="lines">@@ -71,24 +71,24 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 39x17
</span><span class="cx">             text run at (0,0) width 35: &quot;Hello&quot;
</span><span class="cx">             text run at (35,0) width 4: &quot; &quot;
</span><del>-        RenderTable {TABLE} at (0,17) size 46x50 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 44x48
-            RenderTableRow {TR} at (0,2) size 44x21
-              RenderTableCell {TD} at (2,2) size 12x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,17) size 47x50 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 45x48
+            RenderTableRow {TR} at (0,2) size 45x21
+              RenderTableCell {TD} at (2,2) size 13x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x17
</span><del>-              RenderTableCell {TD} at (16,2) size 12x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,2) size 13x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (2,2) size 0x17
</span><del>-              RenderTableCell {TD} at (30,2) size 12x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,2) size 13x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 44x21
-              RenderTableCell {TD} at (2,25) size 12x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 45x21
+              RenderTableCell {TD} at (2,25) size 13x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (16,25) size 12x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,25) size 13x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (30,25) size 12x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,25) size 13x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</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="trunkLayoutTestsplatformgtkeditingdeleting54338622expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/deleting/5433862-2-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/deleting/5433862-2-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/5433862-2-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -9,37 +9,37 @@
</span><span class="cx">           text run at (579,0) width 204: &quot;There should be five rows in the&quot;
</span><span class="cx">           text run at (0,17) width 261: &quot;table below, before and after the deletion.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,50) size 784x128
</span><del>-        RenderTable {TABLE} at (0,0) size 109x128 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 107x126
-            RenderTableRow {TR} at (0,2) size 107x29
-              RenderTableCell {TD} at (2,2) size 33x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 110x128 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 108x126
+            RenderTableRow {TR} at (0,2) size 108x29
+              RenderTableCell {TD} at (2,2) size 34x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x17
</span><del>-              RenderTableCell {TD} at (37,2) size 32x29 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (37,2) size 33x29 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x17
</span><del>-              RenderTableCell {TD} at (71,2) size 34x29 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (71,2) size 35x29 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x17
</span><del>-            RenderTableRow {TR} at (0,33) size 107x29
-              RenderTableCell {TD} at (2,33) size 33x29 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,33) size 108x29
+              RenderTableCell {TD} at (2,33) size 34x29 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (6,6) size 21x17
</span><span class="cx">                   text run at (6,6) width 21: &quot;foo&quot;
</span><del>-              RenderTableCell {TD} at (37,33) size 32x29 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (37,33) size 33x29 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (6,6) size 20x17
</span><span class="cx">                   text run at (6,6) width 20: &quot;bar&quot;
</span><del>-              RenderTableCell {TD} at (71,33) size 34x29 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (71,33) size 35x29 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (6,6) size 22x17
</span><span class="cx">                   text run at (6,6) width 22: &quot;baz&quot;
</span><del>-            RenderTableRow {TR} at (0,64) size 107x29
-              RenderTableCell {TD} at (2,64) size 33x29 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,64) size 108x29
+              RenderTableCell {TD} at (2,64) size 34x29 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x17
</span><del>-              RenderTableCell {TD} at (37,64) size 32x29 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (37,64) size 33x29 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x17
</span><del>-              RenderTableCell {TD} at (71,64) size 34x29 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (71,64) size 35x29 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x17
</span><del>-            RenderTableRow {TR} at (0,95) size 107x29
-              RenderTableCell {TD} at (2,95) size 33x29 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,95) size 108x29
+              RenderTableCell {TD} at (2,95) size 34x29 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x17
</span><del>-              RenderTableCell {TD} at (37,95) size 32x29 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (37,95) size 33x29 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x17
</span><del>-              RenderTableCell {TD} at (71,95) size 34x29 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (71,95) size 35x29 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderBR {BR} at (6,6) size 0x17
</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="trunkLayoutTestsplatformgtkeditingdeleting5483370expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/deleting/5483370-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/deleting/5483370-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/5483370-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -9,14 +9,14 @@
</span><span class="cx">           text run at (706,0) width 55: &quot;Only the&quot;
</span><span class="cx">           text run at (0,17) width 343: &quot;last letter in 'foo' should be removed during this delete.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,50) size 784x33
</span><del>-        RenderTable {TABLE} at (0,0) size 29x33 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 27x31
-            RenderTableRow {TR} at (0,2) size 27x21
-              RenderTableCell {TD} at (2,2) size 17x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 30x33 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 28x31
+            RenderTableRow {TR} at (0,2) size 28x21
+              RenderTableCell {TD} at (2,2) size 18x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 13x17
</span><span class="cx">                   text run at (2,2) width 13: &quot;fo&quot;
</span><del>-              RenderTableCell {TD} at (21,10) size 4x4 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-            RenderTableRow {TR} at (0,25) size 27x4
-              RenderTableCell {TD} at (2,25) size 17x4 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
-              RenderTableCell {TD} at (21,25) size 4x4 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (21,10) size 5x5 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+            RenderTableRow {TR} at (0,25) size 28x4
+              RenderTableCell {TD} at (2,25) size 18x4 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+              RenderTableCell {TD} at (21,25) size 5x4 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx"> caret: position 2 of child 0 {#text} of child 0 {TD} of child 0 {TR} of child 0 {TBODY} of child 0 {TABLE} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingdeletingdeletetoselecttableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/deleting/delete-to-select-table-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/deleting/delete-to-select-table-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/delete-to-select-table-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -31,20 +31,20 @@
</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 784x50
</span><del>-        RenderTable {TABLE} at (0,0) size 86x50 [border: (3px solid #AAAAAA)]
-          RenderTableSection {TBODY} at (3,3) size 80x44
-            RenderTableRow {TR} at (0,2) size 80x19
-              RenderTableCell {TD} at (2,2) size 27x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 87x50 [border: (3px solid #AAAAAA)]
+          RenderTableSection {TBODY} at (3,3) size 81x44
+            RenderTableRow {TR} at (0,2) size 81x19
+              RenderTableCell {TD} at (2,2) size 28x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 25x17
</span><span class="cx">                   text run at (1,1) width 25: &quot;Foo&quot;
</span><del>-              RenderTableCell {TD} at (31,2) size 47x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (31,2) size 48x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 22x17
</span><span class="cx">                   text run at (1,1) width 22: &quot;baz&quot;
</span><del>-            RenderTableRow {TR} at (0,23) size 80x19
-              RenderTableCell {TD} at (2,23) size 27x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,23) size 81x19
+              RenderTableCell {TD} at (2,23) size 28x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 20x17
</span><span class="cx">                   text run at (1,1) width 20: &quot;bar&quot;
</span><del>-              RenderTableCell {TD} at (31,23) size 47x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (31,23) size 48x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 45x17
</span><span class="cx">                   text run at (1,1) width 45: &quot;buffalo&quot;
</span><span class="cx"> selection start: position 0 of child 1 {TABLE} of child 0 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingdeletingtablecellsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/deleting/table-cells-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/deleting/table-cells-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/table-cells-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -15,15 +15,15 @@
</span><span class="cx">           text run at (0,0) width 361: &quot;This tests deletion of a selection that spans multiple cells. &quot;
</span><span class="cx">           text run at (361,0) width 356: &quot;Just table content should be removed, not table structure.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,33) size 784x27
</span><del>-        RenderTable {TABLE} at (0,0) size 343x27 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 341x25
-            RenderTableRow {TR} at (0,2) size 341x21
-              RenderTableCell {TD} at (2,2) size 157x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderBlock {DIV} at (2,2) size 153x17
</del><ins>+        RenderTable {TABLE} at (0,0) size 344x27 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 342x25
+            RenderTableRow {TR} at (0,2) size 342x21
+              RenderTableCell {TD} at (2,2) size 158x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderBlock {DIV} at (2,2) size 154x17
</ins><span class="cx">                   RenderText {#text} at (0,0) size 153x17
</span><span class="cx">                     text run at (0,0) width 153: &quot;These two pieces of text&quot;
</span><del>-              RenderTableCell {TD} at (161,2) size 178x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-                RenderBlock {DIV} at (2,2) size 174x17
</del><ins>+              RenderTableCell {TD} at (161,2) size 179x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                RenderBlock {DIV} at (2,2) size 175x17
</ins><span class="cx">                   RenderText {#text} at (0,0) size 174x17
</span><span class="cx">                     text run at (0,0) width 174: &quot; should be in different cells.&quot;
</span><span class="cx"> caret: position 24 of child 0 {#text} of child 0 {DIV} of child 0 {TD} of child 0 {TR} of child 0 {TBODY} of child 0 {TABLE} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingexecCommand5481523expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/execCommand/5481523-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/execCommand/5481523-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/execCommand/5481523-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -11,20 +11,20 @@
</span><span class="cx">       RenderBlock {DIV} at (0,50) size 784x50
</span><span class="cx">         RenderBlock {BLOCKQUOTE} at (40,0) size 744x50
</span><span class="cx">           RenderBlock {BLOCKQUOTE} at (40,0) size 704x50
</span><del>-            RenderTable {TABLE} at (0,0) size 83x50 [border: (1px outset #808080)]
-              RenderTableSection {TBODY} at (1,1) size 81x48
-                RenderTableRow {TR} at (0,2) size 81x21
-                  RenderTableCell {TD} at (2,2) size 41x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTable {TABLE} at (0,0) size 84x50 [border: (1px outset #808080)]
+              RenderTableSection {TBODY} at (1,1) size 82x48
+                RenderTableRow {TR} at (0,2) size 82x21
+                  RenderTableCell {TD} at (2,2) size 42x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderText {#text} at (2,2) size 27x17
</span><span class="cx">                       text run at (2,2) width 27: &quot;One&quot;
</span><del>-                  RenderTableCell {TD} at (45,2) size 34x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                  RenderTableCell {TD} at (45,2) size 35x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                     RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                       text run at (2,2) width 30: &quot;Two&quot;
</span><del>-                RenderTableRow {TR} at (0,25) size 81x21
-                  RenderTableCell {TD} at (2,25) size 41x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+                RenderTableRow {TR} at (0,25) size 82x21
+                  RenderTableCell {TD} at (2,25) size 42x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                     RenderText {#text} at (2,2) size 37x17
</span><span class="cx">                       text run at (2,2) width 37: &quot;Three&quot;
</span><del>-                  RenderTableCell {TD} at (45,25) size 34x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                  RenderTableCell {TD} at (45,25) size 35x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                     RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                       text run at (2,2) width 30: &quot;Four&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,50) size 784x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditinginserting50581631expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/inserting/5058163-1-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/inserting/5058163-1-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/inserting/5058163-1-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,20 +7,20 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 759x17
</span><span class="cx">           text run at (0,0) width 759: &quot;This tests for a bug where hitting return between two tables would add a new paragraph at the end of the editable region.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,33) size 784x84
</span><del>-        RenderTable {TABLE} at (0,0) size 475x25 [border: (1px solid #AAAAAA)]
-          RenderTableSection {TBODY} at (1,1) size 473x23
-            RenderTableRow {TR} at (0,2) size 473x19
-              RenderTableCell {TD} at (2,2) size 469x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 476x25 [border: (1px solid #AAAAAA)]
+          RenderTableSection {TBODY} at (1,1) size 474x23
+            RenderTableRow {TR} at (0,2) size 474x19
+              RenderTableCell {TD} at (2,2) size 470x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 467x17
</span><span class="cx">                   text run at (1,1) width 467: &quot;There should be two empty paragraphs after this table and before the next.&quot;
</span><span class="cx">         RenderBlock {DIV} at (0,25) size 784x17
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderBlock (anonymous) at (0,42) size 784x17
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x17
</span><del>-        RenderTable {TABLE} at (0,59) size 276x25 [border: (1px solid #AAAAAA)]
-          RenderTableSection {TBODY} at (1,1) size 274x23
-            RenderTableRow {TR} at (0,2) size 274x19
-              RenderTableCell {TD} at (2,2) size 270x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,59) size 277x25 [border: (1px solid #AAAAAA)]
+          RenderTableSection {TBODY} at (1,1) size 275x23
+            RenderTableRow {TR} at (0,2) size 275x19
+              RenderTableCell {TD} at (2,2) size 271x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 268x17
</span><span class="cx">                   text run at (1,1) width 268: &quot;And the caret should be in the second one.&quot;
</span><span class="cx"> caret: position 0 of child 2 {BR} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditinginsertinginsertparagraph01expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/inserting/insert-paragraph-01-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/inserting/insert-paragraph-01-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/inserting/insert-paragraph-01-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -16,10 +16,10 @@
</span><span class="cx">       RenderBlock {DIV} at (0,50) size 784x44
</span><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x17
</span><del>-        RenderTable {TABLE} at (0,17) size 31x27 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 29x25
-            RenderTableRow {TR} at (0,2) size 29x21
-              RenderTableCell {TD} at (2,2) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,17) size 32x27 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 30x25
+            RenderTableRow {TR} at (0,2) size 30x21
+              RenderTableCell {TD} at (2,2) size 26x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 21x17
</span><span class="cx">                   text run at (2,2) width 21: &quot;foo&quot;
</span><span class="cx"> caret: position 0 of child 1 {TABLE} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditinginsertinginsertparagraph02expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/inserting/insert-paragraph-02-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/inserting/insert-paragraph-02-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/inserting/insert-paragraph-02-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -20,10 +20,10 @@
</span><span class="cx">           text run at (341,0) width 429: &quot;There should be an empty paragraph between the table and 'bar' and&quot;
</span><span class="cx">           text run at (0,17) width 271: &quot;the caret should be in the empty paragraph.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,50) size 784x61
</span><del>-        RenderTable {TABLE} at (0,0) size 31x27 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 29x25
-            RenderTableRow {TR} at (0,2) size 29x21
-              RenderTableCell {TD} at (2,2) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 32x27 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 30x25
+            RenderTableRow {TR} at (0,2) size 30x21
+              RenderTableCell {TD} at (2,2) size 26x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 21x17
</span><span class="cx">                   text run at (2,2) width 21: &quot;foo&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,27) size 784x34
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditinginsertingparagraphseparatorintable1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/inserting/paragraph-separator-in-table-1-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/inserting/paragraph-separator-in-table-1-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/inserting/paragraph-separator-in-table-1-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -14,13 +14,13 @@
</span><span class="cx">           text run at (0,0) width 337: &quot;This tests InsertParagraphSeparator inside table cells. &quot;
</span><span class="cx">           text run at (337,0) width 276: &quot;'Cell' and 'Two' should be on separate lines.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,33) size 784x44
</span><del>-        RenderTable {TABLE} at (0,0) size 103x44 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 101x42
-            RenderTableRow {TR} at (0,2) size 101x38
-              RenderTableCell {TD} at (2,10) size 61x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderText {#text} at (2,2) size 57x17
-                  text run at (2,2) width 57: &quot;Cell One&quot;
-              RenderTableCell {TD} at (65,2) size 34x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 104x44 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 102x42
+            RenderTableRow {TR} at (0,2) size 102x38
+              RenderTableCell {TD} at (2,10) size 62x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (2,2) size 57x18
+                  text run at (2,3) width 57: &quot;Cell One&quot;
+              RenderTableCell {TD} at (65,2) size 35x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                   text run at (2,2) width 30: &quot;Cell &quot;
</span><span class="cx">                 RenderBR {BR} at (32,16) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditinginsertingparagraphseparatorintable2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/inserting/paragraph-separator-in-table-2-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/inserting/paragraph-separator-in-table-2-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/inserting/paragraph-separator-in-table-2-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -15,15 +15,15 @@
</span><span class="cx">           text run at (337,0) width 431: &quot;The first cell should contain 'Cell' and a newline, and the second cell&quot;
</span><span class="cx">           text run at (0,17) width 136: &quot;should contain 'Two'.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,50) size 784x44
</span><del>-        RenderTable {TABLE} at (0,0) size 80x44 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 78x42
-            RenderTableRow {TR} at (0,2) size 78x38
-              RenderTableCell {TD} at (2,2) size 34x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 81x44 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 79x42
+            RenderTableRow {TR} at (0,2) size 79x38
+              RenderTableCell {TD} at (2,2) size 35x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                   text run at (2,2) width 30: &quot;Cell &quot;
</span><span class="cx">                 RenderBR {BR} at (32,16) size 0x0
</span><span class="cx">                 RenderBR {BR} at (2,19) size 0x17
</span><del>-              RenderTableCell {TD} at (38,10) size 38x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
-                RenderText {#text} at (2,2) size 34x17
-                  text run at (2,2) width 34: &quot; Two&quot;
</del><ins>+              RenderTableCell {TD} at (38,10) size 39x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+                RenderText {#text} at (2,2) size 34x18
+                  text run at (2,3) width 34: &quot; Two&quot;
</ins><span class="cx"> caret: position 0 of child 2 {BR} of child 0 {TD} of child 0 {TR} of child 0 {TBODY} of child 0 {TABLE} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingpasteboard51564011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/pasteboard/5156401-1-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/pasteboard/5156401-1-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/5156401-1-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,10 +7,10 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 450x17
</span><span class="cx">           text run at (0,0) width 450: &quot;This tests for a crash when pasting content into a link inside a table cell.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,33) size 784x27
</span><del>-        RenderTable {TABLE} at (0,0) size 146x27 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 144x25
-            RenderTableRow {TR} at (0,2) size 144x21
-              RenderTableCell {TD} at (2,2) size 140x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 147x27 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 145x25
+            RenderTableRow {TR} at (0,2) size 145x21
+              RenderTableCell {TD} at (2,2) size 141x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {A} at (0,0) size 136x17 [color=#0000EE]
</span><span class="cx">                   RenderText {#text} at (2,2) size 136x17
</span><span class="cx">                     text run at (2,2) width 136: &quot;This should be a link.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingpasteboard5387578expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/pasteboard/5387578-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/pasteboard/5387578-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/5387578-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -10,11 +10,11 @@
</span><span class="cx">           text run at (0,17) width 110: &quot;tickled the crash. &quot;
</span><span class="cx">           text run at (110,17) width 333: &quot;You should see 'Hello World' in the table cell below.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,50) size 784x27
</span><del>-        RenderTable {TABLE} at (0,0) size 89x27 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 87x25
-            RenderTableRow {TR} at (0,2) size 87x21
-              RenderTableCell {TD} at (2,2) size 83x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
-                RenderText {#text} at (2,2) size 79x17
</del><ins>+        RenderTable {TABLE} at (0,0) size 90x27 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 88x25
+            RenderTableRow {TR} at (0,2) size 88x21
+              RenderTableCell {TD} at (2,2) size 84x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (2,2) size 80x17
</ins><span class="cx">                   text run at (2,2) width 79: &quot;Hello World&quot;
</span><del>-                  text run at (81,2) width 0: &quot; \x{9}\x{9} \x{9}\x{9}&quot;
</del><ins>+                  text run at (81,2) width 1: &quot; \x{9}\x{9} \x{9}\x{9}&quot;
</ins><span class="cx"> caret: position 11 of child 0 {#text} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 1 {TABLE} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection36907032expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/3690703-2-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/3690703-2-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/3690703-2-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -24,16 +24,16 @@
</span><span class="cx">                     RenderText {#text} at (680,0) size 104x15
</span><span class="cx">                       text run at (680,0) width 104: &quot;Personalized Home&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,15) size 784x4
</span><del>-              RenderTableCell {TD} at (0,16) size 784x1 [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,16) size 784x2 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 1x1
</span><span class="cx">         RenderBlock (anonymous) at (0,19) size 784x34
</span><span class="cx">           RenderBR {BR} at (392,0) size 0x17
</span><span class="cx">           RenderBR {BR} at (392,17) size 0x17
</span><span class="cx">         RenderBlock {DIV} at (0,53) size 784x116 [border: (2px solid #AAAAFF)]
</span><span class="cx">           RenderTable {TABLE} at (215,2) size 354x23
</span><del>-            RenderTableSection {TBODY} at (0,0) size 353x23
-              RenderTableRow {TR} at (0,0) size 353x23
-                RenderTableCell {TD} at (0,0) size 353x23 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableSection {TBODY} at (0,0) size 354x23
+              RenderTableRow {TR} at (0,0) size 354x23
+                RenderTableCell {TD} at (0,0) size 354x23 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 345x15
</span><span class="cx">                     RenderInline {B} at (0,0) size 26x15
</span><span class="cx">                       RenderText {#text} at (4,4) size 26x15
</span><span class="lines">@@ -77,12 +77,12 @@
</span><span class="cx">           RenderTable {TABLE} at (2,25) size 780x57
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 780x57
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 780x57
</span><del>-                RenderTableCell {TD} at (0,20) size 121x17 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (0,20) size 122x17 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (121,0) size 510x57 [r=0 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (121,0) size 511x57 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderTextControl {INPUT} at (2,2) size 506x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><del>-                  RenderBR {BR} at (510,19) size 0x0
</del><ins>+                  RenderBR {BR} at (510,19) size 1x0
</ins><span class="cx">                   RenderButton {INPUT} at (121,29) size 124x26 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
</span><span class="cx">                     RenderBlock (anonymous) at (8,4) size 107x17
</span><span class="cx">                       RenderText at (0,0) size 107x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection3690703expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/3690703-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/3690703-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/3690703-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -26,16 +26,16 @@
</span><span class="cx">                     RenderText {#text} at (680,0) size 104x15
</span><span class="cx">                       text run at (680,0) width 104: &quot;Personalized Home&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,15) size 784x4
</span><del>-              RenderTableCell {TD} at (0,16) size 784x1 [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,16) size 784x2 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 1x1
</span><span class="cx">         RenderBlock (anonymous) at (0,19) size 784x34
</span><span class="cx">           RenderBR {BR} at (392,0) size 0x17
</span><span class="cx">           RenderBR {BR} at (392,17) size 0x17
</span><span class="cx">         RenderBlock {DIV} at (0,53) size 784x116 [border: (2px solid #AAAAFF)]
</span><span class="cx">           RenderTable {TABLE} at (215,2) size 354x23
</span><del>-            RenderTableSection {TBODY} at (0,0) size 353x23
-              RenderTableRow {TR} at (0,0) size 353x23
-                RenderTableCell {TD} at (0,0) size 353x23 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableSection {TBODY} at (0,0) size 354x23
+              RenderTableRow {TR} at (0,0) size 354x23
+                RenderTableCell {TD} at (0,0) size 354x23 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 345x15
</span><span class="cx">                     RenderInline {B} at (0,0) size 26x15
</span><span class="cx">                       RenderText {#text} at (4,4) size 26x15
</span><span class="lines">@@ -79,12 +79,12 @@
</span><span class="cx">           RenderTable {TABLE} at (2,25) size 780x57
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 780x57
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 780x57
</span><del>-                RenderTableCell {TD} at (0,20) size 121x17 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (0,20) size 122x17 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (121,0) size 510x57 [r=0 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (121,0) size 511x57 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderTextControl {INPUT} at (2,2) size 506x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><del>-                  RenderBR {BR} at (510,19) size 0x0
</del><ins>+                  RenderBR {BR} at (510,19) size 1x0
</ins><span class="cx">                   RenderButton {INPUT} at (121,29) size 124x26 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
</span><span class="cx">                     RenderBlock (anonymous) at (8,4) size 107x17
</span><span class="cx">                       RenderText at (0,0) size 107x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection3690719expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/3690719-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/3690719-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/3690719-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -18,16 +18,16 @@
</span><span class="cx">                     RenderText {#text} at (680,0) size 104x15
</span><span class="cx">                       text run at (680,0) width 104: &quot;Personalized Home&quot;
</span><span class="cx">             RenderTableRow {TR} at (0,15) size 784x4
</span><del>-              RenderTableCell {TD} at (0,16) size 784x1 [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (0,16) size 784x2 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {IMG} at (0,0) size 1x1
</span><span class="cx">         RenderBlock (anonymous) at (0,19) size 784x34
</span><span class="cx">           RenderBR {BR} at (392,0) size 0x17
</span><span class="cx">           RenderBR {BR} at (392,17) size 0x17
</span><span class="cx">         RenderBlock {DIV} at (0,53) size 784x116 [border: (2px solid #AAAAFF)]
</span><span class="cx">           RenderTable {TABLE} at (215,2) size 354x23
</span><del>-            RenderTableSection {TBODY} at (0,0) size 353x23
-              RenderTableRow {TR} at (0,0) size 353x23
-                RenderTableCell {TD} at (0,0) size 353x23 [r=0 c=0 rs=1 cs=1]
</del><ins>+            RenderTableSection {TBODY} at (0,0) size 354x23
+              RenderTableRow {TR} at (0,0) size 354x23
+                RenderTableCell {TD} at (0,0) size 354x23 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 345x15
</span><span class="cx">                     RenderInline {B} at (0,0) size 26x15
</span><span class="cx">                       RenderText {#text} at (4,4) size 26x15
</span><span class="lines">@@ -71,12 +71,12 @@
</span><span class="cx">           RenderTable {TABLE} at (2,25) size 780x57
</span><span class="cx">             RenderTableSection {TBODY} at (0,0) size 780x57
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 780x57
</span><del>-                RenderTableCell {TD} at (0,20) size 121x17 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (0,20) size 122x17 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                     text run at (0,0) width 4: &quot; &quot;
</span><del>-                RenderTableCell {TD} at (121,0) size 510x57 [r=0 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (121,0) size 511x57 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderTextControl {INPUT} at (2,2) size 506x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><del>-                  RenderBR {BR} at (510,19) size 0x0
</del><ins>+                  RenderBR {BR} at (510,19) size 1x0
</ins><span class="cx">                   RenderButton {INPUT} at (121,29) size 124x26 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
</span><span class="cx">                     RenderBlock (anonymous) at (8,4) size 107x17
</span><span class="cx">                       RenderText at (0,0) size 107x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection4818145expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/4818145-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/4818145-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/4818145-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -9,10 +9,10 @@
</span><span class="cx">           text run at (509,0) width 225: &quot;The table and its contents should be&quot;
</span><span class="cx">           text run at (0,17) width 54: &quot;selected.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,50) size 784x27
</span><del>-        RenderTable {TABLE} at (0,0) size 31x27 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 29x25
-            RenderTableRow {TR} at (0,2) size 29x21
-              RenderTableCell {TD} at (2,2) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 32x27 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 30x25
+            RenderTableRow {TR} at (0,2) size 30x21
+              RenderTableCell {TD} at (2,2) size 26x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 21x17
</span><span class="cx">                   text run at (2,2) width 21: &quot;foo&quot;
</span><span class="cx"> selection start: position 0 of child 0 {TABLE} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection4889598expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/4889598-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/4889598-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/4889598-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -48,10 +48,10 @@
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 784x17
</span><span class="cx">           RenderText {#text} at (0,0) size 279x17
</span><span class="cx">             text run at (0,0) width 279: &quot;Click anywhere in this line and move down.&quot;
</span><del>-        RenderTable {TABLE} at (0,17) size 335x27 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 333x25
-            RenderTableRow {TR} at (0,2) size 333x21
-              RenderTableCell {TD} at (2,2) size 329x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,17) size 336x27 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 334x25
+            RenderTableRow {TR} at (0,2) size 334x21
+              RenderTableCell {TD} at (2,2) size 330x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 63x17
</span><span class="cx">                   text run at (2,2) width 63: &quot;The caret &quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 42x17 [color=#0000FF]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection48954282expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/4895428-2-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/4895428-2-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/4895428-2-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -9,13 +9,13 @@
</span><span class="cx">           text run at (0,17) width 765: &quot;down, but to make it easier to drag selections containing editable pieces we delay focus until mouse up. The editable table&quot;
</span><span class="cx">           text run at (0,34) width 440: &quot;cell should be focused and you should see a 'Success' message below.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,67) size 784x27
</span><del>-        RenderTable {TABLE} at (0,0) size 143x27 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 141x25
-            RenderTableRow {TR} at (0,2) size 141x21
-              RenderTableCell {TD} at (2,2) size 82x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 144x27 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 142x25
+            RenderTableRow {TR} at (0,2) size 142x21
+              RenderTableCell {TD} at (2,2) size 83x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 78x17
</span><span class="cx">                   text run at (2,2) width 78: &quot;non-editable&quot;
</span><del>-              RenderTableCell {TD} at (86,2) size 53x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (86,2) size 54x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 49x17
</span><span class="cx">                   text run at (2,2) width 49: &quot;editable&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,94) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection50575062expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/5057506-2-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/5057506-2-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/5057506-2-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -16,10 +16,10 @@
</span><span class="cx">           text run at (0,51) width 157: &quot;character, and hit delete. &quot;
</span><span class="cx">           text run at (157,51) width 288: &quot;Afterward, the table should contain only 'bar'.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,84) size 784x44
</span><del>-        RenderTable {TABLE} at (0,0) size 110x27 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 108x25
-            RenderTableRow {TR} at (0,2) size 108x21
-              RenderTableCell {TD} at (2,2) size 104x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 111x27 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 109x25
+            RenderTableRow {TR} at (0,2) size 109x21
+              RenderTableCell {TD} at (2,2) size 105x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 21x17
</span><span class="cx">                   RenderText {#text} at (2,2) size 21x17
</span><span class="cx">                     text run at (2,2) width 21: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection50763231expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/5076323-1-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/5076323-1-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/5076323-1-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -8,10 +8,10 @@
</span><span class="cx">           text run at (0,0) width 782: &quot;This tests for a bug where moving the selection to the end of the document would move it outside of an editable region if the&quot;
</span><span class="cx">           text run at (0,17) width 219: &quot;selection started just before a table.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,50) size 784x42
</span><del>-        RenderTable {TABLE} at (0,0) size 29x25 [border: (1px solid #AAAAAA)]
-          RenderTableSection {TBODY} at (1,1) size 27x23
-            RenderTableRow {TR} at (0,2) size 27x19
-              RenderTableCell {TD} at (2,2) size 23x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 30x25 [border: (1px solid #AAAAAA)]
+          RenderTableSection {TBODY} at (1,1) size 28x23
+            RenderTableRow {TR} at (0,2) size 28x19
+              RenderTableCell {TD} at (2,2) size 24x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                   text run at (1,1) width 21: &quot;foo&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,25) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection50763232expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/5076323-2-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/5076323-2-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/5076323-2-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,10 +7,10 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 632x17
</span><span class="cx">           text run at (0,0) width 632: &quot;This tests caret painting before a table, you should see a caret before the table containing 'foo' above.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,33) size 784x25
</span><del>-        RenderTable {TABLE} at (0,0) size 29x25 [border: (1px solid #AAAAAA)]
-          RenderTableSection {TBODY} at (1,1) size 27x23
-            RenderTableRow {TR} at (0,2) size 27x19
-              RenderTableCell {TD} at (2,2) size 23x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 30x25 [border: (1px solid #AAAAAA)]
+          RenderTableSection {TBODY} at (1,1) size 28x23
+            RenderTableRow {TR} at (0,2) size 28x19
+              RenderTableCell {TD} at (2,2) size 24x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                   text run at (1,1) width 21: &quot;foo&quot;
</span><span class="cx"> caret: position 0 of child 0 {TABLE} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection50763233expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/5076323-3-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/5076323-3-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/5076323-3-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,10 +7,10 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 608x17
</span><span class="cx">           text run at (0,0) width 608: &quot;This tests caret painting after a table, you should see a caret after the table containing 'foo' above.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,33) size 784x25
</span><del>-        RenderTable {TABLE} at (0,0) size 29x25 [border: (1px solid #AAAAAA)]
-          RenderTableSection {TBODY} at (1,1) size 27x23
-            RenderTableRow {TR} at (0,2) size 27x19
-              RenderTableCell {TD} at (2,2) size 23x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,0) size 30x25 [border: (1px solid #AAAAAA)]
+          RenderTableSection {TBODY} at (1,1) size 28x23
+            RenderTableRow {TR} at (0,2) size 28x19
+              RenderTableCell {TD} at (2,2) size 24x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                   text run at (1,1) width 21: &quot;foo&quot;
</span><span class="cx"> caret: position 1 of child 0 {TABLE} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection51317161expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/5131716-1-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/5131716-1-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/5131716-1-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -12,13 +12,13 @@
</span><span class="cx">         RenderBlock {DIV} at (26,26) size 732x17
</span><span class="cx">           RenderText {#text} at (0,0) size 99x17
</span><span class="cx">             text run at (0,0) width 99: &quot;Paragraph One.&quot;
</span><del>-        RenderTable {TABLE} at (26,43) size 93x27 [border: (1px solid #BBBBBB)]
-          RenderTableSection {TBODY} at (1,1) size 91x25
-            RenderTableRow {TR} at (0,2) size 91x21 [border: (1px solid #BBBBBB)]
-              RenderTableCell {TD} at (2,2) size 8x21 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (26,43) size 94x27 [border: (1px solid #BBBBBB)]
+          RenderTableSection {TBODY} at (1,1) size 92x25
+            RenderTableRow {TR} at (0,2) size 92x21 [border: (1px solid #BBBBBB)]
+              RenderTableCell {TD} at (2,2) size 9x21 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 4x17
</span><span class="cx">                   text run at (2,2) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (12,2) size 77x21 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (12,2) size 78x21 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 73x17
</span><span class="cx">                   text run at (2,2) width 73: &quot;ToDo One.&quot;
</span><span class="cx">         RenderBlock {DIV} at (26,70) size 732x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection51317162expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/5131716-2-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/5131716-2-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/5131716-2-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -12,13 +12,13 @@
</span><span class="cx">         RenderBlock {DIV} at (26,26) size 732x17
</span><span class="cx">           RenderText {#text} at (0,0) size 99x17
</span><span class="cx">             text run at (0,0) width 99: &quot;Paragraph One.&quot;
</span><del>-        RenderTable {TABLE} at (26,43) size 93x27 [border: (1px solid #BBBBBB)]
-          RenderTableSection {TBODY} at (1,1) size 91x25
-            RenderTableRow {TR} at (0,2) size 91x21 [border: (1px solid #BBBBBB)]
-              RenderTableCell {TD} at (2,2) size 8x21 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (26,43) size 94x27 [border: (1px solid #BBBBBB)]
+          RenderTableSection {TBODY} at (1,1) size 92x25
+            RenderTableRow {TR} at (0,2) size 92x21 [border: (1px solid #BBBBBB)]
+              RenderTableCell {TD} at (2,2) size 9x21 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 4x17
</span><span class="cx">                   text run at (2,2) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (12,2) size 77x21 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (12,2) size 78x21 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 73x17
</span><span class="cx">                   text run at (2,2) width 73: &quot;ToDo One.&quot;
</span><span class="cx">         RenderBlock {DIV} at (26,70) size 732x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection51317163expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/5131716-3-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/5131716-3-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/5131716-3-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -12,13 +12,13 @@
</span><span class="cx">         RenderBlock {DIV} at (26,26) size 732x17
</span><span class="cx">           RenderText {#text} at (0,0) size 99x17
</span><span class="cx">             text run at (0,0) width 99: &quot;Paragraph One.&quot;
</span><del>-        RenderTable {TABLE} at (26,43) size 93x27 [border: (1px solid #BBBBBB)]
-          RenderTableSection {TBODY} at (1,1) size 91x25
-            RenderTableRow {TR} at (0,2) size 91x21 [border: (1px solid #BBBBBB)]
-              RenderTableCell {TD} at (2,2) size 8x21 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (26,43) size 94x27 [border: (1px solid #BBBBBB)]
+          RenderTableSection {TBODY} at (1,1) size 92x25
+            RenderTableRow {TR} at (0,2) size 92x21 [border: (1px solid #BBBBBB)]
+              RenderTableCell {TD} at (2,2) size 9x21 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 4x17
</span><span class="cx">                   text run at (2,2) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (12,2) size 77x21 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (12,2) size 78x21 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 73x17
</span><span class="cx">                   text run at (2,2) width 73: &quot;ToDo One.&quot;
</span><span class="cx">         RenderBlock {DIV} at (26,70) size 732x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection51317164expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/5131716-4-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/5131716-4-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/5131716-4-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -12,13 +12,13 @@
</span><span class="cx">         RenderBlock {DIV} at (26,26) size 732x17
</span><span class="cx">           RenderText {#text} at (0,0) size 99x17
</span><span class="cx">             text run at (0,0) width 99: &quot;Paragraph One.&quot;
</span><del>-        RenderTable {TABLE} at (26,43) size 93x27 [border: (1px solid #BBBBBB)]
-          RenderTableSection {TBODY} at (1,1) size 91x25
-            RenderTableRow {TR} at (0,2) size 91x21 [border: (1px solid #BBBBBB)]
-              RenderTableCell {TD} at (2,2) size 8x21 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (26,43) size 94x27 [border: (1px solid #BBBBBB)]
+          RenderTableSection {TBODY} at (1,1) size 92x25
+            RenderTableRow {TR} at (0,2) size 92x21 [border: (1px solid #BBBBBB)]
+              RenderTableCell {TD} at (2,2) size 9x21 [border: (1px solid #BBBBBB)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 4x17
</span><span class="cx">                   text run at (2,2) width 4: &quot; &quot;
</span><del>-              RenderTableCell {TD} at (12,2) size 77x21 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (12,2) size 78x21 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 73x17
</span><span class="cx">                   text run at (2,2) width 73: &quot;ToDo One.&quot;
</span><span class="cx">         RenderBlock {DIV} at (26,70) size 732x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection71521expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/7152-1-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/7152-1-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/7152-1-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -22,14 +22,14 @@
</span><span class="cx">           text run at (767,17) width 4: &quot; &quot;
</span><span class="cx">           text run at (0,34) width 100: &quot;an atomic node.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,67) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderTable {TABLE} at (0,77) size 161x50 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 159x48
-          RenderTableRow {TR} at (0,2) size 159x21
-            RenderTableCell {TD} at (2,2) size 155x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,77) size 162x50 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 160x48
+          RenderTableRow {TR} at (0,2) size 160x21
+            RenderTableCell {TD} at (2,2) size 156x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 151x17
</span><span class="cx">                 text run at (2,2) width 151: &quot;This should be selected.&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 159x21
-            RenderTableCell {TD} at (2,25) size 155x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,25) size 160x21
+            RenderTableCell {TD} at (2,25) size 156x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 151x17
</span><span class="cx">                 text run at (2,2) width 151: &quot;This should be selected.&quot;
</span><span class="cx"> selection start: position 0 of child 0 {#text} of child 1 {P} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingselection71522expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/selection/7152-2-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/selection/7152-2-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/selection/7152-2-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -8,14 +8,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 784x576
</span><del>-      RenderTable {TABLE} at (0,0) size 161x50 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 159x48
-          RenderTableRow {TR} at (0,2) size 159x21
-            RenderTableCell {TD} at (2,2) size 155x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 162x50 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 160x48
+          RenderTableRow {TR} at (0,2) size 160x21
+            RenderTableCell {TD} at (2,2) size 156x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 151x17
</span><span class="cx">                 text run at (2,2) width 151: &quot;This should be selected.&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 159x21
-            RenderTableCell {TD} at (2,25) size 155x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,25) size 160x21
+            RenderTableCell {TD} at (2,25) size 156x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 151x17
</span><span class="cx">                 text run at (2,2) width 151: &quot;This should be selected.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,58) size 784x2 [border: (1px inset #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingstyle50176131expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/style/5017613-1-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/style/5017613-1-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/style/5017613-1-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -13,13 +13,13 @@
</span><span class="cx">           RenderInline {B} at (0,0) size 21x17
</span><span class="cx">             RenderText {#text} at (0,0) size 21x17
</span><span class="cx">               text run at (0,0) width 21: &quot;foo&quot;
</span><del>-        RenderTable {TABLE} at (0,17) size 187x27 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 185x25
-            RenderTableRow {TR} at (0,2) size 185x21
-              RenderTableCell {TD} at (2,2) size 82x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,17) size 188x27 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 186x25
+            RenderTableRow {TR} at (0,2) size 186x21
+              RenderTableCell {TD} at (2,2) size 83x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 78x17
</span><span class="cx">                   text run at (2,2) width 78: &quot;non-editable&quot;
</span><del>-              RenderTableCell {TD} at (86,2) size 97x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (86,2) size 98x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 93x17
</span><span class="cx">                   text run at (2,2) width 93: &quot;plaintext-only&quot;
</span><span class="cx"> selection start: position 0 of child 0 {#text} of child 0 {B} of child 0 {DIV} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingstyle50176132expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/style/5017613-2-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/style/5017613-2-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/style/5017613-2-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -17,13 +17,13 @@
</span><span class="cx">           RenderInline {B} at (0,0) size 21x17
</span><span class="cx">             RenderText {#text} at (0,0) size 21x17
</span><span class="cx">               text run at (0,0) width 21: &quot;foo&quot;
</span><del>-        RenderTable {TABLE} at (0,17) size 181x27 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 179x25
-            RenderTableRow {TR} at (0,2) size 179x21
-              RenderTableCell {TD} at (2,2) size 82x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,17) size 182x27 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 180x25
+            RenderTableRow {TR} at (0,2) size 180x21
+              RenderTableCell {TD} at (2,2) size 83x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 78x17
</span><span class="cx">                   text run at (2,2) width 78: &quot;non-editable&quot;
</span><del>-              RenderTableCell {TD} at (86,2) size 91x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (86,2) size 92x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 54x17
</span><span class="cx">                   RenderText {#text} at (2,2) size 54x17
</span><span class="cx">                     text run at (2,2) width 54: &quot;plaintext&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingstyleapplestyleeditablemixexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/style/apple-style-editable-mix-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/style/apple-style-editable-mix-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/style/apple-style-editable-mix-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -9,33 +9,33 @@
</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 758x23
-        RenderTableSection {TBODY} at (0,0) size 758x23
-          RenderTableRow {TR} at (0,2) size 758x19
-            RenderTableCell {TD} at (2,2) size 644x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 642x17
</del><ins>+      RenderTable {TABLE} at (0,0) size 759x23
+        RenderTableSection {TBODY} at (0,0) size 759x23
+          RenderTableRow {TR} at (0,2) size 759x19
+            RenderTableCell {TD} at (2,2) size 645x19 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 643x17
</ins><span class="cx">                 text run at (1,1) width 642: &quot;This tests that a style can be applied to a selection that contains both editable and non-editable content.&quot;
</span><del>-                text run at (643,1) width 0: &quot;             &quot;
-            RenderTableCell {TD} at (648,2) size 108x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+                text run at (643,1) width 1: &quot;             &quot;
+            RenderTableCell {TD} at (648,2) size 109x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 106x17
</span><span class="cx">                 RenderInline {B} at (0,0) size 106x17
</span><span class="cx">                   RenderText {#text} at (1,1) size 106x17
</span><span class="cx">                     text run at (1,1) width 106: &quot;Editable - line 1&quot;
</span><del>-              RenderText {#text} at (107,1) size 0x17
-                text run at (107,1) width 0: &quot;             &quot;
-      RenderTable {TABLE} at (0,23) size 710x23
-        RenderTableSection {TBODY} at (0,0) size 710x23
-          RenderTableRow {TR} at (0,2) size 710x19
-            RenderTableCell {TD} at (2,2) size 596x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 594x17
</del><ins>+              RenderText {#text} at (107,1) size 1x17
+                text run at (107,1) width 1: &quot;             &quot;
+      RenderTable {TABLE} at (0,23) size 711x23
+        RenderTableSection {TBODY} at (0,0) size 711x23
+          RenderTableRow {TR} at (0,2) size 711x19
+            RenderTableCell {TD} at (2,2) size 597x19 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (1,1) size 595x17
</ins><span class="cx">                 text run at (1,1) width 594: &quot;The test passes if the editable content is bold, and the non editable content remains unchanged.&quot;
</span><del>-                text run at (595,1) width 0: &quot;             &quot;
-            RenderTableCell {TD} at (600,2) size 108x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+                text run at (595,1) width 1: &quot;             &quot;
+            RenderTableCell {TD} at (600,2) size 109x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 106x17
</span><span class="cx">                 RenderInline {B} at (0,0) size 106x17
</span><span class="cx">                   RenderText {#text} at (1,1) size 106x17
</span><span class="cx">                     text run at (1,1) width 106: &quot;Editable - line 2&quot;
</span><del>-              RenderText {#text} at (107,1) size 0x17
-                text run at (107,1) width 0: &quot;             &quot;
</del><ins>+              RenderText {#text} at (107,1) size 1x17
+                text run at (107,1) width 1: &quot;             &quot;
</ins><span class="cx"> selection start: position 0 of child 1 {TABLE} of body
</span><span class="cx"> selection end:   position 2 of child 3 {TABLE} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingunsupportedcontenttabletypeafterexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/unsupported-content/table-type-after-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/unsupported-content/table-type-after-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/unsupported-content/table-type-after-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -54,36 +54,36 @@
</span><span class="cx">           RenderText {#text} at (99,66) size 437x20
</span><span class="cx">             text run at (99,66) width 437: &quot;Typed text should appear after (on the line below) the table.&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,222) size 784x103 [border: (2px solid #008000)]
</span><del>-        RenderTable {TABLE} at (2,2) size 46x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 44x71
-            RenderTableRow {TR} at (0,2) size 44x21
-              RenderTableCell {TD} at (2,2) size 12x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (2,2) size 47x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 45x71
+            RenderTableRow {TR} at (0,2) size 45x21
+              RenderTableCell {TD} at (2,2) size 13x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (16,2) size 12x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,2) size 13x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (30,2) size 12x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,2) size 13x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 44x21
-              RenderTableCell {TD} at (2,25) size 12x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 45x21
+              RenderTableCell {TD} at (2,25) size 13x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;4&quot;
</span><del>-              RenderTableCell {TD} at (16,25) size 12x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,25) size 13x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;5&quot;
</span><del>-              RenderTableCell {TD} at (30,25) size 12x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,25) size 13x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 44x21
-              RenderTableCell {TD} at (2,48) size 12x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 45x21
+              RenderTableCell {TD} at (2,48) size 13x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (16,48) size 12x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,48) size 13x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (30,48) size 12x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,48) size 13x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx">         RenderBlock (anonymous) at (2,75) size 780x26
</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,335) size 784x103
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 784x103 [border: (2px solid #FF0000)]
</span><del>-          RenderTable {TABLE} at (2,2) size 46x73 [border: (1px outset #808080)]
-            RenderTableSection {TBODY} at (1,1) size 44x71
-              RenderTableRow {TR} at (0,2) size 44x21
-                RenderTableCell {TD} at (2,2) size 12x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable {TABLE} at (2,2) size 47x73 [border: (1px outset #808080)]
+            RenderTableSection {TBODY} at (1,1) size 45x71
+              RenderTableRow {TR} at (0,2) size 45x21
+                RenderTableCell {TD} at (2,2) size 13x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;1&quot;
</span><del>-                RenderTableCell {TD} at (16,2) size 12x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,2) size 13x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;2&quot;
</span><del>-                RenderTableCell {TD} at (30,2) size 12x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (30,2) size 13x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;3&quot;
</span><del>-              RenderTableRow {TR} at (0,25) size 44x21
-                RenderTableCell {TD} at (2,25) size 12x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableRow {TR} at (0,25) size 45x21
+                RenderTableCell {TD} at (2,25) size 13x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;4&quot;
</span><del>-                RenderTableCell {TD} at (16,25) size 12x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,25) size 13x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;5&quot;
</span><del>-                RenderTableCell {TD} at (30,25) size 12x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (30,25) size 13x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;6&quot;
</span><del>-              RenderTableRow {TR} at (0,48) size 44x21
-                RenderTableCell {TD} at (2,48) size 12x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableRow {TR} at (0,48) size 45x21
+                RenderTableCell {TD} at (2,48) size 13x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;7&quot;
</span><del>-                RenderTableCell {TD} at (16,48) size 12x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,48) size 13x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;8&quot;
</span><del>-                RenderTableCell {TD} at (30,48) size 12x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (30,48) size 13x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx">           RenderBlock (anonymous) at (2,75) size 780x26
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingunsupportedcontenttabletypebeforeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/unsupported-content/table-type-before-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/unsupported-content/table-type-before-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/editing/unsupported-content/table-type-before-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -47,36 +47,36 @@
</span><span class="cx">         RenderBlock (anonymous) at (2,2) size 780x26
</span><span class="cx">           RenderText {#text} at (0,0) size 36x26
</span><span class="cx">             text run at (0,0) width 36: &quot;xxx&quot;
</span><del>-        RenderTable {TABLE} at (2,28) size 46x73 [border: (1px outset #808080)]
-          RenderTableSection {TBODY} at (1,1) size 44x71
-            RenderTableRow {TR} at (0,2) size 44x21
-              RenderTableCell {TD} at (2,2) size 12x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (2,28) size 47x73 [border: (1px outset #808080)]
+          RenderTableSection {TBODY} at (1,1) size 45x71
+            RenderTableRow {TR} at (0,2) size 45x21
+              RenderTableCell {TD} at (2,2) size 13x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;1&quot;
</span><del>-              RenderTableCell {TD} at (16,2) size 12x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,2) size 13x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;2&quot;
</span><del>-              RenderTableCell {TD} at (30,2) size 12x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,2) size 13x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;3&quot;
</span><del>-            RenderTableRow {TR} at (0,25) size 44x21
-              RenderTableCell {TD} at (2,25) size 12x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 45x21
+              RenderTableCell {TD} at (2,25) size 13x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;4&quot;
</span><del>-              RenderTableCell {TD} at (16,25) size 12x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,25) size 13x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;5&quot;
</span><del>-              RenderTableCell {TD} at (30,25) size 12x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,25) size 13x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;6&quot;
</span><del>-            RenderTableRow {TR} at (0,48) size 44x21
-              RenderTableCell {TD} at (2,48) size 12x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,48) size 45x21
+              RenderTableCell {TD} at (2,48) size 13x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;7&quot;
</span><del>-              RenderTableCell {TD} at (16,48) size 12x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (16,48) size 13x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;8&quot;
</span><del>-              RenderTableCell {TD} at (30,48) size 12x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (30,48) size 13x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                   text run at (2,2) width 8: &quot;9&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,335) size 784x103
</span><span class="lines">@@ -84,36 +84,36 @@
</span><span class="cx">           RenderBlock (anonymous) at (2,2) size 780x26
</span><span class="cx">             RenderText {#text} at (0,0) size 36x26
</span><span class="cx">               text run at (0,0) width 36: &quot;xxx&quot;
</span><del>-          RenderTable {TABLE} at (2,28) size 46x73 [border: (1px outset #808080)]
-            RenderTableSection {TBODY} at (1,1) size 44x71
-              RenderTableRow {TR} at (0,2) size 44x21
-                RenderTableCell {TD} at (2,2) size 12x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTable {TABLE} at (2,28) size 47x73 [border: (1px outset #808080)]
+            RenderTableSection {TBODY} at (1,1) size 45x71
+              RenderTableRow {TR} at (0,2) size 45x21
+                RenderTableCell {TD} at (2,2) size 13x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;1&quot;
</span><del>-                RenderTableCell {TD} at (16,2) size 12x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,2) size 13x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;2&quot;
</span><del>-                RenderTableCell {TD} at (30,2) size 12x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (30,2) size 13x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;3&quot;
</span><del>-              RenderTableRow {TR} at (0,25) size 44x21
-                RenderTableCell {TD} at (2,25) size 12x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+              RenderTableRow {TR} at (0,25) size 45x21
+                RenderTableCell {TD} at (2,25) size 13x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;4&quot;
</span><del>-                RenderTableCell {TD} at (16,25) size 12x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,25) size 13x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;5&quot;
</span><del>-                RenderTableCell {TD} at (30,25) size 12x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (30,25) size 13x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;6&quot;
</span><del>-              RenderTableRow {TR} at (0,48) size 44x21
-                RenderTableCell {TD} at (2,48) size 12x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+              RenderTableRow {TR} at (0,48) size 45x21
+                RenderTableCell {TD} at (2,48) size 13x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;7&quot;
</span><del>-                RenderTableCell {TD} at (16,48) size 12x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (16,48) size 13x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</span><span class="cx">                     text run at (2,2) width 8: &quot;8&quot;
</span><del>-                RenderTableCell {TD} at (30,48) size 12x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+                RenderTableCell {TD} at (30,48) size 13x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                   RenderText {#text} at (2,2) size 8x17
</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="trunkLayoutTestsplatformgtkfastbackgroundsrepeatnegativeoffsetrepeattransformedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -53,38 +53,38 @@
</span><span class="cx">       RenderBlock (floating) {DIV} at (52,484) size 29x29 [border: (1px dotted #008000)]
</span><span class="cx">       RenderBlock (floating) {DIV} at (93,484) size 24x24 [border: (1px dotted #008000)]
</span><span class="cx"> layer at (8,540) size 464x459
</span><del>-  RenderTable {TABLE} at (0,524) size 464x459 [border: (5px outset #808080)]
-    RenderTableSection {TBODY} at (5,5) size 454x449
-      RenderTableRow {TR} at (0,2) size 454x445
-        RenderTableCell {TD} at (2,2) size 450x445 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+  RenderTable {TABLE} at (0,524) size 465x459 [border: (5px outset #808080)]
+    RenderTableSection {TBODY} at (5,5) size 455x449
+      RenderTableRow {TR} at (0,2) size 455x445
+        RenderTableCell {TD} at (2,2) size 451x445 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">           RenderBlock (floating) {DIV} at (8,8) size 34x34 [border: (1px dotted #008000)]
</span><span class="cx">           RenderBlock (floating) {DIV} at (54,8) size 29x29 [border: (1px dotted #008000)]
</span><span class="cx">           RenderBlock (floating) {DIV} at (95,8) size 24x24 [border: (1px dotted #008000)]
</span><del>-          RenderBlock {P} at (2,48) size 446x17
</del><ins>+          RenderBlock {P} at (2,48) size 447x17
</ins><span class="cx">             RenderText {#text} at (0,0) size 446x17
</span><span class="cx">               text run at (0,0) width 446: &quot;Element with background image starting at (-13, -13) with repeat-y set:&quot;
</span><span class="cx">           RenderBlock (floating) {DIV} at (8,87) size 34x34 [border: (1px dotted #008000)]
</span><span class="cx">           RenderBlock (floating) {DIV} at (54,87) size 29x29 [border: (1px dotted #008000)]
</span><span class="cx">           RenderBlock (floating) {DIV} at (95,87) size 24x24 [border: (1px dotted #008000)]
</span><del>-          RenderBlock {P} at (2,127) size 446x17
</del><ins>+          RenderBlock {P} at (2,127) size 447x17
</ins><span class="cx">             RenderText {#text} at (0,0) size 446x17
</span><span class="cx">               text run at (0,0) width 446: &quot;Element with background image starting at (-13, -13) with repeat-x set:&quot;
</span><span class="cx">           RenderBlock (floating) {DIV} at (8,166) size 34x34 [border: (1px dotted #008000)]
</span><span class="cx">           RenderBlock (floating) {DIV} at (54,166) size 29x29 [border: (1px dotted #008000)]
</span><span class="cx">           RenderBlock (floating) {DIV} at (95,166) size 24x24 [border: (1px dotted #008000)]
</span><del>-          RenderBlock {P} at (2,206) size 446x17
</del><ins>+          RenderBlock {P} at (2,206) size 447x17
</ins><span class="cx">             RenderText {#text} at (0,0) size 444x17
</span><span class="cx">               text run at (0,0) width 444: &quot;Element with background image starting at (13, 13) with no-repeat set:&quot;
</span><span class="cx">           RenderBlock (floating) {DIV} at (8,245) size 34x34 [border: (1px dotted #008000)]
</span><span class="cx">           RenderBlock (floating) {DIV} at (54,245) size 29x29 [border: (1px dotted #008000)]
</span><span class="cx">           RenderBlock (floating) {DIV} at (95,245) size 24x24 [border: (1px dotted #008000)]
</span><del>-          RenderBlock {P} at (2,285) size 446x17
</del><ins>+          RenderBlock {P} at (2,285) size 447x17
</ins><span class="cx">             RenderText {#text} at (0,0) size 436x17
</span><span class="cx">               text run at (0,0) width 436: &quot;Element with background image starting at (13, 13) with repeat-y set:&quot;
</span><span class="cx">           RenderBlock (floating) {DIV} at (8,324) size 34x34 [border: (1px dotted #008000)]
</span><span class="cx">           RenderBlock (floating) {DIV} at (54,324) size 29x29 [border: (1px dotted #008000)]
</span><span class="cx">           RenderBlock (floating) {DIV} at (95,324) size 24x24 [border: (1px dotted #008000)]
</span><del>-          RenderBlock {P} at (2,364) size 446x17
</del><ins>+          RenderBlock {P} at (2,364) size 447x17
</ins><span class="cx">             RenderText {#text} at (0,0) size 436x17
</span><span class="cx">               text run at (0,0) width 436: &quot;Element with background image starting at (13, 13) with repeat-x set:&quot;
</span><span class="cx">           RenderBlock (floating) {DIV} at (8,403) size 34x34 [border: (1px dotted #008000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockbasic016expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/basic/016-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/basic/016-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/basic/016-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -22,22 +22,22 @@
</span><span class="cx">         RenderBlock {CENTER} at (6,106) size 757x25 [border: (2px solid #0000FF)]
</span><span class="cx">           RenderText {#text} at (289,4) size 179x17
</span><span class="cx">             text run at (289,4) width 179: &quot;Center tag inside normal div&quot;
</span><del>-        RenderTable {TABLE} at (6,131) size 96x27 [border: (2px solid #0000FF)]
-          RenderTableSection {TBODY} at (2,2) size 92x23
-            RenderTableRow {TR} at (0,2) size 92x19
-              RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (6,131) size 97x27 [border: (2px solid #0000FF)]
+          RenderTableSection {TBODY} at (2,2) size 93x23
+            RenderTableRow {TR} at (0,2) size 93x19
+              RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 86x17
</span><span class="cx">                   text run at (1,1) width 86: &quot;Normal table.&quot;
</span><span class="cx">         RenderTable {TABLE} at (314,158) size 141x27 [border: (2px solid #0000FF)]
</span><del>-          RenderTableSection {TBODY} at (2,2) size 136x23
-            RenderTableRow {TR} at (0,2) size 136x19
-              RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (2,2) size 137x23
+            RenderTableRow {TR} at (0,2) size 137x19
+              RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 130x17
</span><span class="cx">                   text run at (1,1) width 130: &quot;Center aligned table.&quot;
</span><del>-        RenderTable {TABLE} at (8,185) size 190x27 [border: (2px solid #0000FF)]
-          RenderTableSection {TBODY} at (2,2) size 186x23
-            RenderTableRow {TR} at (0,2) size 186x19
-              RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (8,185) size 191x27 [border: (2px solid #0000FF)]
+          RenderTableSection {TBODY} at (2,2) size 187x23
+            RenderTableRow {TR} at (0,2) size 187x19
+              RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 180x17
</span><span class="cx">                   text run at (1,1) width 180: &quot;Center table (fixed margins).&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,235) size 769x218 [border: (4px solid #800080)]
</span><span class="lines">@@ -90,22 +90,22 @@
</span><span class="cx">         RenderBlock {CENTER} at (6,106) size 757x25 [border: (2px solid #0000FF)]
</span><span class="cx">           RenderText {#text} at (281,4) size 195x17
</span><span class="cx">             text run at (281,4) width 195: &quot;Center tag inside align=left div&quot;
</span><del>-        RenderTable {TABLE} at (6,131) size 96x27 [border: (2px solid #0000FF)]
-          RenderTableSection {TBODY} at (2,2) size 92x23
-            RenderTableRow {TR} at (0,2) size 92x19
-              RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (6,131) size 97x27 [border: (2px solid #0000FF)]
+          RenderTableSection {TBODY} at (2,2) size 93x23
+            RenderTableRow {TR} at (0,2) size 93x19
+              RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 86x17
</span><span class="cx">                   text run at (1,1) width 86: &quot;Normal table.&quot;
</span><span class="cx">         RenderTable {TABLE} at (314,158) size 141x27 [border: (2px solid #0000FF)]
</span><del>-          RenderTableSection {TBODY} at (2,2) size 136x23
-            RenderTableRow {TR} at (0,2) size 136x19
-              RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (2,2) size 137x23
+            RenderTableRow {TR} at (0,2) size 137x19
+              RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 130x17
</span><span class="cx">                   text run at (1,1) width 130: &quot;Center aligned table.&quot;
</span><del>-        RenderTable {TABLE} at (8,185) size 190x27 [border: (2px solid #0000FF)]
-          RenderTableSection {TBODY} at (2,2) size 186x23
-            RenderTableRow {TR} at (0,2) size 186x19
-              RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (8,185) size 191x27 [border: (2px solid #0000FF)]
+          RenderTableSection {TBODY} at (2,2) size 187x23
+            RenderTableRow {TR} at (0,2) size 187x19
+              RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 180x17
</span><span class="cx">                   text run at (1,1) width 180: &quot;Center table (fixed margins).&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,671) size 769x218 [border: (4px solid #800080)]
</span><span class="lines">@@ -159,21 +159,21 @@
</span><span class="cx">           RenderText {#text} at (272,4) size 213x17
</span><span class="cx">             text run at (272,4) width 213: &quot;Center tag inside align=center div&quot;
</span><span class="cx">         RenderTable {TABLE} at (336,131) size 97x27 [border: (2px solid #0000FF)]
</span><del>-          RenderTableSection {TBODY} at (2,2) size 92x23
-            RenderTableRow {TR} at (0,2) size 92x19
-              RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (2,2) size 93x23
+            RenderTableRow {TR} at (0,2) size 93x19
+              RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 86x17
</span><span class="cx">                   text run at (1,1) width 86: &quot;Normal table.&quot;
</span><span class="cx">         RenderTable {TABLE} at (314,158) size 141x27 [border: (2px solid #0000FF)]
</span><del>-          RenderTableSection {TBODY} at (2,2) size 136x23
-            RenderTableRow {TR} at (0,2) size 136x19
-              RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (2,2) size 137x23
+            RenderTableRow {TR} at (0,2) size 137x19
+              RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 130x17
</span><span class="cx">                   text run at (1,1) width 130: &quot;Center aligned table.&quot;
</span><span class="cx">         RenderTable {TABLE} at (289,185) size 191x27 [border: (2px solid #0000FF)]
</span><del>-          RenderTableSection {TBODY} at (2,2) size 186x23
-            RenderTableRow {TR} at (0,2) size 186x19
-              RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (2,2) size 187x23
+            RenderTableRow {TR} at (0,2) size 187x19
+              RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 180x17
</span><span class="cx">                   text run at (1,1) width 180: &quot;Center table (fixed margins).&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1107) size 769x302 [border: (4px solid #800080)]
</span><span class="lines">@@ -234,22 +234,22 @@
</span><span class="cx">         RenderBlock {CENTER} at (6,106) size 757x25 [border: (2px solid #0000FF)]
</span><span class="cx">           RenderText {#text} at (277,4) size 203x17
</span><span class="cx">             text run at (277,4) width 203: &quot;Center tag inside align=right div&quot;
</span><del>-        RenderTable {TABLE} at (667,131) size 96x27 [border: (2px solid #0000FF)]
-          RenderTableSection {TBODY} at (2,2) size 92x23
-            RenderTableRow {TR} at (0,2) size 92x19
-              RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (666,131) size 97x27 [border: (2px solid #0000FF)]
+          RenderTableSection {TBODY} at (2,2) size 93x23
+            RenderTableRow {TR} at (0,2) size 93x19
+              RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 86x17
</span><span class="cx">                   text run at (1,1) width 86: &quot;Normal table.&quot;
</span><span class="cx">         RenderTable {TABLE} at (314,158) size 141x27 [border: (2px solid #0000FF)]
</span><del>-          RenderTableSection {TBODY} at (2,2) size 136x23
-            RenderTableRow {TR} at (0,2) size 136x19
-              RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (2,2) size 137x23
+            RenderTableRow {TR} at (0,2) size 137x19
+              RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 130x17
</span><span class="cx">                   text run at (1,1) width 130: &quot;Center aligned table.&quot;
</span><del>-        RenderTable {TABLE} at (571,185) size 190x27 [border: (2px solid #0000FF)]
-          RenderTableSection {TBODY} at (2,2) size 186x23
-            RenderTableRow {TR} at (0,2) size 186x19
-              RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (570,185) size 191x27 [border: (2px solid #0000FF)]
+          RenderTableSection {TBODY} at (2,2) size 187x23
+            RenderTableRow {TR} at (0,2) size 187x19
+              RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 180x17
</span><span class="cx">                   text run at (1,1) width 180: &quot;Center table (fixed margins).&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,1627) size 769x218 [border: (4px solid #800080)]
</span><span class="lines">@@ -308,22 +308,22 @@
</span><span class="cx">               RenderBlock {CENTER} at (5,105) size 751x25 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderText {#text} at (290,4) size 171x17
</span><span class="cx">                   text run at (290,4) width 171: &quot;Center tag inside normal td&quot;
</span><del>-              RenderTable {TABLE} at (5,130) size 96x27 [border: (2px solid #0000FF)]
-                RenderTableSection {TBODY} at (2,2) size 92x23
-                  RenderTableRow {TR} at (0,2) size 92x19
-                    RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (5,130) size 97x27 [border: (2px solid #0000FF)]
+                RenderTableSection {TBODY} at (2,2) size 93x23
+                  RenderTableRow {TR} at (0,2) size 93x19
+                    RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 86x17
</span><span class="cx">                         text run at (1,1) width 86: &quot;Normal table.&quot;
</span><span class="cx">               RenderTable {TABLE} at (310,157) size 141x27 [border: (2px solid #0000FF)]
</span><del>-                RenderTableSection {TBODY} at (2,2) size 136x23
-                  RenderTableRow {TR} at (0,2) size 136x19
-                    RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (2,2) size 137x23
+                  RenderTableRow {TR} at (0,2) size 137x19
+                    RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 130x17
</span><span class="cx">                         text run at (1,1) width 130: &quot;Center aligned table.&quot;
</span><del>-              RenderTable {TABLE} at (7,184) size 190x27 [border: (2px solid #0000FF)]
-                RenderTableSection {TBODY} at (2,2) size 186x23
-                  RenderTableRow {TR} at (0,2) size 186x19
-                    RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (7,184) size 191x27 [border: (2px solid #0000FF)]
+                RenderTableSection {TBODY} at (2,2) size 187x23
+                  RenderTableRow {TR} at (0,2) size 187x19
+                    RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 180x17
</span><span class="cx">                         text run at (1,1) width 180: &quot;Center table (fixed margins).&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,2118) size 769x224 [border: (2px solid #0000FF)]
</span><span class="lines">@@ -382,22 +382,22 @@
</span><span class="cx">               RenderBlock {CENTER} at (5,105) size 751x25 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderText {#text} at (282,4) size 187x17
</span><span class="cx">                   text run at (282,4) width 187: &quot;Center tag inside align=left td&quot;
</span><del>-              RenderTable {TABLE} at (5,130) size 96x27 [border: (2px solid #0000FF)]
-                RenderTableSection {TBODY} at (2,2) size 92x23
-                  RenderTableRow {TR} at (0,2) size 92x19
-                    RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (5,130) size 97x27 [border: (2px solid #0000FF)]
+                RenderTableSection {TBODY} at (2,2) size 93x23
+                  RenderTableRow {TR} at (0,2) size 93x19
+                    RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 86x17
</span><span class="cx">                         text run at (1,1) width 86: &quot;Normal table.&quot;
</span><span class="cx">               RenderTable {TABLE} at (310,157) size 141x27 [border: (2px solid #0000FF)]
</span><del>-                RenderTableSection {TBODY} at (2,2) size 136x23
-                  RenderTableRow {TR} at (0,2) size 136x19
-                    RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (2,2) size 137x23
+                  RenderTableRow {TR} at (0,2) size 137x19
+                    RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 130x17
</span><span class="cx">                         text run at (1,1) width 130: &quot;Center aligned table.&quot;
</span><del>-              RenderTable {TABLE} at (7,184) size 190x27 [border: (2px solid #0000FF)]
-                RenderTableSection {TBODY} at (2,2) size 186x23
-                  RenderTableRow {TR} at (0,2) size 186x19
-                    RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (7,184) size 191x27 [border: (2px solid #0000FF)]
+                RenderTableSection {TBODY} at (2,2) size 187x23
+                  RenderTableRow {TR} at (0,2) size 187x19
+                    RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 180x17
</span><span class="cx">                         text run at (1,1) width 180: &quot;Center table (fixed margins).&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,2566) size 769x224 [border: (2px solid #0000FF)]
</span><span class="lines">@@ -457,21 +457,21 @@
</span><span class="cx">                 RenderText {#text} at (273,4) size 205x17
</span><span class="cx">                   text run at (273,4) width 205: &quot;Center tag inside align=center td&quot;
</span><span class="cx">               RenderTable {TABLE} at (332,130) size 97x27 [border: (2px solid #0000FF)]
</span><del>-                RenderTableSection {TBODY} at (2,2) size 92x23
-                  RenderTableRow {TR} at (0,2) size 92x19
-                    RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (2,2) size 93x23
+                  RenderTableRow {TR} at (0,2) size 93x19
+                    RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 86x17
</span><span class="cx">                         text run at (1,1) width 86: &quot;Normal table.&quot;
</span><span class="cx">               RenderTable {TABLE} at (310,157) size 141x27 [border: (2px solid #0000FF)]
</span><del>-                RenderTableSection {TBODY} at (2,2) size 136x23
-                  RenderTableRow {TR} at (0,2) size 136x19
-                    RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (2,2) size 137x23
+                  RenderTableRow {TR} at (0,2) size 137x19
+                    RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 130x17
</span><span class="cx">                         text run at (1,1) width 130: &quot;Center aligned table.&quot;
</span><span class="cx">               RenderTable {TABLE} at (285,184) size 191x27 [border: (2px solid #0000FF)]
</span><del>-                RenderTableSection {TBODY} at (2,2) size 186x23
-                  RenderTableRow {TR} at (0,2) size 186x19
-                    RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (2,2) size 187x23
+                  RenderTableRow {TR} at (0,2) size 187x19
+                    RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 180x17
</span><span class="cx">                         text run at (1,1) width 180: &quot;Center table (fixed margins).&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,3014) size 769x224 [border: (2px solid #0000FF)]
</span><span class="lines">@@ -530,22 +530,22 @@
</span><span class="cx">               RenderBlock {CENTER} at (5,105) size 751x25 [border: (2px solid #0000FF)]
</span><span class="cx">                 RenderText {#text} at (278,4) size 195x17
</span><span class="cx">                   text run at (278,4) width 195: &quot;Center tag inside align=right td&quot;
</span><del>-              RenderTable {TABLE} at (660,130) size 96x27 [border: (2px solid #0000FF)]
-                RenderTableSection {TBODY} at (2,2) size 92x23
-                  RenderTableRow {TR} at (0,2) size 92x19
-                    RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (659,130) size 97x27 [border: (2px solid #0000FF)]
+                RenderTableSection {TBODY} at (2,2) size 93x23
+                  RenderTableRow {TR} at (0,2) size 93x19
+                    RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 86x17
</span><span class="cx">                         text run at (1,1) width 86: &quot;Normal table.&quot;
</span><span class="cx">               RenderTable {TABLE} at (310,157) size 141x27 [border: (2px solid #0000FF)]
</span><del>-                RenderTableSection {TBODY} at (2,2) size 136x23
-                  RenderTableRow {TR} at (0,2) size 136x19
-                    RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (2,2) size 137x23
+                  RenderTableRow {TR} at (0,2) size 137x19
+                    RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 130x17
</span><span class="cx">                         text run at (1,1) width 130: &quot;Center aligned table.&quot;
</span><del>-              RenderTable {TABLE} at (564,184) size 190x27 [border: (2px solid #0000FF)]
-                RenderTableSection {TBODY} at (2,2) size 186x23
-                  RenderTableRow {TR} at (0,2) size 186x19
-                    RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+              RenderTable {TABLE} at (563,184) size 191x27 [border: (2px solid #0000FF)]
+                RenderTableSection {TBODY} at (2,2) size 187x23
+                  RenderTableRow {TR} at (0,2) size 187x19
+                    RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 180x17
</span><span class="cx">                         text run at (1,1) width 180: &quot;Center table (fixed margins).&quot;
</span><span class="cx">       RenderTable {TABLE} at (0,3462) size 769x224 [border: (2px solid #0000FF)]
</span><span class="lines">@@ -606,27 +606,27 @@
</span><span class="cx">           RenderBlock {CENTER} at (6,106) size 753x25 [border: (2px solid #0000FF)]
</span><span class="cx">             RenderText {#text} at (287,4) size 179x17
</span><span class="cx">               text run at (287,4) width 179: &quot;Center tag inside normal div&quot;
</span><del>-          RenderTable {TABLE} at (663,131) size 96x27 [border: (2px solid #0000FF)]
-            RenderTableSection {TBODY} at (2,2) size 92x23
-              RenderTableRow {TR} at (0,2) size 92x19
-                RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (1,1) size 86x17
-                    text run at (1,1) width 4 RTL: &quot;.&quot;
-                    text run at (5,1) width 82: &quot;Normal table&quot;
</del><ins>+          RenderTable {TABLE} at (662,131) size 97x27 [border: (2px solid #0000FF)]
+            RenderTableSection {TBODY} at (2,2) size 93x23
+              RenderTableRow {TR} at (0,2) size 93x19
+                RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (1,1) size 87x17
+                    text run at (1,1) width 5 RTL: &quot;.&quot;
+                    text run at (5,1) width 83: &quot;Normal table&quot;
</ins><span class="cx">           RenderTable {TABLE} at (312,158) size 141x27 [border: (2px solid #0000FF)]
</span><del>-            RenderTableSection {TBODY} at (2,2) size 136x23
-              RenderTableRow {TR} at (0,2) size 136x19
-                RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (1,1) size 130x17
-                    text run at (1,1) width 4 RTL: &quot;.&quot;
-                    text run at (5,1) width 126: &quot;Center aligned table&quot;
-          RenderTable {TABLE} at (567,185) size 190x27 [border: (2px solid #0000FF)]
-            RenderTableSection {TBODY} at (2,2) size 186x23
-              RenderTableRow {TR} at (0,2) size 186x19
-                RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (1,1) size 180x17
-                    text run at (1,1) width 9 RTL: &quot;).&quot;
-                    text run at (10,1) width 171: &quot;Center table (fixed margins&quot;
</del><ins>+            RenderTableSection {TBODY} at (2,2) size 137x23
+              RenderTableRow {TR} at (0,2) size 137x19
+                RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (1,1) size 131x17
+                    text run at (1,1) width 5 RTL: &quot;.&quot;
+                    text run at (5,1) width 127: &quot;Center aligned table&quot;
+          RenderTable {TABLE} at (566,185) size 191x27 [border: (2px solid #0000FF)]
+            RenderTableSection {TBODY} at (2,2) size 187x23
+              RenderTableRow {TR} at (0,2) size 187x19
+                RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (1,1) size 181x17
+                    text run at (1,1) width 10 RTL: &quot;).&quot;
+                    text run at (10,1) width 172: &quot;Center table (fixed margins&quot;
</ins><span class="cx">         RenderBlock {DIV} at (2,237) size 765x218 [border: (4px solid #800080)]
</span><span class="cx">           RenderBlock {DIV} at (351,6) size 408x25 [border: (2px solid #0000FF)]
</span><span class="cx">             RenderText {#text} at (143,4) size 261x17
</span><span class="lines">@@ -680,27 +680,27 @@
</span><span class="cx">           RenderBlock {CENTER} at (6,106) size 753x25 [border: (2px solid #0000FF)]
</span><span class="cx">             RenderText {#text} at (279,4) size 195x17
</span><span class="cx">               text run at (279,4) width 195: &quot;Center tag inside align=left div&quot;
</span><del>-          RenderTable {TABLE} at (6,131) size 96x27 [border: (2px solid #0000FF)]
-            RenderTableSection {TBODY} at (2,2) size 92x23
-              RenderTableRow {TR} at (0,2) size 92x19
-                RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (1,1) size 86x17
-                    text run at (1,1) width 4 RTL: &quot;.&quot;
-                    text run at (5,1) width 82: &quot;Normal table&quot;
</del><ins>+          RenderTable {TABLE} at (6,131) size 97x27 [border: (2px solid #0000FF)]
+            RenderTableSection {TBODY} at (2,2) size 93x23
+              RenderTableRow {TR} at (0,2) size 93x19
+                RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (1,1) size 87x17
+                    text run at (1,1) width 5 RTL: &quot;.&quot;
+                    text run at (5,1) width 83: &quot;Normal table&quot;
</ins><span class="cx">           RenderTable {TABLE} at (312,158) size 141x27 [border: (2px solid #0000FF)]
</span><del>-            RenderTableSection {TBODY} at (2,2) size 136x23
-              RenderTableRow {TR} at (0,2) size 136x19
-                RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (1,1) size 130x17
-                    text run at (1,1) width 4 RTL: &quot;.&quot;
-                    text run at (5,1) width 126: &quot;Center aligned table&quot;
-          RenderTable {TABLE} at (8,185) size 190x27 [border: (2px solid #0000FF)]
-            RenderTableSection {TBODY} at (2,2) size 186x23
-              RenderTableRow {TR} at (0,2) size 186x19
-                RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (1,1) size 180x17
-                    text run at (1,1) width 9 RTL: &quot;).&quot;
-                    text run at (10,1) width 171: &quot;Center table (fixed margins&quot;
</del><ins>+            RenderTableSection {TBODY} at (2,2) size 137x23
+              RenderTableRow {TR} at (0,2) size 137x19
+                RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (1,1) size 131x17
+                    text run at (1,1) width 5 RTL: &quot;.&quot;
+                    text run at (5,1) width 127: &quot;Center aligned table&quot;
+          RenderTable {TABLE} at (8,185) size 191x27 [border: (2px solid #0000FF)]
+            RenderTableSection {TBODY} at (2,2) size 187x23
+              RenderTableRow {TR} at (0,2) size 187x19
+                RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (1,1) size 181x17
+                    text run at (1,1) width 10 RTL: &quot;).&quot;
+                    text run at (10,1) width 172: &quot;Center table (fixed margins&quot;
</ins><span class="cx">         RenderBlock {DIV} at (2,673) size 765x218 [border: (4px solid #800080)]
</span><span class="cx">           RenderBlock {DIV} at (6,6) size 408x25 [border: (2px solid #0000FF)]
</span><span class="cx">             RenderText {#text} at (4,4) size 277x17
</span><span class="lines">@@ -755,26 +755,26 @@
</span><span class="cx">             RenderText {#text} at (270,4) size 213x17
</span><span class="cx">               text run at (270,4) width 213: &quot;Center tag inside align=center div&quot;
</span><span class="cx">           RenderTable {TABLE} at (334,131) size 97x27 [border: (2px solid #0000FF)]
</span><del>-            RenderTableSection {TBODY} at (2,2) size 92x23
-              RenderTableRow {TR} at (0,2) size 92x19
-                RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (1,1) size 86x17
-                    text run at (1,1) width 4 RTL: &quot;.&quot;
-                    text run at (5,1) width 82: &quot;Normal table&quot;
</del><ins>+            RenderTableSection {TBODY} at (2,2) size 93x23
+              RenderTableRow {TR} at (0,2) size 93x19
+                RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (1,1) size 87x17
+                    text run at (1,1) width 5 RTL: &quot;.&quot;
+                    text run at (5,1) width 83: &quot;Normal table&quot;
</ins><span class="cx">           RenderTable {TABLE} at (312,158) size 141x27 [border: (2px solid #0000FF)]
</span><del>-            RenderTableSection {TBODY} at (2,2) size 136x23
-              RenderTableRow {TR} at (0,2) size 136x19
-                RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (1,1) size 130x17
-                    text run at (1,1) width 4 RTL: &quot;.&quot;
-                    text run at (5,1) width 126: &quot;Center aligned table&quot;
</del><ins>+            RenderTableSection {TBODY} at (2,2) size 137x23
+              RenderTableRow {TR} at (0,2) size 137x19
+                RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (1,1) size 131x17
+                    text run at (1,1) width 5 RTL: &quot;.&quot;
+                    text run at (5,1) width 127: &quot;Center aligned table&quot;
</ins><span class="cx">           RenderTable {TABLE} at (287,185) size 191x27 [border: (2px solid #0000FF)]
</span><del>-            RenderTableSection {TBODY} at (2,2) size 186x23
-              RenderTableRow {TR} at (0,2) size 186x19
-                RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (1,1) size 180x17
-                    text run at (1,1) width 9 RTL: &quot;).&quot;
-                    text run at (10,1) width 171: &quot;Center table (fixed margins&quot;
</del><ins>+            RenderTableSection {TBODY} at (2,2) size 187x23
+              RenderTableRow {TR} at (0,2) size 187x19
+                RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (1,1) size 181x17
+                    text run at (1,1) width 10 RTL: &quot;).&quot;
+                    text run at (10,1) width 172: &quot;Center table (fixed margins&quot;
</ins><span class="cx">         RenderBlock {DIV} at (2,1109) size 765x218 [border: (4px solid #800080)]
</span><span class="cx">           RenderBlock {DIV} at (178,6) size 409x25 [border: (2px solid #0000FF)]
</span><span class="cx">             RenderText {#text} at (56,4) size 296x17
</span><span class="lines">@@ -828,27 +828,27 @@
</span><span class="cx">           RenderBlock {CENTER} at (6,106) size 753x25 [border: (2px solid #0000FF)]
</span><span class="cx">             RenderText {#text} at (275,4) size 203x17
</span><span class="cx">               text run at (275,4) width 203: &quot;Center tag inside align=right div&quot;
</span><del>-          RenderTable {TABLE} at (663,131) size 96x27 [border: (2px solid #0000FF)]
-            RenderTableSection {TBODY} at (2,2) size 92x23
-              RenderTableRow {TR} at (0,2) size 92x19
-                RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (1,1) size 86x17
-                    text run at (1,1) width 4 RTL: &quot;.&quot;
-                    text run at (5,1) width 82: &quot;Normal table&quot;
</del><ins>+          RenderTable {TABLE} at (662,131) size 97x27 [border: (2px solid #0000FF)]
+            RenderTableSection {TBODY} at (2,2) size 93x23
+              RenderTableRow {TR} at (0,2) size 93x19
+                RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (1,1) size 87x17
+                    text run at (1,1) width 5 RTL: &quot;.&quot;
+                    text run at (5,1) width 83: &quot;Normal table&quot;
</ins><span class="cx">           RenderTable {TABLE} at (312,158) size 141x27 [border: (2px solid #0000FF)]
</span><del>-            RenderTableSection {TBODY} at (2,2) size 136x23
-              RenderTableRow {TR} at (0,2) size 136x19
-                RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (1,1) size 130x17
-                    text run at (1,1) width 4 RTL: &quot;.&quot;
-                    text run at (5,1) width 126: &quot;Center aligned table&quot;
-          RenderTable {TABLE} at (567,185) size 190x27 [border: (2px solid #0000FF)]
-            RenderTableSection {TBODY} at (2,2) size 186x23
-              RenderTableRow {TR} at (0,2) size 186x19
-                RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (1,1) size 180x17
-                    text run at (1,1) width 9 RTL: &quot;).&quot;
-                    text run at (10,1) width 171: &quot;Center table (fixed margins&quot;
</del><ins>+            RenderTableSection {TBODY} at (2,2) size 137x23
+              RenderTableRow {TR} at (0,2) size 137x19
+                RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (1,1) size 131x17
+                    text run at (1,1) width 5 RTL: &quot;.&quot;
+                    text run at (5,1) width 127: &quot;Center aligned table&quot;
+          RenderTable {TABLE} at (566,185) size 191x27 [border: (2px solid #0000FF)]
+            RenderTableSection {TBODY} at (2,2) size 187x23
+              RenderTableRow {TR} at (0,2) size 187x19
+                RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
+                  RenderText {#text} at (1,1) size 181x17
+                    text run at (1,1) width 10 RTL: &quot;).&quot;
+                    text run at (10,1) width 172: &quot;Center table (fixed margins&quot;
</ins><span class="cx">         RenderBlock {DIV} at (2,1545) size 765x218 [border: (4px solid #800080)]
</span><span class="cx">           RenderBlock {DIV} at (351,6) size 408x25 [border: (2px solid #0000FF)]
</span><span class="cx">             RenderText {#text} at (118,4) size 286x17
</span><span class="lines">@@ -909,27 +909,27 @@
</span><span class="cx">                 RenderBlock {CENTER} at (5,105) size 747x25 [border: (2px solid #0000FF)]
</span><span class="cx">                   RenderText {#text} at (288,4) size 171x17
</span><span class="cx">                     text run at (288,4) width 171: &quot;Center tag inside normal td&quot;
</span><del>-                RenderTable {TABLE} at (656,130) size 96x27 [border: (2px solid #0000FF)]
-                  RenderTableSection {TBODY} at (2,2) size 92x23
-                    RenderTableRow {TR} at (0,2) size 92x19
-                      RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
-                        RenderText {#text} at (1,1) size 86x17
-                          text run at (1,1) width 4 RTL: &quot;.&quot;
-                          text run at (5,1) width 82: &quot;Normal table&quot;
</del><ins>+                RenderTable {TABLE} at (655,130) size 97x27 [border: (2px solid #0000FF)]
+                  RenderTableSection {TBODY} at (2,2) size 93x23
+                    RenderTableRow {TR} at (0,2) size 93x19
+                      RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
+                        RenderText {#text} at (1,1) size 87x17
+                          text run at (1,1) width 5 RTL: &quot;.&quot;
+                          text run at (5,1) width 83: &quot;Normal table&quot;
</ins><span class="cx">                 RenderTable {TABLE} at (308,157) size 141x27 [border: (2px solid #0000FF)]
</span><del>-                  RenderTableSection {TBODY} at (2,2) size 136x23
-                    RenderTableRow {TR} at (0,2) size 136x19
-                      RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
-                        RenderText {#text} at (1,1) size 130x17
-                          text run at (1,1) width 4 RTL: &quot;.&quot;
-                          text run at (5,1) width 126: &quot;Center aligned table&quot;
-                RenderTable {TABLE} at (560,184) size 190x27 [border: (2px solid #0000FF)]
-                  RenderTableSection {TBODY} at (2,2) size 186x23
-                    RenderTableRow {TR} at (0,2) size 186x19
-                      RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
-                        RenderText {#text} at (1,1) size 180x17
-                          text run at (1,1) width 9 RTL: &quot;).&quot;
-                          text run at (10,1) width 171: &quot;Center table (fixed margins&quot;
</del><ins>+                  RenderTableSection {TBODY} at (2,2) size 137x23
+                    RenderTableRow {TR} at (0,2) size 137x19
+                      RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
+                        RenderText {#text} at (1,1) size 131x17
+                          text run at (1,1) width 5 RTL: &quot;.&quot;
+                          text run at (5,1) width 127: &quot;Center aligned table&quot;
+                RenderTable {TABLE} at (559,184) size 191x27 [border: (2px solid #0000FF)]
+                  RenderTableSection {TBODY} at (2,2) size 187x23
+                    RenderTableRow {TR} at (0,2) size 187x19
+                      RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
+                        RenderText {#text} at (1,1) size 181x17
+                          text run at (1,1) width 10 RTL: &quot;).&quot;
+                          text run at (10,1) width 172: &quot;Center table (fixed margins&quot;
</ins><span class="cx">         RenderTable {TABLE} at (2,2036) size 765x224 [border: (2px solid #0000FF)]
</span><span class="cx">           RenderTableSection {TBODY} at (2,2) size 761x220
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 761x216
</span><span class="lines">@@ -989,27 +989,27 @@
</span><span class="cx">                 RenderBlock {CENTER} at (5,105) size 747x25 [border: (2px solid #0000FF)]
</span><span class="cx">                   RenderText {#text} at (280,4) size 187x17
</span><span class="cx">                     text run at (280,4) width 187: &quot;Center tag inside align=left td&quot;
</span><del>-                RenderTable {TABLE} at (5,130) size 96x27 [border: (2px solid #0000FF)]
-                  RenderTableSection {TBODY} at (2,2) size 92x23
-                    RenderTableRow {TR} at (0,2) size 92x19
-                      RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
-                        RenderText {#text} at (1,1) size 86x17
-                          text run at (1,1) width 4 RTL: &quot;.&quot;
-                          text run at (5,1) width 82: &quot;Normal table&quot;
</del><ins>+                RenderTable {TABLE} at (5,130) size 97x27 [border: (2px solid #0000FF)]
+                  RenderTableSection {TBODY} at (2,2) size 93x23
+                    RenderTableRow {TR} at (0,2) size 93x19
+                      RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
+                        RenderText {#text} at (1,1) size 87x17
+                          text run at (1,1) width 5 RTL: &quot;.&quot;
+                          text run at (5,1) width 83: &quot;Normal table&quot;
</ins><span class="cx">                 RenderTable {TABLE} at (308,157) size 141x27 [border: (2px solid #0000FF)]
</span><del>-                  RenderTableSection {TBODY} at (2,2) size 136x23
-                    RenderTableRow {TR} at (0,2) size 136x19
-                      RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
-                        RenderText {#text} at (1,1) size 130x17
-                          text run at (1,1) width 4 RTL: &quot;.&quot;
-                          text run at (5,1) width 126: &quot;Center aligned table&quot;
-                RenderTable {TABLE} at (7,184) size 190x27 [border: (2px solid #0000FF)]
-                  RenderTableSection {TBODY} at (2,2) size 186x23
-                    RenderTableRow {TR} at (0,2) size 186x19
-                      RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
-                        RenderText {#text} at (1,1) size 180x17
-                          text run at (1,1) width 9 RTL: &quot;).&quot;
-                          text run at (10,1) width 171: &quot;Center table (fixed margins&quot;
</del><ins>+                  RenderTableSection {TBODY} at (2,2) size 137x23
+                    RenderTableRow {TR} at (0,2) size 137x19
+                      RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
+                        RenderText {#text} at (1,1) size 131x17
+                          text run at (1,1) width 5 RTL: &quot;.&quot;
+                          text run at (5,1) width 127: &quot;Center aligned table&quot;
+                RenderTable {TABLE} at (7,184) size 191x27 [border: (2px solid #0000FF)]
+                  RenderTableSection {TBODY} at (2,2) size 187x23
+                    RenderTableRow {TR} at (0,2) size 187x19
+                      RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
+                        RenderText {#text} at (1,1) size 181x17
+                          text run at (1,1) width 10 RTL: &quot;).&quot;
+                          text run at (10,1) width 172: &quot;Center table (fixed margins&quot;
</ins><span class="cx">         RenderTable {TABLE} at (2,2484) size 765x224 [border: (2px solid #0000FF)]
</span><span class="cx">           RenderTableSection {TBODY} at (2,2) size 761x220
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 761x216
</span><span class="lines">@@ -1070,26 +1070,26 @@
</span><span class="cx">                   RenderText {#text} at (271,4) size 205x17
</span><span class="cx">                     text run at (271,4) width 205: &quot;Center tag inside align=center td&quot;
</span><span class="cx">                 RenderTable {TABLE} at (330,130) size 97x27 [border: (2px solid #0000FF)]
</span><del>-                  RenderTableSection {TBODY} at (2,2) size 92x23
-                    RenderTableRow {TR} at (0,2) size 92x19
-                      RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
-                        RenderText {#text} at (1,1) size 86x17
-                          text run at (1,1) width 4 RTL: &quot;.&quot;
-                          text run at (5,1) width 82: &quot;Normal table&quot;
</del><ins>+                  RenderTableSection {TBODY} at (2,2) size 93x23
+                    RenderTableRow {TR} at (0,2) size 93x19
+                      RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
+                        RenderText {#text} at (1,1) size 87x17
+                          text run at (1,1) width 5 RTL: &quot;.&quot;
+                          text run at (5,1) width 83: &quot;Normal table&quot;
</ins><span class="cx">                 RenderTable {TABLE} at (308,157) size 141x27 [border: (2px solid #0000FF)]
</span><del>-                  RenderTableSection {TBODY} at (2,2) size 136x23
-                    RenderTableRow {TR} at (0,2) size 136x19
-                      RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
-                        RenderText {#text} at (1,1) size 130x17
-                          text run at (1,1) width 4 RTL: &quot;.&quot;
-                          text run at (5,1) width 126: &quot;Center aligned table&quot;
</del><ins>+                  RenderTableSection {TBODY} at (2,2) size 137x23
+                    RenderTableRow {TR} at (0,2) size 137x19
+                      RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
+                        RenderText {#text} at (1,1) size 131x17
+                          text run at (1,1) width 5 RTL: &quot;.&quot;
+                          text run at (5,1) width 127: &quot;Center aligned table&quot;
</ins><span class="cx">                 RenderTable {TABLE} at (283,184) size 191x27 [border: (2px solid #0000FF)]
</span><del>-                  RenderTableSection {TBODY} at (2,2) size 186x23
-                    RenderTableRow {TR} at (0,2) size 186x19
-                      RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
-                        RenderText {#text} at (1,1) size 180x17
-                          text run at (1,1) width 9 RTL: &quot;).&quot;
-                          text run at (10,1) width 171: &quot;Center table (fixed margins&quot;
</del><ins>+                  RenderTableSection {TBODY} at (2,2) size 187x23
+                    RenderTableRow {TR} at (0,2) size 187x19
+                      RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
+                        RenderText {#text} at (1,1) size 181x17
+                          text run at (1,1) width 10 RTL: &quot;).&quot;
+                          text run at (10,1) width 172: &quot;Center table (fixed margins&quot;
</ins><span class="cx">         RenderTable {TABLE} at (2,2932) size 765x224 [border: (2px solid #0000FF)]
</span><span class="cx">           RenderTableSection {TBODY} at (2,2) size 761x220
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 761x216
</span><span class="lines">@@ -1149,27 +1149,27 @@
</span><span class="cx">                 RenderBlock {CENTER} at (5,105) size 747x25 [border: (2px solid #0000FF)]
</span><span class="cx">                   RenderText {#text} at (276,4) size 195x17
</span><span class="cx">                     text run at (276,4) width 195: &quot;Center tag inside align=right td&quot;
</span><del>-                RenderTable {TABLE} at (656,130) size 96x27 [border: (2px solid #0000FF)]
-                  RenderTableSection {TBODY} at (2,2) size 92x23
-                    RenderTableRow {TR} at (0,2) size 92x19
-                      RenderTableCell {TD} at (2,2) size 88x19 [r=0 c=0 rs=1 cs=1]
-                        RenderText {#text} at (1,1) size 86x17
-                          text run at (1,1) width 4 RTL: &quot;.&quot;
-                          text run at (5,1) width 82: &quot;Normal table&quot;
</del><ins>+                RenderTable {TABLE} at (655,130) size 97x27 [border: (2px solid #0000FF)]
+                  RenderTableSection {TBODY} at (2,2) size 93x23
+                    RenderTableRow {TR} at (0,2) size 93x19
+                      RenderTableCell {TD} at (2,2) size 89x19 [r=0 c=0 rs=1 cs=1]
+                        RenderText {#text} at (1,1) size 87x17
+                          text run at (1,1) width 5 RTL: &quot;.&quot;
+                          text run at (5,1) width 83: &quot;Normal table&quot;
</ins><span class="cx">                 RenderTable {TABLE} at (308,157) size 141x27 [border: (2px solid #0000FF)]
</span><del>-                  RenderTableSection {TBODY} at (2,2) size 136x23
-                    RenderTableRow {TR} at (0,2) size 136x19
-                      RenderTableCell {TD} at (2,2) size 132x19 [r=0 c=0 rs=1 cs=1]
-                        RenderText {#text} at (1,1) size 130x17
-                          text run at (1,1) width 4 RTL: &quot;.&quot;
-                          text run at (5,1) width 126: &quot;Center aligned table&quot;
-                RenderTable {TABLE} at (560,184) size 190x27 [border: (2px solid #0000FF)]
-                  RenderTableSection {TBODY} at (2,2) size 186x23
-                    RenderTableRow {TR} at (0,2) size 186x19
-                      RenderTableCell {TD} at (2,2) size 182x19 [r=0 c=0 rs=1 cs=1]
-                        RenderText {#text} at (1,1) size 180x17
-                          text run at (1,1) width 9 RTL: &quot;).&quot;
-                          text run at (10,1) width 171: &quot;Center table (fixed margins&quot;
</del><ins>+                  RenderTableSection {TBODY} at (2,2) size 137x23
+                    RenderTableRow {TR} at (0,2) size 137x19
+                      RenderTableCell {TD} at (2,2) size 133x19 [r=0 c=0 rs=1 cs=1]
+                        RenderText {#text} at (1,1) size 131x17
+                          text run at (1,1) width 5 RTL: &quot;.&quot;
+                          text run at (5,1) width 127: &quot;Center aligned table&quot;
+                RenderTable {TABLE} at (559,184) size 191x27 [border: (2px solid #0000FF)]
+                  RenderTableSection {TBODY} at (2,2) size 187x23
+                    RenderTableRow {TR} at (0,2) size 187x19
+                      RenderTableCell {TD} at (2,2) size 183x19 [r=0 c=0 rs=1 cs=1]
+                        RenderText {#text} at (1,1) size 181x17
+                          text run at (1,1) width 10 RTL: &quot;).&quot;
+                          text run at (10,1) width 172: &quot;Center table (fixed margins&quot;
</ins><span class="cx">         RenderTable {TABLE} at (2,3380) size 765x224 [border: (2px solid #0000FF)]
</span><span class="cx">           RenderTableSection {TBODY} at (2,2) size 761x220
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 761x216
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockbasicquirkpercentheighttablecellexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/block/basic/quirk-percent-height-table-cell-expected.txt (0 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/basic/quirk-percent-height-table-cell-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/block/basic/quirk-percent-height-table-cell-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderTable {TABLE} at (0,0) size 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]
+              RenderBlock {DIV} at (2,2) size 20x100 [bgcolor=#FFFF00]
+              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)]
+                      RenderBlock {DIV} at (2,8) size 100x300 [bgcolor=#008000]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockfloat011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/float/011-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/float/011-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/float/011-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</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 573x29
-        RenderTableSection {TBODY} at (0,0) size 573x29
-          RenderTableRow {TR} at (0,2) size 573x25
-            RenderTableCell {TD} at (2,2) size 265x25 [r=0 c=0 rs=1 cs=1]
-              RenderTable {TABLE} at (1,1) size 263x23
-                RenderTableSection {TBODY} at (0,0) size 263x23
-                  RenderTableRow {TR} at (0,2) size 263x19
-                    RenderTableCell {TD} at (2,2) size 259x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 574x29
+        RenderTableSection {TBODY} at (0,0) size 574x29
+          RenderTableRow {TR} at (0,2) size 574x25
+            RenderTableCell {TD} at (2,2) size 266x25 [r=0 c=0 rs=1 cs=1]
+              RenderTable {TABLE} at (1,1) size 264x23
+                RenderTableSection {TBODY} at (0,0) size 264x23
+                  RenderTableRow {TR} at (0,2) size 264x19
+                    RenderTableCell {TD} at (2,2) size 260x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 257x17
</span><span class="cx">                         text run at (1,1) width 257: &quot;Look at me contributing some minwidth.&quot;
</span><del>-            RenderTableCell {TD} at (269,13) size 302x2 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (269,13) size 303x3 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockfloat015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/float/015-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/float/015-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/float/015-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</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 671x127 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 669x125
-          RenderTableRow {TR} at (0,0) size 669x125
-            RenderTableCell {TD} at (0,50) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 672x127 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 670x125
+          RenderTableRow {TR} at (0,0) size 670x125
+            RenderTableCell {TD} at (0,50) size 13x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,0) size 657x125 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,0) size 658x125 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (4,4) size 50x50 [bgcolor=#FFA500]
</span><del>-              RenderBlock {P} at (4,4) size 649x17
</del><ins>+              RenderBlock {P} at (4,4) size 650x17
</ins><span class="cx">                 RenderText {#text} at (53,0) size 595x17
</span><span class="cx">                   text run at (53,0) width 595: &quot;This text should be flowing past a tall orange rectangle on the left side of the browser window.&quot;
</span><del>-              RenderBlock {DIV} at (4,37) size 649x17 [bgcolor=#008000]
</del><ins>+              RenderBlock {DIV} at (4,37) size 650x17 [bgcolor=#008000]
</ins><span class="cx">                 RenderBR {BR} at (53,0) size 0x17
</span><span class="cx">               RenderImage {IMG} at (4,54) size 50x50 [bgcolor=#FFA500]
</span><del>-              RenderBlock {DIV} at (4,104) size 649x17
</del><ins>+              RenderBlock {DIV} at (4,104) size 650x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 649x17
</span><span class="cx">                   text run at (0,0) width 649: &quot;This paragraph should appear below the tall orange rectangle above and to the left, and not flow past it.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockfloat025expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/float/025-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/float/025-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/float/025-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -19,10 +19,10 @@
</span><span class="cx">         RenderBlock {HR} at (200,0) size 569x2 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock {DIV} at (0,608) size 769x200
</span><span class="cx">         RenderBlock (floating) {DIV} at (0,0) size 200x200 [bgcolor=#FF0000]
</span><del>-        RenderTable {TABLE} at (200,0) size 384x44 [border: (2px solid #008000)]
-          RenderTableSection {TBODY} at (2,2) size 380x40
-            RenderTableRow {TR} at (0,2) size 380x36
-              RenderTableCell {TD} at (2,2) size 376x36 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (200,0) size 385x44 [border: (2px solid #008000)]
+          RenderTableSection {TBODY} at (2,2) size 381x40
+            RenderTableRow {TR} at (0,2) size 381x36
+              RenderTableCell {TD} at (2,2) size 377x36 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 373x34
</span><span class="cx">                   text run at (1,1) width 373: &quot;This is a table. It should sit on the same line as the float and&quot;
</span><span class="cx">                   text run at (1,18) width 336: &quot;wrap as needed to fit within the remaining line width.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockfloat026expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/float/026-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/float/026-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/float/026-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -20,14 +20,14 @@
</span><span class="cx">         RenderBlock {HR} at (0,0) size 569x2 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock {DIV} at (0,608) size 769x200
</span><span class="cx">         RenderBlock (floating) {DIV} at (569,0) size 200x200 [bgcolor=#FF0000]
</span><del>-        RenderTable {TABLE} at (185,0) size 384x44 [border: (2px solid #008000)]
-          RenderTableSection {TBODY} at (2,2) size 380x40
-            RenderTableRow {TR} at (0,2) size 380x36
-              RenderTableCell {TD} at (2,2) size 376x36 [r=0 c=0 rs=1 cs=1]
-                RenderText {#text} at (2,1) size 373x34
-                  text run at (2,1) width 373: &quot;This is a table. It should sit on the same line as the float and&quot;
-                  text run at (39,18) width 4 RTL: &quot;.&quot;
-                  text run at (43,18) width 332: &quot;wrap as needed to fit within the remaining line width&quot;
</del><ins>+        RenderTable {TABLE} at (184,0) size 385x44 [border: (2px solid #008000)]
+          RenderTableSection {TBODY} at (2,2) size 381x40
+            RenderTableRow {TR} at (0,2) size 381x36
+              RenderTableCell {TD} at (2,2) size 377x36 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 374x34
+                  text run at (2,1) width 374: &quot;This is a table. It should sit on the same line as the float and&quot;
+                  text run at (39,18) width 5 RTL: &quot;.&quot;
+                  text run at (43,18) width 333: &quot;wrap as needed to fit within the remaining line width&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,808) size 769x200
</span><span class="cx">         RenderBlock (floating) {DIV} at (569,0) size 200x200 [bgcolor=#FF0000]
</span><span class="cx">       RenderBlock {DIV} at (0,1016) size 769x200
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockfloat027expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/float/027-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/float/027-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/float/027-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -19,10 +19,10 @@
</span><span class="cx">         RenderBlock {HR} at (200,0) size 569x2 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock {DIV} at (0,608) size 769x200
</span><span class="cx">         RenderBlock (floating) {DIV} at (0,0) size 200x200 [bgcolor=#FF0000]
</span><del>-        RenderTable {TABLE} at (200,0) size 384x44 [border: (2px solid #008000)]
-          RenderTableSection {TBODY} at (2,2) size 380x40
-            RenderTableRow {TR} at (0,2) size 380x36
-              RenderTableCell {TD} at (2,2) size 376x36 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (200,0) size 385x44 [border: (2px solid #008000)]
+          RenderTableSection {TBODY} at (2,2) size 381x40
+            RenderTableRow {TR} at (0,2) size 381x36
+              RenderTableCell {TD} at (2,2) size 377x36 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 373x34
</span><span class="cx">                   text run at (1,1) width 373: &quot;This is a table. It should sit on the same line as the float and&quot;
</span><span class="cx">                   text run at (1,18) width 336: &quot;wrap as needed to fit within the remaining line width.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockfloat028expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/float/028-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/float/028-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/float/028-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -20,14 +20,14 @@
</span><span class="cx">         RenderBlock {HR} at (0,0) size 569x2 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock {DIV} at (0,608) size 769x200
</span><span class="cx">         RenderBlock (floating) {DIV} at (569,0) size 200x200 [bgcolor=#FF0000]
</span><del>-        RenderTable {TABLE} at (185,0) size 384x44 [border: (2px solid #008000)]
-          RenderTableSection {TBODY} at (2,2) size 380x40
-            RenderTableRow {TR} at (0,2) size 380x36
-              RenderTableCell {TD} at (2,2) size 376x36 [r=0 c=0 rs=1 cs=1]
-                RenderText {#text} at (2,1) size 373x34
-                  text run at (2,1) width 373: &quot;This is a table. It should sit on the same line as the float and&quot;
-                  text run at (39,18) width 4 RTL: &quot;.&quot;
-                  text run at (43,18) width 332: &quot;wrap as needed to fit within the remaining line width&quot;
</del><ins>+        RenderTable {TABLE} at (184,0) size 385x44 [border: (2px solid #008000)]
+          RenderTableSection {TBODY} at (2,2) size 381x40
+            RenderTableRow {TR} at (0,2) size 381x36
+              RenderTableCell {TD} at (2,2) size 377x36 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (2,1) size 374x34
+                  text run at (2,1) width 374: &quot;This is a table. It should sit on the same line as the float and&quot;
+                  text run at (39,18) width 5 RTL: &quot;.&quot;
+                  text run at (43,18) width 333: &quot;wrap as needed to fit within the remaining line width&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,808) size 769x200
</span><span class="cx">         RenderBlock (floating) {DIV} at (569,0) size 200x200 [bgcolor=#FF0000]
</span><span class="cx">       RenderBlock {DIV} at (0,1016) size 769x200
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/001-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/001-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/001-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,38 +6,38 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 504x17
</span><span class="cx">           text run at (0,0) width 504: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 78x374 [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 72x368
-          RenderTableRow {TR} at (0,0) size 72x368
-            RenderTableCell {TD} at (0,0) size 36x368 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,50) size 36x268 [bgcolor=#0000FF]
-                RenderBlock {DIV} at (0,0) size 36x56 [bgcolor=#FF0000]
-                  RenderBlock {DIV} at (0,0) size 36x56
-                    RenderBlock {DIV} at (0,0) size 36x56 [bgcolor=#FFFF00]
</del><ins>+      RenderTable {TABLE} at (0,33) size 79x374 [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 73x368
+          RenderTableRow {TR} at (0,0) size 73x368
+            RenderTableCell {TD} at (0,0) size 37x368 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,50) size 37x268 [bgcolor=#0000FF]
+                RenderBlock {DIV} at (0,0) size 37x56 [bgcolor=#FF0000]
+                  RenderBlock {DIV} at (0,0) size 37x56
+                    RenderBlock {DIV} at (0,0) size 37x56 [bgcolor=#FFFF00]
</ins><span class="cx">                       RenderText {#text} at (0,0) size 36x56
</span><span class="cx">                         text run at (0,0) width 36: &quot;A&quot;
</span><del>-                  RenderBlock {DIV} at (0,106) size 36x0
-                RenderBlock {DIV} at (0,106) size 36x0 [bgcolor=#FF0000]
-                RenderBlock {DIV} at (0,106) size 36x0 [bgcolor=#FF0000]
-                  RenderBlock {DIV} at (0,0) size 36x0
-                RenderBlock {DIV} at (0,106) size 36x56 [bgcolor=#FF0000]
-                  RenderBlock {DIV} at (0,0) size 36x56 [bgcolor=#00FF00]
-                    RenderBlock {DIV} at (0,0) size 36x0 [bgcolor=#FF0000]
-                    RenderBlock (anonymous) at (0,0) size 36x56
</del><ins>+                  RenderBlock {DIV} at (0,106) size 37x0
+                RenderBlock {DIV} at (0,106) size 37x0 [bgcolor=#FF0000]
+                RenderBlock {DIV} at (0,106) size 37x0 [bgcolor=#FF0000]
+                  RenderBlock {DIV} at (0,0) size 37x0
+                RenderBlock {DIV} at (0,106) size 37x56 [bgcolor=#FF0000]
+                  RenderBlock {DIV} at (0,0) size 37x56 [bgcolor=#00FF00]
+                    RenderBlock {DIV} at (0,0) size 37x0 [bgcolor=#FF0000]
+                    RenderBlock (anonymous) at (0,0) size 37x56
</ins><span class="cx">                       RenderText {#text} at (0,0) size 33x56
</span><span class="cx">                         text run at (0,0) width 33: &quot;B&quot;
</span><del>-                RenderBlock {DIV} at (0,212) size 36x56 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,212) size 37x56 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 33x56
</span><span class="cx">                     text run at (0,0) width 33: &quot;C&quot;
</span><del>-            RenderTableCell {TD} at (36,0) size 36x368 [bgcolor=#FFA500] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,50) size 36x268 [bgcolor=#0000FF]
-                RenderBlock {DIV} at (0,0) size 36x56 [bgcolor=#FFFF00]
</del><ins>+            RenderTableCell {TD} at (36,0) size 37x368 [bgcolor=#FFA500] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,50) size 37x268 [bgcolor=#0000FF]
+                RenderBlock {DIV} at (0,0) size 37x56 [bgcolor=#FFFF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 36x56
</span><span class="cx">                     text run at (0,0) width 36: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,106) size 36x56 [bgcolor=#00FF00]
</del><ins>+                RenderBlock {DIV} at (0,106) size 37x56 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 33x56
</span><span class="cx">                     text run at (0,0) width 33: &quot;B&quot;
</span><del>-                RenderBlock {DIV} at (0,212) size 36x56 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,212) size 37x56 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 33x56
</span><span class="cx">                     text run at (0,0) width 33: &quot;C&quot;
</span><span class="cx">       RenderBlock {P} at (0,423) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse005expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/005-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/005-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/005-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,19 +6,19 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 504x17
</span><span class="cx">           text run at (0,0) width 504: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 78x374 [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 72x368
-          RenderTableRow {TR} at (0,0) size 72x368
-            RenderTableCell {TD} at (0,0) size 36x368 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TD} at (36,0) size 36x368 [bgcolor=#FFA500] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,50) size 36x268 [bgcolor=#0000FF]
-                RenderBlock {DIV} at (0,0) size 36x56 [bgcolor=#FFFF00]
</del><ins>+      RenderTable {TABLE} at (0,33) size 79x374 [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 73x368
+          RenderTableRow {TR} at (0,0) size 73x368
+            RenderTableCell {TD} at (0,0) size 37x368 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (36,0) size 37x368 [bgcolor=#FFA500] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,50) size 37x268 [bgcolor=#0000FF]
+                RenderBlock {DIV} at (0,0) size 37x56 [bgcolor=#FFFF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 36x56
</span><span class="cx">                     text run at (0,0) width 36: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,106) size 36x56 [bgcolor=#00FF00]
</del><ins>+                RenderBlock {DIV} at (0,106) size 37x56 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 33x56
</span><span class="cx">                     text run at (0,0) width 33: &quot;B&quot;
</span><del>-                RenderBlock {DIV} at (0,212) size 36x56 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,212) size 37x56 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 33x56
</span><span class="cx">                     text run at (0,0) width 33: &quot;C&quot;
</span><span class="cx">       RenderBlock {P} at (0,423) size 784x17
</span><span class="lines">@@ -30,23 +30,23 @@
</span><span class="cx">         RenderText {#text} at (308,0) size 4x17
</span><span class="cx">           text run at (308,0) width 4: &quot;.&quot;
</span><span class="cx"> layer at (11,102) size 36x268
</span><del>-  RenderBlock (relative positioned) {DIV} at (0,50) size 36x268 [bgcolor=#0000FF]
</del><ins>+  RenderBlock (relative positioned) {DIV} at (0,50) size 37x268 [bgcolor=#0000FF]
</ins><span class="cx"> layer at (11,102) size 36x56
</span><del>-  RenderBlock (relative positioned) {DIV} at (0,0) size 36x56 [bgcolor=#FF0000]
</del><ins>+  RenderBlock (relative positioned) {DIV} at (0,0) size 37x56 [bgcolor=#FF0000]
</ins><span class="cx"> layer at (11,102) size 36x56
</span><del>-  RenderBlock (relative positioned) {DIV} at (0,0) size 36x56
</del><ins>+  RenderBlock (relative positioned) {DIV} at (0,0) size 37x56
</ins><span class="cx"> layer at (11,102) size 36x56
</span><del>-  RenderBlock (relative positioned) {DIV} at (0,0) size 36x56 [bgcolor=#FFFF00]
</del><ins>+  RenderBlock (relative positioned) {DIV} at (0,0) size 37x56 [bgcolor=#FFFF00]
</ins><span class="cx">     RenderText {#text} at (0,0) size 36x56
</span><span class="cx">       text run at (0,0) width 36: &quot;A&quot;
</span><span class="cx"> layer at (11,208) size 36x56
</span><del>-  RenderBlock (relative positioned) {DIV} at (0,106) size 36x56 [bgcolor=#FF0000]
</del><ins>+  RenderBlock (relative positioned) {DIV} at (0,106) size 37x56 [bgcolor=#FF0000]
</ins><span class="cx"> layer at (11,208) size 36x56
</span><del>-  RenderBlock (relative positioned) {DIV} at (0,0) size 36x56 [bgcolor=#00FF00]
-    RenderBlock (anonymous) at (0,0) size 36x56
</del><ins>+  RenderBlock (relative positioned) {DIV} at (0,0) size 37x56 [bgcolor=#00FF00]
+    RenderBlock (anonymous) at (0,0) size 37x56
</ins><span class="cx">       RenderText {#text} at (0,0) size 33x56
</span><span class="cx">         text run at (0,0) width 33: &quot;B&quot;
</span><span class="cx"> layer at (11,314) size 36x56
</span><del>-  RenderBlock (relative positioned) {DIV} at (0,212) size 36x56 [bgcolor=#00FFFF]
</del><ins>+  RenderBlock (relative positioned) {DIV} at (0,212) size 37x56 [bgcolor=#00FFFF]
</ins><span class="cx">     RenderText {#text} at (0,0) size 33x56
</span><span class="cx">       text run at (0,0) width 33: &quot;C&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse006expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/006-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/006-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/006-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -11,17 +11,17 @@
</span><span class="cx">       RenderBlock {P} at (0,33) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 504x17
</span><span class="cx">           text run at (0,0) width 504: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,66) 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]
</del><ins>+      RenderTable {TABLE} at (0,66) 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]
</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 50x50 [color=#00FF00] [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,150) size 51x50 [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 50x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 51x250 [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="trunkLayoutTestsplatformgtkfastblockmargincollapse010expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/010-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/010-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/010-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,22 +6,22 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 579x17
</span><span class="cx">           text run at (0,0) width 579: &quot;The square should consist of exactly five equal bands, orange, lime, orange, yellow, orange.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 50x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 51x250 [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 50x250 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (100,0) size 51x250 [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 50x250 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (150,0) size 51x250 [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 50x250 [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (200,0) size 51x250 [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,305) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/011-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/011-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/011-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,28 +6,28 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 579x17
</span><span class="cx">           text run at (0,0) width 579: &quot;The square should consist of exactly five equal bands, orange, lime, orange, yellow, orange.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</ins><span class="cx">               RenderBlock {DIV} at (0,50) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock {DIV} at (0,150) size 50x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,150) size 51x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (50,0) size 50x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 51x250 [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 50x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,150) size 51x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (100,0) size 50x250 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (100,0) size 51x250 [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 50x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,150) size 51x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (150,0) size 50x250 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (150,0) size 51x250 [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 50x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,200) size 51x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><del>-            RenderTableCell {TD} at (200,0) size 50x250 [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (200,0) size 51x250 [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 50x0 [bgcolor=#FF0000]
</del><ins>+              RenderBlock {DIV} at (0,100) size 51x0 [bgcolor=#FF0000]
</ins><span class="cx">               RenderBlock {DIV} at (0,150) size 50x50 [bgcolor=#FFFF00]
</span><span class="cx">       RenderBlock {P} at (0,305) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 259x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse012expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/012-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/012-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/012-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 504x17
</span><span class="cx">           text run at (0,0) width 504: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 50x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 51x250 [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="trunkLayoutTestsplatformgtkfastblockmargincollapse015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/015-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/015-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/015-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 504x17
</span><span class="cx">           text run at (0,0) width 504: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 100x250
-          RenderTableRow {TR} at (0,0) size 100x250
</del><ins>+      RenderTable {TABLE} at (0,33) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 101x250
+          RenderTableRow {TR} at (0,0) size 101x250
</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 50x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 51x250 [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="trunkLayoutTestsplatformgtkfastblockmargincollapse016expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/016-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/016-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/016-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,15 +6,15 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 504x17
</span><span class="cx">           text run at (0,0) width 504: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 50x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 51x250 [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="trunkLayoutTestsplatformgtkfastblockmargincollapse017expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/017-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/017-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/017-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,16 +6,16 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 618x17
</span><span class="cx">           text run at (0,0) width 618: &quot;The following square should contain exactly two bands, one yellow, one lime, with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</ins><span class="cx">       RenderBlock {P} at (0,155) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 259x17
</span><span class="cx">           text run at (0,0) width 259: &quot;This test is meaningless if you don't pass &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse018expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/018-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/018-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/018-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -12,15 +12,15 @@
</span><span class="cx">             text run at (0,17) width 42: &quot;visible&quot;
</span><span class="cx">         RenderText {#text} at (42,17) size 4x17
</span><span class="cx">           text run at (42,17) width 4: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,50) 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]
</del><ins>+      RenderTable {TABLE} at (0,50) 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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse019expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/019-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/019-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/019-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,21 +6,21 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 230x17
</span><span class="cx">           text run at (0,0) width 230: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</ins><span class="cx">       RenderBlock {P} at (0,155) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 60x17
</span><span class="cx">           text run at (0,0) width 60: &quot;See also: &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse020expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/020-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/020-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/020-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,21 +6,21 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 230x17
</span><span class="cx">           text run at (0,0) width 230: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</ins><span class="cx">       RenderBlock {P} at (0,205) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 60x17
</span><span class="cx">           text run at (0,0) width 60: &quot;See also: &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse021expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/021-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/021-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/021-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 295x17
</span><span class="cx">           text run at (0,0) width 295: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 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]
</del><ins>+            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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse022expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/022-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/022-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/022-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 295x17
</span><span class="cx">           text run at (0,0) width 295: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 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]
</del><ins>+            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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse025expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/025-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/025-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/025-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,19 +6,19 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 295x17
</span><span class="cx">           text run at (0,0) width 295: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 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]
</del><ins>+            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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse032expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/032-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/032-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/032-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 295x17
</span><span class="cx">           text run at (0,0) width 295: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 134x54 [bgcolor=#00FF00] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (166,16) size 135x54 [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 128x16 [border: (16px solid #FFFF00) none]
</del><ins>+              RenderBlock {DIV} at (3,35) size 129x16 [border: (16px solid #FFFF00) none]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse033expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/033-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/033-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/033-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,15 +6,15 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 295x17
</span><span class="cx">           text run at (0,0) width 295: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 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]
</del><ins>+            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]
</ins><span class="cx">               RenderBlock {DIV} at (3,19) size 128x32 [border: (32px solid #00FF00) none]
</span><del>-              RenderBlock {DIV} at (3,51) size 128x16 [border: (16px solid #FFFF00) none]
</del><ins>+              RenderBlock {DIV} at (3,51) size 129x16 [border: (16px solid #FFFF00) none]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse034expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/034-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/034-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/034-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,20 +6,20 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 447x17
</span><span class="cx">           text run at (0,0) width 447: &quot;The following three rectangles should be identical, with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 134x54 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (166,16) size 135x54 [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 316x54
-            RenderTableCell {TD} at (16,86) size 134x54 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          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]
</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 134x0 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (166,113) size 135x0 [r=1 c=1 rs=1 cs=1]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse041expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/041-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/041-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/041-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,16 +6,16 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 276x17
</span><span class="cx">           text run at (0,0) width 276: &quot;The two boxes below should look identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 104x56 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (108,2) size 105x56 [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="trunkLayoutTestsplatformgtkfastblockmargincollapse042expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/042-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/042-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/042-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,23 +6,23 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 295x17
</span><span class="cx">           text run at (0,0) width 295: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 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]
</del><ins>+            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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse055expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/055-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/055-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/055-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -7,77 +7,77 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 461x17
</span><span class="cx">           text run at (0,0) width 405: &quot;All the following should look the same (and all should look like &quot;
</span><span class="cx">           text run at (405,0) width 56: &quot;the first).&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 48x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 49x48 [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 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]
</del><ins>+            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]
</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 48x0
-                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 49x0
+                RenderBlock {DIV} at (0,96) size 49x48 [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 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]
</del><ins>+            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]
</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 48x0
-                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 49x0
+                RenderBlock {DIV} at (0,96) size 49x48 [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 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]
</del><ins>+            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]
</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 48x0
-                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 49x0
+                RenderBlock {DIV} at (0,96) size 49x48 [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 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]
</del><ins>+            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]
</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 48x0
-                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 49x0
+                RenderBlock {DIV} at (0,96) size 49x48 [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 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]
</del><ins>+            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]
</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 48x0
-                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 49x0
+                RenderBlock {DIV} at (0,96) size 49x48 [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 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]
</del><ins>+            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]
</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 48x0
-                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 49x0
+                RenderBlock {DIV} at (0,96) size 49x48 [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 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]
</del><ins>+            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]
</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 48x0
-                RenderBlock {DIV} at (0,96) size 48x48 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,96) size 49x0
+                RenderBlock {DIV} at (0,96) size 49x48 [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="trunkLayoutTestsplatformgtkfastblockmargincollapse056expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/056-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/056-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/056-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,17 +6,17 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 230x17
</span><span class="cx">           text run at (0,0) width 230: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</ins><span class="cx">       RenderBlock {P} at (0,205) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 56x17
</span><span class="cx">           text run at (0,0) width 56: &quot;See also &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse057expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/057-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/057-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/057-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,38 +6,38 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 409x17
</span><span class="cx">           text run at (0,0) width 409: &quot;There six boxes below should look the same with no red present.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 136x136 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (140,2) size 137x136 [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 136x136 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (278,2) size 137x136 [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 416x136
-            RenderTableCell {TD} at (2,140) size 136x136 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,140) size 417x136
+            RenderTableCell {TD} at (2,140) size 137x136 [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 136x136 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (140,140) size 137x136 [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 136x136 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (278,140) size 137x136 [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="trunkLayoutTestsplatformgtkfastblockmargincollapse058expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/058-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/058-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/058-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,22 +6,22 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 295x17
</span><span class="cx">           text run at (0,0) width 295: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 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]
</del><ins>+            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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse059expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/059-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/059-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/059-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 230x17
</span><span class="cx">           text run at (0,0) width 230: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</ins><span class="cx">       RenderBlock {P} at (0,255) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 241x17
</span><span class="cx">           text run at (0,0) width 241: &quot;This test is irrelevant if you don't pass &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapse104expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/104-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/104-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/104-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -11,10 +11,10 @@
</span><span class="cx">             text run at (0,17) width 128: &quot;overflow from right.&quot;
</span><span class="cx">           RenderBR {BR} at (128,31) size 0x0
</span><span class="cx">           RenderBR {BR} at (0,34) size 0x17
</span><del>-        RenderTable {TABLE} at (2,53) size 966x27 [border: (2px solid #FF0000)]
-          RenderTableSection {TBODY} at (2,2) size 962x23
-            RenderTableRow {TR} at (0,2) size 962x19
-              RenderTableCell {TD} at (2,2) size 958x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (2,53) size 967x27 [border: (2px solid #FF0000)]
+          RenderTableSection {TBODY} at (2,2) size 963x23
+            RenderTableRow {TR} at (0,2) size 963x19
+              RenderTableCell {TD} at (2,2) size 959x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 956x17
</span><span class="cx">                   text run at (1,1) width 480: &quot;Blabla blah. Blabla blah. Blabla blah. Blabla blah. Blabla blah. Blabla blah. &quot;
</span><span class="cx">                   text run at (481,1) width 476: &quot;Blabla blah. Blabla blah. Blabla blah. Blabla blah. Blabla blah. Blabla blah.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/001-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/001-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/001-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,99 +6,99 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 504x17
</span><span class="cx">           text run at (0,0) width 504: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 78x374 [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 72x368
-          RenderTableRow {TR} at (0,0) size 72x368
-            RenderTableCell {TD} at (0,0) size 36x368 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 36x0
</del><ins>+      RenderTable {TABLE} at (0,33) size 79x374 [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 73x368
+          RenderTableRow {TR} at (0,0) size 73x368
+            RenderTableCell {TD} at (0,0) size 37x368 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 37x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 36x268
-                RenderBlock {DIV} at (0,0) size 36x268 [bgcolor=#0000FF]
-                  RenderBlock (anonymous) at (0,0) size 36x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 37x268
+                RenderBlock {DIV} at (0,0) size 37x268 [bgcolor=#0000FF]
+                  RenderBlock (anonymous) at (0,0) size 37x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 36x56
-                    RenderBlock {DIV} at (0,0) size 36x56 [bgcolor=#FF0000]
-                      RenderBlock (anonymous) at (0,0) size 36x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 37x56
+                    RenderBlock {DIV} at (0,0) size 37x56 [bgcolor=#FF0000]
+                      RenderBlock (anonymous) at (0,0) size 37x0
</ins><span class="cx">                         RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                      RenderBlock (anonymous) at (0,0) size 36x56
-                        RenderBlock {DIV} at (0,0) size 36x56 [bgcolor=#FF0000]
-                          RenderBlock (anonymous) at (0,0) size 36x0
</del><ins>+                      RenderBlock (anonymous) at (0,0) size 37x56
+                        RenderBlock {DIV} at (0,0) size 37x56 [bgcolor=#FF0000]
+                          RenderBlock (anonymous) at (0,0) size 37x0
</ins><span class="cx">                             RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                          RenderBlock (anonymous) at (0,0) size 36x56
-                            RenderBlock {DIV} at (0,0) size 36x56 [bgcolor=#FFFF00]
</del><ins>+                          RenderBlock (anonymous) at (0,0) size 37x56
+                            RenderBlock {DIV} at (0,0) size 37x56 [bgcolor=#FFFF00]
</ins><span class="cx">                               RenderText {#text} at (0,0) size 36x56
</span><span class="cx">                                 text run at (0,0) width 36: &quot;A&quot;
</span><del>-                          RenderBlock (anonymous) at (0,106) size 36x0
</del><ins>+                          RenderBlock (anonymous) at (0,106) size 37x0
</ins><span class="cx">                             RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                      RenderBlock (anonymous) at (0,106) size 36x0
</del><ins>+                      RenderBlock (anonymous) at (0,106) size 37x0
</ins><span class="cx">                         RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                           RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                      RenderBlock (anonymous) at (0,106) size 36x0
-                        RenderBlock {DIV} at (0,0) size 36x0 [bgcolor=#FF0000]
-                      RenderBlock (anonymous) at (0,106) size 36x0
</del><ins>+                      RenderBlock (anonymous) at (0,106) size 37x0
+                        RenderBlock {DIV} at (0,0) size 37x0 [bgcolor=#FF0000]
+                      RenderBlock (anonymous) at (0,106) size 37x0
</ins><span class="cx">                         RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                           RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,106) size 36x0
</del><ins>+                  RenderBlock (anonymous) at (0,106) size 37x0
</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,106) size 36x0
-                    RenderBlock {DIV} at (0,0) size 36x0 [bgcolor=#FF0000]
-                  RenderBlock (anonymous) at (0,106) size 36x0
</del><ins>+                  RenderBlock (anonymous) at (0,106) size 37x0
+                    RenderBlock {DIV} at (0,0) size 37x0 [bgcolor=#FF0000]
+                  RenderBlock (anonymous) at (0,106) size 37x0
</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,106) size 36x0
-                    RenderBlock {DIV} at (0,0) size 36x0 [bgcolor=#FF0000]
-                      RenderBlock (anonymous) at (0,0) size 36x0
</del><ins>+                  RenderBlock (anonymous) at (0,106) size 37x0
+                    RenderBlock {DIV} at (0,0) size 37x0 [bgcolor=#FF0000]
+                      RenderBlock (anonymous) at (0,0) size 37x0
</ins><span class="cx">                         RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                      RenderBlock (anonymous) at (0,0) size 36x0
-                        RenderBlock {DIV} at (0,0) size 36x0 [bgcolor=#FF0000]
-                      RenderBlock (anonymous) at (0,0) size 36x0
</del><ins>+                      RenderBlock (anonymous) at (0,0) size 37x0
+                        RenderBlock {DIV} at (0,0) size 37x0 [bgcolor=#FF0000]
+                      RenderBlock (anonymous) at (0,0) size 37x0
</ins><span class="cx">                         RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,106) size 36x0
</del><ins>+                  RenderBlock (anonymous) at (0,106) size 37x0
</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,106) size 36x56
-                    RenderBlock {DIV} at (0,0) size 36x56 [bgcolor=#FF0000]
-                      RenderBlock (anonymous) at (0,0) size 36x0
</del><ins>+                  RenderBlock (anonymous) at (0,106) size 37x56
+                    RenderBlock {DIV} at (0,0) size 37x56 [bgcolor=#FF0000]
+                      RenderBlock (anonymous) at (0,0) size 37x0
</ins><span class="cx">                         RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                      RenderBlock (anonymous) at (0,0) size 36x56
-                        RenderBlock {DIV} at (0,0) size 36x56 [bgcolor=#00FF00]
-                          RenderBlock (anonymous) at (0,0) size 36x0
</del><ins>+                      RenderBlock (anonymous) at (0,0) size 37x56
+                        RenderBlock {DIV} at (0,0) size 37x56 [bgcolor=#00FF00]
+                          RenderBlock (anonymous) at (0,0) size 37x0
</ins><span class="cx">                             RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                          RenderBlock (anonymous) at (0,0) size 36x0
-                            RenderBlock {DIV} at (0,0) size 36x0 [bgcolor=#FF0000]
-                          RenderBlock (anonymous) at (0,0) size 36x56
</del><ins>+                          RenderBlock (anonymous) at (0,0) size 37x0
+                            RenderBlock {DIV} at (0,0) size 37x0 [bgcolor=#FF0000]
+                          RenderBlock (anonymous) at (0,0) size 37x56
</ins><span class="cx">                             RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                             RenderText {#text} at (0,0) size 33x56
</span><span class="cx">                               text run at (0,0) width 33: &quot;B&quot;
</span><del>-                      RenderBlock (anonymous) at (0,106) size 36x0
</del><ins>+                      RenderBlock (anonymous) at (0,106) size 37x0
</ins><span class="cx">                         RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,212) size 36x0
</del><ins>+                  RenderBlock (anonymous) at (0,212) size 37x0
</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,212) size 36x56
-                    RenderBlock {DIV} at (0,0) size 36x56 [bgcolor=#00FFFF]
</del><ins>+                  RenderBlock (anonymous) at (0,212) size 37x56
+                    RenderBlock {DIV} at (0,0) size 37x56 [bgcolor=#00FFFF]
</ins><span class="cx">                       RenderText {#text} at (0,0) size 33x56
</span><span class="cx">                         text run at (0,0) width 33: &quot;C&quot;
</span><del>-                  RenderBlock (anonymous) at (0,318) size 36x0
</del><ins>+                  RenderBlock (anonymous) at (0,318) size 37x0
</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,368) size 36x0
</del><ins>+              RenderBlock (anonymous) at (0,368) size 37x0
</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 (36,0) size 36x368 [bgcolor=#FFA500] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,50) size 36x268 [bgcolor=#0000FF]
-                RenderBlock {DIV} at (0,0) size 36x56 [bgcolor=#FFFF00]
</del><ins>+            RenderTableCell {TD} at (36,0) size 37x368 [bgcolor=#FFA500] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,50) size 37x268 [bgcolor=#0000FF]
+                RenderBlock {DIV} at (0,0) size 37x56 [bgcolor=#FFFF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 36x56
</span><span class="cx">                     text run at (0,0) width 36: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,106) size 36x56 [bgcolor=#00FF00]
</del><ins>+                RenderBlock {DIV} at (0,106) size 37x56 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 33x56
</span><span class="cx">                     text run at (0,0) width 33: &quot;B&quot;
</span><del>-                RenderBlock {DIV} at (0,212) size 36x56 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,212) size 37x56 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 33x56
</span><span class="cx">                     text run at (0,0) width 33: &quot;C&quot;
</span><span class="cx">       RenderBlock {P} at (0,423) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline005expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,24 +6,24 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 504x17
</span><span class="cx">           text run at (0,0) width 504: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 78x374 [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 72x368
-          RenderTableRow {TR} at (0,0) size 72x368
-            RenderTableCell {TD} at (0,0) size 36x368 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 36x0
</del><ins>+      RenderTable {TABLE} at (0,33) size 79x374 [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 73x368
+          RenderTableRow {TR} at (0,0) size 73x368
+            RenderTableCell {TD} at (0,0) size 37x368 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 37x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 36x268
-              RenderBlock (anonymous) at (0,368) size 36x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 37x268
+              RenderBlock (anonymous) at (0,368) size 37x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (36,0) size 36x368 [bgcolor=#FFA500] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,50) size 36x268 [bgcolor=#0000FF]
-                RenderBlock {DIV} at (0,0) size 36x56 [bgcolor=#FFFF00]
</del><ins>+            RenderTableCell {TD} at (36,0) size 37x368 [bgcolor=#FFA500] [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,50) size 37x268 [bgcolor=#0000FF]
+                RenderBlock {DIV} at (0,0) size 37x56 [bgcolor=#FFFF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 36x56
</span><span class="cx">                     text run at (0,0) width 36: &quot;A&quot;
</span><del>-                RenderBlock {DIV} at (0,106) size 36x56 [bgcolor=#00FF00]
</del><ins>+                RenderBlock {DIV} at (0,106) size 37x56 [bgcolor=#00FF00]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 33x56
</span><span class="cx">                     text run at (0,0) width 33: &quot;B&quot;
</span><del>-                RenderBlock {DIV} at (0,212) size 36x56 [bgcolor=#00FFFF]
</del><ins>+                RenderBlock {DIV} at (0,212) size 37x56 [bgcolor=#00FFFF]
</ins><span class="cx">                   RenderText {#text} at (0,0) size 33x56
</span><span class="cx">                     text run at (0,0) width 33: &quot;C&quot;
</span><span class="cx">       RenderBlock {P} at (0,423) size 784x17
</span><span class="lines">@@ -35,73 +35,73 @@
</span><span class="cx">         RenderText {#text} at (308,0) size 4x17
</span><span class="cx">           text run at (308,0) width 4: &quot;.&quot;
</span><span class="cx"> layer at (11,102) size 36x268
</span><del>-  RenderBlock (relative positioned) {DIV} at (0,0) size 36x268 [bgcolor=#0000FF]
-    RenderBlock (anonymous) at (0,0) size 36x0
</del><ins>+  RenderBlock (relative positioned) {DIV} at (0,0) size 37x268 [bgcolor=#0000FF]
+    RenderBlock (anonymous) at (0,0) size 37x0
</ins><span class="cx">       RenderInline {SPAN} at (0,0) size 0x0
</span><del>-    RenderBlock (anonymous) at (0,0) size 36x56
-    RenderBlock (anonymous) at (0,106) size 36x0
</del><ins>+    RenderBlock (anonymous) at (0,0) size 37x56
+    RenderBlock (anonymous) at (0,106) size 37x0
</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,106) size 36x0
-    RenderBlock (anonymous) at (0,106) size 36x0
</del><ins>+    RenderBlock (anonymous) at (0,106) size 37x0
+    RenderBlock (anonymous) at (0,106) size 37x0
</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,106) size 36x0
-    RenderBlock (anonymous) at (0,106) size 36x0
</del><ins>+    RenderBlock (anonymous) at (0,106) size 37x0
+    RenderBlock (anonymous) at (0,106) size 37x0
</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,106) size 36x56
-    RenderBlock (anonymous) at (0,212) size 36x0
</del><ins>+    RenderBlock (anonymous) at (0,106) size 37x56
+    RenderBlock (anonymous) at (0,212) size 37x0
</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,212) size 36x56
-    RenderBlock (anonymous) at (0,318) size 36x0
</del><ins>+    RenderBlock (anonymous) at (0,212) size 37x56
+    RenderBlock (anonymous) at (0,318) size 37x0
</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"> layer at (11,102) size 36x56
</span><del>-  RenderBlock (relative positioned) {DIV} at (0,0) size 36x56 [bgcolor=#FF0000]
-    RenderBlock (anonymous) at (0,0) size 36x0
</del><ins>+  RenderBlock (relative positioned) {DIV} at (0,0) size 37x56 [bgcolor=#FF0000]
+    RenderBlock (anonymous) at (0,0) size 37x0
</ins><span class="cx">       RenderInline {SPAN} at (0,0) size 0x0
</span><del>-    RenderBlock (anonymous) at (0,0) size 36x56
-    RenderBlock (anonymous) at (0,106) size 36x0
</del><ins>+    RenderBlock (anonymous) at (0,0) size 37x56
+    RenderBlock (anonymous) at (0,106) size 37x0
</ins><span class="cx">       RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">         RenderInline {SPAN} at (0,0) size 0x0
</span><del>-    RenderBlock (anonymous) at (0,106) size 36x0
-    RenderBlock (anonymous) at (0,106) size 36x0
</del><ins>+    RenderBlock (anonymous) at (0,106) size 37x0
+    RenderBlock (anonymous) at (0,106) size 37x0
</ins><span class="cx">       RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">         RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx"> layer at (11,102) size 36x56
</span><del>-  RenderBlock (relative positioned) {DIV} at (0,0) size 36x56 [bgcolor=#FF0000]
-    RenderBlock (anonymous) at (0,0) size 36x0
</del><ins>+  RenderBlock (relative positioned) {DIV} at (0,0) size 37x56 [bgcolor=#FF0000]
+    RenderBlock (anonymous) at (0,0) size 37x0
</ins><span class="cx">       RenderInline {SPAN} at (0,0) size 0x0
</span><del>-    RenderBlock (anonymous) at (0,0) size 36x56
-    RenderBlock (anonymous) at (0,106) size 36x0
</del><ins>+    RenderBlock (anonymous) at (0,0) size 37x56
+    RenderBlock (anonymous) at (0,106) size 37x0
</ins><span class="cx">       RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx"> layer at (11,102) size 36x56
</span><del>-  RenderBlock (relative positioned) {DIV} at (0,0) size 36x56 [bgcolor=#FFFF00]
</del><ins>+  RenderBlock (relative positioned) {DIV} at (0,0) size 37x56 [bgcolor=#FFFF00]
</ins><span class="cx">     RenderText {#text} at (0,0) size 36x56
</span><span class="cx">       text run at (0,0) width 36: &quot;A&quot;
</span><span class="cx"> layer at (11,208) size 36x56
</span><del>-  RenderBlock (relative positioned) {DIV} at (0,0) size 36x56 [bgcolor=#FF0000]
-    RenderBlock (anonymous) at (0,0) size 36x0
</del><ins>+  RenderBlock (relative positioned) {DIV} at (0,0) size 37x56 [bgcolor=#FF0000]
+    RenderBlock (anonymous) at (0,0) size 37x0
</ins><span class="cx">       RenderInline {SPAN} at (0,0) size 0x0
</span><del>-    RenderBlock (anonymous) at (0,0) size 36x56
-    RenderBlock (anonymous) at (0,106) size 36x0
</del><ins>+    RenderBlock (anonymous) at (0,0) size 37x56
+    RenderBlock (anonymous) at (0,106) size 37x0
</ins><span class="cx">       RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx"> layer at (11,208) size 36x56
</span><del>-  RenderBlock (relative positioned) {DIV} at (0,0) size 36x56 [bgcolor=#00FF00]
-    RenderBlock (anonymous) at (0,0) size 36x0
</del><ins>+  RenderBlock (relative positioned) {DIV} at (0,0) size 37x56 [bgcolor=#00FF00]
+    RenderBlock (anonymous) at (0,0) size 37x0
</ins><span class="cx">       RenderInline {SPAN} at (0,0) size 0x0
</span><del>-    RenderBlock (anonymous) at (0,0) size 36x0
-    RenderBlock (anonymous) at (0,0) size 36x56
</del><ins>+    RenderBlock (anonymous) at (0,0) size 37x0
+    RenderBlock (anonymous) at (0,0) size 37x56
</ins><span class="cx">       RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 33x56
</span><span class="cx">         text run at (0,0) width 33: &quot;B&quot;
</span><span class="cx"> layer at (11,314) size 36x56
</span><del>-  RenderBlock (relative positioned) {DIV} at (0,0) size 36x56 [bgcolor=#00FFFF]
</del><ins>+  RenderBlock (relative positioned) {DIV} at (0,0) size 37x56 [bgcolor=#00FFFF]
</ins><span class="cx">     RenderText {#text} at (0,0) size 33x56
</span><span class="cx">       text run at (0,0) width 33: &quot;C&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline006expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/006-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/006-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/006-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -11,28 +11,28 @@
</span><span class="cx">       RenderBlock {P} at (0,33) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 504x17
</span><span class="cx">           text run at (0,0) width 504: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,66) 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
</del><ins>+      RenderTable {TABLE} at (0,66) 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
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 50x50
-                RenderBlock {DIV} at (0,0) size 50x50 [color=#FFFF00] [bgcolor=#FF0000]
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x50
+                RenderBlock {DIV} at (0,0) size 51x50 [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 50x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x0
</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 50x50
-                RenderBlock {DIV} at (0,0) size 50x50 [color=#00FF00] [bgcolor=#FF0000]
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x50
+                RenderBlock {DIV} at (0,0) size 51x50 [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 50x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 51x0
</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 50x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 51x250 [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="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline010expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/010-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/010-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/010-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,77 +6,77 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 579x17
</span><span class="cx">           text run at (0,0) width 579: &quot;The square should consist of exactly five equal bands, orange, lime, orange, yellow, orange.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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
</del><ins>+      RenderTable {TABLE} at (0,33) 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
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 50x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x0
</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 50x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 51x0
</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 50x250 [r=0 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 50x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x0
</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 50x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 51x0
</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 50x250 [r=0 c=2 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+            RenderTableCell {TD} at (100,0) size 51x250 [r=0 c=2 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 50x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 51x0
</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 50x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 51x0
</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 50x250 [r=0 c=3 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+            RenderTableCell {TD} at (150,0) size 51x250 [r=0 c=3 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 50x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,200) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,200) size 51x0
</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 50x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 51x0
</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 50x250 [r=0 c=4 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+            RenderTableCell {TD} at (200,0) size 51x250 [r=0 c=4 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 50x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,50) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x0
</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 50x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 51x0
</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,305) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/011-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/011-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/011-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,107 +6,107 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 579x17
</span><span class="cx">           text run at (0,0) width 579: &quot;The square should consist of exactly five equal bands, orange, lime, orange, yellow, orange.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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
</del><ins>+      RenderTable {TABLE} at (0,33) 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
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 50x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x0
</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 50x0
-                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,150) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x0
+                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,150) size 51x0
</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 50x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 51x0
</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 50x250 [r=0 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+            RenderTableCell {TD} at (50,0) size 51x250 [r=0 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 50x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x0
</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 50x0
-                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,150) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x0
+                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,150) size 51x0
</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 50x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 51x0
</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 50x250 [r=0 c=2 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+            RenderTableCell {TD} at (100,0) size 51x250 [r=0 c=2 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 50x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 51x0
</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 50x0
-                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,150) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x0
+                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,150) size 51x0
</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 50x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 51x0
</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 50x250 [r=0 c=3 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+            RenderTableCell {TD} at (150,0) size 51x250 [r=0 c=3 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 50x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,200) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,200) size 51x0
</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 50x0
-                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,200) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,200) size 51x0
+                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,200) size 51x0
</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 50x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 51x0
</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 50x250 [r=0 c=4 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+            RenderTableCell {TD} at (200,0) size 51x250 [r=0 c=4 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 50x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,50) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x0
</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 50x0
-                RenderBlock {DIV} at (0,0) size 50x0 [bgcolor=#FF0000]
-              RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 51x0
+                RenderBlock {DIV} at (0,0) size 51x0 [bgcolor=#FF0000]
+              RenderBlock (anonymous) at (0,100) size 51x0
</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 50x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 51x0
</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,305) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline012expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/012-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/012-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/012-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,24 +6,24 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 504x17
</span><span class="cx">           text run at (0,0) width 504: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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
</del><ins>+      RenderTable {TABLE} at (0,33) 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
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,50) size 50x50
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
</span><del>-              RenderBlock (anonymous) at (0,150) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x0
</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 50x50
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x50
</ins><span class="cx">                 RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
</span><del>-              RenderBlock (anonymous) at (0,250) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,250) size 51x0
</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 50x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 51x250 [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="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/015-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/015-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/015-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 504x17
</span><span class="cx">           text run at (0,0) width 504: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 106x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
-        RenderTableSection {TBODY} at (3,3) size 100x250
-          RenderTableRow {TR} at (0,0) size 100x250
</del><ins>+      RenderTable {TABLE} at (0,33) size 107x256 [bgcolor=#FF0000] [border: (3px solid #000000)]
+        RenderTableSection {TBODY} at (3,3) size 101x250
+          RenderTableRow {TR} at (0,0) size 101x250
</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 50x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 51x250 [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="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline016expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/016-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/016-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/016-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 504x17
</span><span class="cx">           text run at (0,0) width 504: &quot;The following two columns should be pixel perfect identical with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 50x250 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,0) size 51x250 [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="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline017expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/017-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/017-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/017-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,33 +6,33 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 618x17
</span><span class="cx">           text run at (0,0) width 618: &quot;The following square should contain exactly two bands, one yellow, one lime, with no red visible.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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
</del><ins>+      RenderTable {TABLE} at (0,33) 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
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 50x50
-                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FF0000]
-                  RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 51x50
+                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FF0000]
+                  RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 50x50
-                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
-                  RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 51x50
+                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FFFF00]
+                  RenderBlock (anonymous) at (0,100) size 51x0
</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 50x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x0
</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 50x50
-                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x50
+                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,100) size 51x0
</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 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]
</del><ins>+            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]
</ins><span class="cx">       RenderBlock {P} at (0,155) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 259x17
</span><span class="cx">           text run at (0,0) width 259: &quot;This test is meaningless if you don't pass &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline018expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/018-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/018-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/018-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -12,38 +12,38 @@
</span><span class="cx">             text run at (0,17) width 42: &quot;visible&quot;
</span><span class="cx">         RenderText {#text} at (42,17) size 4x17
</span><span class="cx">           text run at (42,17) width 4: &quot;.&quot;
</span><del>-      RenderTable {TABLE} at (0,50) 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
</del><ins>+      RenderTable {TABLE} at (0,50) 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
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 50x150
-                RenderBlock {DIV} at (0,0) size 50x150 [bgcolor=#FFA500]
-                  RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 51x150
+                RenderBlock {DIV} at (0,0) size 51x150 [bgcolor=#FFA500]
+                  RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 50x50
-                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FF0000]
-                      RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 51x50
+                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FF0000]
+                      RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                         RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                      RenderBlock (anonymous) at (0,0) size 50x50
-                        RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#FFFF00]
-                      RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+                      RenderBlock (anonymous) at (0,0) size 51x50
+                        RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#FFFF00]
+                      RenderBlock (anonymous) at (0,100) size 51x0
</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 50x0
</del><ins>+                  RenderBlock (anonymous) at (0,100) size 51x0
</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 50x50
-                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,150) size 50x0
</del><ins>+                  RenderBlock (anonymous) at (0,100) size 51x50
+                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,150) size 51x0
</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 50x0
</del><ins>+              RenderBlock (anonymous) at (0,150) size 51x0
</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 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]
</del><ins>+            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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline019expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/019-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/019-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/019-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,70 +6,70 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 230x17
</span><span class="cx">           text run at (0,0) width 230: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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
</del><ins>+      RenderTable {TABLE} at (0,33) 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
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 50x55
-                RenderBlock {DIV} at (0,0) size 50x55 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 51x55
+                RenderBlock {DIV} at (0,0) size 51x55 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 50x50
-                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 51x50
+                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 51x0
</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 50x0
</del><ins>+              RenderBlock (anonymous) at (0,55) size 51x0
</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 50x45
-                RenderBlock {DIV} at (0,0) size 50x45 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,55) size 51x45
+                RenderBlock {DIV} at (0,0) size 51x45 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,100) size 51x0
</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 50x100 [r=0 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+            RenderTableCell {TD} at (50,0) size 51x100 [r=0 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 50x50
-                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 51x50
+                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 50x50
-                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 51x50
+                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 51x0
</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 50x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x0
</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 50x50
-                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,50) size 51x50
+                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,100) size 51x0
</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 50x100 [r=0 c=2 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+            RenderTableCell {TD} at (100,0) size 51x100 [r=0 c=2 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 50x45
-                RenderBlock {DIV} at (0,0) size 50x45 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 51x45
+                RenderBlock {DIV} at (0,0) size 51x45 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 50x50
-                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 51x50
+                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 51x0
</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 50x0
</del><ins>+              RenderBlock (anonymous) at (0,45) size 51x0
</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 50x55
-                RenderBlock {DIV} at (0,0) size 50x55 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,45) size 51x55
+                RenderBlock {DIV} at (0,0) size 51x55 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,100) size 51x0
</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,155) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline020expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/020-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/020-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/020-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,70 +6,70 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 230x17
</span><span class="cx">           text run at (0,0) width 230: &quot;There should be no red on this page.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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
</del><ins>+      RenderTable {TABLE} at (0,33) 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
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 50x105
-                RenderBlock {DIV} at (0,0) size 50x105 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 51x105
+                RenderBlock {DIV} at (0,0) size 51x105 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 50x50
-                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 51x50
+                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 51x0
</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 50x0
</del><ins>+              RenderBlock (anonymous) at (0,105) size 51x0
</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 50x45
-                RenderBlock {DIV} at (0,0) size 50x45 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,150) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,105) size 51x45
+                RenderBlock {DIV} at (0,0) size 51x45 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,150) size 51x0
</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 50x150 [r=0 c=1 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+            RenderTableCell {TD} at (50,0) size 51x150 [r=0 c=1 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 50x100
-                RenderBlock {DIV} at (0,0) size 50x100 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 51x100
+                RenderBlock {DIV} at (0,0) size 51x100 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 50x50
-                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 51x50
+                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 51x0
</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 50x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 51x0
</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 50x50
-                RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,150) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,100) size 51x50
+                RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,150) size 51x0
</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 50x150 [r=0 c=2 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+            RenderTableCell {TD} at (100,0) size 51x150 [r=0 c=2 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (0,0) size 50x95
-                RenderBlock {DIV} at (0,0) size 50x95 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,0) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,0) size 51x95
+                RenderBlock {DIV} at (0,0) size 51x95 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,0) size 51x0
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><del>-                  RenderBlock (anonymous) at (0,0) size 50x50
-                    RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#00FF00]
-                  RenderBlock (anonymous) at (0,100) size 50x0
</del><ins>+                  RenderBlock (anonymous) at (0,0) size 51x50
+                    RenderBlock {DIV} at (0,0) size 51x50 [bgcolor=#00FF00]
+                  RenderBlock (anonymous) at (0,100) size 51x0
</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 50x0
</del><ins>+              RenderBlock (anonymous) at (0,95) size 51x0
</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 50x55
-                RenderBlock {DIV} at (0,0) size 50x55 [bgcolor=#00FF00]
-              RenderBlock (anonymous) at (0,150) size 50x0
</del><ins>+              RenderBlock (anonymous) at (0,95) size 51x55
+                RenderBlock {DIV} at (0,0) size 51x55 [bgcolor=#00FF00]
+              RenderBlock (anonymous) at (0,150) size 51x0
</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,205) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline021expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/021-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/021-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/021-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 295x17
</span><span class="cx">           text run at (0,0) width 295: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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
</del><ins>+      RenderTable {TABLE} at (0,33) 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
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (3,3) size 128x128
</del><ins>+              RenderBlock (anonymous) at (3,3) size 129x128
</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 128x0
</del><ins>+              RenderBlock (anonymous) at (3,131) size 129x0
</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 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]
</del><ins>+            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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline022expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/022-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/022-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/022-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,13 +6,13 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 295x17
</span><span class="cx">           text run at (0,0) width 295: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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
</del><ins>+      RenderTable {TABLE} at (0,33) 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
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 0x0
</span><del>-              RenderBlock (anonymous) at (3,3) size 128x128
</del><ins>+              RenderBlock (anonymous) at (3,3) size 129x128
</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 128x0
</del><ins>+              RenderBlock (anonymous) at (3,131) size 129x0
</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 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]
</del><ins>+            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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockmargincollapseblockinsideinline025expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 295x17
</span><span class="cx">           text run at (0,0) width 295: &quot;The following two squares should be identical.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) 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]
</del><ins>+      RenderTable {TABLE} at (0,33) 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]
</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 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]
</del><ins>+            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]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockpositioning053expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/positioning/053-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/positioning/053-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/block/positioning/053-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 770x82 [bgcolor=#000000]
</span><span class="cx"> layer at (8,8) size 770x82
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (0,0) size 770x82 [bgcolor=#FF0000]
</span><del>-    RenderTable {TABLE} at (0,0) size 96x65
-      RenderTableSection {TBODY} at (0,0) size 96x65
-        RenderTableRow {TR} at (0,2) size 96x19
-          RenderTableCell {TD} at (2,2) size 92x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTable {TABLE} at (0,0) size 97x65
+      RenderTableSection {TBODY} at (0,0) size 97x65
+        RenderTableRow {TR} at (0,2) size 97x19
+          RenderTableCell {TD} at (2,2) size 93x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 90x17
</span><span class="cx">               text run at (1,1) width 90: &quot;Some content.&quot;
</span><del>-        RenderTableRow {TR} at (0,23) size 96x19
-          RenderTableCell {TD} at (2,23) size 92x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+        RenderTableRow {TR} at (0,23) size 97x19
+          RenderTableCell {TD} at (2,23) size 93x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 86x17
</span><span class="cx">               text run at (1,1) width 86: &quot;more content.&quot;
</span><del>-        RenderTableRow {TR} at (0,44) size 96x19
-          RenderTableCell {TD} at (2,44) size 92x19 [r=2 c=0 rs=1 cs=1]
</del><ins>+        RenderTableRow {TR} at (0,44) size 97x19
+          RenderTableCell {TD} at (2,44) size 93x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 70x17
</span><span class="cx">               text run at (1,1) width 70: &quot;even more.&quot;
</span><span class="cx">     RenderBlock {DIV} at (0,65) size 770x17 [color=#FFFFFF] [bgcolor=#008000]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastbordersbidi009aexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/borders/bidi-009a-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/borders/bidi-009a-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/borders/bidi-009a-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -9,10 +9,10 @@
</span><span class="cx">           text run at (498,0) width 10 RTL: &quot;\x{5D0}&quot;
</span><span class="cx">           text run at (508,0) width 5: &quot;)&quot;
</span><span class="cx">       RenderBlock {DIV} at (32,49) size 720x80 [color=#FFFF00] [bgcolor=#000000]
</span><del>-        RenderTable at (24,24) size 261x32
-          RenderTableSection (anonymous) at (0,0) size 261x32
-            RenderTableRow {P} at (0,0) size 261x32
-              RenderTableCell (anonymous) at (0,0) size 261x32 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (24,24) size 262x32
+          RenderTableSection (anonymous) at (0,0) size 262x32
+            RenderTableRow {P} at (0,0) size 262x32
+              RenderTableCell (anonymous) at (0,0) size 262x32 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {SPAN} at (0,0) size 14x36
</span><span class="cx">                   RenderText {#text} at (0,-2) size 14x36
</span><span class="cx">                     text run at (0,-2) width 14: &quot;a&quot;
</span><span class="lines">@@ -53,10 +53,10 @@
</span><span class="cx">                   RenderText {#text} at (236,-2) size 25x36
</span><span class="cx">                     text run at (236,-2) width 25: &quot;m&quot;
</span><span class="cx">       RenderBlock {DIV} at (32,161) size 720x80 [color=#FFFF00] [bgcolor=#000000]
</span><del>-        RenderTable at (24,24) size 261x32
-          RenderTableSection (anonymous) at (0,0) size 261x32
-            RenderTableRow {P} at (0,0) size 261x32
-              RenderTableCell (anonymous) at (0,0) size 261x32 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (24,24) size 262x32
+          RenderTableSection (anonymous) at (0,0) size 262x32
+            RenderTableRow {P} at (0,0) size 262x32
+              RenderTableCell (anonymous) at (0,0) size 262x32 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,-2) size 236x36
</span><span class="cx">                   text run at (0,-2) width 14: &quot;a&quot;
</span><span class="cx">                   text run at (49,-2) width 0 LTR override: &quot;\x{202D}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastbordersborderantialiasingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/borders/border-antialiasing-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/borders/border-antialiasing-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/borders/border-antialiasing-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -5,98 +5,98 @@
</span><span class="cx">     RenderBody {BODY} at (8,20) size 784x422
</span><span class="cx"> layer at (18,20) size 764x422
</span><span class="cx">   RenderBlock {DIV} at (10,0) size 764x422
</span><del>-    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]
</del><ins>+    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]
</ins><span class="cx">     RenderBlock {DIV} at (10,269) size 744x153
</span><span class="cx">       RenderInline {SPAN} at (0,0) size 78x38
</span><span class="cx">         RenderText {#text} at (6,0) size 72x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastboxshadowbasicshadowsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/box-shadow/basic-shadows-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/box-shadow/basic-shadows-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/box-shadow/basic-shadows-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -19,56 +19,56 @@
</span><span class="cx">           text run at (10,10) width 29: &quot;50%&quot;
</span><span class="cx">           text run at (10,27) width 69: &quot;transparent&quot;
</span><span class="cx">           text run at (10,44) width 87: &quot;black shadow&quot;
</span><del>-      RenderTable {TABLE} at (0,270) size 184x255
-        RenderTableSection {TBODY} at (0,0) size 184x255
-          RenderTableRow {TR} at (0,10) size 184x39
-            RenderTableCell {TD} at (10,10) size 48x39 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,270) size 185x255
+        RenderTableSection {TBODY} at (0,0) size 185x255
+          RenderTableRow {TR} at (0,10) size 185x39
+            RenderTableCell {TD} at (10,10) size 49x39 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (68,10) size 48x39 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (68,10) size 49x39 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (126,10) size 48x39 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (126,10) size 49x39 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><del>-          RenderTableRow {TR} at (0,59) size 184x39
-            RenderTableCell {TD} at (10,59) size 48x39 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,59) size 185x39
+            RenderTableCell {TD} at (10,59) size 49x39 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (68,59) size 48x39 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (68,59) size 49x39 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (126,59) size 48x39 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (126,59) size 49x39 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><del>-          RenderTableRow {TR} at (0,108) size 184x39
-            RenderTableCell {TD} at (10,108) size 48x39 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 185x39
+            RenderTableCell {TD} at (10,108) size 49x39 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (68,108) size 48x39 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (68,108) size 49x39 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (126,108) size 48x39 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (126,108) size 49x39 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><del>-          RenderTableRow {TR} at (0,157) size 184x39
-            RenderTableCell {TD} at (10,157) size 48x39 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,157) size 185x39
+            RenderTableCell {TD} at (10,157) size 49x39 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (68,157) size 48x39 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (68,157) size 49x39 [border: (1px solid #000000)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (126,157) size 48x39 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (126,157) size 49x39 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><del>-          RenderTableRow {TR} at (0,206) size 184x39
-            RenderTableCell {TD} at (10,206) size 48x39 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,206) size 185x39
+            RenderTableCell {TD} at (10,206) size 49x39 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (68,206) size 48x39 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (68,206) size 49x39 [border: (1px solid #000000)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (126,206) size 48x39 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (126,206) size 49x39 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (11,11) size 26x17
</span><span class="cx">                 text run at (11,11) width 26: &quot;Cell&quot;
</span><span class="cx">       RenderBlock {P} at (0,541) size 769x34
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcss003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css/003-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css/003-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/css/003-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</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 734x357
-        RenderTableSection {TBODY} at (0,0) size 734x357
-          RenderTableRow {TR} at (0,2) size 734x353
-            RenderTableCell {TD} at (2,2) size 242x354 [r=0 c=0 rs=1 cs=1]
-              RenderBlock {H1} at (1,1) size 240x36
</del><ins>+      RenderTable {TABLE} at (0,0) size 735x358
+        RenderTableSection {TBODY} at (0,0) size 735x358
+          RenderTableRow {TR} at (0,2) size 735x354
+            RenderTableCell {TD} at (2,2) size 243x354 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {H1} at (1,1) size 241x36
</ins><span class="cx">                 RenderText {#text} at (0,0) size 177x36
</span><span class="cx">                   text run at (0,0) width 177: &quot;Blue-on-blue&quot;
</span><del>-              RenderBlock (anonymous) at (1,58) size 240x18
</del><ins>+              RenderBlock (anonymous) at (1,58) size 241x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 142x17
</span><span class="cx">                   text run at (0,0) width 142: &quot;Background color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,91) size 98x99 [color=#0000FF] [bgcolor=#0000FF] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (21,1) size 56x53
</span><span class="cx">                   text run at (21,1) width 56: &quot;Az&quot;
</span><del>-              RenderBlock (anonymous) at (1,205) size 240x18
</del><ins>+              RenderBlock (anonymous) at (1,205) size 241x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 93x17
</span><span class="cx">                   text run at (0,0) width 93: &quot;Text color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,238) size 98x99 [color=#0000FF] [bgcolor=#0000FF] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (21,1) size 56x53
</span><span class="cx">                   text run at (21,1) width 56: &quot;Az&quot;
</span><del>-            RenderTableCell {TD} at (246,2) size 242x354 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {H1} at (1,1) size 240x36
</del><ins>+            RenderTableCell {TD} at (246,2) size 243x354 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {H1} at (1,1) size 241x36
</ins><span class="cx">                 RenderText {#text} at (0,0) size 164x36
</span><span class="cx">                   text run at (0,0) width 164: &quot;Blue-on-red&quot;
</span><del>-              RenderBlock (anonymous) at (1,58) size 240x18
</del><ins>+              RenderBlock (anonymous) at (1,58) size 241x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 142x17
</span><span class="cx">                   text run at (0,0) width 142: &quot;Background color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,91) size 98x99 [color=#0000FF] [bgcolor=#FF0000] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (21,1) size 56x53
</span><span class="cx">                   text run at (21,1) width 56: &quot;Az&quot;
</span><del>-              RenderBlock (anonymous) at (1,205) size 240x18
</del><ins>+              RenderBlock (anonymous) at (1,205) size 241x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 93x17
</span><span class="cx">                   text run at (0,0) width 93: &quot;Text color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,238) size 98x99 [color=#0000FF] [bgcolor=#FF0000] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (21,1) size 56x53
</span><span class="cx">                   text run at (21,1) width 56: &quot;Az&quot;
</span><del>-            RenderTableCell {TD} at (490,2) size 242x354 [r=0 c=2 rs=1 cs=1]
-              RenderBlock {H1} at (1,1) size 240x36
</del><ins>+            RenderTableCell {TD} at (490,2) size 243x354 [r=0 c=2 rs=1 cs=1]
+              RenderBlock {H1} at (1,1) size 241x36
</ins><span class="cx">                 RenderText {#text} at (0,0) size 177x36
</span><span class="cx">                   text run at (0,0) width 177: &quot;Blue-on-blue&quot;
</span><del>-              RenderBlock (anonymous) at (1,58) size 240x18
</del><ins>+              RenderBlock (anonymous) at (1,58) size 241x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 142x17
</span><span class="cx">                   text run at (0,0) width 142: &quot;Background color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,91) size 98x99 [color=#0000FF] [bgcolor=#0000FF] [border: (1px solid #000000)]
</span><span class="cx">                 RenderText {#text} at (21,1) size 56x53
</span><span class="cx">                   text run at (21,1) width 56: &quot;Az&quot;
</span><del>-              RenderBlock (anonymous) at (1,205) size 240x18
</del><ins>+              RenderBlock (anonymous) at (1,205) size 241x18
</ins><span class="cx">                 RenderText {#text} at (0,0) size 93x17
</span><span class="cx">                   text run at (0,0) width 93: &quot;Text color first&quot;
</span><span class="cx">               RenderBlock {DIV} at (17,238) size 98x99 [color=#0000FF] [bgcolor=#0000FF] [border: (1px solid #000000)]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssabsolutepoitioninrtlparentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css/absolute-poition-in-rtl-parent-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css/absolute-poition-in-rtl-parent-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/css/absolute-poition-in-rtl-parent-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -22,13 +22,13 @@
</span><span class="cx">           text run at (0,34) width 247: &quot;padding on either side of the box stack.&quot;
</span><span class="cx"> layer at (8,142) size 240x340
</span><span class="cx">   RenderBlock (positioned) {DIV} at (8,142) size 240x340 [border: (20px solid #000000)]
</span><del>-    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]
</del><ins>+    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]
</ins><span class="cx"> layer at (28,262) size 100x100
</span><del>-  RenderBlock (positioned) {DIV} at (20,120) size 100x100 [bgcolor=#008000]
</del><ins>+  RenderBlock (positioned) {DIV} at (20,120) size 101x100 [bgcolor=#008000]
</ins><span class="cx"> layer at (28,362) size 100x100
</span><span class="cx">   RenderBlock (positioned) {DIV} at (20,220) size 100x100 [bgcolor=#808000]
</span><span class="cx"> layer at (300,142) size 340x240
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontentdetailssummarybeforeafterexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css-generated-content/details-summary-before-after-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/details-summary-before-after-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/details-summary-before-after-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -24,6 +24,7 @@
</span><span class="cx">               RenderText at (0,0) size 28x17
</span><span class="cx">                 text run at (0,0) width 28: &quot;after&quot;
</span><span class="cx">         RenderBlock (anonymous) at (1,73) size 782x17
</span><ins>+          RenderText {#text} at (0,0) size 0x0
</ins><span class="cx">           RenderText {#text} at (0,0) size 48x17
</span><span class="cx">             text run at (0,0) width 48: &quot;Details &quot;
</span><span class="cx">           RenderInline (generated) at (0,0) size 28x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontentfirstletterinnestedbeforeexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/css-generated-content/first-letter-in-nested-before-expected.txt (0 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/first-letter-in-nested-before-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/first-letter-in-nested-before-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {DIV} at (0,0) size 784x100 [color=#FF0000]
+        RenderText {#text} at (0,0) size 100x100
+          text run at (0,0) width 100: &quot;A&quot;
+      RenderBlock {DIV} at (0,0) size 784x100 [color=#008000]
+        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]
+                RenderInline (generated) at (0,0) size 100x100
+                  RenderText at (0,0) size 100x100
+                    text run at (0,0) width 100: &quot;A&quot;
+                RenderText at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontentfirstletterinnestedbeforetableexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt (0 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -0,0 +1,40 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x266
+  RenderBlock {HTML} at (0,0) size 800x266
+    RenderBody {BODY} at (8,8) size 784x250 [color=#0000FF]
+      RenderBlock {DIV} at (0,0) size 784x100
+        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]
+                RenderInline (generated) at (0,0) size 50x50 [color=#008000]
+                  RenderText at (0,0) size 50x50
+                    text run at (0,0) width 50: &quot;A&quot;
+                RenderText at (50,0) size 50x50
+                  text run at (50,0) width 50: &quot;B&quot;
+        RenderBlock (anonymous) at (0,50) size 784x50
+          RenderText {#text} at (0,0) size 50x50
+            text run at (0,0) width 50: &quot;C&quot;
+      RenderBlock {DIV} at (0,100) size 784x100
+        RenderBlock (anonymous) at (0,0) size 784x50
+          RenderInline (generated) at (0,0) size 50x50 [color=#008000]
+            RenderText {#text} at (0,0) size 50x50
+              text run at (0,0) width 50: &quot;D&quot;
+          RenderText {#text} at (0,0) size 0x0
+        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]
+                RenderText at (0,0) size 100x50
+                  text run at (0,0) width 100: &quot;EF&quot;
+      RenderBlock {DIV} at (0,200) size 784x50
+        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]
+                RenderInline (generated) at (0,0) size 50x50 [color=#008000]
+                  RenderText at (0,0) size 50x50
+                    text run at (0,0) width 50: &quot;E&quot;
+                RenderText at (50,0) size 50x50
+                  text run at (50,0) width 50: &quot;F&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontentinlinedisplaytypesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css-generated-content/inline-display-types-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/inline-display-types-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/inline-display-types-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -19,14 +19,14 @@
</span><span class="cx">         RenderText {#text} at (31,0) size 46x17
</span><span class="cx">           text run at (31,0) width 46: &quot;content&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,91) size 784x18
</span><del>-        RenderTable at (0,0) size 31x17
-          RenderTableSection (anonymous) at (0,0) size 31x17
-            RenderTableRow (anonymous) at (0,0) size 31x17
-              RenderTableCell (anonymous) at (0,0) size 31x17 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 32x17
+          RenderTableSection (anonymous) at (0,0) size 32x17
+            RenderTableRow (anonymous) at (0,0) size 32x17
+              RenderTableCell (anonymous) at (0,0) size 32x17 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 31x17
</span><span class="cx">                   text run at (0,0) width 31: &quot;Test:&quot;
</span><del>-        RenderText {#text} at (31,0) size 46x17
-          text run at (31,0) width 46: &quot;content&quot;
</del><ins>+        RenderText {#text} at (31,0) size 47x17
+          text run at (31,0) width 47: &quot;content&quot;
</ins><span class="cx">       RenderBlock {H1} at (0,129) size 784x37
</span><span class="cx">         RenderText {#text} at (0,0) size 92x36
</span><span class="cx">           text run at (0,0) width 92: &quot;Inlines&quot;
</span><span class="lines">@@ -45,13 +45,13 @@
</span><span class="cx">           RenderText {#text} at (31,17) size 46x17
</span><span class="cx">             text run at (31,17) width 46: &quot;content&quot;
</span><span class="cx">         RenderBR {BR} at (77,31) size 0x0
</span><del>-        RenderInline {SPAN} at (0,0) size 77x17
-          RenderTable at (0,34) size 31x17
-            RenderTableSection (anonymous) at (0,0) size 31x17
-              RenderTableRow (anonymous) at (0,0) size 31x17
-                RenderTableCell (anonymous) at (0,0) size 31x17 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderInline {SPAN} at (0,0) size 78x17
+          RenderTable at (0,34) size 32x17
+            RenderTableSection (anonymous) at (0,0) size 32x17
+              RenderTableRow (anonymous) at (0,0) size 32x17
+                RenderTableCell (anonymous) at (0,0) size 32x17 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                   RenderText at (0,0) size 31x17
</span><span class="cx">                     text run at (0,0) width 31: &quot;Test:&quot;
</span><del>-          RenderText {#text} at (31,34) size 46x17
-            text run at (31,34) width 46: &quot;content&quot;
-        RenderBR {BR} at (77,48) size 0x0
</del><ins>+          RenderText {#text} at (31,34) size 47x17
+            text run at (31,34) width 47: &quot;content&quot;
+        RenderBR {BR} at (77,48) size 1x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontentnestedtableswithbeforeaftercontentcrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</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 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]
</del><ins>+      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]
</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 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]
</del><ins>+              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]
</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="trunkLayoutTestsplatformgtkfastcssgeneratedcontenttablebeforeafterchildaddexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 369x17
</span><span class="cx">           text run at (0,0) width 369: &quot;Should say \x{201C}BEFORE CONTENT AFTER CONTENT\x{201D}&quot;
</span><del>-      RenderTable {DIV} at (0,33) size 77x51
-        RenderTableSection (anonymous) at (0,0) size 77x51
-          RenderTableRow (anonymous) at (0,0) size 77x51
-            RenderTableCell (anonymous) at (0,0) size 77x51 [r=0 c=0 rs=1 cs=1]
-              RenderBlock (anonymous) at (0,0) size 77x17
</del><ins>+      RenderTable {DIV} at (0,33) size 78x51
+        RenderTableSection (anonymous) at (0,0) size 78x51
+          RenderTableRow (anonymous) at (0,0) size 78x51
+            RenderTableCell (anonymous) at (0,0) size 78x51 [r=0 c=0 rs=1 cs=1]
+              RenderBlock (anonymous) at (0,0) size 78x17
</ins><span class="cx">                 RenderInline (generated) at (0,0) size 63x17
</span><span class="cx">                   RenderText at (0,0) size 63x17
</span><span class="cx">                     text run at (0,0) width 63: &quot;BEFORE&quot;
</span><del>-              RenderBlock {DIV} at (0,17) size 77x17
</del><ins>+              RenderBlock {DIV} at (0,17) size 78x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 77x17
</span><span class="cx">                   text run at (0,0) width 77: &quot;CONTENT&quot;
</span><del>-              RenderBlock (anonymous) at (0,34) size 77x17
</del><ins>+              RenderBlock (anonymous) at (0,34) size 78x17
</ins><span class="cx">                 RenderInline (generated) at (0,0) size 52x17
</span><span class="cx">                   RenderText at (0,0) size 52x17
</span><span class="cx">                     text run at (0,0) width 52: &quot;AFTER&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontenttablecellbeforeafterchildaddexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,17 +6,17 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 369x17
</span><span class="cx">           text run at (0,0) width 369: &quot;Should say \x{201C}BEFORE CONTENT AFTER CONTENT\x{201D}&quot;
</span><del>-      RenderTable {DIV} at (0,33) size 192x17
-        RenderTableSection (anonymous) at (0,0) size 192x17
-          RenderTableRow (anonymous) at (0,0) size 192x17
-            RenderTableCell (anonymous) at (0,0) size 63x17 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,33) size 193x17
+        RenderTableSection (anonymous) at (0,0) size 193x17
+          RenderTableRow (anonymous) at (0,0) size 193x17
+            RenderTableCell (anonymous) at (0,0) size 64x17 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText at (0,0) size 63x17
</span><span class="cx">                 text run at (0,0) width 63: &quot;BEFORE&quot;
</span><del>-            RenderTableCell (anonymous) at (63,0) size 77x17 [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 77x17
</del><ins>+            RenderTableCell (anonymous) at (63,0) size 78x17 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 78x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 77x17
</span><span class="cx">                   text run at (0,0) width 77: &quot;CONTENT&quot;
</span><del>-            RenderTableCell (anonymous) at (140,0) size 52x17 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell (anonymous) at (140,0) size 53x17 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText at (0,0) size 52x17
</span><span class="cx">                 text run at (0,0) width 52: &quot;AFTER&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,50) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontenttablecellbeforecontentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-cell-before-content-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-cell-before-content-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-cell-before-content-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -4,15 +4,15 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x33
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x17 [color=#0000FF]
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 784x17
</span><del>-        RenderTable at (0,0) size 282x17
-          RenderTableSection (anonymous) at (0,0) size 282x17
-            RenderTableRow (anonymous) at (0,0) size 282x17
-              RenderTableCell (anonymous) at (0,0) size 203x17 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable at (0,0) size 283x17
+          RenderTableSection (anonymous) at (0,0) size 283x17
+            RenderTableRow (anonymous) at (0,0) size 283x17
+              RenderTableCell (anonymous) at (0,0) size 204x17 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 203x17
</span><span class="cx">                   text run at (0,0) width 203: &quot;You should just see a single line&quot;
</span><del>-              RenderTableCell {DIV} at (203,0) size 4x17 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {DIV} at (203,0) size 5x17 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (0,0) size 4x17
</span><span class="cx">                   text run at (0,0) width 4: &quot; &quot;
</span><del>-              RenderTableCell (anonymous) at (207,0) size 75x17 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell (anonymous) at (207,0) size 76x17 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText at (0,0) size 75x17
</span><span class="cx">                   text run at (0,0) width 75: &quot;of blue text.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontenttablepartsbeforeandafterexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-parts-before-and-after-expected.txt (0 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-parts-before-and-after-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-parts-before-and-after-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -0,0 +1,101 @@
</span><ins>+layer at (0,0) size 785x736
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x736
+  RenderBlock {HTML} at (0,0) size 785x736
+    RenderBody {BODY} at (8,8) size 769x720
+      RenderBlock {DIV} at (0,0) size 769x120
+        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]
+                RenderText at (0,0) size 40x40
+                  text run at (0,0) width 40: &quot;1&quot;
+        RenderBlock (anonymous) at (0,40) size 769x40
+          RenderText {#text} at (0,0) size 80x40
+            text run at (0,0) width 80: &quot;22&quot;
+        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]
+                RenderText at (0,0) size 120x40
+                  text run at (0,0) width 120: &quot;333&quot;
+      RenderBlock {DIV} at (0,120) size 769x120 [color=#0000FF]
+        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]
+                RenderText at (0,0) size 40x40
+                  text run at (0,0) width 40: &quot;1&quot;
+        RenderBlock (anonymous) at (0,40) size 769x40
+          RenderText {#text} at (0,0) size 80x40
+            text run at (0,0) width 80: &quot;22&quot;
+        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]
+                RenderText at (0,0) size 120x40
+                  text run at (0,0) width 120: &quot;333&quot;
+      RenderBlock {DIV} at (0,240) size 769x120
+        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]
+                RenderText at (0,0) size 40x40
+                  text run at (0,0) width 40: &quot;1&quot;
+        RenderBlock (anonymous) at (0,40) size 769x40
+          RenderText {#text} at (0,0) size 80x40
+            text run at (0,0) width 80: &quot;22&quot;
+        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]
+                RenderText at (0,0) size 120x40
+                  text run at (0,0) width 120: &quot;333&quot;
+      RenderBlock {DIV} at (0,360) size 769x120 [color=#0000FF]
+        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]
+                RenderText at (0,0) size 40x40
+                  text run at (0,0) width 40: &quot;1&quot;
+        RenderBlock (anonymous) at (0,40) size 769x40
+          RenderText {#text} at (0,0) size 80x40
+            text run at (0,0) width 80: &quot;22&quot;
+        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]
+                RenderText at (0,0) size 120x40
+                  text run at (0,0) width 120: &quot;333&quot;
+      RenderBlock {DIV} at (0,480) size 769x120
+        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]
+                RenderText at (0,0) size 40x40
+                  text run at (0,0) width 40: &quot;1&quot;
+        RenderBlock (anonymous) at (0,40) size 769x40
+          RenderText {#text} at (0,0) size 80x40
+            text run at (0,0) width 80: &quot;22&quot;
+        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]
+                RenderText at (0,0) size 120x40
+                  text run at (0,0) width 120: &quot;333&quot;
+      RenderBlock {DIV} at (0,600) size 769x120 [color=#0000FF]
+        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]
+                RenderText at (0,0) size 40x40
+                  text run at (0,0) width 40: &quot;1&quot;
+        RenderBlock (anonymous) at (0,40) size 769x40
+          RenderText {#text} at (0,0) size 80x40
+            text run at (0,0) width 80: &quot;22&quot;
+        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]
+                RenderText at (0,0) size 120x40
+                  text run at (0,0) width 120: &quot;333&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontenttablerowbeforeafterchildaddexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,19 +6,19 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 369x17
</span><span class="cx">           text run at (0,0) width 369: &quot;Should say \x{201C}BEFORE CONTENT AFTER CONTENT\x{201D}&quot;
</span><del>-      RenderTable {DIV} at (0,33) size 77x51
-        RenderTableSection (anonymous) at (0,0) size 77x51
-          RenderTableRow (anonymous) at (0,0) size 77x17
-            RenderTableCell (anonymous) at (0,0) size 77x17 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,33) size 78x51
+        RenderTableSection (anonymous) at (0,0) size 78x51
+          RenderTableRow (anonymous) at (0,0) size 78x17
+            RenderTableCell (anonymous) at (0,0) size 78x17 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText at (0,0) size 63x17
</span><span class="cx">                 text run at (0,0) width 63: &quot;BEFORE&quot;
</span><del>-          RenderTableRow (anonymous) at (0,17) size 77x17
-            RenderTableCell (anonymous) at (0,17) size 77x17 [r=1 c=0 rs=1 cs=1]
-              RenderBlock {DIV} at (0,0) size 77x17
</del><ins>+          RenderTableRow (anonymous) at (0,17) size 78x17
+            RenderTableCell (anonymous) at (0,17) size 78x17 [r=1 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (0,0) size 78x17
</ins><span class="cx">                 RenderText {#text} at (0,0) size 77x17
</span><span class="cx">                   text run at (0,0) width 77: &quot;CONTENT&quot;
</span><del>-          RenderTableRow (anonymous) at (0,34) size 77x17
-            RenderTableCell (anonymous) at (0,34) size 77x17 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow (anonymous) at (0,34) size 78x17
+            RenderTableCell (anonymous) at (0,34) size 78x17 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText at (0,0) size 52x17
</span><span class="cx">                 text run at (0,0) width 52: &quot;AFTER&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,84) size 784x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontenttablerowbeforeafterexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-row-before-after-expected.txt (191662 => 191663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-row-before-after-expected.txt        2015-10-28 08:41:46 UTC (rev 191662)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/table-row-before-after-expected.txt        2015-10-28 10:12:00 UTC (rev 191663)
</span><span class="lines">@@ -6,31 +6,31 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 469x17
</span><span class="cx">           text run at (0,0) width 469: &quot;There word PASS should appear twice below, and there should be no red.&quot;
</span><del>-      RenderTable {DIV} at (0,33) size 63x46 [color=#008000] [bgcolor=#FF0000]
-        RenderTableSection (anonymous) at (0,0) size 63x46
-          RenderTableRow {DIV} at (0,0) size 63x23
-            RenderTableCell {DIV} at (0,0) size 15x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {DIV} at (0,33) size 64x46 [color=#008000] [bgcolor=#FF0000]
+        RenderTableSection (anonymous) at (0,0) size 64x46
+          RenderTableRow {DIV} at (0,0) size 64x23
+            RenderTableCell {DIV} at (0,0) size 16x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 9x17
</span><span class="cx">                 text run at (3,3) width 9: &quot;P&quot;
</span><del>-            RenderTableCell {DIV} at (15,0) size 18x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {DIV} at (15,0) size 19x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 12x17
</span><span class="cx">                 text run at (3,3) width 12: &quot;A&quot;
</span><del>-            RenderTableCell {DIV} at (33,0) size 15x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {DIV} at (33,0) size 16x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 9x17
</span><span class="cx">                 text run at (3,3) width 9: &quot;S&quot;
</span><del>-            RenderTableCell {DIV} at (48,0) size 15x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {DIV} at (48,0) size 16x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 9x17
</span><span class="cx">                 text run at (3,3) width 9: &quot;S&quot;
</span><del>-          RenderTableRow {DIV} at (0,23) size 63x23
-            RenderTableCell (anonymous) at (0,23) size 15x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {DIV} at (0,23) size 64x23
+            RenderTableCell (anonymous) at (0,23) size 16x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText at (3,3) size 9x17
</span><span class="cx">                 text run at (3,3) width 9: &quot;P&quot;
</span><del>-            RenderTableCell {DIV} at (15,23) size 18x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {DIV} at (15,23) size 19x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 12x17
</span><span class="cx">                 text run at (3,3) width 12: &quot;A&quot;
</span><del>-            RenderTableCell {DIV} at (33,23) size 15x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {DIV} at (33,23) size 16x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (3,3) size 9x17
</span><span class="cx">                 text run at (3,3) width 9: &quot;S&quot;
</span><del>-            RenderTableCell (anonymous) at (48,23) size 15x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell (anonymous) at (48,23) size 16x23 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText at (3,3) size 9x17
</span><span class="cx">                 text run at (3,3) width 9: &quot;S&quot;
</span></span></pre>
</div>
</div>

</body>
</html>