<!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>[180107] 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/180107">180107</a></dd>
<dt>Author</dt> <dd>mmaxfield@apple.com</dd>
<dt>Date</dt> <dd>2015-02-14 08:01:43 -0800 (Sat, 14 Feb 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Mac] Cleanup after <a href="http://trac.webkit.org/projects/webkit/changeset/177774">r177774</a>
https://bugs.webkit.org/show_bug.cgi?id=141590

Patch by Myles C. Maxfield &lt;mmaxfield@apple.com&gt; on 2015-02-14
Reviewed by Zalan Bujtas.

Test expected results simply need to be updated.

* platform/mac/TestExpectations:
* platform/mac/accessibility/content-editable-as-textarea-expected.txt:
* platform/mac/accessibility/press-targets-center-point-expected.txt: Added.
* platform/mac/accessibility/table-attributes-expected.txt:
* platform/mac/accessibility/table-cell-spans-expected.txt:
* platform/mac/accessibility/table-detection-expected.txt:
* platform/mac/accessibility/table-one-cell-expected.txt:
* platform/mac/accessibility/table-sections-expected.txt:
* platform/mac/accessibility/table-with-rules-expected.txt:
* platform/mac/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Added.
* platform/mac/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
* platform/mac/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
* platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt:
* platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt:
* platform/mac/css1/box_properties/acid_test-expected.txt:
* platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
* platform/mac/editing/selection/5057506-2-expected.txt:
* platform/mac/editing/selection/5057506-expected.txt:
* platform/mac/editing/selection/5825350-2-expected.txt:
* platform/mac/editing/selection/mixed-editability-10-expected.txt:
* platform/mac/fast/block/basic/011-expected.txt:
* platform/mac/fast/block/basic/minheight-expected.txt:
* platform/mac/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt: Added.
* platform/mac/fast/css/002-expected.txt:
* platform/mac/fast/forms/basic-textareas-expected.txt:
* platform/mac/fast/frames/frame-scrolling-attribute-expected.txt:
* platform/mac/fast/invalid/008-expected.txt:
* platform/mac/fast/overflow/003-expected.txt:
* platform/mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
* platform/mac/fast/repaint/selection-rl-expected.txt:
* platform/mac/fast/repaint/selection-ruby-rl-expected.txt: Added.
* platform/mac/fast/sub-pixel/inline-block-with-padding-expected.txt: Added.
* platform/mac/fast/table/col-and-colgroup-offsets-expected.txt: Added.
* platform/mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt:
* platform/mac/fast/text/basic/generic-family-reset-expected.txt:
* platform/mac/fast/text/international/vertical-text-metrics-test-expected.txt:
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/js/dom/dom-static-property-for-in-iteration-expected.txt: Added.
* platform/mac/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt: Added.
* platform/mac/platform/mac/accessibility/aria-columnrowheaders-expected.txt: Copied from LayoutTests/platform/mac/accessibility/table-cell-spans-expected.txt.
* platform/mac/platform/mac/accessibility/bounds-for-range-expected.txt: Added.
* platform/mac/platform/mac/accessibility/document-links-expected.txt: Added.
* platform/mac/platform/mac/accessibility/internal-link-anchors-expected.txt: Added.
* platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
* platform/mac/svg/batik/text/textEffect2-expected.txt:
* platform/mac/svg/batik/text/textEffect3-expected.txt:
* platform/mac/svg/batik/text/textProperties-expected.txt:
* platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
* platform/mac/svg/custom/text-filter-expected.txt:
* platform/mac/svg/filters/feColorMatrix-values-expected.txt: Added.
* platform/mac/svg/filters/filter-on-filter-for-text-expected.txt:
* platform/mac/svg/filters/filter-on-tspan-expected.txt:
* platform/mac/svg/filters/sourceAlpha-expected.txt:
* platform/mac/svg/repaint/text-mask-update-expected.txt: Added.
* platform/mac/tables/mozilla/bugs/bug131020-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsaccessibilitypresstargetscenterpointexpectedtxt">trunk/LayoutTests/accessibility/press-targets-center-point-expected.txt</a></li>
<li><a href="#trunkLayoutTestscompositinggeometrylimitlayerboundsoverflowrootexpectedtxt">trunk/LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt</a></li>
<li><a href="#trunkLayoutTestscompositinglayercreationfixedpositionoutofviewscaledexpectedtxt">trunk/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt</a></li>
<li><a href="#trunkLayoutTestscompositinglayercreationfixedpositionoutofviewscaledscrollexpectedtxt">trunk/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssgridlayoutgriditemorderincontentsizedcolumnsresolutionexpectedtxt">trunk/LayoutTests/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintselectionrubyrlexpectedtxt">trunk/LayoutTests/fast/repaint/selection-ruby-rl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastsubpixelinlineblockwithpaddingexpectedtxt">trunk/LayoutTests/fast/sub-pixel/inline-block-with-padding-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasttablecolandcolgroupoffsetsexpectedtxt">trunk/LayoutTests/fast/table/col-and-colgroup-offsets-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsdomdomstaticpropertyforiniterationexpectedtxt">trunk/LayoutTests/js/dom/dom-static-property-for-in-iteration-expected.txt</a></li>
<li><a href="#trunkLayoutTestsmediatracktrackcuerenderingsnaptolinesnotsetexpectedtxt">trunk/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacTestExpectations">trunk/LayoutTests/platform/mac/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilityariacolumnrowheadersexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/aria-columnrowheaders-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilityboundsforrangeexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/bounds-for-range-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilitycontenteditableastextareaexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/content-editable-as-textarea-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilitydocumentlinksexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/document-links-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilityinternallinkanchorsexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/internal-link-anchors-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilitytableattributesexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/table-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilitytablecellspansexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/table-cell-spans-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilitytabledetectionexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilitytableonecellexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/table-one-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilitytablesectionsexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/table-sections-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilitytablewithrulesexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/table-with-rules-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccompositingoverflowclippingbehaviourchangeisnotpropagatedtodescendantsexpectedtxt">trunk/LayoutTests/platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccompositingoverflowclippingbehaviourchangeisnotpropagatedtodescendants2expectedtxt">trunk/LayoutTests/platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss1box_propertiesacid_testexpectedtxt">trunk/LayoutTests/platform/mac/css1/box_properties/acid_test-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccss21t09c5526cdisplay00eexpectedtxt">trunk/LayoutTests/platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection50575062expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/5057506-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection5057506expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/5057506-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselection58253502expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/5825350-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingselectionmixededitability10expectedtxt">trunk/LayoutTests/platform/mac/editing/selection/mixed-editability-10-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockbasic011expectedtxt">trunk/LayoutTests/platform/mac/fast/block/basic/011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastblockbasicminheightexpectedtxt">trunk/LayoutTests/platform/mac/fast/block/basic/minheight-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcss002expectedtxt">trunk/LayoutTests/platform/mac/fast/css/002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsbasictextareasexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastframesframescrollingattributeexpectedtxt">trunk/LayoutTests/platform/mac/fast/frames/frame-scrolling-attribute-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastinvalid008expectedtxt">trunk/LayoutTests/platform/mac/fast/invalid/008-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastoverflow003expectedtxt">trunk/LayoutTests/platform/mac/fast/overflow/003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintfixedmoveafterkeyboardscrollexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintlineflowwithfloats9expectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintselectionrlexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/selection-rl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextatsuipointtooffsetcallscgexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextbasicgenericfamilyresetexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextinternationalverticaltextmetricstestexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/international/vertical-text-metrics-test-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmachttptestsnavigationjavascriptlinkframesexpectedtxt">trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacscrollbarsoverflowscrollbarcombinationsexpectedtxt">trunk/LayoutTests/platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgW3CSVG11maskingpath04bexpectedtxt">trunk/LayoutTests/platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgbatiktexttextEffect2expectedtxt">trunk/LayoutTests/platform/mac/svg/batik/text/textEffect2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgbatiktexttextEffect3expectedtxt">trunk/LayoutTests/platform/mac/svg/batik/text/textEffect3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgbatiktexttextPropertiesexpectedtxt">trunk/LayoutTests/platform/mac/svg/batik/text/textProperties-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomsvgfontsinhtmlexpectedtxt">trunk/LayoutTests/platform/mac/svg/custom/svg-fonts-in-html-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomtextfilterexpectedtxt">trunk/LayoutTests/platform/mac/svg/custom/text-filter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgfiltersfilteronfilterfortextexpectedtxt">trunk/LayoutTests/platform/mac/svg/filters/filter-on-filter-for-text-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgfiltersfilterontspanexpectedtxt">trunk/LayoutTests/platform/mac/svg/filters/filter-on-tspan-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgfilterssourceAlphaexpectedtxt">trunk/LayoutTests/platform/mac/svg/filters/sourceAlpha-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug131020expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug131020-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgfiltersfeColorMatrixvaluesexpectedtxt">trunk/LayoutTests/svg/filters/feColorMatrix-values-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgrepainttextmaskupdateexpectedtxt">trunk/LayoutTests/svg/repaint/text-mask-update-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/ChangeLog        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -1,3 +1,70 @@
</span><ins>+2015-02-14  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
+
+        [Mac] Cleanup after r177774
+        https://bugs.webkit.org/show_bug.cgi?id=141590
+
+        Reviewed by Zalan Bujtas.
+
+        Test expected results simply need to be updated.
+
+        * platform/mac/TestExpectations:
+        * platform/mac/accessibility/content-editable-as-textarea-expected.txt:
+        * platform/mac/accessibility/press-targets-center-point-expected.txt: Added.
+        * platform/mac/accessibility/table-attributes-expected.txt:
+        * platform/mac/accessibility/table-cell-spans-expected.txt:
+        * platform/mac/accessibility/table-detection-expected.txt:
+        * platform/mac/accessibility/table-one-cell-expected.txt:
+        * platform/mac/accessibility/table-sections-expected.txt:
+        * platform/mac/accessibility/table-with-rules-expected.txt:
+        * platform/mac/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Added.
+        * platform/mac/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
+        * platform/mac/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
+        * platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt:
+        * platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt:
+        * platform/mac/css1/box_properties/acid_test-expected.txt:
+        * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
+        * platform/mac/editing/selection/5057506-2-expected.txt:
+        * platform/mac/editing/selection/5057506-expected.txt:
+        * platform/mac/editing/selection/5825350-2-expected.txt:
+        * platform/mac/editing/selection/mixed-editability-10-expected.txt:
+        * platform/mac/fast/block/basic/011-expected.txt:
+        * platform/mac/fast/block/basic/minheight-expected.txt:
+        * platform/mac/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt: Added.
+        * platform/mac/fast/css/002-expected.txt:
+        * platform/mac/fast/forms/basic-textareas-expected.txt:
+        * platform/mac/fast/frames/frame-scrolling-attribute-expected.txt:
+        * platform/mac/fast/invalid/008-expected.txt:
+        * platform/mac/fast/overflow/003-expected.txt:
+        * platform/mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
+        * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
+        * platform/mac/fast/repaint/selection-rl-expected.txt:
+        * platform/mac/fast/repaint/selection-ruby-rl-expected.txt: Added.
+        * platform/mac/fast/sub-pixel/inline-block-with-padding-expected.txt: Added.
+        * platform/mac/fast/table/col-and-colgroup-offsets-expected.txt: Added.
+        * platform/mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt:
+        * platform/mac/fast/text/basic/generic-family-reset-expected.txt:
+        * platform/mac/fast/text/international/vertical-text-metrics-test-expected.txt:
+        * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
+        * platform/mac/js/dom/dom-static-property-for-in-iteration-expected.txt: Added.
+        * platform/mac/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt: Added.
+        * platform/mac/platform/mac/accessibility/aria-columnrowheaders-expected.txt: Copied from LayoutTests/platform/mac/accessibility/table-cell-spans-expected.txt.
+        * platform/mac/platform/mac/accessibility/bounds-for-range-expected.txt: Added.
+        * platform/mac/platform/mac/accessibility/document-links-expected.txt: Added.
+        * platform/mac/platform/mac/accessibility/internal-link-anchors-expected.txt: Added.
+        * platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt:
+        * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
+        * platform/mac/svg/batik/text/textEffect2-expected.txt:
+        * platform/mac/svg/batik/text/textEffect3-expected.txt:
+        * platform/mac/svg/batik/text/textProperties-expected.txt:
+        * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
+        * platform/mac/svg/custom/text-filter-expected.txt:
+        * platform/mac/svg/filters/feColorMatrix-values-expected.txt: Added.
+        * platform/mac/svg/filters/filter-on-filter-for-text-expected.txt:
+        * platform/mac/svg/filters/filter-on-tspan-expected.txt:
+        * platform/mac/svg/filters/sourceAlpha-expected.txt:
+        * platform/mac/svg/repaint/text-mask-update-expected.txt: Added.
+        * platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
+
</ins><span class="cx"> 2015-02-13  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         http/tests/xmlhttprequest/event-listener-gc.html is flaky
</span></span></pre></div>
<a id="trunkLayoutTestsaccessibilitypresstargetscenterpointexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/accessibility/press-targets-center-point-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/accessibility/press-targets-center-point-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/accessibility/press-targets-center-point-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -7,12 +7,12 @@
</span><span class="cx"> Expected: (289, 266)
</span><span class="cx"> 
</span><span class="cx"> vertical left-to-right writing mode target
</span><del>-Actual: (18, 309)
-Expected: (18, 309)
</del><ins>+Actual: (18, 313)
+Expected: (18, 313)
</ins><span class="cx"> 
</span><span class="cx"> right-to-left direction target
</span><del>-Actual: (129, 512)
-Expected: (129, 512)
</del><ins>+Actual: (129, 520)
+Expected: (129, 521)
</ins><span class="cx"> 
</span><span class="cx"> This tests that press targets the receiving elements center point.
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestscompositinggeometrylimitlayerboundsoverflowrootexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx">         )
</span><span class="cx">         (GraphicsLayer
</span><span class="cx">           (position 0.00 13.00)
</span><del>-          (bounds 216.00 15.00)
</del><ins>+          (bounds 211.00 15.00)
</ins><span class="cx">           (drawsContent 1)
</span><span class="cx">         )
</span><span class="cx">       )
</span></span></pre></div>
<a id="trunkLayoutTestscompositinglayercreationfixedpositionoutofviewscaledexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -47,11 +47,11 @@
</span><span class="cx"> Scale=1.5:
</span><span class="cx"> (GraphicsLayer
</span><span class="cx">   (anchor 0.00 0.00)
</span><del>-  (bounds 1272.00 1524.00)
</del><ins>+  (bounds 1240.00 1524.00)
</ins><span class="cx">   (children 1
</span><span class="cx">     (GraphicsLayer
</span><span class="cx">       (anchor 0.00 0.00)
</span><del>-      (bounds 848.00 1016.00)
</del><ins>+      (bounds 827.00 1016.00)
</ins><span class="cx">       (contentsOpaque 1)
</span><span class="cx">       (transform [1.50 0.00 0.00 0.00] [0.00 1.50 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 0.00 1.00])
</span><span class="cx">       (children 2
</span></span></pre></div>
<a id="trunkLayoutTestscompositinglayercreationfixedpositionoutofviewscaledscrollexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -48,11 +48,11 @@
</span><span class="cx"> Scale=1.5:
</span><span class="cx"> (GraphicsLayer
</span><span class="cx">   (anchor 0.00 0.00)
</span><del>-  (bounds 1272.00 1524.00)
</del><ins>+  (bounds 1240.00 1524.00)
</ins><span class="cx">   (children 1
</span><span class="cx">     (GraphicsLayer
</span><span class="cx">       (anchor 0.00 0.00)
</span><del>-      (bounds 848.00 1016.00)
</del><ins>+      (bounds 827.00 1016.00)
</ins><span class="cx">       (contentsOpaque 1)
</span><span class="cx">       (transform [1.50 0.00 0.00 0.00] [0.00 1.50 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 0.00 1.00])
</span><span class="cx">       (children 2
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssgridlayoutgriditemorderincontentsizedcolumnsresolutionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -1,11 +1,11 @@
</span><del>-PASS grid-template-columns is 60px 20px after grid row swap.
-PASS grid-template-columns is 76px 50px after grid row swap.
-PASS grid-template-columns is 60px 16px after grid row swap.
-PASS grid-template-columns is 60px 16px after grid row swap.
-PASS grid-template-columns is 76px 0px after grid row swap.
-PASS grid-template-columns is 60px 16px after grid row swap.
-PASS grid-template-columns is 60px 16px after grid row swap.
-PASS grid-template-columns is 60px 16px after grid row swap.
</del><ins>+PASS grid-template-columns is 57.78125px 20px after grid row swap.
+PASS grid-template-columns is 73.328125px 50px after grid row swap.
+PASS grid-template-columns is 57.78125px 15.546875px after grid row swap.
+PASS grid-template-columns is 57.78125px 15.546875px after grid row swap.
+PASS grid-template-columns is 73.328125px 0px after grid row swap.
+PASS grid-template-columns is 57.78125px 15.546875px after grid row swap.
+PASS grid-template-columns is 57.78125px 15.546875px after grid row swap.
+PASS grid-template-columns is 57.78125px 15.546875px after grid row swap.
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintselectionrubyrlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/selection-ruby-rl-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/selection-ruby-rl-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/fast/repaint/selection-ruby-rl-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -9,6 +9,6 @@
</span><span class="cx"> Testing both hit testing and painting of selection.
</span><span class="cx"> Testing both hit testing and painting of selection.
</span><span class="cx"> (repaint rects
</span><del>-  (rect 774 39 18 83)
</del><ins>+  (rect 774 38 18 79)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastsubpixelinlineblockwithpaddingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/sub-pixel/inline-block-with-padding-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/sub-pixel/inline-block-with-padding-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/fast/sub-pixel/inline-block-with-padding-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-PASS links[0].offsetWidth is within 1 of 177
</del><ins>+PASS links[0].offsetWidth is within 1 of 178
</ins><span class="cx"> Both links should render the same and not wrap.
</span><span class="cx"> 
</span><span class="cx"> This shouldn't wrap
</span></span></pre></div>
<a id="trunkLayoutTestsfasttablecolandcolgroupoffsetsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/table/col-and-colgroup-offsets-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/table/col-and-colgroup-offsets-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/fast/table/col-and-colgroup-offsets-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -30,10 +30,10 @@
</span><span class="cx"> PASS document.getElementById(&quot;productNo&quot;).parentNode.offsetWidth is 184
</span><span class="cx"> PASS document.getElementById(&quot;productNo&quot;).offsetWidth is 89
</span><span class="cx"> PASS document.getElementById(&quot;productName&quot;).offsetWidth is 91
</span><del>-PASS document.getElementById(&quot;hasMAndHasNAndHasO&quot;).offsetWidth is 155
-PASS document.getElementById(&quot;hasMAndHasN&quot;).offsetWidth is 103
-PASS document.getElementById(&quot;hasO&quot;).offsetWidth is 48
-PASS document.getElementById(&quot;hasP&quot;).offsetWidth is 46
</del><ins>+PASS document.getElementById(&quot;hasMAndHasNAndHasO&quot;).offsetWidth is 159
+PASS document.getElementById(&quot;hasMAndHasN&quot;).offsetWidth is 105
+PASS document.getElementById(&quot;hasO&quot;).offsetWidth is 50
+PASS document.getElementById(&quot;hasP&quot;).offsetWidth is 47
</ins><span class="cx"> PASS document.getElementById(&quot;columnThatShouldNotBeRendered&quot;).offsetWidth is 0
</span><span class="cx"> 
</span><span class="cx"> Tests for offsetHeight:
</span><span class="lines">@@ -72,10 +72,10 @@
</span><span class="cx"> PASS document.getElementById(&quot;productNo&quot;).parentNode.offsetWidth is 176
</span><span class="cx"> PASS document.getElementById(&quot;productNo&quot;).offsetWidth is 87
</span><span class="cx"> PASS document.getElementById(&quot;productName&quot;).offsetWidth is 89
</span><del>-PASS document.getElementById(&quot;hasMAndHasNAndHasO&quot;).offsetWidth is 141
-PASS document.getElementById(&quot;hasMAndHasN&quot;).offsetWidth is 95
-PASS document.getElementById(&quot;hasO&quot;).offsetWidth is 46
-PASS document.getElementById(&quot;hasP&quot;).offsetWidth is 44
</del><ins>+PASS document.getElementById(&quot;hasMAndHasNAndHasO&quot;).offsetWidth is 145
+PASS document.getElementById(&quot;hasMAndHasN&quot;).offsetWidth is 97
+PASS document.getElementById(&quot;hasO&quot;).offsetWidth is 48
+PASS document.getElementById(&quot;hasP&quot;).offsetWidth is 45
</ins><span class="cx"> PASS document.getElementById(&quot;columnThatShouldNotBeRendered&quot;).offsetWidth is 0
</span><span class="cx"> 
</span><span class="cx"> Tests for offsetHeight:
</span></span></pre></div>
<a id="trunkLayoutTestsjsdomdomstaticpropertyforiniterationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/dom/dom-static-property-for-in-iteration-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/dom/dom-static-property-for-in-iteration-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/js/dom/dom-static-property-for-in-iteration-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> PASS a[&quot;id&quot;] is foo
</span><span class="cx"> PASS a[&quot;offsetLeft&quot;] is 8
</span><span class="cx"> PASS a[&quot;offsetTop&quot;] is 759
</span><del>-PASS a[&quot;offsetWidth&quot;] is 39
</del><ins>+PASS a[&quot;offsetWidth&quot;] is 40
</ins><span class="cx"> PASS a[&quot;offsetHeight&quot;] is 18
</span><span class="cx"> PASS a[&quot;clientLeft&quot;] is 0
</span><span class="cx"> PASS a[&quot;clientTop&quot;] is 0
</span></span></pre></div>
<a id="trunkLayoutTestsmediatracktrackcuerenderingsnaptolinesnotsetexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> * Cue 0 *
</span><span class="cx"> EXPECTED (cueDisplayElement.innerText == 'This is a demo track to illustrate positioning features of cues.') OK
</span><span class="cx"> Cue alignment (default or as specified): middle
</span><del>-Cue left position (percentage): 51
</del><ins>+Cue left position (percentage): 50
</ins><span class="cx"> Cue top position (percentage): 100
</span><span class="cx"> 
</span><span class="cx"> ** Center **
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx"> * Cue 0 *
</span><span class="cx"> EXPECTED (cueDisplayElement.innerText == 'Using HTML5 captions, you can position the cues anywhere.') OK
</span><span class="cx"> Cue alignment (default or as specified): middle
</span><del>-Cue left position (percentage): 51
</del><ins>+Cue left position (percentage): 50
</ins><span class="cx"> Cue top position (percentage): 50
</span><span class="cx"> 
</span><span class="cx"> ** Top left **
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/TestExpectations        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -1265,15 +1265,10 @@
</span><span class="cx"> webkit.org/b/139968 svg/text/tspan-outline.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/139968 svg/transforms/transformed-text-fill-gradient.html [ ImageOnlyFailure ]
</span><span class="cx"> # The following tests' expected results don't look like render tree dumps
</span><del>-webkit.org/b/139968 accessibility/press-targets-center-point.html [ Failure ]
</del><span class="cx"> webkit.org/b/139968 compositing/fixed-positioned-pseudo-content-no-compositing.html [ Failure ]
</span><del>-webkit.org/b/139968 compositing/geometry/limit-layer-bounds-overflow-root.html [ Failure ]
-webkit.org/b/139968 compositing/layer-creation/fixed-position-out-of-view-scaled.html [ Failure ]
-webkit.org/b/139968 compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html [ Failure ]
</del><span class="cx"> webkit.org/b/139968 editing/pasteboard/5761530-1.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 editing/selection/fake-drag.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 editing/selection/move-by-word-visually-mac.html [ Failure ]
</span><del>-webkit.org/b/139968 fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution.html [ Failure ]
</del><span class="cx"> webkit.org/b/139968 fast/css/content/content-quotes-01.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 fast/css/content/content-quotes-05.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 fast/css/content/content-quotes-07.html [ Failure ]
</span><span class="lines">@@ -1282,46 +1277,13 @@
</span><span class="cx"> webkit.org/b/139968 fast/dom/Range/getClientRects.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 fast/regions/cssom/get-regions-by-content-horiz-bt.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 fast/regions/cssom/get-regions-by-content-horiz-tb.html [ Failure ]
</span><del>-webkit.org/b/139968 fast/repaint/selection-ruby-rl.html [ Failure ]
-webkit.org/b/139968 fast/sub-pixel/inline-block-with-padding.html [ Failure ]
-webkit.org/b/139968 fast/table/col-and-colgroup-offsets.html [ Failure ]
</del><span class="cx"> webkit.org/b/139968 fast/text/decomposed-after-stacked-diacritics.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 fast/text/glyph-reordering.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html [ Failure ]
</span><del>-webkit.org/b/139968 js/dom/dom-static-property-for-in-iteration.html [ Failure ]
-webkit.org/b/139968 media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure ]
-webkit.org/b/139968 accessibility/content-editable-as-textarea.html [ Failure ]
-webkit.org/b/139968 accessibility/table-attributes.html [ Failure ]
-webkit.org/b/139968 accessibility/table-cell-spans.html [ Failure ]
</del><span class="cx"> webkit.org/b/139968 accessibility/table-cells.html [ Failure ]
</span><del>-webkit.org/b/139968 accessibility/table-detection.html [ Failure ]
-webkit.org/b/139968 accessibility/table-one-cell.html [ Failure ]
-webkit.org/b/139968 accessibility/table-sections.html [ Failure ]
-webkit.org/b/139968 accessibility/table-with-rules.html [ Failure ]
-webkit.org/b/139968 compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants.html [ Failure ]
-webkit.org/b/139968 compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2.html [ Failure ]
-webkit.org/b/139968 editing/selection/5057506-2.html [ Failure ]
-webkit.org/b/139968 editing/selection/5057506.html [ Failure ]
-webkit.org/b/139968 editing/selection/5825350-2.html [ Failure ]
-webkit.org/b/139968 editing/selection/mixed-editability-10.html [ Failure ]
-webkit.org/b/139968 fast/forms/basic-textareas.html [ Failure ]
</del><span class="cx"> webkit.org/b/139968 fast/forms/cursor-at-editable-content-boundary.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 fast/forms/text-control-intrinsic-widths.html [ Failure ]
</span><del>-webkit.org/b/139968 fast/frames/frame-scrolling-attribute.html [ Failure ]
-webkit.org/b/139968 fast/repaint/line-flow-with-floats-9.html [ Failure ]
-webkit.org/b/139968 fast/repaint/selection-rl.html [ Failure ]
-webkit.org/b/139968 fast/text/atsui-pointtooffset-calls-cg.html [ Failure ]
-webkit.org/b/139968 fast/text/international/vertical-text-metrics-test.html [ Failure ]
-webkit.org/b/139968 http/tests/navigation/javascriptlink-frames.html [ Failure ]
-webkit.org/b/139968 svg/W3C-SVG-1.1/masking-path-04-b.svg [ Failure ]
-webkit.org/b/139968 svg/batik/text/textEffect2.svg [ Failure ]
-webkit.org/b/139968 svg/batik/text/textEffect3.svg [ Failure ]
-webkit.org/b/139968 svg/batik/text/textProperties.svg [ Failure ]
-webkit.org/b/139968 svg/custom/text-filter.svg [ Failure ]
-webkit.org/b/139968 svg/filters/filter-on-filter-for-text.svg [ Failure ]
-webkit.org/b/139968 svg/filters/filter-on-tspan.svg [ Failure ]
-webkit.org/b/139968 svg/filters/sourceAlpha.svg [ Failure ]
</del><span class="cx"> webkit.org/b/139968 svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg [ Failure ]
</span><span class="cx"> webkit.org/b/139968 svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg [ Failure ]
</span><span class="cx"> webkit.org/b/139968 svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg [ Failure ]
</span><span class="lines">@@ -1329,38 +1291,20 @@
</span><span class="cx"> webkit.org/b/139968 svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg [ Failure ]
</span><span class="cx"> webkit.org/b/139968 svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg [ Failure ]
</span><span class="cx"> webkit.org/b/139968 svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg [ Failure ]
</span><del>-webkit.org/b/139968 tables/mozilla/bugs/bug131020.html [ Failure ]
</del><span class="cx"> webkit.org/b/139968 svg/animations/animate-text-nested-transforms.html [ Failure ]
</span><del>-webkit.org/b/139968 svg/filters/feColorMatrix-values.svg [ Failure ]
-webkit.org/b/139968 svg/repaint/text-mask-update.svg [ Failure ]
</del><span class="cx"> webkit.org/b/139968 svg/text/lengthAdjust-text-metrics.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 svg/text/text-rect-precision.html [ Failure ]
</span><del>-webkit.org/b/139968 platform/mac/accessibility/aria-columnrowheaders.html [ Failure ]
-webkit.org/b/139968 platform/mac/accessibility/bounds-for-range.html [ Failure ]
-webkit.org/b/139968 platform/mac/accessibility/document-links.html [ Failure ]
-webkit.org/b/139968 platform/mac/accessibility/internal-link-anchors.html [ Failure ]
</del><span class="cx"> webkit.org/b/139968 platform/mac/fast/dom/character-index-for-point.html [ Failure ]
</span><del>-webkit.org/b/139968 css1/box_properties/acid_test.html [ Pass Failure ]
-webkit.org/b/139968 css2.1/t09-c5526c-display-00-e.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/139968 css2.1/t1202-counter-04-b.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/139968 css2.1/t1202-counters-04-b.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/139968 css3/selectors3/html/css3-modsel-161.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/139968 css3/selectors3/xhtml/css3-modsel-161.xml [ Pass Failure ]
</span><span class="cx"> webkit.org/b/139968 css3/selectors3/xml/css3-modsel-161.xml [ Pass Failure ]
</span><del>-webkit.org/b/139968 fast/block/basic/011.html [ Pass Failure ]
-webkit.org/b/139968 fast/block/basic/minheight.html [ Pass Failure ]
-webkit.org/b/139968 fast/css/002.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/139968 fast/forms/select-initial-position.html [ Failure ]
</span><del>-webkit.org/b/139968 fast/invalid/008.html [ Pass Failure ]
-webkit.org/b/139968 fast/overflow/003.xml [ Pass Failure ]
-webkit.org/b/139968 fast/repaint/fixed-move-after-keyboard-scroll.html [ Failure ]
</del><span class="cx"> webkit.org/b/139968 fast/replaced/width100percent-textarea.html [ Failure ]
</span><del>-webkit.org/b/139968 fast/text/basic/generic-family-reset.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/139968 fast/text/glyph-reordering.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 fast/text/international/text-combine-image-test.html [ Failure ]
</span><span class="cx"> webkit.org/b/139968 media/video-layer-crash.html [ Failure ]
</span><del>-webkit.org/b/139968 scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ]
-webkit.org/b/139968 svg/custom/svg-fonts-in-html.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/139968 media/video-layer-crash.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Fails on Mountain Lion and Yosemite on bots.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilityariacolumnrowheadersexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/aria-columnrowheaders-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/aria-columnrowheaders-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/accessibility/aria-columnrowheaders-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {124, 18}
</del><ins>+AXSize: NSSize: {127, 18}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {54, 18}
</del><ins>+AXSize: NSSize: {56, 18}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -76,7 +76,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {54, 18}
</del><ins>+AXSize: NSSize: {55, 18}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {28, 18}
</del><ins>+AXSize: NSSize: {29, 18}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {28, 18}
</del><ins>+AXSize: NSSize: {29, 18}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilityboundsforrangeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/bounds-for-range-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/bounds-for-range-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/accessibility/bounds-for-range-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 0&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXStaticText&gt;
</span><del>-AXSize: NSSize: {777, 36}
</del><ins>+AXSize: NSSize: {731, 36}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: Embroiled in a high-profile corruption investigation, Israels prime minister says he will resign as soon as his party chooses a new leader in September elections.
</span><span class="lines">@@ -63,10 +63,10 @@
</span><span class="cx"> AXSelectTextWithCriteria
</span><span class="cx"> 
</span><span class="cx"> ----------------------
</span><del>-{{-1.000000, -1.000000}, {59.000000, 18.000000}}
-{{-1.000000, -1.000000}, {215.000000, 18.000000}}
</del><ins>+{{-1.000000, -1.000000}, {60.000000, 18.000000}}
+{{-1.000000, -1.000000}, {220.000000, 18.000000}}
</ins><span class="cx"> {{-1.000000, -1.000000}, {11.000000, 18.000000}}
</span><del>-{{-1.000000, -1.000000}, {766.000000, 36.000000}}
</del><ins>+{{-1.000000, -1.000000}, {731.000000, 36.000000}}
</ins><span class="cx"> {{-1.000000, -1.000000}, {1.000000, 18.000000}}
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilitycontenteditableastextareaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/content-editable-as-textarea-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/content-editable-as-textarea-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/accessibility/content-editable-as-textarea-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> Line for index(7): 1
</span><span class="cx"> Range for line(0): {0, 6}
</span><span class="cx"> Range for line(1): {6, 6}
</span><del>-Bounds for range: {{-1.000000, -1.000000}, {31.000000, 36.000000}}
</del><ins>+Bounds for range: {{-1.000000, -1.000000}, {32.000000, 36.000000}}
</ins><span class="cx"> Selected text range: {0, 3}
</span><span class="cx"> Selected text: hel
</span><span class="cx"> Updated value: AXValue: qlo
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilitydocumentlinksexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/document-links-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/document-links-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/accessibility/document-links-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXLink: 'link 3'&gt;
</span><del>-AXSize: NSSize: {36, 18}
</del><ins>+AXSize: NSSize: {37, 18}
</ins><span class="cx"> AXTitle: link 3
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -95,7 +95,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXLink: 'link 4'&gt;
</span><del>-AXSize: NSSize: {36, 18}
</del><ins>+AXSize: NSSize: {38, 18}
</ins><span class="cx"> AXTitle: link 4
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilityinternallinkanchorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/internal-link-anchors-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/internal-link-anchors-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/accessibility/internal-link-anchors-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 0&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXStaticText&gt;
</span><del>-AXSize: NSSize: {63, 18}
</del><ins>+AXSize: NSSize: {64, 18}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: Here I am
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilitytableattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/table-attributes-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/table-attributes-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/accessibility/table-attributes-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {144, 66}
</del><ins>+AXSize: NSSize: {145, 66}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {144, 66}
</del><ins>+AXSize: NSSize: {145, 66}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -78,7 +78,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 2&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {70, 66}
</del><ins>+AXSize: NSSize: {71, 66}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -110,7 +110,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {120, 30}
</del><ins>+AXSize: NSSize: {122, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -142,7 +142,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {120, 30}
</del><ins>+AXSize: NSSize: {122, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -178,7 +178,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {143, 66}
</del><ins>+AXSize: NSSize: {144, 66}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -210,7 +210,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {52, 36}
</del><ins>+AXSize: NSSize: {53, 36}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -242,7 +242,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {90, 60}
</del><ins>+AXSize: NSSize: {91, 60}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -310,7 +310,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 2&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXColumn&gt;
</span><del>-AXSize: NSSize: {143, 126}
</del><ins>+AXSize: NSSize: {144, 126}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -341,7 +341,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXColumn&gt;
</span><del>-AXSize: NSSize: {143, 126}
</del><ins>+AXSize: NSSize: {144, 126}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -372,7 +372,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXColumn&gt;
</span><del>-AXSize: NSSize: {69, 126}
</del><ins>+AXSize: NSSize: {70, 126}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -403,7 +403,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXColumn&gt;
</span><del>-AXSize: NSSize: {119, 126}
</del><ins>+AXSize: NSSize: {121, 126}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -434,7 +434,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXColumn&gt;
</span><del>-AXSize: NSSize: {119, 126}
</del><ins>+AXSize: NSSize: {121, 126}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -469,7 +469,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXRow&gt;
</span><del>-AXSize: NSSize: {331, 30}
</del><ins>+AXSize: NSSize: {335, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -497,7 +497,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 2&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXRow&gt;
</span><del>-AXSize: NSSize: {331, 36}
</del><ins>+AXSize: NSSize: {335, 36}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -525,7 +525,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 5&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXRow&gt;
</span><del>-AXSize: NSSize: {331, 30}
</del><ins>+AXSize: NSSize: {335, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -553,7 +553,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXRow&gt;
</span><del>-AXSize: NSSize: {331, 30}
</del><ins>+AXSize: NSSize: {335, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -585,7 +585,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {143, 66}
</del><ins>+AXSize: NSSize: {144, 66}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -617,7 +617,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 2&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {69, 66}
</del><ins>+AXSize: NSSize: {70, 66}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -649,7 +649,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {119, 30}
</del><ins>+AXSize: NSSize: {121, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -681,7 +681,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {52, 36}
</del><ins>+AXSize: NSSize: {53, 36}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -713,7 +713,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {67, 36}
</del><ins>+AXSize: NSSize: {68, 36}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -745,7 +745,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {90, 60}
</del><ins>+AXSize: NSSize: {91, 60}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -809,7 +809,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {69, 30}
</del><ins>+AXSize: NSSize: {70, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -841,7 +841,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {52, 30}
</del><ins>+AXSize: NSSize: {53, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -873,7 +873,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {67, 30}
</del><ins>+AXSize: NSSize: {68, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -937,7 +937,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {69, 30}
</del><ins>+AXSize: NSSize: {70, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -969,7 +969,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {52, 30}
</del><ins>+AXSize: NSSize: {53, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1001,7 +1001,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {67, 30}
</del><ins>+AXSize: NSSize: {68, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1037,7 +1037,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 5&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXGroup&gt;
</span><del>-AXSize: NSSize: {331, 66}
</del><ins>+AXSize: NSSize: {335, 66}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilitytablecellspansexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/table-cell-spans-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/table-cell-spans-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/accessibility/table-cell-spans-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {246, 78}
</del><ins>+AXSize: NSSize: {238, 78}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {247, 78}
</del><ins>+AXSize: NSSize: {239, 78}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -84,7 +84,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 2&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {124, 60}
</del><ins>+AXSize: NSSize: {120, 60}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 2&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {124, 60}
</del><ins>+AXSize: NSSize: {120, 60}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -154,7 +154,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {124, 30}
</del><ins>+AXSize: NSSize: {120, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilitytabledetectionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 5&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {62, 47}
</del><ins>+AXSize: NSSize: {64, 47}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {68, 29}
</del><ins>+AXSize: NSSize: {70, 29}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXGroup&gt;
</span><del>-AXSize: NSSize: {28, 21}
</del><ins>+AXSize: NSSize: {29, 21}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -122,7 +122,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {58, 23}
</del><ins>+AXSize: NSSize: {60, 23}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -163,7 +163,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {58, 23}
</del><ins>+AXSize: NSSize: {60, 23}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -204,7 +204,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 5&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {58, 43}
</del><ins>+AXSize: NSSize: {60, 43}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -246,7 +246,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {58, 23}
</del><ins>+AXSize: NSSize: {60, 23}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -287,7 +287,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXGroup&gt;
</span><del>-AXSize: NSSize: {26, 19}
</del><ins>+AXSize: NSSize: {27, 19}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -319,7 +319,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXGroup&gt;
</span><del>-AXSize: NSSize: {26, 19}
</del><ins>+AXSize: NSSize: {27, 19}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -351,7 +351,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {53, 19}
</del><ins>+AXSize: NSSize: {55, 19}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -462,7 +462,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {64, 27}
</del><ins>+AXSize: NSSize: {66, 27}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -503,7 +503,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 5&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {62, 49}
</del><ins>+AXSize: NSSize: {64, 49}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -545,7 +545,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXGroup&gt;
</span><del>-AXSize: NSSize: {28, 21}
</del><ins>+AXSize: NSSize: {29, 21}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -578,7 +578,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 6&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {64, 70}
</del><ins>+AXSize: NSSize: {66, 70}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -621,7 +621,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 6&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {64, 71}
</del><ins>+AXSize: NSSize: {66, 71}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -664,7 +664,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 5&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {62, 47}
</del><ins>+AXSize: NSSize: {64, 47}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -706,7 +706,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 26&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {32, 531}
</del><ins>+AXSize: NSSize: {33, 531}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilitytableonecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/table-one-cell-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/table-one-cell-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/accessibility/table-one-cell-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXGroup&gt;
</span><del>-AXSize: NSSize: {132, 90}
</del><ins>+AXSize: NSSize: {136, 90}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilitytablesectionsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/table-sections-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/table-sections-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/accessibility/table-sections-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {21, 30}
</del><ins>+AXSize: NSSize: {20, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {29, 30}
</del><ins>+AXSize: NSSize: {28, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -123,7 +123,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -155,7 +155,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -187,7 +187,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -223,7 +223,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXColumn&gt;
</span><del>-AXSize: NSSize: {20, 120}
</del><ins>+AXSize: NSSize: {21, 120}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -254,7 +254,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXColumn&gt;
</span><del>-AXSize: NSSize: {27, 120}
</del><ins>+AXSize: NSSize: {29, 120}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -285,7 +285,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXColumn&gt;
</span><del>-AXSize: NSSize: {28, 120}
</del><ins>+AXSize: NSSize: {29, 120}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -320,7 +320,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXRow&gt;
</span><del>-AXSize: NSSize: {75, 30}
</del><ins>+AXSize: NSSize: {77, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -348,7 +348,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXRow&gt;
</span><del>-AXSize: NSSize: {75, 30}
</del><ins>+AXSize: NSSize: {77, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -376,7 +376,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXRow&gt;
</span><del>-AXSize: NSSize: {75, 30}
</del><ins>+AXSize: NSSize: {77, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -404,7 +404,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXRow&gt;
</span><del>-AXSize: NSSize: {75, 30}
</del><ins>+AXSize: NSSize: {77, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -436,7 +436,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -468,7 +468,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {27, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -500,7 +500,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {28, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -532,7 +532,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -564,7 +564,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {27, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -596,7 +596,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {28, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -628,7 +628,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -660,7 +660,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {27, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -692,7 +692,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {28, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -724,7 +724,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -756,7 +756,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {27, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -788,7 +788,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {28, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -824,7 +824,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXGroup&gt;
</span><del>-AXSize: NSSize: {75, 30}
</del><ins>+AXSize: NSSize: {77, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -859,7 +859,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -891,7 +891,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {27, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -923,7 +923,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {28, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -959,7 +959,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -991,7 +991,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1023,7 +1023,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1059,7 +1059,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXColumn&gt;
</span><del>-AXSize: NSSize: {20, 120}
</del><ins>+AXSize: NSSize: {21, 120}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1090,7 +1090,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXColumn&gt;
</span><del>-AXSize: NSSize: {27, 120}
</del><ins>+AXSize: NSSize: {29, 120}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1121,7 +1121,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXColumn&gt;
</span><del>-AXSize: NSSize: {28, 120}
</del><ins>+AXSize: NSSize: {29, 120}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1156,7 +1156,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXRow&gt;
</span><del>-AXSize: NSSize: {75, 30}
</del><ins>+AXSize: NSSize: {77, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1184,7 +1184,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXRow&gt;
</span><del>-AXSize: NSSize: {75, 30}
</del><ins>+AXSize: NSSize: {77, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1212,7 +1212,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXRow&gt;
</span><del>-AXSize: NSSize: {75, 30}
</del><ins>+AXSize: NSSize: {77, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1240,7 +1240,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXRow&gt;
</span><del>-AXSize: NSSize: {75, 30}
</del><ins>+AXSize: NSSize: {77, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1272,7 +1272,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1304,7 +1304,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {27, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1336,7 +1336,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {28, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1368,7 +1368,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1400,7 +1400,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {27, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1432,7 +1432,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {28, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1464,7 +1464,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1496,7 +1496,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {27, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1528,7 +1528,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {28, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1560,7 +1560,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {20, 30}
</del><ins>+AXSize: NSSize: {21, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1592,7 +1592,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {27, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1624,7 +1624,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXCell&gt;
</span><del>-AXSize: NSSize: {28, 30}
</del><ins>+AXSize: NSSize: {29, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -1660,7 +1660,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 3&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXGroup&gt;
</span><del>-AXSize: NSSize: {75, 30}
</del><ins>+AXSize: NSSize: {77, 30}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilitytablewithrulesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/table-with-rules-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/table-with-rules-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/accessibility/table-with-rules-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {57, 20}
</del><ins>+AXSize: NSSize: {59, 20}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {62, 24}
</del><ins>+AXSize: NSSize: {64, 24}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -85,7 +85,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 4&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {56, 20}
</del><ins>+AXSize: NSSize: {58, 20}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -122,7 +122,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXGroup&gt;
</span><del>-AXSize: NSSize: {28, 20}
</del><ins>+AXSize: NSSize: {29, 20}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span><span class="lines">@@ -150,7 +150,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 1&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXGroup&gt;
</span><del>-AXSize: NSSize: {28, 20}
</del><ins>+AXSize: NSSize: {29, 20}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccompositingoverflowclippingbehaviourchangeisnotpropagatedtodescendantsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</span><span class="cx"> (GraphicsLayer
</span><span class="cx">   (anchor 0.00 0.00)
</span><del>-  (bounds 800.00 600.00)
-  (visible rect 0.00, 0.00 800.00 x 600.00)
</del><ins>+  (bounds 807.00 585.00)
+  (visible rect 0.00, 0.00 800.00 x 585.00)
</ins><span class="cx">   (contentsScale 1.00)
</span><span class="cx">   (children 1
</span><span class="cx">     (GraphicsLayer
</span><del>-      (bounds 800.00 600.00)
</del><ins>+      (bounds 807.00 585.00)
</ins><span class="cx">       (contentsOpaque 1)
</span><del>-      (visible rect 0.00, 0.00 800.00 x 600.00)
</del><ins>+      (visible rect 0.00, 0.00 800.00 x 585.00)
</ins><span class="cx">       (contentsScale 1.00)
</span><span class="cx">       (children 6
</span><span class="cx">         (GraphicsLayer
</span><span class="lines">@@ -60,9 +60,9 @@
</span><span class="cx">         )
</span><span class="cx">         (GraphicsLayer
</span><span class="cx">           (position 0.00 129.00)
</span><del>-          (bounds 787.00 18.00)
</del><ins>+          (bounds 807.00 18.00)
</ins><span class="cx">           (drawsContent 1)
</span><del>-          (visible rect 0.00, 0.00 787.00 x 18.00)
</del><ins>+          (visible rect 0.00, 0.00 800.00 x 18.00)
</ins><span class="cx">           (contentsScale 1.00)
</span><span class="cx">         )
</span><span class="cx">       )
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccompositingoverflowclippingbehaviourchangeisnotpropagatedtodescendants2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</span><span class="cx"> (GraphicsLayer
</span><span class="cx">   (anchor 0.00 0.00)
</span><del>-  (bounds 800.00 600.00)
-  (visible rect 0.00, 0.00 800.00 x 600.00)
</del><ins>+  (bounds 807.00 585.00)
+  (visible rect 0.00, 0.00 800.00 x 585.00)
</ins><span class="cx">   (contentsScale 1.00)
</span><span class="cx">   (children 1
</span><span class="cx">     (GraphicsLayer
</span><del>-      (bounds 800.00 600.00)
</del><ins>+      (bounds 807.00 585.00)
</ins><span class="cx">       (contentsOpaque 1)
</span><del>-      (visible rect 0.00, 0.00 800.00 x 600.00)
</del><ins>+      (visible rect 0.00, 0.00 800.00 x 585.00)
</ins><span class="cx">       (contentsScale 1.00)
</span><span class="cx">       (children 6
</span><span class="cx">         (GraphicsLayer
</span><span class="lines">@@ -60,9 +60,9 @@
</span><span class="cx">         )
</span><span class="cx">         (GraphicsLayer
</span><span class="cx">           (position 9.00 129.00)
</span><del>-          (bounds 778.00 18.00)
</del><ins>+          (bounds 798.00 18.00)
</ins><span class="cx">           (drawsContent 1)
</span><del>-          (visible rect 0.00, 0.00 778.00 x 18.00)
</del><ins>+          (visible rect 0.00, 0.00 791.00 x 18.00)
</ins><span class="cx">           (contentsScale 1.00)
</span><span class="cx">         )
</span><span class="cx">       )
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss1box_propertiesacid_testexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css1/box_properties/acid_test-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css1/box_properties/acid_test-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/css1/box_properties/acid_test-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -49,9 +49,9 @@
</span><span class="cx">               text run at (10,9) width 57: &quot;sing to me,&quot;
</span><span class="cx">               text run at (10,19) width 67: &quot;erbarme dich&quot;
</span><span class="cx">       RenderBlock {P} at (5,320) size 480x65 [color=#000000]
</span><del>-        RenderText {#text} at (0,0) size 470x38
-          text run at (0,0) width 470: &quot;This is a nonsensical document, but syntactically valid HTML 4.0. All 100%-conformant CSS1&quot;
-          text run at (0,13) width 394: &quot;agents should be able to render the document elements above this paragraph&quot;
</del><ins>+        RenderText {#text} at (0,0) size 469x38
+          text run at (0,0) width 469: &quot;This is a nonsensical document, but syntactically valid HTML 4.0. All 100%-conformant CSS1&quot;
+          text run at (0,13) width 393: &quot;agents should be able to render the document elements above this paragraph&quot;
</ins><span class="cx">           text run at (0,26) width 206: &quot;indistinguishably (to the pixel) from this &quot;
</span><span class="cx">         RenderInline {A} at (0,0) size 104x12 [color=#0000EE]
</span><span class="cx">           RenderText {#text} at (205,26) size 104x12
</span><span class="lines">@@ -60,9 +60,9 @@
</span><span class="cx">           text run at (308,26) width 5: &quot; &quot;
</span><span class="cx">           text run at (312,26) width 150: &quot;(except font rasterization and&quot;
</span><span class="cx">           text run at (0,39) width 463: &quot;form widgets). All discrepancies should be traceable to CSS1 implementation shortcomings.&quot;
</span><del>-          text run at (0,52) width 336: &quot;Once you have finished evaluating this test, you can return to the &quot;
</del><ins>+          text run at (0,52) width 335: &quot;Once you have finished evaluating this test, you can return to the &quot;
</ins><span class="cx">         RenderInline {A} at (0,0) size 62x12 [color=#0000EE]
</span><del>-          RenderText {#text} at (335,52) size 62x12
-            text run at (335,52) width 62: &quot;parent page&quot;
-        RenderText {#text} at (396,52) size 4x12
-          text run at (396,52) width 4: &quot;.&quot;
</del><ins>+          RenderText {#text} at (334,52) size 62x12
+            text run at (334,52) width 62: &quot;parent page&quot;
+        RenderText {#text} at (395,52) size 5x12
+          text run at (395,52) width 5: &quot;.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaccss21t09c5526cdisplay00eexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -49,9 +49,9 @@
</span><span class="cx">               text run at (10,9) width 57: &quot;sing to me,&quot;
</span><span class="cx">               text run at (10,19) width 67: &quot;erbarme dich&quot;
</span><span class="cx">       RenderBlock {P} at (5,320) size 480x65 [color=#000000]
</span><del>-        RenderText {#text} at (0,0) size 470x38
-          text run at (0,0) width 470: &quot;This is a nonsensical document, but syntactically valid HTML 4.0. All 100%-conformant CSS1&quot;
-          text run at (0,13) width 394: &quot;agents should be able to render the document elements above this paragraph&quot;
</del><ins>+        RenderText {#text} at (0,0) size 469x38
+          text run at (0,0) width 469: &quot;This is a nonsensical document, but syntactically valid HTML 4.0. All 100%-conformant CSS1&quot;
+          text run at (0,13) width 393: &quot;agents should be able to render the document elements above this paragraph&quot;
</ins><span class="cx">           text run at (0,26) width 206: &quot;indistinguishably (to the pixel) from this &quot;
</span><span class="cx">         RenderInline {A} at (0,0) size 104x12 [color=#999999]
</span><span class="cx">           RenderText {#text} at (205,26) size 104x12
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection50575062expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/5057506-2-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/5057506-2-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/editing/selection/5057506-2-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-ALERT: 35
</del><ins>+ALERT: 36
</ins><span class="cx"> ALERT: 109
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="lines">@@ -6,25 +6,25 @@
</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 {P} at (0,0) size 784x72
</span><del>-        RenderText {#text} at (0,0) size 779x72
-          text run at (0,0) width 489: &quot;This tests triple clicking after the last character in the last cell of a block table. &quot;
-          text run at (489,0) width 278: &quot;The paragraph break (the space between the&quot;
-          text run at (0,18) width 490: &quot;last character and the first character in the next paragraph) should be selected. &quot;
-          text run at (490,18) width 289: &quot;Selection painting problems might prevent the&quot;
-          text run at (0,36) width 389: &quot;paragraph break from appearing as selected even though it is. &quot;
-          text run at (389,36) width 387: &quot;To test manually, triple click inside the table cell, after the last&quot;
-          text run at (0,54) width 157: &quot;character, and hit delete. &quot;
-          text run at (157,54) width 288: &quot;Afterward, the table should contain only 'bar'.&quot;
</del><ins>+        RenderText {#text} at (0,0) size 763x72
+          text run at (0,0) width 505: &quot;This tests triple clicking after the last character in the last cell of a block table. &quot;
+          text run at (504,0) width 259: &quot;The paragraph break (the space between&quot;
+          text run at (0,18) width 525: &quot;the last character and the first character in the next paragraph) should be selected. &quot;
+          text run at (524,18) width 222: &quot;Selection painting problems might&quot;
+          text run at (0,36) width 473: &quot;prevent the paragraph break from appearing as selected even though it is. &quot;
+          text run at (472,36) width 284: &quot;To test manually, triple click inside the table&quot;
+          text run at (0,54) width 275: &quot;cell, after the last character, and hit delete. &quot;
+          text run at (274,54) width 294: &quot;Afterward, the table should contain only 'bar'.&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,88) size 784x46
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 110x28 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 108x26
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 108x22
</span><span class="cx">               RenderTableCell {TD} at (2,2) size 104x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-                RenderInline {SPAN} at (0,0) size 21x18
-                  RenderText {#text} at (2,2) size 21x18
-                    text run at (2,2) width 21: &quot;foo&quot;
</del><ins>+                RenderInline {SPAN} at (0,0) size 22x18
+                  RenderText {#text} at (2,2) size 22x18
+                    text run at (2,2) width 22: &quot;foo&quot;
</ins><span class="cx">         RenderBlock {DIV} at (0,28) size 784x18
</span><del>-          RenderText {#text} at (0,0) size 20x18
-            text run at (0,0) width 20: &quot;bar&quot;
</del><ins>+          RenderText {#text} at (0,0) size 21x18
+            text run at (0,0) width 21: &quot;bar&quot;
</ins><span class="cx"> selection start: position 0 of child 0 {#text} of child 0 {SPAN} of child 0 {TD} of child 0 {TR} of child 0 {TBODY} of child 1 {TABLE} of child 2 {DIV} of body
</span><span class="cx"> selection end:   position 0 of child 3 {DIV} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection5057506expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/5057506-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/5057506-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/editing/selection/5057506-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-ALERT: 35
</del><ins>+ALERT: 36
</ins><span class="cx"> ALERT: 109
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="lines">@@ -6,25 +6,25 @@
</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 {P} at (0,0) size 784x72
</span><del>-        RenderText {#text} at (0,0) size 779x72
-          text run at (0,0) width 500: &quot;This tests double clicking after the last character in the last cell of a block table. &quot;
-          text run at (500,0) width 278: &quot;The paragraph break (the space between the&quot;
-          text run at (0,18) width 490: &quot;last character and the first character in the next paragraph) should be selected. &quot;
-          text run at (490,18) width 289: &quot;Selection painting problems might prevent the&quot;
-          text run at (0,36) width 389: &quot;paragraph break from appearing as selected even though it is. &quot;
-          text run at (389,36) width 373: &quot;To test manually, double click inside the table cell, after the&quot;
-          text run at (0,54) width 182: &quot;last character, and hit delete. &quot;
-          text run at (182,54) width 277: &quot;Afterward, the table should contain 'foobar'.&quot;
</del><ins>+        RenderText {#text} at (0,0) size 773x72
+          text run at (0,0) width 515: &quot;This tests double clicking after the last character in the last cell of a block table. &quot;
+          text run at (514,0) width 259: &quot;The paragraph break (the space between&quot;
+          text run at (0,18) width 525: &quot;the last character and the first character in the next paragraph) should be selected. &quot;
+          text run at (524,18) width 222: &quot;Selection painting problems might&quot;
+          text run at (0,36) width 473: &quot;prevent the paragraph break from appearing as selected even though it is. &quot;
+          text run at (472,36) width 294: &quot;To test manually, double click inside the table&quot;
+          text run at (0,54) width 275: &quot;cell, after the last character, and hit delete. &quot;
+          text run at (274,54) width 282: &quot;Afterward, the table should contain 'foobar'.&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,88) size 784x46
</span><span class="cx">         RenderTable {TABLE} at (0,0) size 110x28 [border: (1px outset #808080)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 108x26
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 108x22
</span><span class="cx">               RenderTableCell {TD} at (2,2) size 104x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-                RenderInline {SPAN} at (0,0) size 21x18
-                  RenderText {#text} at (2,2) size 21x18
-                    text run at (2,2) width 21: &quot;foo&quot;
</del><ins>+                RenderInline {SPAN} at (0,0) size 22x18
+                  RenderText {#text} at (2,2) size 22x18
+                    text run at (2,2) width 22: &quot;foo&quot;
</ins><span class="cx">         RenderBlock {DIV} at (0,28) size 784x18
</span><del>-          RenderText {#text} at (0,0) size 20x18
-            text run at (0,0) width 20: &quot;bar&quot;
</del><ins>+          RenderText {#text} at (0,0) size 21x18
+            text run at (0,0) width 21: &quot;bar&quot;
</ins><span class="cx"> selection start: position 3 of child 0 {#text} of child 0 {SPAN} of child 0 {TD} of child 0 {TR} of child 0 {TBODY} of child 1 {TABLE} of child 2 {DIV} of body
</span><span class="cx"> selection end:   position 0 of child 3 {DIV} of child 2 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselection58253502expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/5825350-2-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/5825350-2-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/editing/selection/5825350-2-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> This tests for a bug where moving the caret right towards a non-editable pocket of an editable region would make the caret disappear. The caret should be just after the 'y' in &quot;Sally&quot;.
</span><span class="cx"> 
</span><del>-Caret: (79, 538)
</del><ins>+Caret: (80, 538)
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingselectionmixededitability10expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/selection/mixed-editability-10-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/selection/mixed-editability-10-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/editing/selection/mixed-editability-10-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -15,11 +15,11 @@
</span><span class="cx"> #6 non editable DIV element with an editable empty span element
</span><span class="cx"> 
</span><span class="cx"> Hello: 
</span><del>-Anchor ([object HTMLDivElement], 0 caret[41,540] refpos=41) is correct.
-Anchor ([object HTMLDivElement], 3 caret[76,540] refpos=77) is incorrect.
-Anchor ([object HTMLDivElement], 1 caret[43,472] refpos=43) is correct.
</del><ins>+Anchor ([object HTMLDivElement], 0 caret[40,540] refpos=40) is correct.
+Anchor ([object HTMLDivElement], 3 caret[76,540] refpos=76) is correct.
+Anchor ([object HTMLDivElement], 1 caret[44,472] refpos=44) is correct.
</ins><span class="cx"> Anchor ([object HTMLDivElement], 0 caret[8,472] refpos=8) is correct.
</span><del>-Anchor ([object HTMLDivElement], 0 caret[73,404] refpos=73) is correct.
-Anchor ([object HTMLDivElement], 3 caret[47,336] refpos=47) is correct.
</del><ins>+Anchor ([object HTMLDivElement], 0 caret[72,404] refpos=72) is correct.
+Anchor ([object HTMLDivElement], 3 caret[48,336] refpos=48) is correct.
</ins><span class="cx"> Anchor ([object HTMLDivElement], 0 caret[58,268] refpos=58) is correct.
</span><span class="cx"> Anchor ([object HTMLSpanElement], 0 caret[0,600] refpos=0) is correct.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockbasic011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/basic/011-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/basic/011-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/fast/block/basic/011-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -49,9 +49,9 @@
</span><span class="cx">               text run at (10,9) width 57: &quot;sing to me,&quot;
</span><span class="cx">               text run at (10,19) width 67: &quot;erbarme dich&quot;
</span><span class="cx">       RenderBlock {P} at (5,320) size 480x65 [color=#000000]
</span><del>-        RenderText {#text} at (0,0) size 470x38
-          text run at (0,0) width 470: &quot;This is a nonsensical document, but syntactically valid HTML 4.0. All 100%-conformant CSS1&quot;
-          text run at (0,13) width 394: &quot;agents should be able to render the document elements above this paragraph&quot;
</del><ins>+        RenderText {#text} at (0,0) size 469x38
+          text run at (0,0) width 469: &quot;This is a nonsensical document, but syntactically valid HTML 4.0. All 100%-conformant CSS1&quot;
+          text run at (0,13) width 393: &quot;agents should be able to render the document elements above this paragraph&quot;
</ins><span class="cx">           text run at (0,26) width 206: &quot;indistinguishably (to the pixel) from this &quot;
</span><span class="cx">         RenderInline {A} at (0,0) size 104x12 [color=#0000EE]
</span><span class="cx">           RenderText {#text} at (205,26) size 104x12
</span><span class="lines">@@ -60,9 +60,9 @@
</span><span class="cx">           text run at (308,26) width 5: &quot; &quot;
</span><span class="cx">           text run at (312,26) width 150: &quot;(except font rasterization and&quot;
</span><span class="cx">           text run at (0,39) width 463: &quot;form widgets). All discrepancies should be traceable to CSS1 implementation shortcomings.&quot;
</span><del>-          text run at (0,52) width 336: &quot;Once you have finished evaluating this test, you can return to the &quot;
</del><ins>+          text run at (0,52) width 335: &quot;Once you have finished evaluating this test, you can return to the &quot;
</ins><span class="cx">         RenderInline {A} at (0,0) size 62x12 [color=#0000EE]
</span><del>-          RenderText {#text} at (335,52) size 62x12
-            text run at (335,52) width 62: &quot;parent page&quot;
-        RenderText {#text} at (396,52) size 4x12
-          text run at (396,52) width 4: &quot;.&quot;
</del><ins>+          RenderText {#text} at (334,52) size 62x12
+            text run at (334,52) width 62: &quot;parent page&quot;
+        RenderText {#text} at (395,52) size 5x12
+          text run at (395,52) width 5: &quot;.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastblockbasicminheightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/block/basic/minheight-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/block/basic/minheight-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/fast/block/basic/minheight-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -10,14 +10,14 @@
</span><span class="cx">         RenderText {#text} at (0,1) size 53x15
</span><span class="cx">           text run at (0,1) width 53: &quot;Content&quot;
</span><span class="cx">       RenderBlock {P} at (10,40) size 780x30
</span><del>-        RenderText {#text} at (0,1) size 473x15
-          text run at (0,1) width 473: &quot;Please resize the browser window to see how your 100% CSS footer behaves.&quot;
</del><ins>+        RenderText {#text} at (0,1) size 472x15
+          text run at (0,1) width 472: &quot;Please resize the browser window to see how your 100% CSS footer behaves.&quot;
</ins><span class="cx">       RenderBlock {P} at (10,70) size 780x102
</span><del>-        RenderText {#text} at (0,1) size 779x87
-          text run at (0,1) width 762: &quot;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras porttitor. Ut nonummy vestibulum arcu. Nulla eros eros, mattis&quot;
-          text run at (0,19) width 771: &quot;et, dictum quis, convallis vel, mauris. Ut sed mauris vel metus pretium pretium. Curabitur tristique sem id justo. Nunc sit amet&quot;
-          text run at (0,37) width 779: &quot;felis. Duis luctus pharetra urna. Sed enim arcu, cursus a, posuere sed, sollicitudin in, justo. Pellentesque enim lacus, egestas ut,&quot;
-          text run at (0,55) width 761: &quot;elementum eu, molestie vel, urna. Integer quam. Phasellus tempor. Sed commodo porttitor justo. Vestibulum rhoncus lacinia&quot;
</del><ins>+        RenderText {#text} at (0,1) size 780x87
+          text run at (0,1) width 780: &quot;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras porttitor. Ut nonummy vestibulum arcu. Nulla eros eros, mattis et,&quot;
+          text run at (0,19) width 749: &quot;dictum quis, convallis vel, mauris. Ut sed mauris vel metus pretium pretium. Curabitur tristique sem id justo. Nunc sit amet&quot;
+          text run at (0,37) width 778: &quot;felis. Duis luctus pharetra urna. Sed enim arcu, cursus a, posuere sed, sollicitudin in, justo. Pellentesque enim lacus, egestas ut,&quot;
+          text run at (0,55) width 758: &quot;elementum eu, molestie vel, urna. Integer quam. Phasellus tempor. Sed commodo porttitor justo. Vestibulum rhoncus lacinia&quot;
</ins><span class="cx">           text run at (0,73) width 436: &quot;pede. Aliquam lectus velit, auctor a, fermentum a, accumsan et, neque.&quot;
</span><span class="cx"> layer at (0,562) size 620x38
</span><span class="cx">   RenderBlock (positioned) {DIV} at (0,562) size 620x38 [bgcolor=#0066B2]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcss002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/002-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/002-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/fast/css/002-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -4,12 +4,12 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x560
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x78
</span><del>-        RenderText {#text} at (0,0) size 745x78
-          text run at (0,0) width 667: &quot;These two lines should both be Verdana. &quot;
-          text run at (666,0) width 79: &quot;They&quot;
</del><ins>+        RenderText {#text} at (0,0) size 744x78
+          text run at (0,0) width 666: &quot;These two lines should both be Verdana. &quot;
+          text run at (665,0) width 79: &quot;They&quot;
</ins><span class="cx">           text run at (0,39) width 313: &quot;should be identical.&quot;
</span><span class="cx">       RenderBlock {P} at (0,110) size 784x78
</span><del>-        RenderText {#text} at (0,0) size 745x78
-          text run at (0,0) width 667: &quot;These two lines should both be Verdana. &quot;
-          text run at (666,0) width 79: &quot;They&quot;
</del><ins>+        RenderText {#text} at (0,0) size 744x78
+          text run at (0,0) width 666: &quot;These two lines should both be Verdana. &quot;
+          text run at (665,0) width 79: &quot;They&quot;
</ins><span class="cx">           text run at (0,39) width 313: &quot;should be identical.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsbasictextareasexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -1,137 +1,137 @@
</span><del>-layer at (0,0) size 785x1413
</del><ins>+layer at (0,0) size 785x1441
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1413
-  RenderBlock {HTML} at (0,0) size 785x1413
-    RenderBody {BODY} at (0,0) size 785x1413
-      RenderIFrame {IFRAME} at (0,0) size 785x723
-        layer at (0,0) size 785x723
-          RenderView at (0,0) size 785x723
-        layer at (0,0) size 785x723
-          RenderBlock {HTML} at (0,0) size 785x723
-            RenderBody {BODY} at (0,5) size 785x718
</del><ins>+layer at (0,0) size 785x1441
+  RenderBlock {HTML} at (0,0) size 785x1441
+    RenderBody {BODY} at (0,0) size 785x1441
+      RenderIFrame {IFRAME} at (0,0) size 785x737
+        layer at (0,0) size 785x737
+          RenderView at (0,0) size 785x737
+        layer at (0,0) size 785x737
+          RenderBlock {HTML} at (0,0) size 785x737
+            RenderBody {BODY} at (0,5) size 785x732
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 785x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 196x18
</span><span class="cx">                   text run at (0,0) width 196: &quot;CompatMode: CSS1Compat&quot;
</span><del>-              RenderBlock (anonymous) at (0,23) size 785x695
</del><ins>+              RenderBlock (anonymous) at (0,23) size 785x709
</ins><span class="cx">                 RenderBlock {DIV} at (0,30) size 158x55 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,12) size 80x0
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (158,30) size 158x55 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><del>-                    RenderText {#text} at (0,0) size 76x14
-                      text run at (0,0) width 76: &quot;disabled: \&quot;true\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 78x14
+                      text run at (0,0) width 78: &quot;disabled: \&quot;true\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (316,0) size 174x85 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 78x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 78: &quot;\&quot;padding:10px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 79x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 79: &quot;\&quot;padding:10px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (490,20) size 154x65 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 72x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 72: &quot;\&quot;padding:0px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 73x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 73: &quot;\&quot;padding:0px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (0,119) size 174x85 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 73x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 73: &quot;\&quot;margin:10px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 74x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 74: &quot;\&quot;margin:10px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (174,139) size 154x65 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 67x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 67: &quot;\&quot;margin:0px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 68x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 68: &quot;\&quot;margin:0px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (328,135) size 82x69 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 67x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 67: &quot;\&quot;width:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 68x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 68: &quot;\&quot;width:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (410,85) size 104x119 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><del>-                    RenderText {#text} at (0,0) size 73x42
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 62: &quot;\&quot;width:60px;&quot;
-                      text run at (0,28) width 73: &quot;padding:20px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 74x42
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 74: &quot;padding:20px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,29) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (514,125) size 82x79 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><del>-                    RenderText {#text} at (0,0) size 62x42
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 62: &quot;\&quot;width:60px;&quot;
-                      text run at (0,28) width 55: &quot;padding:0\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 63x42
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 56: &quot;padding:0\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,29) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (596,105) size 158x99 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 69x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 69: &quot;\&quot;height:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 71x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 71: &quot;\&quot;height:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (0,218) size 82x113 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><del>-                    RenderText {#text} at (0,0) size 64x42
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 62: &quot;\&quot;width:60px;&quot;
-                      text run at (0,28) width 64: &quot;height:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 66x42
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,29) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (82,262) size 158x69 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 91x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 91: &quot;\&quot;overflow:hidden\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 92x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 92: &quot;\&quot;overflow:hidden\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (240,247) size 158x84 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 85x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 85: &quot;\&quot;overflow:scroll\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 86x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 86: &quot;\&quot;overflow:scroll\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (398,204) size 82x127 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x56
</span><del>-                    RenderText {#text} at (0,0) size 86x56
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 86: &quot;\&quot;overflow:hidden;&quot;
-                      text run at (0,28) width 57: &quot;width:60px;&quot;
-                      text run at (0,42) width 64: &quot;height:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 87x56
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 87: &quot;\&quot;overflow:hidden;&quot;
+                      text run at (0,28) width 59: &quot;width:60px;&quot;
+                      text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,43) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (480,204) size 82x127 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x56
</span><del>-                    RenderText {#text} at (0,0) size 80x56
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 80: &quot;\&quot;overflow:scroll;&quot;
-                      text run at (0,28) width 57: &quot;width:60px;&quot;
-                      text run at (0,42) width 64: &quot;height:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 81x56
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 81: &quot;\&quot;overflow:scroll;&quot;
+                      text run at (0,28) width 59: &quot;width:60px;&quot;
+                      text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,43) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (562,218) size 82x113 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><del>-                    RenderText {#text} at (0,0) size 72x42
-                      text run at (0,0) width 72: &quot;cols: \&quot;5\&quot;, style:&quot;
-                      text run at (0,14) width 62: &quot;\&quot;width:60px;&quot;
-                      text run at (0,28) width 64: &quot;height:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 74x42
+                      text run at (0,0) width 74: &quot;cols: \&quot;5\&quot;, style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,29) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (644,218) size 82x113 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><del>-                    RenderText {#text} at (0,0) size 77x42
-                      text run at (0,0) width 77: &quot;rows: \&quot;4\&quot;, style:&quot;
-                      text run at (0,14) width 62: &quot;\&quot;width:60px;&quot;
-                      text run at (0,28) width 64: &quot;height:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 78x42
+                      text run at (0,0) width 78: &quot;rows: \&quot;4\&quot;, style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,29) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (0,331) size 82x127 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x56
</span><del>-                    RenderText {#text} at (0,0) size 74x56
-                      text run at (0,0) width 74: &quot;cols: \&quot;5\&quot;, rows:&quot;
-                      text run at (0,14) width 47: &quot;\&quot;4\&quot;, style:&quot;
-                      text run at (0,28) width 62: &quot;\&quot;width:60px;&quot;
-                      text run at (0,42) width 64: &quot;height:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 75x56
+                      text run at (0,0) width 75: &quot;cols: \&quot;5\&quot;, rows:&quot;
+                      text run at (0,14) width 48: &quot;\&quot;4\&quot;, style:&quot;
+                      text run at (0,28) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,43) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (82,403) size 82x55 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><del>-                    RenderText {#text} at (0,0) size 44x14
-                      text run at (0,0) width 44: &quot;cols: \&quot;3\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 45x14
+                      text run at (0,0) width 45: &quot;cols: \&quot;3\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (164,390) size 158x68 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="lines">@@ -140,8 +140,8 @@
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (322,403) size 82x55 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><del>-                    RenderText {#text} at (0,0) size 44x14
-                      text run at (0,0) width 44: &quot;cols: \&quot;7\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 45x14
+                      text run at (0,0) width 45: &quot;cols: \&quot;7\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (404,338) size 158x120 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="lines">@@ -150,8 +150,8 @@
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (562,363) size 82x95 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 74x28
-                      text run at (0,0) width 74: &quot;cols: \&quot;5\&quot;, rows:&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 75x28
+                      text run at (0,0) width 75: &quot;cols: \&quot;5\&quot;, rows:&quot;
</ins><span class="cx">                       text run at (0,14) width 19: &quot;\&quot;4\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (0,458) size 158x70 [border: (1px solid #0000FF)]
</span><span class="lines">@@ -161,57 +161,58 @@
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (158,473) size 158x55 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><del>-                    RenderText {#text} at (0,0) size 64x14
-                      text run at (0,0) width 64: &quot;wrap: \&quot;hard\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 65x14
+                      text run at (0,0) width 65: &quot;wrap: \&quot;hard\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (316,473) size 158x55 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><del>-                    RenderText {#text} at (0,0) size 61x14
-                      text run at (0,0) width 61: &quot;wrap: \&quot;soft\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 62x14
+                      text run at (0,0) width 62: &quot;wrap: \&quot;soft\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,1) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (474,459) size 158x69 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 70x28
-                      text run at (0,0) width 63: &quot;style: \&quot;white-&quot;
-                      text run at (0,14) width 70: &quot;space:normal\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 72x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 72: &quot;space:normal\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (0,528) size 158x69 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 63x28
-                      text run at (0,0) width 63: &quot;style: \&quot;white-&quot;
-                      text run at (0,14) width 52: &quot;space:pre\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 65x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 54: &quot;space:pre\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (158,528) size 158x69 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 76x28
-                      text run at (0,0) width 63: &quot;style: \&quot;white-&quot;
-                      text run at (0,14) width 76: &quot;space:prewrap\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 78x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 78: &quot;space:prewrap\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (316,528) size 158x69 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 73x28
-                      text run at (0,0) width 63: &quot;style: \&quot;white-&quot;
-                      text run at (0,14) width 73: &quot;space:nowrap\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 74x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 74: &quot;space:nowrap\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><span class="cx">                 RenderBlock {DIV} at (474,528) size 158x69 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 73x28
-                      text run at (0,0) width 63: &quot;style: \&quot;white-&quot;
-                      text run at (0,14) width 73: &quot;space:pre-line\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 76x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 76: &quot;space:pre-line\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (0,611) size 158x84 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (0,625) size 158x84 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 68x28
-                      text run at (0,0) width 62: &quot;style: \&quot;word-&quot;
-                      text run at (0,14) width 68: &quot;wrap:normal\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 70x28
+                      text run at (0,0) width 63: &quot;style: \&quot;word-&quot;
+                      text run at (0,14) width 70: &quot;wrap:normal\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,15) size 0x14
</span><del>-                RenderBlock {DIV} at (158,597) size 158x98 [border: (1px solid #0000FF)]
-                  RenderBlock {SPAN} at (1,1) size 80x42
-                    RenderText {#text} at (0,0) size 80x42
</del><ins>+                RenderBlock {DIV} at (158,597) size 158x112 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x56
+                    RenderText {#text} at (0,0) size 65x56
</ins><span class="cx">                       text run at (0,0) width 57: &quot;wrap: \&quot;off\&quot;,&quot;
</span><del>-                      text run at (0,14) width 63: &quot;style: \&quot;white-&quot;
-                      text run at (0,28) width 80: &quot;space:pre-wrap\&quot;,&quot;
-                  RenderBR {BR} at (81,29) size 0x14
</del><ins>+                      text run at (0,14) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,28) width 50: &quot;space:pre-&quot;
+                      text run at (0,42) width 32: &quot;wrap\&quot;,&quot;
+                  RenderBR {BR} at (81,43) size 0x14
</ins><span class="cx">         layer at (3,75) size 152x32 clip at (4,76) size 150x30
</span><span class="cx">           RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 146x13
</span><span class="lines">@@ -222,7 +223,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52 [color=#545454]
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -232,7 +233,7 @@
</span><span class="cx">             RenderBlock {DIV} at (11,11) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -242,7 +243,7 @@
</span><span class="cx">             RenderBlock {DIV} at (1,1) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -252,7 +253,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -262,7 +263,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -329,7 +330,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 146x52
</span><span class="cx">               RenderText {#text} at (0,0) size 146x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
</span><span class="cx">                 text run at (0,26) width 55: &quot;TUVWXYZ&quot;
</span><span class="cx">                 text run at (54,26) width 5: &quot; &quot;
</span><span class="lines">@@ -358,7 +359,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 146x52
</span><span class="cx">               RenderText {#text} at (0,0) size 146x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
</span><span class="cx">                 text run at (0,26) width 55: &quot;TUVWXYZ&quot;
</span><span class="cx">                 text run at (54,26) width 5: &quot; &quot;
</span><span class="lines">@@ -368,7 +369,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -507,7 +508,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -536,7 +537,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 146x52
</span><span class="cx">               RenderText {#text} at (0,0) size 146x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
</span><span class="cx">                 text run at (0,26) width 55: &quot;TUVWXYZ&quot;
</span><span class="cx">                 text run at (54,26) width 5: &quot; &quot;
</span><span class="lines">@@ -568,14 +569,14 @@
</span><span class="cx">         layer at (3,503) size 152x47 clip at (4,504) size 150x30 scrollWidth 439
</span><span class="cx">           RenderTextControl {TEXTAREA} at (3,17) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 146x13
</span><del>-              RenderText {#text} at (0,0) size 438x13
-                text run at (0,0) width 438: &quot;Lorem ipsum  dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
</del><ins>+              RenderText {#text} at (0,0) size 437x13
+                text run at (0,0) width 437: &quot;Lorem ipsum  dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
</ins><span class="cx">         layer at (161,518) size 152x32 clip at (162,519) size 135x30 scrollHeight 56
</span><span class="cx">           RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -585,7 +586,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -594,16 +595,16 @@
</span><span class="cx">           RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><del>-                text run at (0,0) width 73: &quot;Lorem ipsum &quot;
-                text run at (72,0) width 28: &quot;dolor&quot;
</del><ins>+                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
+                text run at (71,0) width 29: &quot;dolor&quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
</span><span class="cx">         layer at (3,587) size 152x32 clip at (4,588) size 135x30 scrollHeight 56
</span><span class="cx">           RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><del>-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 131: &quot;Lorem ipsum  dolor ABC&quot;
</del><ins>+              RenderText {#text} at (0,0) size 130x52
+                text run at (0,0) width 130: &quot;Lorem ipsum  dolor ABC&quot;
</ins><span class="cx">                 text run at (0,13) width 129: &quot;DEFGHIJKLMNOPQRST&quot;
</span><span class="cx">                 text run at (0,26) width 126: &quot;UVWXYZ abcdefghijklm&quot;
</span><span class="cx">                 text run at (0,39) width 54: &quot;nopqrstuv&quot;
</span><span class="lines">@@ -612,7 +613,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -621,162 +622,162 @@
</span><span class="cx">           RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 146x13
</span><span class="cx">               RenderText {#text} at (0,0) size 434x13
</span><del>-                text run at (0,0) width 73: &quot;Lorem ipsum &quot;
-                text run at (72,0) width 362: &quot;dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
</del><ins>+                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
+                text run at (71,0) width 363: &quot;dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
</ins><span class="cx">         layer at (477,587) size 152x32 clip at (478,588) size 135x30 scrollHeight 56
</span><span class="cx">           RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><del>-                text run at (0,0) width 73: &quot;Lorem ipsum &quot;
-                text run at (72,0) width 28: &quot;dolor&quot;
</del><ins>+                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
+                text run at (71,0) width 29: &quot;dolor&quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
</span><del>-        layer at (3,670) size 152x47 clip at (4,671) size 135x30 scrollWidth 202 scrollHeight 43
</del><ins>+        layer at (3,684) size 152x47 clip at (4,685) size 135x30 scrollWidth 202 scrollHeight 43
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (3,31) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 146x39
</span><span class="cx">               RenderText {#text} at (0,0) size 201x39
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 201: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
</span><span class="cx">                 text run at (0,26) width 131: &quot; abcdefghijklmnopqrstuv&quot;
</span><del>-        layer at (161,670) size 152x47 clip at (162,671) size 135x30 scrollWidth 202 scrollHeight 43
-          RenderTextControl {TEXTAREA} at (3,45) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</del><ins>+        layer at (161,684) size 152x47 clip at (162,685) size 135x30 scrollWidth 202 scrollHeight 43
+          RenderTextControl {TEXTAREA} at (3,59) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</ins><span class="cx">             RenderBlock {DIV} at (3,3) size 146x39
</span><span class="cx">               RenderText {#text} at (0,0) size 201x39
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 201: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
</span><span class="cx">                 text run at (0,26) width 131: &quot; abcdefghijklmnopqrstuv&quot;
</span><del>-      RenderIFrame {IFRAME} at (0,723) size 785x690
-        layer at (0,0) size 785x690
-          RenderView at (0,0) size 785x690
-        layer at (0,0) size 785x690
-          RenderBlock {HTML} at (0,0) size 785x690
-            RenderBody {BODY} at (0,5) size 785x685
</del><ins>+      RenderIFrame {IFRAME} at (0,737) size 785x704
+        layer at (0,0) size 785x704
+          RenderView at (0,0) size 785x704
+        layer at (0,0) size 785x704
+          RenderBlock {HTML} at (0,0) size 785x704
+            RenderBody {BODY} at (0,5) size 785x699
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 785x18
</span><del>-                RenderText {#text} at (0,0) size 193x18
-                  text run at (0,0) width 193: &quot;CompatMode: BackCompat&quot;
-              RenderBlock (anonymous) at (0,23) size 785x662
</del><ins>+                RenderText {#text} at (0,0) size 194x18
+                  text run at (0,0) width 194: &quot;CompatMode: BackCompat&quot;
+              RenderBlock (anonymous) at (0,23) size 785x676
</ins><span class="cx">                 RenderBlock {DIV} at (0,44) size 158x38 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x0
</span><span class="cx">                   RenderBR {BR} at (81,1) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (158,30) size 158x52 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><del>-                    RenderText {#text} at (0,0) size 76x14
-                      text run at (0,0) width 76: &quot;disabled: \&quot;true\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 78x14
+                      text run at (0,0) width 78: &quot;disabled: \&quot;true\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (316,0) size 174x82 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 78x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 78: &quot;\&quot;padding:10px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 79x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 79: &quot;\&quot;padding:10px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (490,20) size 154x62 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 72x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 72: &quot;\&quot;padding:0px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 73x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 73: &quot;\&quot;padding:0px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (0,116) size 174x82 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 73x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 73: &quot;\&quot;margin:10px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 74x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 74: &quot;\&quot;margin:10px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (174,136) size 154x62 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 67x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 67: &quot;\&quot;margin:0px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 68x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 68: &quot;\&quot;margin:0px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (328,132) size 82x66 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 67x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 67: &quot;\&quot;width:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 68x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 68: &quot;\&quot;width:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (410,82) size 82x116 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><del>-                    RenderText {#text} at (0,0) size 73x42
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 62: &quot;\&quot;width:60px;&quot;
-                      text run at (0,28) width 73: &quot;padding:20px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 74x42
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 74: &quot;padding:20px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,40) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (492,122) size 82x76 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><del>-                    RenderText {#text} at (0,0) size 62x42
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 62: &quot;\&quot;width:60px;&quot;
-                      text run at (0,28) width 55: &quot;padding:0\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 63x42
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 56: &quot;padding:0\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,40) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (574,108) size 158x90 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 69x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 69: &quot;\&quot;height:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 71x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 71: &quot;\&quot;height:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (0,212) size 82x104 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><del>-                    RenderText {#text} at (0,0) size 64x42
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 62: &quot;\&quot;width:60px;&quot;
-                      text run at (0,28) width 64: &quot;height:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 66x42
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,40) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (82,250) size 158x66 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 91x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 91: &quot;\&quot;overflow:hidden\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 92x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 92: &quot;\&quot;overflow:hidden\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (240,235) size 158x81 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 85x28
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 85: &quot;\&quot;overflow:scroll\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 86x28
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 86: &quot;\&quot;overflow:scroll\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (398,198) size 82x118 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x56
</span><del>-                    RenderText {#text} at (0,0) size 86x56
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 86: &quot;\&quot;overflow:hidden;&quot;
-                      text run at (0,28) width 57: &quot;width:60px;&quot;
-                      text run at (0,42) width 64: &quot;height:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 87x56
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 87: &quot;\&quot;overflow:hidden;&quot;
+                      text run at (0,28) width 59: &quot;width:60px;&quot;
+                      text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,54) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (480,198) size 82x118 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x56
</span><del>-                    RenderText {#text} at (0,0) size 80x56
-                      text run at (0,0) width 25: &quot;style:&quot;
-                      text run at (0,14) width 80: &quot;\&quot;overflow:scroll;&quot;
-                      text run at (0,28) width 57: &quot;width:60px;&quot;
-                      text run at (0,42) width 64: &quot;height:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 81x56
+                      text run at (0,0) width 26: &quot;style:&quot;
+                      text run at (0,14) width 81: &quot;\&quot;overflow:scroll;&quot;
+                      text run at (0,28) width 59: &quot;width:60px;&quot;
+                      text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,54) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (562,212) size 82x104 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><del>-                    RenderText {#text} at (0,0) size 72x42
-                      text run at (0,0) width 72: &quot;cols: \&quot;5\&quot;, style:&quot;
-                      text run at (0,14) width 62: &quot;\&quot;width:60px;&quot;
-                      text run at (0,28) width 64: &quot;height:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 74x42
+                      text run at (0,0) width 74: &quot;cols: \&quot;5\&quot;, style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,40) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (644,212) size 82x104 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x42
</span><del>-                    RenderText {#text} at (0,0) size 77x42
-                      text run at (0,0) width 77: &quot;rows: \&quot;4\&quot;, style:&quot;
-                      text run at (0,14) width 62: &quot;\&quot;width:60px;&quot;
-                      text run at (0,28) width 64: &quot;height:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 78x42
+                      text run at (0,0) width 78: &quot;rows: \&quot;4\&quot;, style:&quot;
+                      text run at (0,14) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,28) width 66: &quot;height:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,40) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (0,316) size 82x118 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x56
</span><del>-                    RenderText {#text} at (0,0) size 74x56
-                      text run at (0,0) width 74: &quot;cols: \&quot;5\&quot;, rows:&quot;
-                      text run at (0,14) width 47: &quot;\&quot;4\&quot;, style:&quot;
-                      text run at (0,28) width 62: &quot;\&quot;width:60px;&quot;
-                      text run at (0,42) width 64: &quot;height:60px\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 75x56
+                      text run at (0,0) width 75: &quot;cols: \&quot;5\&quot;, rows:&quot;
+                      text run at (0,14) width 48: &quot;\&quot;4\&quot;, style:&quot;
+                      text run at (0,28) width 63: &quot;\&quot;width:60px;&quot;
+                      text run at (0,42) width 66: &quot;height:60px\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,54) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (82,382) size 82x52 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><del>-                    RenderText {#text} at (0,0) size 44x14
-                      text run at (0,0) width 44: &quot;cols: \&quot;3\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 45x14
+                      text run at (0,0) width 45: &quot;cols: \&quot;3\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (164,369) size 158x65 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="lines">@@ -785,8 +786,8 @@
</span><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (322,382) size 82x52 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><del>-                    RenderText {#text} at (0,0) size 44x14
-                      text run at (0,0) width 44: &quot;cols: \&quot;7\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 45x14
+                      text run at (0,0) width 45: &quot;cols: \&quot;7\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (404,317) size 158x117 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><span class="lines">@@ -795,8 +796,8 @@
</span><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (562,342) size 82x92 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 74x28
-                      text run at (0,0) width 74: &quot;cols: \&quot;5\&quot;, rows:&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 75x28
+                      text run at (0,0) width 75: &quot;cols: \&quot;5\&quot;, rows:&quot;
</ins><span class="cx">                       text run at (0,14) width 19: &quot;\&quot;4\&quot;,&quot;
</span><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (0,434) size 158x67 [border: (1px solid #0000FF)]
</span><span class="lines">@@ -806,57 +807,58 @@
</span><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (158,449) size 158x52 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><del>-                    RenderText {#text} at (0,0) size 64x14
-                      text run at (0,0) width 64: &quot;wrap: \&quot;hard\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 65x14
+                      text run at (0,0) width 65: &quot;wrap: \&quot;hard\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (316,449) size 158x52 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x14
</span><del>-                    RenderText {#text} at (0,0) size 61x14
-                      text run at (0,0) width 61: &quot;wrap: \&quot;soft\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 62x14
+                      text run at (0,0) width 62: &quot;wrap: \&quot;soft\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,12) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (474,435) size 158x66 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 70x28
-                      text run at (0,0) width 63: &quot;style: \&quot;white-&quot;
-                      text run at (0,14) width 70: &quot;space:normal\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 72x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 72: &quot;space:normal\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (0,501) size 158x66 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 63x28
-                      text run at (0,0) width 63: &quot;style: \&quot;white-&quot;
-                      text run at (0,14) width 52: &quot;space:pre\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 65x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 54: &quot;space:pre\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (158,501) size 158x66 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 76x28
-                      text run at (0,0) width 63: &quot;style: \&quot;white-&quot;
-                      text run at (0,14) width 76: &quot;space:prewrap\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 78x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 78: &quot;space:prewrap\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (316,501) size 158x66 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 73x28
-                      text run at (0,0) width 63: &quot;style: \&quot;white-&quot;
-                      text run at (0,14) width 73: &quot;space:nowrap\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 74x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 74: &quot;space:nowrap\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><span class="cx">                 RenderBlock {DIV} at (474,501) size 158x66 [border: (1px solid #0000FF)]
</span><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 73x28
-                      text run at (0,0) width 63: &quot;style: \&quot;white-&quot;
-                      text run at (0,14) width 73: &quot;space:pre-line\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 76x28
+                      text run at (0,0) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,14) width 76: &quot;space:pre-line\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (0,581) size 158x81 [border: (1px solid #0000FF)]
</del><ins>+                RenderBlock {DIV} at (0,595) size 158x81 [border: (1px solid #0000FF)]
</ins><span class="cx">                   RenderBlock {SPAN} at (1,1) size 80x28
</span><del>-                    RenderText {#text} at (0,0) size 68x28
-                      text run at (0,0) width 62: &quot;style: \&quot;word-&quot;
-                      text run at (0,14) width 68: &quot;wrap:normal\&quot;,&quot;
</del><ins>+                    RenderText {#text} at (0,0) size 70x28
+                      text run at (0,0) width 63: &quot;style: \&quot;word-&quot;
+                      text run at (0,14) width 70: &quot;wrap:normal\&quot;,&quot;
</ins><span class="cx">                   RenderBR {BR} at (81,26) size 0x0
</span><del>-                RenderBlock {DIV} at (158,567) size 158x95 [border: (1px solid #0000FF)]
-                  RenderBlock {SPAN} at (1,1) size 80x42
-                    RenderText {#text} at (0,0) size 80x42
</del><ins>+                RenderBlock {DIV} at (158,567) size 158x109 [border: (1px solid #0000FF)]
+                  RenderBlock {SPAN} at (1,1) size 80x56
+                    RenderText {#text} at (0,0) size 65x56
</ins><span class="cx">                       text run at (0,0) width 57: &quot;wrap: \&quot;off\&quot;,&quot;
</span><del>-                      text run at (0,14) width 63: &quot;style: \&quot;white-&quot;
-                      text run at (0,28) width 80: &quot;space:pre-wrap\&quot;,&quot;
-                  RenderBR {BR} at (81,40) size 0x0
</del><ins>+                      text run at (0,14) width 65: &quot;style: \&quot;white-&quot;
+                      text run at (0,28) width 50: &quot;space:pre-&quot;
+                      text run at (0,42) width 32: &quot;wrap\&quot;,&quot;
+                  RenderBR {BR} at (81,54) size 0x0
</ins><span class="cx">         layer at (3,75) size 152x32 clip at (4,76) size 150x30
</span><span class="cx">           RenderTextControl {TEXTAREA} at (3,3) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 146x13
</span><span class="lines">@@ -867,7 +869,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52 [color=#545454]
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -877,7 +879,7 @@
</span><span class="cx">             RenderBlock {DIV} at (11,11) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -887,7 +889,7 @@
</span><span class="cx">             RenderBlock {DIV} at (1,1) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -897,7 +899,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -907,7 +909,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -1030,7 +1032,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 146x52
</span><span class="cx">               RenderText {#text} at (0,0) size 146x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
</span><span class="cx">                 text run at (0,26) width 55: &quot;TUVWXYZ&quot;
</span><span class="cx">                 text run at (54,26) width 5: &quot; &quot;
</span><span class="lines">@@ -1061,7 +1063,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 146x52
</span><span class="cx">               RenderText {#text} at (0,0) size 146x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
</span><span class="cx">                 text run at (0,26) width 55: &quot;TUVWXYZ&quot;
</span><span class="cx">                 text run at (54,26) width 5: &quot; &quot;
</span><span class="lines">@@ -1071,7 +1073,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -1219,7 +1221,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -1248,7 +1250,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 146x52
</span><span class="cx">               RenderText {#text} at (0,0) size 146x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 146: &quot;ABCDEFGHIJKLMNOPQRS&quot;
</span><span class="cx">                 text run at (0,26) width 55: &quot;TUVWXYZ&quot;
</span><span class="cx">                 text run at (54,26) width 5: &quot; &quot;
</span><span class="lines">@@ -1280,14 +1282,14 @@
</span><span class="cx">         layer at (3,479) size 152x47 clip at (4,480) size 150x30 scrollWidth 439
</span><span class="cx">           RenderTextControl {TEXTAREA} at (3,17) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 146x13
</span><del>-              RenderText {#text} at (0,0) size 438x13
-                text run at (0,0) width 438: &quot;Lorem ipsum  dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
</del><ins>+              RenderText {#text} at (0,0) size 437x13
+                text run at (0,0) width 437: &quot;Lorem ipsum  dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
</ins><span class="cx">         layer at (161,494) size 152x32 clip at (162,495) size 135x30 scrollHeight 56
</span><span class="cx">           RenderTextControl {TEXTAREA} at (3,17) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -1297,7 +1299,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -1306,16 +1308,16 @@
</span><span class="cx">           RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><del>-                text run at (0,0) width 73: &quot;Lorem ipsum &quot;
-                text run at (72,0) width 28: &quot;dolor&quot;
</del><ins>+                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
+                text run at (71,0) width 29: &quot;dolor&quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
</span><span class="cx">         layer at (3,560) size 152x32 clip at (4,561) size 135x30 scrollHeight 56
</span><span class="cx">           RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><del>-              RenderText {#text} at (0,0) size 131x52
-                text run at (0,0) width 131: &quot;Lorem ipsum  dolor ABC&quot;
</del><ins>+              RenderText {#text} at (0,0) size 130x52
+                text run at (0,0) width 130: &quot;Lorem ipsum  dolor ABC&quot;
</ins><span class="cx">                 text run at (0,13) width 129: &quot;DEFGHIJKLMNOPQRST&quot;
</span><span class="cx">                 text run at (0,26) width 126: &quot;UVWXYZ abcdefghijklm&quot;
</span><span class="cx">                 text run at (0,39) width 54: &quot;nopqrstuv&quot;
</span><span class="lines">@@ -1324,7 +1326,7 @@
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (70,26) width 4: &quot; &quot;
</span><span class="lines">@@ -1333,31 +1335,31 @@
</span><span class="cx">           RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 146x13
</span><span class="cx">               RenderText {#text} at (0,0) size 434x13
</span><del>-                text run at (0,0) width 73: &quot;Lorem ipsum &quot;
-                text run at (72,0) width 362: &quot;dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
</del><ins>+                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
+                text run at (71,0) width 363: &quot;dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv&quot;
</ins><span class="cx">         layer at (477,560) size 152x32 clip at (478,561) size 135x30 scrollHeight 56
</span><span class="cx">           RenderTextControl {TEXTAREA} at (3,31) size 152x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 131x52
</span><span class="cx">               RenderText {#text} at (0,0) size 131x52
</span><del>-                text run at (0,0) width 73: &quot;Lorem ipsum &quot;
-                text run at (72,0) width 28: &quot;dolor&quot;
</del><ins>+                text run at (0,0) width 72: &quot;Lorem ipsum &quot;
+                text run at (71,0) width 29: &quot;dolor&quot;
</ins><span class="cx">                 text run at (0,13) width 131: &quot;ABCDEFGHIJKLMNOPQ&quot;
</span><span class="cx">                 text run at (0,26) width 71: &quot;RSTUVWXYZ&quot;
</span><span class="cx">                 text run at (0,39) width 128: &quot;abcdefghijklmnopqrstuv&quot;
</span><del>-        layer at (3,640) size 152x47 clip at (4,641) size 135x30 scrollWidth 202 scrollHeight 43
</del><ins>+        layer at (3,654) size 152x47 clip at (4,655) size 135x30 scrollWidth 202 scrollHeight 43
</ins><span class="cx">           RenderTextControl {TEXTAREA} at (3,31) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="cx">             RenderBlock {DIV} at (3,3) size 146x39
</span><span class="cx">               RenderText {#text} at (0,0) size 201x39
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 201: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
</span><span class="cx">                 text run at (0,26) width 131: &quot; abcdefghijklmnopqrstuv&quot;
</span><del>-        layer at (161,640) size 152x47 clip at (162,641) size 135x30 scrollWidth 202 scrollHeight 43
-          RenderTextControl {TEXTAREA} at (3,45) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</del><ins>+        layer at (161,654) size 152x47 clip at (162,655) size 135x30 scrollWidth 202 scrollHeight 43
+          RenderTextControl {TEXTAREA} at (3,59) size 152x47 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</ins><span class="cx">             RenderBlock {DIV} at (3,3) size 146x39
</span><span class="cx">               RenderText {#text} at (0,0) size 201x39
</span><span class="cx">                 text run at (0,0) width 103: &quot;Lorem ipsum  dolor&quot;
</span><del>-                text run at (102,0) width 5: &quot; &quot;
</del><ins>+                text run at (102,0) width 4: &quot; &quot;
</ins><span class="cx">                 text run at (0,13) width 201: &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
</span><span class="cx">                 text run at (0,26) width 131: &quot; abcdefghijklmnopqrstuv&quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastframesframescrollingattributeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/frames/frame-scrolling-attribute-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/frames/frame-scrolling-attribute-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/fast/frames/frame-scrolling-attribute-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -4,41 +4,44 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderFrameSet {FRAMESET} at (0,0) size 800x600
</span><span class="cx">       RenderFrame {FRAME} at (0,0) size 195x145
</span><del>-        layer at (0,0) size 408x486
</del><ins>+        layer at (0,0) size 408x504
</ins><span class="cx">           RenderView at (0,0) size 180x130
</span><del>-        layer at (0,0) size 180x486
-          RenderBlock {HTML} at (0,0) size 180x486
-            RenderBody {BODY} at (8,8) size 164x470
-              RenderBlock {P} at (0,0) size 164x54
-                RenderText {#text} at (0,0) size 162x54
-                  text run at (0,0) width 162: &quot;This page is large enough&quot;
-                  text run at (0,18) width 161: &quot;to need to be scrolled in a&quot;
-                  text run at (0,36) width 100: &quot;200x200 frame.&quot;
-              RenderBlock {DIV} at (0,70) size 400x400 [bgcolor=#0000FF]
</del><ins>+        layer at (0,0) size 180x504
+          RenderBlock {HTML} at (0,0) size 180x504
+            RenderBody {BODY} at (8,8) size 164x488
+              RenderBlock {P} at (0,0) size 164x72
+                RenderText {#text} at (0,0) size 139x72
+                  text run at (0,0) width 114: &quot;This page is large&quot;
+                  text run at (0,18) width 134: &quot;enough to need to be&quot;
+                  text run at (0,36) width 139: &quot;scrolled in a 200x200&quot;
+                  text run at (0,54) width 42: &quot;frame.&quot;
+              RenderBlock {DIV} at (0,88) size 400x400 [bgcolor=#0000FF]
</ins><span class="cx">       RenderFrame {FRAME} at (201,0) size 195x145
</span><del>-        layer at (0,0) size 408x486
</del><ins>+        layer at (0,0) size 408x504
</ins><span class="cx">           RenderView at (0,0) size 180x130
</span><del>-        layer at (0,0) size 180x486
-          RenderBlock {HTML} at (0,0) size 180x486
-            RenderBody {BODY} at (8,8) size 164x470
-              RenderBlock {P} at (0,0) size 164x54
-                RenderText {#text} at (0,0) size 162x54
-                  text run at (0,0) width 162: &quot;This page is large enough&quot;
-                  text run at (0,18) width 161: &quot;to need to be scrolled in a&quot;
-                  text run at (0,36) width 100: &quot;200x200 frame.&quot;
-              RenderBlock {DIV} at (0,70) size 400x400 [bgcolor=#0000FF]
</del><ins>+        layer at (0,0) size 180x504
+          RenderBlock {HTML} at (0,0) size 180x504
+            RenderBody {BODY} at (8,8) size 164x488
+              RenderBlock {P} at (0,0) size 164x72
+                RenderText {#text} at (0,0) size 139x72
+                  text run at (0,0) width 114: &quot;This page is large&quot;
+                  text run at (0,18) width 134: &quot;enough to need to be&quot;
+                  text run at (0,36) width 139: &quot;scrolled in a 200x200&quot;
+                  text run at (0,54) width 42: &quot;frame.&quot;
+              RenderBlock {DIV} at (0,88) size 400x400 [bgcolor=#0000FF]
</ins><span class="cx">       RenderFrame {FRAME} at (402,0) size 195x145
</span><del>-        layer at (0,0) size 408x486
</del><ins>+        layer at (0,0) size 408x504
</ins><span class="cx">           RenderView at (0,0) size 180x130
</span><del>-        layer at (0,0) size 180x486
-          RenderBlock {HTML} at (0,0) size 180x486
-            RenderBody {BODY} at (8,8) size 164x470
-              RenderBlock {P} at (0,0) size 164x54
-                RenderText {#text} at (0,0) size 162x54
-                  text run at (0,0) width 162: &quot;This page is large enough&quot;
-                  text run at (0,18) width 161: &quot;to need to be scrolled in a&quot;
-                  text run at (0,36) width 100: &quot;200x200 frame.&quot;
-              RenderBlock {DIV} at (0,70) size 400x400 [bgcolor=#0000FF]
</del><ins>+        layer at (0,0) size 180x504
+          RenderBlock {HTML} at (0,0) size 180x504
+            RenderBody {BODY} at (8,8) size 164x488
+              RenderBlock {P} at (0,0) size 164x72
+                RenderText {#text} at (0,0) size 139x72
+                  text run at (0,0) width 114: &quot;This page is large&quot;
+                  text run at (0,18) width 134: &quot;enough to need to be&quot;
+                  text run at (0,36) width 139: &quot;scrolled in a 200x200&quot;
+                  text run at (0,54) width 42: &quot;frame.&quot;
+              RenderBlock {DIV} at (0,88) size 400x400 [bgcolor=#0000FF]
</ins><span class="cx">       RenderFrame {FRAME} at (603,0) size 197x145
</span><span class="cx">         layer at (0,0) size 408x486
</span><span class="cx">           RenderView at (0,0) size 182x130
</span><span class="lines">@@ -46,23 +49,24 @@
</span><span class="cx">           RenderBlock {HTML} at (0,0) size 182x486
</span><span class="cx">             RenderBody {BODY} at (8,8) size 166x470
</span><span class="cx">               RenderBlock {P} at (0,0) size 166x54
</span><del>-                RenderText {#text} at (0,0) size 162x54
-                  text run at (0,0) width 162: &quot;This page is large enough&quot;
-                  text run at (0,18) width 161: &quot;to need to be scrolled in a&quot;
-                  text run at (0,36) width 100: &quot;200x200 frame.&quot;
</del><ins>+                RenderText {#text} at (0,0) size 165x54
+                  text run at (0,0) width 165: &quot;This page is large enough&quot;
+                  text run at (0,18) width 165: &quot;to need to be scrolled in a&quot;
+                  text run at (0,36) width 102: &quot;200x200 frame.&quot;
</ins><span class="cx">               RenderBlock {DIV} at (0,70) size 400x400 [bgcolor=#0000FF]
</span><span class="cx">       RenderFrame {FRAME} at (0,151) size 195x145
</span><del>-        layer at (0,0) size 408x486
</del><ins>+        layer at (0,0) size 408x504
</ins><span class="cx">           RenderView at (0,0) size 180x130
</span><del>-        layer at (0,0) size 180x486
-          RenderBlock {HTML} at (0,0) size 180x486
-            RenderBody {BODY} at (8,8) size 164x470
-              RenderBlock {P} at (0,0) size 164x54
-                RenderText {#text} at (0,0) size 162x54
-                  text run at (0,0) width 162: &quot;This page is large enough&quot;
-                  text run at (0,18) width 161: &quot;to need to be scrolled in a&quot;
-                  text run at (0,36) width 100: &quot;200x200 frame.&quot;
-              RenderBlock {DIV} at (0,70) size 400x400 [bgcolor=#0000FF]
</del><ins>+        layer at (0,0) size 180x504
+          RenderBlock {HTML} at (0,0) size 180x504
+            RenderBody {BODY} at (8,8) size 164x488
+              RenderBlock {P} at (0,0) size 164x72
+                RenderText {#text} at (0,0) size 139x72
+                  text run at (0,0) width 114: &quot;This page is large&quot;
+                  text run at (0,18) width 134: &quot;enough to need to be&quot;
+                  text run at (0,36) width 139: &quot;scrolled in a 200x200&quot;
+                  text run at (0,54) width 42: &quot;frame.&quot;
+              RenderBlock {DIV} at (0,88) size 400x400 [bgcolor=#0000FF]
</ins><span class="cx">       RenderFrame {FRAME} at (201,151) size 195x145
</span><span class="cx">         layer at (0,0) size 408x486
</span><span class="cx">           RenderView at (0,0) size 195x145
</span><span class="lines">@@ -70,23 +74,24 @@
</span><span class="cx">           RenderBlock {HTML} at (0,0) size 195x486
</span><span class="cx">             RenderBody {BODY} at (8,8) size 179x470
</span><span class="cx">               RenderBlock {P} at (0,0) size 179x54
</span><del>-                RenderText {#text} at (0,0) size 178x54
-                  text run at (0,0) width 178: &quot;This page is large enough to&quot;
-                  text run at (0,18) width 145: &quot;need to be scrolled in a&quot;
-                  text run at (0,36) width 100: &quot;200x200 frame.&quot;
</del><ins>+                RenderText {#text} at (0,0) size 165x54
+                  text run at (0,0) width 165: &quot;This page is large enough&quot;
+                  text run at (0,18) width 165: &quot;to need to be scrolled in a&quot;
+                  text run at (0,36) width 102: &quot;200x200 frame.&quot;
</ins><span class="cx">               RenderBlock {DIV} at (0,70) size 400x400 [bgcolor=#0000FF]
</span><span class="cx">       RenderFrame {FRAME} at (402,151) size 195x145
</span><del>-        layer at (0,0) size 408x486
</del><ins>+        layer at (0,0) size 408x504
</ins><span class="cx">           RenderView at (0,0) size 180x130
</span><del>-        layer at (0,0) size 180x486
-          RenderBlock {HTML} at (0,0) size 180x486
-            RenderBody {BODY} at (8,8) size 164x470
-              RenderBlock {P} at (0,0) size 164x54
-                RenderText {#text} at (0,0) size 162x54
-                  text run at (0,0) width 162: &quot;This page is large enough&quot;
-                  text run at (0,18) width 161: &quot;to need to be scrolled in a&quot;
-                  text run at (0,36) width 100: &quot;200x200 frame.&quot;
-              RenderBlock {DIV} at (0,70) size 400x400 [bgcolor=#0000FF]
</del><ins>+        layer at (0,0) size 180x504
+          RenderBlock {HTML} at (0,0) size 180x504
+            RenderBody {BODY} at (8,8) size 164x488
+              RenderBlock {P} at (0,0) size 164x72
+                RenderText {#text} at (0,0) size 139x72
+                  text run at (0,0) width 114: &quot;This page is large&quot;
+                  text run at (0,18) width 134: &quot;enough to need to be&quot;
+                  text run at (0,36) width 139: &quot;scrolled in a 200x200&quot;
+                  text run at (0,54) width 42: &quot;frame.&quot;
+              RenderBlock {DIV} at (0,88) size 400x400 [bgcolor=#0000FF]
</ins><span class="cx">       RenderFrame {FRAME} at (603,151) size 197x145
</span><span class="cx">         layer at (0,0) size 408x486
</span><span class="cx">           RenderView at (0,0) size 182x130
</span><span class="lines">@@ -94,8 +99,8 @@
</span><span class="cx">           RenderBlock {HTML} at (0,0) size 182x486
</span><span class="cx">             RenderBody {BODY} at (8,8) size 166x470
</span><span class="cx">               RenderBlock {P} at (0,0) size 166x54
</span><del>-                RenderText {#text} at (0,0) size 162x54
-                  text run at (0,0) width 162: &quot;This page is large enough&quot;
-                  text run at (0,18) width 161: &quot;to need to be scrolled in a&quot;
-                  text run at (0,36) width 100: &quot;200x200 frame.&quot;
</del><ins>+                RenderText {#text} at (0,0) size 165x54
+                  text run at (0,0) width 165: &quot;This page is large enough&quot;
+                  text run at (0,18) width 165: &quot;to need to be scrolled in a&quot;
+                  text run at (0,36) width 102: &quot;200x200 frame.&quot;
</ins><span class="cx">               RenderBlock {DIV} at (0,70) size 400x400 [bgcolor=#0000FF]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastinvalid008expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/invalid/008-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/invalid/008-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/fast/invalid/008-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x577
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><del>-        RenderText {#text} at (0,0) size 32x18
-          text run at (0,0) width 32: &quot;Test&quot;
</del><ins>+        RenderText {#text} at (0,0) size 31x18
+          text run at (0,0) width 31: &quot;Test&quot;
</ins><span class="cx"> layer at (250,50) size 247x62
</span><span class="cx">   RenderBlock (positioned) {DIV} at (250,50) size 248x62 [border: (2px solid #008000)]
</span><span class="cx">     RenderText {#text} at (22,22) size 204x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastoverflow003expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/overflow/003-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/overflow/003-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/fast/overflow/003-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -15,11 +15,11 @@
</span><span class="cx">         RenderText {#text} at (10,11) size 234x15
</span><span class="cx">           text run at (10,11) width 234: &quot;DHTML Animation Array Generator&quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderInline {description} at (0,0) size 237x60
-        RenderText {#text} at (10,26) size 237x60
-          text run at (10,26) width 237: &quot;Robert points us to the first third-party&quot;
</del><ins>+      RenderInline {description} at (0,0) size 236x60
+        RenderText {#text} at (10,26) size 236x60
+          text run at (10,26) width 236: &quot;Robert points us to the first third-party&quot;
</ins><span class="cx">           text run at (10,41) width 217: &quot;tool for the DomAPI: The Animation&quot;
</span><del>-          text run at (10,56) width 201: &quot;Array Generator, a visual tool for&quot;
</del><ins>+          text run at (10,56) width 198: &quot;Array Generator, a visual tool for&quot;
</ins><span class="cx">           text run at (10,71) width 62: &quot;creating...&quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -32,8 +32,8 @@
</span><span class="cx">       RenderInline {description} at (0,0) size 244x60
</span><span class="cx">         RenderText {#text} at (193,11) size 244x60
</span><span class="cx">           text run at (193,11) width 61: &quot;Aarondot:&quot;
</span><del>-          text run at (10,26) width 208: &quot;A Better Way To Display Extended&quot;
-          text run at (10,41) width 226: &quot;Entries. Very cool, and uses the DOM&quot;
</del><ins>+          text run at (10,26) width 206: &quot;A Better Way To Display Extended&quot;
+          text run at (10,41) width 225: &quot;Entries. Very cool, and uses the DOM&quot;
</ins><span class="cx">           text run at (10,56) width 243: &quot;and JavaScript to reveal the extended...&quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -43,11 +43,11 @@
</span><span class="cx">           text run at (10,11) width 166: &quot;cellspacing and the DOM&quot;
</span><span class="cx">       RenderText {#text} at (175,11) size 5x15
</span><span class="cx">         text run at (175,11) width 5: &quot; &quot;
</span><del>-      RenderInline {description} at (0,0) size 242x60
-        RenderText {#text} at (179,11) size 242x60
-          text run at (179,11) width 73: &quot;By the way,&quot;
</del><ins>+      RenderInline {description} at (0,0) size 241x60
+        RenderText {#text} at (179,11) size 241x60
+          text run at (179,11) width 72: &quot;By the way,&quot;
</ins><span class="cx">           text run at (10,26) width 217: &quot;if you're using the DOM to generate&quot;
</span><del>-          text run at (10,41) width 203: &quot;TABLE elements, you have to use&quot;
</del><ins>+          text run at (10,41) width 202: &quot;TABLE elements, you have to use&quot;
</ins><span class="cx">           text run at (10,56) width 158: &quot;setAttribute() to set the...&quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -57,12 +57,12 @@
</span><span class="cx">           text run at (10,11) width 181: &quot;contenteditable for Mozilla&quot;
</span><span class="cx">       RenderText {#text} at (190,11) size 5x15
</span><span class="cx">         text run at (190,11) width 5: &quot; &quot;
</span><del>-      RenderInline {description} at (0,0) size 242x75
-        RenderText {#text} at (194,11) size 242x75
</del><ins>+      RenderInline {description} at (0,0) size 241x75
+        RenderText {#text} at (194,11) size 241x75
</ins><span class="cx">           text run at (194,11) width 55: &quot;The folks&quot;
</span><span class="cx">           text run at (10,26) width 215: &quot;art Q42, creator of Quek (cute little&quot;
</span><del>-          text run at (10,41) width 242: &quot;avatar/chat) and Xopus (browser-based&quot;
-          text run at (10,56) width 225: &quot;WYSIWYG XML-editor) have released&quot;
</del><ins>+          text run at (10,41) width 241: &quot;avatar/chat) and Xopus (browser-based&quot;
+          text run at (10,56) width 224: &quot;WYSIWYG XML-editor) have released&quot;
</ins><span class="cx">           text run at (10,71) width 132: &quot;code that simulates...&quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -76,7 +76,7 @@
</span><span class="cx">       RenderInline {description} at (0,0) size 241x45
</span><span class="cx">         RenderText {#text} at (83,26) size 241x45
</span><span class="cx">           text run at (83,26) width 168: &quot;Tim Morgan is working on a&quot;
</span><del>-          text run at (10,41) width 235: &quot;Flash-like timeline/keyframe extension&quot;
</del><ins>+          text run at (10,41) width 234: &quot;Flash-like timeline/keyframe extension&quot;
</ins><span class="cx">           text run at (10,56) width 148: &quot;for his DHTML toolset....&quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -87,11 +87,11 @@
</span><span class="cx">           text run at (10,26) width 128: &quot;compatibility ports&quot;
</span><span class="cx">       RenderText {#text} at (137,26) size 5x15
</span><span class="cx">         text run at (137,26) width 5: &quot; &quot;
</span><del>-      RenderInline {description} at (0,0) size 240x60
-        RenderText {#text} at (141,26) size 240x60
</del><ins>+      RenderInline {description} at (0,0) size 239x60
+        RenderText {#text} at (141,26) size 239x60
</ins><span class="cx">           text run at (141,26) width 107: &quot;DynAPI 2.9 is the&quot;
</span><span class="cx">           text run at (10,41) width 211: &quot;latest release of the popular cross-&quot;
</span><del>-          text run at (10,56) width 240: &quot;browser DHTML library, and is available&quot;
</del><ins>+          text run at (10,56) width 239: &quot;browser DHTML library, and is available&quot;
</ins><span class="cx">           text run at (10,71) width 204: &quot;at Dan Steinman's original site....&quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -101,11 +101,11 @@
</span><span class="cx">           text run at (10,11) width 155: &quot;!lineDraw bookmarklet&quot;
</span><span class="cx">       RenderText {#text} at (164,11) size 5x15
</span><span class="cx">         text run at (164,11) width 5: &quot; &quot;
</span><del>-      RenderInline {description} at (0,0) size 217x45
-        RenderText {#text} at (168,11) size 217x45
</del><ins>+      RenderInline {description} at (0,0) size 216x45
+        RenderText {#text} at (168,11) size 216x45
</ins><span class="cx">           text run at (168,11) width 42: &quot;Milov's&quot;
</span><del>-          text run at (10,26) width 217: &quot;!lineDraw bookmarklet is in fact the&quot;
-          text run at (10,41) width 174: &quot;Coolest Bookmarklet Ever....&quot;
</del><ins>+          text run at (10,26) width 216: &quot;!lineDraw bookmarklet is in fact the&quot;
+          text run at (10,41) width 172: &quot;Coolest Bookmarklet Ever....&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">     RenderBlock {item} at (1,736) size 265x97 [bgcolor=#FFFFFF] [border: (1px solid #CCCCCC) none (1px solid #CCCCCC) none]
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx">       RenderInline {description} at (0,0) size 239x75
</span><span class="cx">         RenderText {#text} at (217,11) size 239x75
</span><span class="cx">           text run at (217,11) width 28: &quot;Why&quot;
</span><del>-          text run at (10,26) width 214: &quot;Mozilla Rules (Link via Dean) Steve&quot;
</del><ins>+          text run at (10,26) width 213: &quot;Mozilla Rules (Link via Dean) Steve&quot;
</ins><span class="cx">           text run at (10,41) width 239: &quot;Champeon: Why DHTML Will Win. Glish&quot;
</span><span class="cx">           text run at (10,56) width 199: &quot;finds a not-quite-DOM-compliant&quot;
</span><span class="cx">           text run at (10,71) width 196: &quot;replacement for innerHTML. It...&quot;
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">         text run at (23,26) width 6: &quot; &quot;
</span><span class="cx">       RenderInline {description} at (0,0) size 232x60
</span><span class="cx">         RenderText {#text} at (28,26) size 232x60
</span><del>-          text run at (28,26) width 186: &quot;Repeat after me: javascript: is&quot;
</del><ins>+          text run at (28,26) width 185: &quot;Repeat after me: javascript: is&quot;
</ins><span class="cx">           text run at (10,41) width 232: &quot;deprecated. Don't use it. javascript: is&quot;
</span><span class="cx">           text run at (10,56) width 232: &quot;deprecated. Don't use it. javascript: is&quot;
</span><span class="cx">           text run at (10,71) width 147: &quot;deprecated. Don't use...&quot;
</span><span class="lines">@@ -156,9 +156,9 @@
</span><span class="cx">         RenderText {#text} at (10,11) size 178x15
</span><span class="cx">           text run at (10,11) width 178: &quot;Conditional Script Loading&quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderInline {description} at (0,0) size 236x30
-        RenderText {#text} at (10,26) size 236x30
-          text run at (10,26) width 236: &quot;Webreference: DOM-Based Conditional&quot;
</del><ins>+      RenderInline {description} at (0,0) size 235x30
+        RenderText {#text} at (10,26) size 235x30
+          text run at (10,26) width 235: &quot;Webreference: DOM-Based Conditional&quot;
</ins><span class="cx">           text run at (10,41) width 181: &quot;Script Loading in JavaScript...&quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="lines">@@ -168,12 +168,12 @@
</span><span class="cx">           text run at (10,11) width 117: &quot;Stories and Tools&quot;
</span><span class="cx">       RenderText {#text} at (126,11) size 5x15
</span><span class="cx">         text run at (126,11) width 5: &quot; &quot;
</span><del>-      RenderInline {description} at (0,0) size 243x60
-        RenderText {#text} at (130,11) size 243x60
</del><ins>+      RenderInline {description} at (0,0) size 242x60
+        RenderText {#text} at (130,11) size 242x60
</ins><span class="cx">           text run at (130,11) width 91: &quot;Anil Dash talks&quot;
</span><del>-          text run at (10,26) width 200: &quot;about Stories and Tools, drawing&quot;
-          text run at (10,41) width 243: &quot;comparisons between the Web as a text&quot;
-          text run at (10,56) width 161: &quot;medium and the Web as...&quot;
</del><ins>+          text run at (10,26) width 198: &quot;about Stories and Tools, drawing&quot;
+          text run at (10,41) width 242: &quot;comparisons between the Web as a text&quot;
+          text run at (10,56) width 160: &quot;medium and the Web as...&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">     RenderBlock {item} at (1,1196) size 265x97 [bgcolor=#FFFFFF] [border: (1px solid #CCCCCC) none (1px solid #CCCCCC) none]
</span><span class="lines">@@ -182,12 +182,12 @@
</span><span class="cx">           text run at (10,11) width 167: &quot;Whole Lotto Gecko Links&quot;
</span><span class="cx">       RenderText {#text} at (176,11) size 5x15
</span><span class="cx">         text run at (176,11) width 5: &quot; &quot;
</span><del>-      RenderInline {description} at (0,0) size 245x75
-        RenderText {#text} at (180,11) size 245x75
</del><ins>+      RenderInline {description} at (0,0) size 243x75
+        RenderText {#text} at (180,11) size 243x75
</ins><span class="cx">           text run at (180,11) width 67: &quot;AOL Gecko&quot;
</span><span class="cx">           text run at (10,26) width 216: &quot;Browser Detection Tips Establishing&quot;
</span><span class="cx">           text run at (10,41) width 195: &quot;Dreamweaver compatibility with&quot;
</span><del>-          text run at (10,56) width 245: &quot;Netscape 6 Stylesheets and MIME Types&quot;
</del><ins>+          text run at (10,56) width 243: &quot;Netscape 6 Stylesheets and MIME Types&quot;
</ins><span class="cx">           text run at (10,71) width 66: &quot;in Gecko...&quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintfixedmoveafterkeyboardscrollexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -3,22 +3,23 @@
</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>-      RenderText {#text} at (0,0) size 477x18
-        text run at (0,0) width 477: &quot;If running this test manually put focus inside the iframe and hit 'page down'.&quot;
-      RenderIFrame {IFRAME} at (0,18) size 504x504 [border: (2px inset #000000)]
-        layer at (0,0) size 485x836
-          RenderView at (0,0) size 485x500
-        layer at (0,0) size 485x836 layerType: background only
-        layer at (10,406) size 100x100
-          RenderBlock (positioned) zI: -5 {DIV} at (10,406) size 100x100 [bgcolor=#FFFF00]
-        layer at (0,0) size 485x836 layerType: foreground only
-          RenderBlock {HTML} at (0,0) size 485x836
-            RenderBody {BODY} at (8,8) size 469x820
-        layer at (8,346) size 477x36
-          RenderBlock (positioned) {P} at (8,346) size 477x36
-            RenderText {#text} at (0,0) size 462x36
-              text run at (0,0) width 462: &quot;You should see a yellow rect on the left, and a green one on the right. No&quot;
-              text run at (0,18) width 65: &quot;red pixels.&quot;
-        layer at (150,406) size 100x100
-          RenderBlock (positioned) {DIV} at (150,70) size 100x100 [bgcolor=#008000]
</del><ins>+      RenderText {#text} at (0,0) size 488x18
+        text run at (0,0) width 488: &quot;If running this test manually put focus inside the iframe and hit 'page down'.&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><ins>+layer at (8,26) size 504x504
+  RenderIFrame {IFRAME} at (0,18) size 504x504 [border: (2px inset #000000)]
+    layer at (0,0) size 485x836
+      RenderView at (0,0) size 485x500
+    layer at (0,0) size 485x836 layerType: background only
+    layer at (10,406) size 100x100
+      RenderBlock (positioned) zI: -5 {DIV} at (10,406) size 100x100 [bgcolor=#FFFF00]
+    layer at (0,0) size 485x836 layerType: foreground only
+      RenderBlock {HTML} at (0,0) size 485x836
+        RenderBody {BODY} at (8,8) size 469x820
+    layer at (8,346) size 477x36
+      RenderBlock (positioned) {P} at (8,346) size 477x36
+        RenderText {#text} at (0,0) size 467x36
+          text run at (0,0) width 467: &quot;You should see a yellow rect on the left, and a green one on the right. No&quot;
+          text run at (0,18) width 67: &quot;red pixels.&quot;
+    layer at (150,406) size 100x100
+      RenderBlock (positioned) {DIV} at (150,70) size 100x100 [bgcolor=#008000]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintlineflowwithfloats9expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -4,74 +4,78 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (0,0) size 800x600
</span><span class="cx">       RenderIFrame {IFRAME} at (0,0) size 500x600
</span><del>-        layer at (0,0) size 500x600
-          RenderView at (0,0) size 500x600
-        layer at (0,0) size 500x600
-          RenderBlock {HTML} at (0,0) size 500x600
-            RenderBody {BODY} at (8,8) size 484x576
</del><ins>+        layer at (0,0) size 485x606
+          RenderView at (0,0) size 485x600
+        layer at (0,0) size 485x606
+          RenderBlock {HTML} at (0,0) size 485x606
+            RenderBody {BODY} at (8,8) size 469x582
</ins><span class="cx">               RenderBlock {DIV} at (0,0) size 450x50
</span><span class="cx">                 RenderBlock (floating) {DIV} at (370,10) size 70x150 [bgcolor=#FFC0CB]
</span><del>-              RenderBlock {P} at (0,66) size 418x498 [border: (3px solid #800000)]
</del><ins>+              RenderBlock {P} at (0,66) size 418x516 [border: (3px solid #800000)]
</ins><span class="cx">                 RenderText {#text} at (6,6) size 354x108
</span><del>-                  text run at (6,6) width 354: &quot;The chief difficulty Alice found at first was in managing&quot;
-                  text run at (6,24) width 26: &quot;her &quot;
-                  text run at (31,24) width 329: &quot;flamingo: she succeeded in getting its body tucked&quot;
-                  text run at (6,42) width 43: &quot;away, &quot;
-                  text run at (48,42) width 312: &quot;comfortably enough, under her arm, with its legs&quot;
-                  text run at (6,60) width 107: &quot;hanging down, &quot;
-                  text run at (112,60) width 248: &quot;but generally, just as she had got its&quot;
-                  text run at (6,78) width 159: &quot;neck nicely straightened &quot;
-                  text run at (164,78) width 196: &quot;out, and was going to give the&quot;
-                  text run at (6,96) width 240: &quot;hedgehog a blow with its head, it &quot;
</del><ins>+                  text run at (6,6) width 354: &quot;The chief difficulty Alice found at first was in&quot;
+                  text run at (6,24) width 98: &quot;managing her &quot;
+                  text run at (103,24) width 257: &quot;flamingo: she succeeded in getting its&quot;
+                  text run at (6,42) width 140: &quot;body tucked away, &quot;
+                  text run at (145,42) width 215: &quot;comfortably enough, under her&quot;
+                  text run at (6,60) width 220: &quot;arm, with its legs hanging down, &quot;
+                  text run at (225,60) width 135: &quot;but generally, just as&quot;
+                  text run at (6,78) width 270: &quot;she had got its neck nicely straightened &quot;
+                  text run at (275,78) width 85: &quot;out, and was&quot;
+                  text run at (6,96) width 354: &quot;going to give the hedgehog a blow with its head, it&quot;
</ins><span class="cx">                 RenderInline {I} at (0,0) size 40x18
</span><del>-                  RenderText {#text} at (245,96) size 40x18
-                    text run at (245,96) width 40: &quot;would&quot;
-                RenderText {#text} at (284,96) size 406x72
-                  text run at (284,96) width 76: &quot; twist itself&quot;
-                  text run at (6,114) width 238: &quot;round and look up in her face, with &quot;
-                  text run at (243,114) width 169: &quot;such a puzzled expression&quot;
-                  text run at (6,132) width 228: &quot;that she could not help bursting out &quot;
-                  text run at (233,132) width 179: &quot;laughing: and when she had&quot;
-                  text run at (6,150) width 236: &quot;got its head down, and was going to &quot;
-                RenderBlock (floating) {SPAN} at (364,153) size 48x49 [bgcolor=#FFFFE0]
-                RenderText {#text} at (241,150) size 406x126
-                  text run at (241,150) width 120: &quot;begin again, it was&quot;
-                  text run at (6,168) width 303: &quot;very provoking to find that the hedgehog had &quot;
-                  text run at (308,168) width 53: &quot;unrolled&quot;
-                  text run at (6,186) width 355: &quot;itself, and was in the act of crawling away: besides all&quot;
-                  text run at (6,204) width 406: &quot;this, there was generally a ridge or furrow in the way wherever&quot;
-                  text run at (6,222) width 406: &quot;she wanted to send the hedgehog to, and, as the doubled-up&quot;
-                  text run at (6,240) width 406: &quot;soldiers were always getting up and walking off to other parts of&quot;
-                  text run at (6,258) width 406: &quot;the ground, Alice soon came to the conclusion that it was a very&quot;
</del><ins>+                  RenderText {#text} at (6,114) size 40x18
+                    text run at (6,114) width 40: &quot;would&quot;
+                RenderText {#text} at (45,114) size 406x72
+                  text run at (45,114) width 325: &quot; twist itself round and look up in her face, with &quot;
+                  text run at (369,114) width 43: &quot;such a&quot;
+                  text run at (6,132) width 406: &quot;puzzled expression that she could not help bursting out&quot;
+                  text run at (6,150) width 406: &quot;laughing: and when she had got its head down, and was going&quot;
+                  text run at (6,168) width 19: &quot;to &quot;
+                RenderBlock (floating) {SPAN} at (364,171) size 48x49 [bgcolor=#FFFFE0]
+                RenderText {#text} at (24,168) size 406x126
+                  text run at (24,168) width 337: &quot;begin again, it was very provoking to find that the&quot;
+                  text run at (6,186) width 101: &quot;hedgehog had &quot;
+                  text run at (106,186) width 255: &quot;unrolled itself, and was in the act of&quot;
+                  text run at (6,204) width 181: &quot;crawling away: besides all &quot;
+                  text run at (186,204) width 175: &quot;this, there was generally a&quot;
+                  text run at (6,222) width 252: &quot;ridge or furrow in the way wherever &quot;
+                  text run at (257,222) width 155: &quot;she wanted to send the&quot;
+                  text run at (6,240) width 264: &quot;hedgehog to, and, as the doubled-up &quot;
+                  text run at (269,240) width 143: &quot;soldiers were always&quot;
+                  text run at (6,258) width 292: &quot;getting up and walking off to other parts of &quot;
+                  text run at (297,258) width 115: &quot;the ground, Alice&quot;
+                  text run at (57,276) width 305: &quot;soon came to the conclusion that it was a very &quot;
</ins><span class="cx">                 RenderBlock (floating) {SPAN} at (6,279) size 48x65 [bgcolor=#ADD8E6]
</span><del>-                RenderText {#text} at (57,276) size 142x18
-                  text run at (57,276) width 142: &quot;difficult game indeed. &quot;
</del><ins>+                RenderText {#text} at (361,276) size 355x36
+                  text run at (361,276) width 51: &quot;difficult&quot;
+                  text run at (57,294) width 90: &quot;game indeed. &quot;
</ins><span class="cx">                 RenderBR {BR} at (0,0) size 0x0
</span><del>-                RenderText {#text} at (57,294) size 304x18
-                  text run at (57,294) width 304: &quot;The players all played at once without waiting&quot;
-                RenderBlock (floating) {SPAN} at (364,297) size 48x81 [bgcolor=#90EE90]
-                RenderText {#text} at (57,312) size 304x36
-                  text run at (57,312) width 64: &quot;for turns, &quot;
-                  text run at (120,312) width 241: &quot;quarrelling all the while, and fighting&quot;
-                  text run at (57,330) width 171: &quot;for the hedgehogs; and in &quot;
-                  text run at (227,330) width 115: &quot;a very short time &quot;
-                RenderInline {SPAN} at (0,0) size 355x36
-                  RenderText {#text} at (341,330) size 355x36
-                    text run at (341,330) width 20: &quot;the&quot;
-                    text run at (6,348) width 42: &quot;Queen&quot;
-                RenderText {#text} at (48,348) size 355x54
-                  text run at (48,348) width 256: &quot; was in a furious passion, and went &quot;
-                  text run at (303,348) width 58: &quot;stamping&quot;
-                  text run at (6,366) width 355: &quot;about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with&quot;
-                  text run at (6,384) width 219: &quot;her head!\x{2019} about once in a minute. &quot;
</del><ins>+                RenderText {#text} at (57,312) size 304x18
+                  text run at (57,312) width 304: &quot;The players all played at once without waiting&quot;
+                RenderBlock (floating) {SPAN} at (364,315) size 48x81 [bgcolor=#90EE90]
+                RenderText {#text} at (57,330) size 355x36
+                  text run at (57,330) width 64: &quot;for turns, &quot;
+                  text run at (120,330) width 241: &quot;quarrelling all the while, and fighting&quot;
+                  text run at (6,348) width 173: &quot;for the hedgehogs; and in &quot;
+                  text run at (178,348) width 117: &quot;a very short time &quot;
+                RenderInline {SPAN} at (0,0) size 67x18
+                  RenderText {#text} at (294,348) size 67x18
+                    text run at (294,348) width 67: &quot;the Queen&quot;
+                RenderText {#text} at (6,366) size 355x54
+                  text run at (6,366) width 226: &quot;was in a furious passion, and went &quot;
+                  text run at (231,366) width 130: &quot;stamping about, and&quot;
+                  text run at (6,384) width 288: &quot;shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with &quot;
+                  text run at (293,384) width 68: &quot;her head!\x{2019}&quot;
+                  text run at (6,402) width 154: &quot;about once in a minute. &quot;
</ins><span class="cx">                 RenderBR {BR} at (0,0) size 0x0
</span><del>-                RenderText {#text} at (6,402) size 406x90
-                  text run at (6,402) width 387: &quot;Alice began to feel very uneasy: to be sure, she had not as &quot;
-                  text run at (393,402) width 19: &quot;yet&quot;
-                  text run at (6,420) width 406: &quot;had any dispute with the Queen, but she knew that it might&quot;
-                  text run at (6,438) width 406: &quot;happen any minute, \x{2018}and then,\x{2019} thought she, \x{2018}what would&quot;
-                  text run at (6,456) width 76: &quot;become of &quot;
-                  text run at (81,456) width 331: &quot;me? They\x{2019}re dreadfully fond of beheading people&quot;
-                  text run at (6,474) width 93: &quot;here; the great &quot;
-                  text run at (99,474) width 261: &quot;wonder is, that there\x{2018}s any one left alive!\x{2019}&quot;
</del><ins>+                RenderText {#text} at (6,420) size 406x90
+                  text run at (6,420) width 387: &quot;Alice began to feel very uneasy: to be sure, she had not as &quot;
+                  text run at (392,420) width 20: &quot;yet&quot;
+                  text run at (6,438) width 406: &quot;had any dispute with the Queen, but she knew that it might&quot;
+                  text run at (6,456) width 406: &quot;happen any minute, \x{2018}and then,\x{2019} thought she, \x{2018}what would&quot;
+                  text run at (6,474) width 76: &quot;become of &quot;
+                  text run at (81,474) width 331: &quot;me? They\x{2019}re dreadfully fond of beheading people&quot;
+                  text run at (6,492) width 96: &quot;here; the great &quot;
+                  text run at (101,492) width 268: &quot;wonder is, that there\x{2018}s any one left alive!\x{2019}&quot;
</ins><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintselectionrlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/repaint/selection-rl-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/selection-rl-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/fast/repaint/selection-rl-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -3,38 +3,38 @@
</span><span class="cx"> layer at (604,0) size 196x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 196x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 180x584
</span><del>-      RenderInline {SPAN} at (0,0) size 18x144
-        RenderText {#text} at (0,0) size 18x144
-          text run at (0,0) width 144: &quot;Testing both hit testing&quot;
-      RenderText {#text} at (0,144) size 18x162
-        text run at (0,144) width 162: &quot; and painting of selection.&quot;
-      RenderBR {BR} at (0,306) size 18x0
-      RenderText {#text} at (18,0) size 18x306
-        text run at (18,0) width 306: &quot;Testing both hit testing and painting of selection.&quot;
-      RenderBR {BR} at (18,306) size 18x0
-      RenderText {#text} at (36,0) size 18x306
-        text run at (36,0) width 306: &quot;Testing both hit testing and painting of selection.&quot;
-      RenderBR {BR} at (36,306) size 18x0
-      RenderText {#text} at (54,0) size 18x306
-        text run at (54,0) width 306: &quot;Testing both hit testing and painting of selection.&quot;
-      RenderBR {BR} at (54,306) size 18x0
-      RenderText {#text} at (72,0) size 18x306
-        text run at (72,0) width 306: &quot;Testing both hit testing and painting of selection.&quot;
-      RenderBR {BR} at (72,306) size 18x0
-      RenderText {#text} at (90,0) size 18x306
-        text run at (90,0) width 306: &quot;Testing both hit testing and painting of selection.&quot;
-      RenderBR {BR} at (90,306) size 18x0
-      RenderText {#text} at (108,0) size 18x306
-        text run at (108,0) width 306: &quot;Testing both hit testing and painting of selection.&quot;
-      RenderBR {BR} at (108,306) size 18x0
-      RenderText {#text} at (126,0) size 18x306
-        text run at (126,0) width 306: &quot;Testing both hit testing and painting of selection.&quot;
-      RenderBR {BR} at (126,306) size 18x0
-      RenderText {#text} at (144,0) size 18x306
-        text run at (144,0) width 306: &quot;Testing both hit testing and painting of selection.&quot;
-      RenderBR {BR} at (144,306) size 18x0
-      RenderText {#text} at (162,0) size 18x306
-        text run at (162,0) width 306: &quot;Testing both hit testing and painting of selection.&quot;
-      RenderBR {BR} at (162,306) size 18x0
</del><ins>+      RenderInline {SPAN} at (0,0) size 18x147
+        RenderText {#text} at (0,0) size 18x147
+          text run at (0,0) width 147: &quot;Testing both hit testing&quot;
+      RenderText {#text} at (0,146) size 18x167
+        text run at (0,146) width 166: &quot; and painting of selection.&quot;
+      RenderBR {BR} at (0,312) size 18x1
+      RenderText {#text} at (18,0) size 18x313
+        text run at (18,0) width 313: &quot;Testing both hit testing and painting of selection.&quot;
+      RenderBR {BR} at (18,312) size 18x1
+      RenderText {#text} at (36,0) size 18x313
+        text run at (36,0) width 313: &quot;Testing both hit testing and painting of selection.&quot;
+      RenderBR {BR} at (36,312) size 18x1
+      RenderText {#text} at (54,0) size 18x313
+        text run at (54,0) width 313: &quot;Testing both hit testing and painting of selection.&quot;
+      RenderBR {BR} at (54,312) size 18x1
+      RenderText {#text} at (72,0) size 18x313
+        text run at (72,0) width 313: &quot;Testing both hit testing and painting of selection.&quot;
+      RenderBR {BR} at (72,312) size 18x1
+      RenderText {#text} at (90,0) size 18x313
+        text run at (90,0) width 313: &quot;Testing both hit testing and painting of selection.&quot;
+      RenderBR {BR} at (90,312) size 18x1
+      RenderText {#text} at (108,0) size 18x313
+        text run at (108,0) width 313: &quot;Testing both hit testing and painting of selection.&quot;
+      RenderBR {BR} at (108,312) size 18x1
+      RenderText {#text} at (126,0) size 18x313
+        text run at (126,0) width 313: &quot;Testing both hit testing and painting of selection.&quot;
+      RenderBR {BR} at (126,312) size 18x1
+      RenderText {#text} at (144,0) size 18x313
+        text run at (144,0) width 313: &quot;Testing both hit testing and painting of selection.&quot;
+      RenderBR {BR} at (144,312) size 18x1
+      RenderText {#text} at (162,0) size 18x313
+        text run at (162,0) width 313: &quot;Testing both hit testing and painting of selection.&quot;
+      RenderBR {BR} at (162,312) size 18x1
</ins><span class="cx"> selection start: position 5 of child 0 {#text} of child 1 {SPAN} of body
</span><del>-selection end:   position 19 of child 0 {#text} of child 1 {SPAN} of body
</del><ins>+selection end:   position 18 of child 0 {#text} of child 1 {SPAN} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextatsuipointtooffsetcallscgexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -4,16 +4,16 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (0,0) size 800x600
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 800x18
</span><del>-        RenderText {#text} at (0,0) size 54x18
-          text run at (0,0) width 54: &quot;e\x{300}e\x{300}e\x{300}e\x{300}e\x{300}e\x{300}X&quot;
</del><ins>+        RenderText {#text} at (0,0) size 55x18
+          text run at (0,0) width 55: &quot;e\x{300}e\x{300}e\x{300}e\x{300}e\x{300}e\x{300}X&quot;
</ins><span class="cx">       RenderBlock {HR} at (0,26) size 800x2 [border: (1px inset #000000)]
</span><span class="cx">       RenderBlock (anonymous) at (0,36) size 800x36
</span><del>-        RenderText {#text} at (0,0) size 207x18
-          text run at (0,0) width 207: &quot;This tests for regressions against &quot;
-        RenderInline {I} at (0,0) size 779x36
-          RenderText {#text} at (207,0) size 779x36
-            text run at (207,0) width 572: &quot;http://bugzilla.opendarwin.org/show_bug.cgi?id=5878 pointToOffset always takes the CG&quot;
-            text run at (0,18) width 62: &quot;code path&quot;
-        RenderText {#text} at (62,18) size 632x18
-          text run at (62,18) width 632: &quot; by clicking the X and verifying that the correct caret position (13) is reported to the editing delegate.&quot;
-caret: position 13 of child 2 {#text} of body
</del><ins>+        RenderText {#text} at (0,0) size 213x18
+          text run at (0,0) width 213: &quot;This tests for regressions against &quot;
+        RenderInline {I} at (0,0) size 792x36
+          RenderText {#text} at (212,0) size 792x36
+            text run at (212,0) width 580: &quot;http://bugzilla.opendarwin.org/show_bug.cgi?id=5878 pointToOffset always takes the CG&quot;
+            text run at (0,18) width 63: &quot;code path&quot;
+        RenderText {#text} at (62,18) size 648x18
+          text run at (62,18) width 648: &quot; by clicking the X and verifying that the correct caret position (13) is reported to the editing delegate.&quot;
+caret: position 11 of child 2 {#text} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextbasicgenericfamilyresetexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -17,9 +17,9 @@
</span><span class="cx">               RenderText {#text} at (1,39) size 109x19
</span><span class="cx">                 text run at (1,39) width 109: &quot;html, body { &quot;
</span><span class="cx">               RenderBR {BR} at (109,55) size 1x0
</span><del>-              RenderText {#text} at (1,58) size 203x19
-                text run at (1,58) width 203: &quot;    font-family: Verdana; &quot;
-              RenderBR {BR} at (203,74) size 1x0
</del><ins>+              RenderText {#text} at (1,58) size 202x19
+                text run at (1,58) width 202: &quot;    font-family: Verdana; &quot;
+              RenderBR {BR} at (202,74) size 1x0
</ins><span class="cx">               RenderText {#text} at (1,77) size 11x19
</span><span class="cx">                 text run at (1,77) width 11: &quot;}&quot;
</span><span class="cx">               RenderBR {BR} at (11,93) size 1x0
</span><span class="lines">@@ -46,36 +46,36 @@
</span><span class="cx">                 text run at (153,1) width 71: &quot;&lt;span&gt;&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,262) size 784x18
</span><span class="cx">             RenderTableCell {TD} at (10,262) size 377x18 [r=2 c=0 rs=1 cs=1]
</span><del>-              RenderInline {TT} at (0,0) size 262x16
-                RenderText {#text} at (1,1) size 262x16
-                  text run at (1,1) width 262: &quot;font-family: Verdana; font-size: 0.8em;&quot;
</del><ins>+              RenderInline {TT} at (0,0) size 261x16
+                RenderText {#text} at (1,1) size 261x16
+                  text run at (1,1) width 261: &quot;font-family: Verdana; font-size: 0.8em;&quot;
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TD} at (397,262) size 377x18 [r=2 c=1 rs=1 cs=1]
</span><del>-              RenderInline {SPAN} at (0,0) size 262x16
-                RenderText {#text} at (1,1) size 262x16
-                  text run at (1,1) width 262: &quot;font-family: Verdana; font-size: 0.8em;&quot;
</del><ins>+              RenderInline {SPAN} at (0,0) size 261x16
+                RenderText {#text} at (1,1) size 261x16
+                  text run at (1,1) width 261: &quot;font-family: Verdana; font-size: 0.8em;&quot;
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,290) size 784x18
</span><span class="cx">             RenderTableCell {TD} at (10,290) size 377x18 [r=3 c=0 rs=1 cs=1]
</span><del>-              RenderInline {TT} at (0,0) size 320x16
-                RenderText {#text} at (1,1) size 320x16
-                  text run at (1,1) width 320: &quot;font-family: inherit (Verdana); font-size: 0.8em;&quot;
</del><ins>+              RenderInline {TT} at (0,0) size 319x16
+                RenderText {#text} at (1,1) size 319x16
+                  text run at (1,1) width 319: &quot;font-family: inherit (Verdana); font-size: 0.8em;&quot;
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TD} at (397,290) size 377x18 [r=3 c=1 rs=1 cs=1]
</span><del>-              RenderInline {SPAN} at (0,0) size 250x16
-                RenderText {#text} at (1,1) size 250x16
-                  text run at (1,1) width 250: &quot;font-family: inherit; font-size: 0.8em;&quot;
</del><ins>+              RenderInline {SPAN} at (0,0) size 249x16
+                RenderText {#text} at (1,1) size 249x16
+                  text run at (1,1) width 249: &quot;font-family: inherit; font-size: 0.8em;&quot;
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,318) size 784x21
</span><span class="cx">             RenderTableCell {TD} at (10,318) size 377x21 [r=4 c=0 rs=1 cs=1]
</span><del>-              RenderInline {TT} at (0,0) size 322x19
-                RenderText {#text} at (1,1) size 322x19
-                  text run at (1,1) width 322: &quot;font-family: Verdana; font-size: 1.0em;&quot;
</del><ins>+              RenderInline {TT} at (0,0) size 321x19
+                RenderText {#text} at (1,1) size 321x19
+                  text run at (1,1) width 321: &quot;font-family: Verdana; font-size: 1.0em;&quot;
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">             RenderTableCell {TD} at (397,318) size 377x21 [r=4 c=1 rs=1 cs=1]
</span><del>-              RenderInline {SPAN} at (0,0) size 322x19
-                RenderText {#text} at (1,1) size 322x19
-                  text run at (1,1) width 322: &quot;font-family: Verdana; font-size: 1.0em;&quot;
</del><ins>+              RenderInline {SPAN} at (0,0) size 321x19
+                RenderText {#text} at (1,1) size 321x19
+                  text run at (1,1) width 321: &quot;font-family: Verdana; font-size: 1.0em;&quot;
</ins><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><span class="cx">           RenderTableRow {TR} at (0,349) size 784x17
</span><span class="cx">             RenderTableCell {TD} at (10,350) size 377x14 [r=5 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextinternationalverticaltextmetricstestexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/international/vertical-text-metrics-test-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/international/vertical-text-metrics-test-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/fast/text/international/vertical-text-metrics-test-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -12,12 +12,12 @@
</span><span class="cx"> string「あ、変っ!」。
</span><span class="cx"> string「あ、変っ!」。
</span><span class="cx"> 
</span><ins>+width=224
</ins><span class="cx"> width=223
</span><del>-width=223
</del><span class="cx"> width=32
</span><span class="cx"> width=32
</span><ins>+width=224
</ins><span class="cx"> width=223
</span><del>-width=223
</del><span class="cx"> width=32
</span><span class="cx"> width=32
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmachttptestsnavigationjavascriptlinkframesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -10,14 +10,14 @@
</span><span class="cx">           RenderBlock {HTML} at (0,0) size 785x1554
</span><span class="cx">             RenderBody {BODY} at (8,8) size 769x1514
</span><span class="cx">               RenderBlock (anonymous) at (0,0) size 769x259
</span><del>-                RenderText {#text} at (0,0) size 749x185
-                  text run at (0,0) width 676: &quot;This is test page that we navigate to as part of testing&quot;
-                  text run at (0,37) width 333: &quot;various navigation styles. &quot;
-                  text run at (333,37) width 416: &quot;It includes a form so that we can&quot;
-                  text run at (0,74) width 717: &quot;test saving and restoring of form data, and it needs to be&quot;
-                  text run at (0,111) width 745: &quot;long enough that we can test saving and restoring of scroll&quot;
-                  text run at (0,148) width 119: &quot;position. &quot;
-                RenderBR {BR} at (119,177) size 0x0
</del><ins>+                RenderText {#text} at (0,0) size 751x185
+                  text run at (0,0) width 679: &quot;This is test page that we navigate to as part of testing&quot;
+                  text run at (0,37) width 335: &quot;various navigation styles. &quot;
+                  text run at (334,37) width 417: &quot;It includes a form so that we can&quot;
+                  text run at (0,74) width 719: &quot;test saving and restoring of form data, and it needs to be&quot;
+                  text run at (0,111) width 747: &quot;long enough that we can test saving and restoring of scroll&quot;
+                  text run at (0,148) width 120: &quot;position. &quot;
+                RenderBR {BR} at (119,177) size 1x0
</ins><span class="cx">                 RenderBR {BR} at (0,185) size 0x37
</span><span class="cx">                 RenderBR {BR} at (0,222) size 0x37
</span><span class="cx">               RenderBlock {HR} at (0,275) size 769x2 [border: (1px inset #000000)]
</span><span class="lines">@@ -32,76 +32,76 @@
</span><span class="cx">                     RenderText at (0,0) size 215x13
</span><span class="cx">                       text run at (0,0) width 215: &quot;Submit with POST followed by a redirect&quot;
</span><span class="cx">                 RenderBR {BR} at (234,37) size 1x0
</span><del>-                RenderText {#text} at (0,44) size 376x37
-                  text run at (0,44) width 376: &quot;Here are some form elements&quot;
-                RenderTextControl {INPUT} at (378,59) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                RenderBR {BR} at (516,73) size 1x0
-                RenderText {#text} at (0,81) size 334x37
-                  text run at (0,81) width 334: &quot;that we can use for testing&quot;
-                RenderTextControl {INPUT} at (336,96) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                RenderBR {BR} at (474,110) size 1x0
</del><ins>+                RenderText {#text} at (0,44) size 377x37
+                  text run at (0,44) width 377: &quot;Here are some form elements&quot;
+                RenderTextControl {INPUT} at (378,59) size 138x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBR {BR} at (517,73) size 1x0
+                RenderText {#text} at (0,81) size 335x37
+                  text run at (0,81) width 335: &quot;that we can use for testing&quot;
+                RenderTextControl {INPUT} at (337,96) size 137x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBR {BR} at (475,110) size 1x0
</ins><span class="cx">                 RenderBlock {INPUT} at (2,137) size 12x12
</span><del>-                RenderText {#text} at (16,118) size 73x37
-                  text run at (16,118) width 73: &quot; Male&quot;
-                RenderBR {BR} at (89,147) size 0x0
</del><ins>+                RenderText {#text} at (16,118) size 74x37
+                  text run at (16,118) width 74: &quot; Male&quot;
+                RenderBR {BR} at (89,147) size 1x0
</ins><span class="cx">                 RenderBlock {INPUT} at (2,174) size 12x12
</span><del>-                RenderText {#text} at (16,155) size 102x37
-                  text run at (16,155) width 102: &quot; Female&quot;
-                RenderBR {BR} at (118,184) size 0x0
</del><ins>+                RenderText {#text} at (16,155) size 103x37
+                  text run at (16,155) width 103: &quot; Female&quot;
+                RenderBR {BR} at (118,184) size 1x0
</ins><span class="cx">                 RenderBlock {INPUT} at (2,211) size 12x12
</span><span class="cx">                 RenderText {#text} at (16,192) size 130x37
</span><span class="cx">                   text run at (16,192) width 130: &quot; option #1&quot;
</span><del>-                RenderBR {BR} at (146,221) size 0x0
</del><ins>+                RenderBR {BR} at (145,221) size 1x0
</ins><span class="cx">                 RenderBlock {INPUT} at (2,248) size 12x12
</span><span class="cx">                 RenderText {#text} at (16,229) size 130x37
</span><span class="cx">                   text run at (16,229) width 130: &quot; option #2&quot;
</span><del>-                RenderBR {BR} at (146,258) size 0x0
-                RenderMenuList {SELECT} at (2,268) size 255x18 [bgcolor=#FFFFFF]
-                  RenderBlock (anonymous) at (0,0) size 255x18
</del><ins>+                RenderBR {BR} at (145,258) size 1x0
+                RenderMenuList {SELECT} at (2,268) size 254x18 [bgcolor=#FFFFFF]
+                  RenderBlock (anonymous) at (0,0) size 254x18
</ins><span class="cx">                     RenderText at (8,2) size 61x13
</span><span class="cx">                       text run at (8,2) width 61: &quot;Initial Value&quot;
</span><del>-                RenderBR {BR} at (259,281) size 0x0
</del><ins>+                RenderBR {BR} at (258,281) size 0x0
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><span class="cx">               RenderBlock {HR} at (0,753) size 769x2 [border: (1px inset #000000)]
</span><span class="cx">               RenderBlock {P} at (0,787) size 769x37
</span><del>-                RenderText {#text} at (0,0) size 62x37
-                  text run at (0,0) width 62: &quot;Now&quot;
</del><ins>+                RenderText {#text} at (0,0) size 63x37
+                  text run at (0,0) width 63: &quot;Now&quot;
</ins><span class="cx">               RenderBlock {P} at (0,856) size 769x37
</span><del>-                RenderText {#text} at (0,0) size 67x37
-                  text run at (0,0) width 67: &quot;some&quot;
</del><ins>+                RenderText {#text} at (0,0) size 68x37
+                  text run at (0,0) width 68: &quot;some&quot;
</ins><span class="cx">               RenderBlock {P} at (0,925) size 769x37
</span><del>-                RenderText {#text} at (0,0) size 63x37
-                  text run at (0,0) width 63: &quot;filler&quot;
</del><ins>+                RenderText {#text} at (0,0) size 61x37
+                  text run at (0,0) width 61: &quot;filler&quot;
</ins><span class="cx">               RenderBlock {P} at (0,994) size 769x37
</span><del>-                RenderText {#text} at (0,0) size 28x37
-                  text run at (0,0) width 28: &quot;so&quot;
</del><ins>+                RenderText {#text} at (0,0) size 29x37
+                  text run at (0,0) width 29: &quot;so&quot;
</ins><span class="cx">               RenderBlock {P} at (0,1063) size 769x37
</span><del>-                RenderText {#text} at (0,0) size 39x37
-                  text run at (0,0) width 39: &quot;the&quot;
</del><ins>+                RenderText {#text} at (0,0) size 40x37
+                  text run at (0,0) width 40: &quot;the&quot;
</ins><span class="cx">               RenderBlock {P} at (0,1132) size 769x37
</span><del>-                RenderText {#text} at (0,0) size 46x37
-                  text run at (0,0) width 46: &quot;doc&quot;
</del><ins>+                RenderText {#text} at (0,0) size 47x37
+                  text run at (0,0) width 47: &quot;doc&quot;
</ins><span class="cx">               RenderBlock {P} at (0,1201) size 769x37
</span><del>-                RenderText {#text} at (0,0) size 21x37
-                  text run at (0,0) width 21: &quot;is&quot;
</del><ins>+                RenderText {#text} at (0,0) size 22x37
+                  text run at (0,0) width 22: &quot;is&quot;
</ins><span class="cx">               RenderBlock {P} at (0,1270) size 769x37
</span><span class="cx">                 RenderText {#text} at (0,0) size 57x37
</span><span class="cx">                   text run at (0,0) width 57: &quot;long&quot;
</span><span class="cx">               RenderBlock {P} at (0,1339) size 769x37
</span><del>-                RenderText {#text} at (0,0) size 94x37
-                  text run at (0,0) width 94: &quot;enough&quot;
</del><ins>+                RenderText {#text} at (0,0) size 95x37
+                  text run at (0,0) width 95: &quot;enough&quot;
</ins><span class="cx">               RenderBlock {P} at (0,1408) size 769x37
</span><span class="cx">                 RenderText {#text} at (0,0) size 112x37
</span><span class="cx">                   text run at (0,0) width 112: &quot;to scroll.&quot;
</span><span class="cx">               RenderBlock {P} at (0,1477) size 769x37
</span><del>-                RenderInline {A} at (0,0) size 531x37
-                  RenderText {#text} at (0,0) size 531x37
-                    text run at (0,0) width 531: &quot;This is an anchor point named \&quot;anchor1\&quot;.&quot;
-        layer at (389,363) size 130x13 scrollWidth 147
</del><ins>+                RenderInline {A} at (0,0) size 532x37
+                  RenderText {#text} at (0,0) size 532x37
+                    text run at (0,0) width 532: &quot;This is an anchor point named \&quot;anchor1\&quot;.&quot;
+        layer at (390,363) size 130x13 scrollWidth 146
</ins><span class="cx">           RenderBlock {DIV} at (3,3) size 131x13
</span><del>-            RenderText {#text} at (0,0) size 146x13
-              text run at (0,0) width 146: &quot;Initial text before user input&quot;
-        layer at (347,400) size 130x13
</del><ins>+            RenderText {#text} at (0,0) size 145x13
+              text run at (0,0) width 145: &quot;Initial text before user input&quot;
+        layer at (348,400) size 130x13
</ins><span class="cx">           RenderBlock {DIV} at (3,3) size 131x13
</span><span class="cx">         layer at (10,591) size 217x136 clip at (11,592) size 215x134
</span><span class="cx">           RenderTextControl {TEXTAREA} at (2,290) size 217x136 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
</span><span class="lines">@@ -116,8 +116,8 @@
</span><span class="cx">         layer at (0,0) size 785x90
</span><span class="cx">           RenderBlock {HTML} at (0,0) size 785x90
</span><span class="cx">             RenderBody {BODY} at (8,8) size 769x74
</span><del>-              RenderText {#text} at (0,0) size 722x74
-                text run at (0,0) width 722: &quot;This is just a minimal page that we navigate to as part of&quot;
</del><ins>+              RenderText {#text} at (0,0) size 724x74
+                text run at (0,0) width 724: &quot;This is just a minimal page that we navigate to as part of&quot;
</ins><span class="cx">                 text run at (0,37) width 272: &quot;testing back/forward.&quot;
</span><span class="cx"> 
</span><span class="cx"> ============== Back Forward List ==============
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacscrollbarsoverflowscrollbarcombinationsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">       RenderText {#text} at (334,420) size 4x18
</span><span class="cx">         text run at (334,420) width 4: &quot; &quot;
</span><span class="cx">       RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (28,28) size 125x100 clip at (29,29) size 110x85 scrollHeight 2135
</del><ins>+layer at (28,28) size 125x100 clip at (29,29) size 110x85 scrollHeight 2120
</ins><span class="cx">   RenderBlock {DIV} at (20,20) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderText {#text} at (11,11) size 89x810
</span><span class="cx">       text run at (11,11) width 79: &quot;Lorem ipsum&quot;
</span><span class="lines">@@ -38,16 +38,16 @@
</span><span class="cx">       text run at (11,56) width 87: &quot;adipiscing elit.&quot;
</span><span class="cx">       text run at (11,71) width 75: &quot;Morbi et nisi&quot;
</span><span class="cx">       text run at (11,86) width 35: &quot;ut est&quot;
</span><del>-      text run at (11,101) width 59: &quot;venenatis&quot;
</del><ins>+      text run at (11,101) width 58: &quot;venenatis&quot;
</ins><span class="cx">       text run at (11,116) width 47: &quot;viverra.&quot;
</span><span class="cx">       text run at (11,131) width 79: &quot;Aenean pede&quot;
</span><span class="cx">       text run at (11,146) width 72: &quot;orci, blandit&quot;
</span><span class="cx">       text run at (11,161) width 84: &quot;quis, faucibus&quot;
</span><span class="cx">       text run at (11,176) width 80: &quot;quis, egestas&quot;
</span><span class="cx">       text run at (11,191) width 41: &quot;ut, mi.&quot;
</span><del>-      text run at (11,206) width 77: &quot;Pellentesque&quot;
</del><ins>+      text run at (11,206) width 76: &quot;Pellentesque&quot;
</ins><span class="cx">       text run at (11,221) width 73: &quot;enim purus,&quot;
</span><del>-      text run at (11,236) width 59: &quot;venenatis&quot;
</del><ins>+      text run at (11,236) width 58: &quot;venenatis&quot;
</ins><span class="cx">       text run at (11,251) width 61: &quot;dignissim,&quot;
</span><span class="cx">       text run at (11,266) width 69: &quot;tincidunt a,&quot;
</span><span class="cx">       text run at (11,281) width 72: &quot;ullamcorper&quot;
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx">       text run at (11,491) width 81: &quot;molestie sem&quot;
</span><span class="cx">       text run at (11,506) width 75: &quot;velit tempus&quot;
</span><span class="cx">       text run at (11,521) width 40: &quot;est. In&quot;
</span><del>-      text run at (11,536) width 78: &quot;eleifend velit&quot;
</del><ins>+      text run at (11,536) width 77: &quot;eleifend velit&quot;
</ins><span class="cx">       text run at (11,551) width 42: &quot;at sem&quot;
</span><span class="cx">       text run at (11,566) width 60: &quot;adipiscing&quot;
</span><span class="cx">       text run at (11,581) width 84: &quot;sodales. Nunc&quot;
</span><span class="lines">@@ -76,7 +76,7 @@
</span><span class="cx">       text run at (11,626) width 50: &quot;volutpat&quot;
</span><span class="cx">       text run at (11,641) width 53: &quot;rhoncus,&quot;
</span><span class="cx">       text run at (11,656) width 83: &quot;condimentum&quot;
</span><del>-      text run at (11,671) width 60: &quot;ut, tortor.&quot;
</del><ins>+      text run at (11,671) width 58: &quot;ut, tortor.&quot;
</ins><span class="cx">       text run at (11,686) width 71: &quot;Integer est.&quot;
</span><span class="cx">       text run at (11,701) width 49: &quot;Quisque&quot;
</span><span class="cx">       text run at (11,716) width 47: &quot;viverra.&quot;
</span><span class="lines">@@ -88,96 +88,95 @@
</span><span class="cx">       text run at (11,806) width 87: &quot;condimentum.&quot;
</span><span class="cx">     RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">     RenderBR {BR} at (11,821) size 0x15
</span><del>-    RenderText {#text} at (11,836) size 89x735
-      text run at (11,836) width 27: &quot;Cras&quot;
-      text run at (11,851) width 59: &quot;commodo&quot;
-      text run at (11,866) width 88: &quot;rutrum augue.&quot;
-      text run at (11,881) width 52: &quot;Vivamus&quot;
-      text run at (11,896) width 88: &quot;iaculis. Nullam&quot;
-      text run at (11,911) width 86: &quot;est. Maecenas&quot;
-      text run at (11,926) width 66: &quot;consequat.&quot;
-      text run at (11,941) width 65: &quot;Sed id dui.&quot;
-      text run at (11,956) width 63: &quot;Vivamus a&quot;
-      text run at (11,971) width 67: &quot;nisl. Donec&quot;
-      text run at (11,986) width 48: &quot;pretium&quot;
-      text run at (11,1001) width 79: &quot;sapien. Proin&quot;
-      text run at (11,1016) width 65: &quot;et ligula et&quot;
-      text run at (11,1031) width 85: &quot;ligula placerat&quot;
-      text run at (11,1046) width 54: &quot;pulvinar.&quot;
-      text run at (11,1061) width 78: &quot;Aliquam erat&quot;
-      text run at (11,1076) width 89: &quot;volutpat. Proin&quot;
-      text run at (11,1091) width 38: &quot;id est.&quot;
-      text run at (11,1106) width 75: &quot;Suspendisse&quot;
-      text run at (11,1121) width 89: &quot;cursus, magna&quot;
-      text run at (11,1136) width 72: &quot;at hendrerit&quot;
-      text run at (11,1151) width 66: &quot;consequat,&quot;
-      text run at (11,1166) width 64: &quot;mauris est&quot;
-      text run at (11,1181) width 58: &quot;imperdiet&quot;
-      text run at (11,1196) width 53: &quot;neque, a&quot;
-      text run at (11,1211) width 75: &quot;ultrices arcu&quot;
-      text run at (11,1226) width 55: &quot;urna non&quot;
-      text run at (11,1241) width 87: &quot;nunc. Quisque&quot;
-      text run at (11,1256) width 72: &quot;tellus. Nulla&quot;
-      text run at (11,1271) width 68: &quot;nulla justo,&quot;
-      text run at (11,1286) width 80: &quot;vehicula nec,&quot;
-      text run at (11,1301) width 77: &quot;pellentesque&quot;
-      text run at (11,1316) width 81: &quot;eu, iaculis et,&quot;
-      text run at (11,1331) width 37: &quot;ligula.&quot;
-      text run at (11,1346) width 53: &quot;Praesent&quot;
-      text run at (11,1361) width 69: &quot;mattis ante&quot;
-      text run at (11,1376) width 52: &quot;vel sem.&quot;
-      text run at (11,1391) width 75: &quot;Suspendisse&quot;
-      text run at (11,1406) width 84: &quot;porta rhoncus&quot;
-      text run at (11,1421) width 32: &quot;urna.&quot;
-      text run at (11,1436) width 89: &quot;Phasellus felis.&quot;
-      text run at (11,1451) width 53: &quot;Praesent&quot;
-      text run at (11,1466) width 43: &quot;viverra&quot;
-      text run at (11,1481) width 52: &quot;convallis&quot;
-      text run at (11,1496) width 38: &quot;libero.&quot;
-      text run at (11,1511) width 86: &quot;Maecenas non&quot;
-      text run at (11,1526) width 84: &quot;augue. Donec&quot;
-      text run at (11,1541) width 56: &quot;hendrerit&quot;
-      text run at (11,1556) width 89: &quot;lectus id enim.&quot;
</del><ins>+    RenderText {#text} at (11,836) size 90x720
+      text run at (11,836) width 90: &quot;Cras commodo&quot;
+      text run at (11,851) width 88: &quot;rutrum augue.&quot;
+      text run at (11,866) width 52: &quot;Vivamus&quot;
+      text run at (11,881) width 88: &quot;iaculis. Nullam&quot;
+      text run at (11,896) width 86: &quot;est. Maecenas&quot;
+      text run at (11,911) width 66: &quot;consequat.&quot;
+      text run at (11,926) width 65: &quot;Sed id dui.&quot;
+      text run at (11,941) width 63: &quot;Vivamus a&quot;
+      text run at (11,956) width 67: &quot;nisl. Donec&quot;
+      text run at (11,971) width 48: &quot;pretium&quot;
+      text run at (11,986) width 79: &quot;sapien. Proin&quot;
+      text run at (11,1001) width 65: &quot;et ligula et&quot;
+      text run at (11,1016) width 85: &quot;ligula placerat&quot;
+      text run at (11,1031) width 52: &quot;pulvinar.&quot;
+      text run at (11,1046) width 77: &quot;Aliquam erat&quot;
+      text run at (11,1061) width 89: &quot;volutpat. Proin&quot;
+      text run at (11,1076) width 38: &quot;id est.&quot;
+      text run at (11,1091) width 75: &quot;Suspendisse&quot;
+      text run at (11,1106) width 89: &quot;cursus, magna&quot;
+      text run at (11,1121) width 72: &quot;at hendrerit&quot;
+      text run at (11,1136) width 66: &quot;consequat,&quot;
+      text run at (11,1151) width 64: &quot;mauris est&quot;
+      text run at (11,1166) width 58: &quot;imperdiet&quot;
+      text run at (11,1181) width 53: &quot;neque, a&quot;
+      text run at (11,1196) width 75: &quot;ultrices arcu&quot;
+      text run at (11,1211) width 55: &quot;urna non&quot;
+      text run at (11,1226) width 87: &quot;nunc. Quisque&quot;
+      text run at (11,1241) width 72: &quot;tellus. Nulla&quot;
+      text run at (11,1256) width 68: &quot;nulla justo,&quot;
+      text run at (11,1271) width 79: &quot;vehicula nec,&quot;
+      text run at (11,1286) width 77: &quot;pellentesque&quot;
+      text run at (11,1301) width 81: &quot;eu, iaculis et,&quot;
+      text run at (11,1316) width 37: &quot;ligula.&quot;
+      text run at (11,1331) width 53: &quot;Praesent&quot;
+      text run at (11,1346) width 69: &quot;mattis ante&quot;
+      text run at (11,1361) width 52: &quot;vel sem.&quot;
+      text run at (11,1376) width 75: &quot;Suspendisse&quot;
+      text run at (11,1391) width 84: &quot;porta rhoncus&quot;
+      text run at (11,1406) width 32: &quot;urna.&quot;
+      text run at (11,1421) width 89: &quot;Phasellus felis.&quot;
+      text run at (11,1436) width 53: &quot;Praesent&quot;
+      text run at (11,1451) width 42: &quot;viverra&quot;
+      text run at (11,1466) width 52: &quot;convallis&quot;
+      text run at (11,1481) width 38: &quot;libero.&quot;
+      text run at (11,1496) width 86: &quot;Maecenas non&quot;
+      text run at (11,1511) width 84: &quot;augue. Donec&quot;
+      text run at (11,1526) width 56: &quot;hendrerit&quot;
+      text run at (11,1541) width 89: &quot;lectus id enim.&quot;
</ins><span class="cx">     RenderBR {BR} at (0,0) size 0x0
</span><del>-    RenderBR {BR} at (11,1571) size 0x15
-    RenderText {#text} at (11,1586) size 90x540
-      text run at (11,1586) width 67: &quot;Nulla ligula&quot;
-      text run at (11,1601) width 78: &quot;dui, euismod&quot;
-      text run at (11,1616) width 66: &quot;et, sodales&quot;
-      text run at (11,1631) width 29: &quot;quis,&quot;
-      text run at (11,1646) width 64: &quot;sollicitudin&quot;
-      text run at (11,1661) width 73: &quot;quis, elit. In&quot;
-      text run at (11,1676) width 82: &quot;adipiscing est&quot;
-      text run at (11,1691) width 60: &quot;sed enim.&quot;
-      text run at (11,1706) width 51: &quot;Fusce at&quot;
-      text run at (11,1721) width 73: &quot;massa vitae&quot;
-      text run at (11,1736) width 87: &quot;metus semper&quot;
-      text run at (11,1751) width 60: &quot;hendrerit.&quot;
-      text run at (11,1766) width 78: &quot;Integer vitae&quot;
-      text run at (11,1781) width 67: &quot;urna. Nulla&quot;
-      text run at (11,1796) width 68: &quot;eget ligula.&quot;
-      text run at (11,1811) width 77: &quot;Etiam libero.&quot;
-      text run at (11,1826) width 84: &quot;Maecenas nisi&quot;
-      text run at (11,1841) width 87: &quot;nibh, convallis&quot;
-      text run at (11,1856) width 58: &quot;a, feugiat&quot;
-      text run at (11,1871) width 87: &quot;vitae, pulvinar&quot;
-      text run at (11,1886) width 40: &quot;et, mi.&quot;
-      text run at (11,1901) width 87: &quot;Curabitur arcu&quot;
-      text run at (11,1916) width 34: &quot;pede,&quot;
-      text run at (11,1931) width 90: &quot;adipiscing sed,&quot;
-      text run at (11,1946) width 76: &quot;egestas nec,&quot;
-      text run at (11,1961) width 79: &quot;commodo in,&quot;
-      text run at (11,1976) width 58: &quot;elit. Nulla&quot;
-      text run at (11,1991) width 77: &quot;facilisi. Proin&quot;
-      text run at (11,2006) width 87: &quot;varius pede et&quot;
-      text run at (11,2021) width 61: &quot;dui lacinia&quot;
-      text run at (11,2036) width 89: &quot;dapibus. Morbi&quot;
-      text run at (11,2051) width 67: &quot;nec augue.&quot;
-      text run at (11,2066) width 31: &quot;Proin&quot;
-      text run at (11,2081) width 58: &quot;imperdiet&quot;
-      text run at (11,2096) width 50: &quot;lacus eu&quot;
-      text run at (11,2111) width 37: &quot;tellus.&quot;
-layer at (197,28) size 125x100 clip at (198,29) size 110x98 scrollHeight 2135
</del><ins>+    RenderBR {BR} at (11,1556) size 0x15
+    RenderText {#text} at (11,1571) size 90x540
+      text run at (11,1571) width 67: &quot;Nulla ligula&quot;
+      text run at (11,1586) width 78: &quot;dui, euismod&quot;
+      text run at (11,1601) width 66: &quot;et, sodales&quot;
+      text run at (11,1616) width 29: &quot;quis,&quot;
+      text run at (11,1631) width 64: &quot;sollicitudin&quot;
+      text run at (11,1646) width 73: &quot;quis, elit. In&quot;
+      text run at (11,1661) width 82: &quot;adipiscing est&quot;
+      text run at (11,1676) width 60: &quot;sed enim.&quot;
+      text run at (11,1691) width 51: &quot;Fusce at&quot;
+      text run at (11,1706) width 73: &quot;massa vitae&quot;
+      text run at (11,1721) width 87: &quot;metus semper&quot;
+      text run at (11,1736) width 60: &quot;hendrerit.&quot;
+      text run at (11,1751) width 78: &quot;Integer vitae&quot;
+      text run at (11,1766) width 67: &quot;urna. Nulla&quot;
+      text run at (11,1781) width 68: &quot;eget ligula.&quot;
+      text run at (11,1796) width 77: &quot;Etiam libero.&quot;
+      text run at (11,1811) width 84: &quot;Maecenas nisi&quot;
+      text run at (11,1826) width 86: &quot;nibh, convallis&quot;
+      text run at (11,1841) width 58: &quot;a, feugiat&quot;
+      text run at (11,1856) width 87: &quot;vitae, pulvinar&quot;
+      text run at (11,1871) width 40: &quot;et, mi.&quot;
+      text run at (11,1886) width 87: &quot;Curabitur arcu&quot;
+      text run at (11,1901) width 34: &quot;pede,&quot;
+      text run at (11,1916) width 90: &quot;adipiscing sed,&quot;
+      text run at (11,1931) width 76: &quot;egestas nec,&quot;
+      text run at (11,1946) width 79: &quot;commodo in,&quot;
+      text run at (11,1961) width 58: &quot;elit. Nulla&quot;
+      text run at (11,1976) width 77: &quot;facilisi. Proin&quot;
+      text run at (11,1991) width 86: &quot;varius pede et&quot;
+      text run at (11,2006) width 61: &quot;dui lacinia&quot;
+      text run at (11,2021) width 89: &quot;dapibus. Morbi&quot;
+      text run at (11,2036) width 67: &quot;nec augue.&quot;
+      text run at (11,2051) width 31: &quot;Proin&quot;
+      text run at (11,2066) width 58: &quot;imperdiet&quot;
+      text run at (11,2081) width 50: &quot;lacus eu&quot;
+      text run at (11,2096) width 37: &quot;tellus.&quot;
+layer at (197,28) size 125x100 clip at (198,29) size 110x98 scrollHeight 2120
</ins><span class="cx">   RenderBlock {DIV} at (189,20) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderText {#text} at (11,11) size 89x810
</span><span class="cx">       text run at (11,11) width 79: &quot;Lorem ipsum&quot;
</span><span class="lines">@@ -186,16 +185,16 @@
</span><span class="cx">       text run at (11,56) width 87: &quot;adipiscing elit.&quot;
</span><span class="cx">       text run at (11,71) width 75: &quot;Morbi et nisi&quot;
</span><span class="cx">       text run at (11,86) width 35: &quot;ut est&quot;
</span><del>-      text run at (11,101) width 59: &quot;venenatis&quot;
</del><ins>+      text run at (11,101) width 58: &quot;venenatis&quot;
</ins><span class="cx">       text run at (11,116) width 47: &quot;viverra.&quot;
</span><span class="cx">       text run at (11,131) width 79: &quot;Aenean pede&quot;
</span><span class="cx">       text run at (11,146) width 72: &quot;orci, blandit&quot;
</span><span class="cx">       text run at (11,161) width 84: &quot;quis, faucibus&quot;
</span><span class="cx">       text run at (11,176) width 80: &quot;quis, egestas&quot;
</span><span class="cx">       text run at (11,191) width 41: &quot;ut, mi.&quot;
</span><del>-      text run at (11,206) width 77: &quot;Pellentesque&quot;
</del><ins>+      text run at (11,206) width 76: &quot;Pellentesque&quot;
</ins><span class="cx">       text run at (11,221) width 73: &quot;enim purus,&quot;
</span><del>-      text run at (11,236) width 59: &quot;venenatis&quot;
</del><ins>+      text run at (11,236) width 58: &quot;venenatis&quot;
</ins><span class="cx">       text run at (11,251) width 61: &quot;dignissim,&quot;
</span><span class="cx">       text run at (11,266) width 69: &quot;tincidunt a,&quot;
</span><span class="cx">       text run at (11,281) width 72: &quot;ullamcorper&quot;
</span><span class="lines">@@ -215,7 +214,7 @@
</span><span class="cx">       text run at (11,491) width 81: &quot;molestie sem&quot;
</span><span class="cx">       text run at (11,506) width 75: &quot;velit tempus&quot;
</span><span class="cx">       text run at (11,521) width 40: &quot;est. In&quot;
</span><del>-      text run at (11,536) width 78: &quot;eleifend velit&quot;
</del><ins>+      text run at (11,536) width 77: &quot;eleifend velit&quot;
</ins><span class="cx">       text run at (11,551) width 42: &quot;at sem&quot;
</span><span class="cx">       text run at (11,566) width 60: &quot;adipiscing&quot;
</span><span class="cx">       text run at (11,581) width 84: &quot;sodales. Nunc&quot;
</span><span class="lines">@@ -224,7 +223,7 @@
</span><span class="cx">       text run at (11,626) width 50: &quot;volutpat&quot;
</span><span class="cx">       text run at (11,641) width 53: &quot;rhoncus,&quot;
</span><span class="cx">       text run at (11,656) width 83: &quot;condimentum&quot;
</span><del>-      text run at (11,671) width 60: &quot;ut, tortor.&quot;
</del><ins>+      text run at (11,671) width 58: &quot;ut, tortor.&quot;
</ins><span class="cx">       text run at (11,686) width 71: &quot;Integer est.&quot;
</span><span class="cx">       text run at (11,701) width 49: &quot;Quisque&quot;
</span><span class="cx">       text run at (11,716) width 47: &quot;viverra.&quot;
</span><span class="lines">@@ -236,121 +235,120 @@
</span><span class="cx">       text run at (11,806) width 87: &quot;condimentum.&quot;
</span><span class="cx">     RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">     RenderBR {BR} at (11,821) size 0x15
</span><del>-    RenderText {#text} at (11,836) size 89x735
-      text run at (11,836) width 27: &quot;Cras&quot;
-      text run at (11,851) width 59: &quot;commodo&quot;
-      text run at (11,866) width 88: &quot;rutrum augue.&quot;
-      text run at (11,881) width 52: &quot;Vivamus&quot;
-      text run at (11,896) width 88: &quot;iaculis. Nullam&quot;
-      text run at (11,911) width 86: &quot;est. Maecenas&quot;
-      text run at (11,926) width 66: &quot;consequat.&quot;
-      text run at (11,941) width 65: &quot;Sed id dui.&quot;
-      text run at (11,956) width 63: &quot;Vivamus a&quot;
-      text run at (11,971) width 67: &quot;nisl. Donec&quot;
-      text run at (11,986) width 48: &quot;pretium&quot;
-      text run at (11,1001) width 79: &quot;sapien. Proin&quot;
-      text run at (11,1016) width 65: &quot;et ligula et&quot;
-      text run at (11,1031) width 85: &quot;ligula placerat&quot;
-      text run at (11,1046) width 54: &quot;pulvinar.&quot;
-      text run at (11,1061) width 78: &quot;Aliquam erat&quot;
-      text run at (11,1076) width 89: &quot;volutpat. Proin&quot;
-      text run at (11,1091) width 38: &quot;id est.&quot;
-      text run at (11,1106) width 75: &quot;Suspendisse&quot;
-      text run at (11,1121) width 89: &quot;cursus, magna&quot;
-      text run at (11,1136) width 72: &quot;at hendrerit&quot;
-      text run at (11,1151) width 66: &quot;consequat,&quot;
-      text run at (11,1166) width 64: &quot;mauris est&quot;
-      text run at (11,1181) width 58: &quot;imperdiet&quot;
-      text run at (11,1196) width 53: &quot;neque, a&quot;
-      text run at (11,1211) width 75: &quot;ultrices arcu&quot;
-      text run at (11,1226) width 55: &quot;urna non&quot;
-      text run at (11,1241) width 87: &quot;nunc. Quisque&quot;
-      text run at (11,1256) width 72: &quot;tellus. Nulla&quot;
-      text run at (11,1271) width 68: &quot;nulla justo,&quot;
-      text run at (11,1286) width 80: &quot;vehicula nec,&quot;
-      text run at (11,1301) width 77: &quot;pellentesque&quot;
-      text run at (11,1316) width 81: &quot;eu, iaculis et,&quot;
-      text run at (11,1331) width 37: &quot;ligula.&quot;
-      text run at (11,1346) width 53: &quot;Praesent&quot;
-      text run at (11,1361) width 69: &quot;mattis ante&quot;
-      text run at (11,1376) width 52: &quot;vel sem.&quot;
-      text run at (11,1391) width 75: &quot;Suspendisse&quot;
-      text run at (11,1406) width 84: &quot;porta rhoncus&quot;
-      text run at (11,1421) width 32: &quot;urna.&quot;
-      text run at (11,1436) width 89: &quot;Phasellus felis.&quot;
-      text run at (11,1451) width 53: &quot;Praesent&quot;
-      text run at (11,1466) width 43: &quot;viverra&quot;
-      text run at (11,1481) width 52: &quot;convallis&quot;
-      text run at (11,1496) width 38: &quot;libero.&quot;
-      text run at (11,1511) width 86: &quot;Maecenas non&quot;
-      text run at (11,1526) width 84: &quot;augue. Donec&quot;
-      text run at (11,1541) width 56: &quot;hendrerit&quot;
-      text run at (11,1556) width 89: &quot;lectus id enim.&quot;
</del><ins>+    RenderText {#text} at (11,836) size 90x720
+      text run at (11,836) width 90: &quot;Cras commodo&quot;
+      text run at (11,851) width 88: &quot;rutrum augue.&quot;
+      text run at (11,866) width 52: &quot;Vivamus&quot;
+      text run at (11,881) width 88: &quot;iaculis. Nullam&quot;
+      text run at (11,896) width 86: &quot;est. Maecenas&quot;
+      text run at (11,911) width 66: &quot;consequat.&quot;
+      text run at (11,926) width 65: &quot;Sed id dui.&quot;
+      text run at (11,941) width 63: &quot;Vivamus a&quot;
+      text run at (11,956) width 67: &quot;nisl. Donec&quot;
+      text run at (11,971) width 48: &quot;pretium&quot;
+      text run at (11,986) width 79: &quot;sapien. Proin&quot;
+      text run at (11,1001) width 65: &quot;et ligula et&quot;
+      text run at (11,1016) width 85: &quot;ligula placerat&quot;
+      text run at (11,1031) width 52: &quot;pulvinar.&quot;
+      text run at (11,1046) width 77: &quot;Aliquam erat&quot;
+      text run at (11,1061) width 89: &quot;volutpat. Proin&quot;
+      text run at (11,1076) width 38: &quot;id est.&quot;
+      text run at (11,1091) width 75: &quot;Suspendisse&quot;
+      text run at (11,1106) width 89: &quot;cursus, magna&quot;
+      text run at (11,1121) width 72: &quot;at hendrerit&quot;
+      text run at (11,1136) width 66: &quot;consequat,&quot;
+      text run at (11,1151) width 64: &quot;mauris est&quot;
+      text run at (11,1166) width 58: &quot;imperdiet&quot;
+      text run at (11,1181) width 53: &quot;neque, a&quot;
+      text run at (11,1196) width 75: &quot;ultrices arcu&quot;
+      text run at (11,1211) width 55: &quot;urna non&quot;
+      text run at (11,1226) width 87: &quot;nunc. Quisque&quot;
+      text run at (11,1241) width 72: &quot;tellus. Nulla&quot;
+      text run at (11,1256) width 68: &quot;nulla justo,&quot;
+      text run at (11,1271) width 79: &quot;vehicula nec,&quot;
+      text run at (11,1286) width 77: &quot;pellentesque&quot;
+      text run at (11,1301) width 81: &quot;eu, iaculis et,&quot;
+      text run at (11,1316) width 37: &quot;ligula.&quot;
+      text run at (11,1331) width 53: &quot;Praesent&quot;
+      text run at (11,1346) width 69: &quot;mattis ante&quot;
+      text run at (11,1361) width 52: &quot;vel sem.&quot;
+      text run at (11,1376) width 75: &quot;Suspendisse&quot;
+      text run at (11,1391) width 84: &quot;porta rhoncus&quot;
+      text run at (11,1406) width 32: &quot;urna.&quot;
+      text run at (11,1421) width 89: &quot;Phasellus felis.&quot;
+      text run at (11,1436) width 53: &quot;Praesent&quot;
+      text run at (11,1451) width 42: &quot;viverra&quot;
+      text run at (11,1466) width 52: &quot;convallis&quot;
+      text run at (11,1481) width 38: &quot;libero.&quot;
+      text run at (11,1496) width 86: &quot;Maecenas non&quot;
+      text run at (11,1511) width 84: &quot;augue. Donec&quot;
+      text run at (11,1526) width 56: &quot;hendrerit&quot;
+      text run at (11,1541) width 89: &quot;lectus id enim.&quot;
</ins><span class="cx">     RenderBR {BR} at (0,0) size 0x0
</span><del>-    RenderBR {BR} at (11,1571) size 0x15
-    RenderText {#text} at (11,1586) size 90x540
-      text run at (11,1586) width 67: &quot;Nulla ligula&quot;
-      text run at (11,1601) width 78: &quot;dui, euismod&quot;
-      text run at (11,1616) width 66: &quot;et, sodales&quot;
-      text run at (11,1631) width 29: &quot;quis,&quot;
-      text run at (11,1646) width 64: &quot;sollicitudin&quot;
-      text run at (11,1661) width 73: &quot;quis, elit. In&quot;
-      text run at (11,1676) width 82: &quot;adipiscing est&quot;
-      text run at (11,1691) width 60: &quot;sed enim.&quot;
-      text run at (11,1706) width 51: &quot;Fusce at&quot;
-      text run at (11,1721) width 73: &quot;massa vitae&quot;
-      text run at (11,1736) width 87: &quot;metus semper&quot;
-      text run at (11,1751) width 60: &quot;hendrerit.&quot;
-      text run at (11,1766) width 78: &quot;Integer vitae&quot;
-      text run at (11,1781) width 67: &quot;urna. Nulla&quot;
-      text run at (11,1796) width 68: &quot;eget ligula.&quot;
-      text run at (11,1811) width 77: &quot;Etiam libero.&quot;
-      text run at (11,1826) width 84: &quot;Maecenas nisi&quot;
-      text run at (11,1841) width 87: &quot;nibh, convallis&quot;
-      text run at (11,1856) width 58: &quot;a, feugiat&quot;
-      text run at (11,1871) width 87: &quot;vitae, pulvinar&quot;
-      text run at (11,1886) width 40: &quot;et, mi.&quot;
-      text run at (11,1901) width 87: &quot;Curabitur arcu&quot;
-      text run at (11,1916) width 34: &quot;pede,&quot;
-      text run at (11,1931) width 90: &quot;adipiscing sed,&quot;
-      text run at (11,1946) width 76: &quot;egestas nec,&quot;
-      text run at (11,1961) width 79: &quot;commodo in,&quot;
-      text run at (11,1976) width 58: &quot;elit. Nulla&quot;
-      text run at (11,1991) width 77: &quot;facilisi. Proin&quot;
-      text run at (11,2006) width 87: &quot;varius pede et&quot;
-      text run at (11,2021) width 61: &quot;dui lacinia&quot;
-      text run at (11,2036) width 89: &quot;dapibus. Morbi&quot;
-      text run at (11,2051) width 67: &quot;nec augue.&quot;
-      text run at (11,2066) width 31: &quot;Proin&quot;
-      text run at (11,2081) width 58: &quot;imperdiet&quot;
-      text run at (11,2096) width 50: &quot;lacus eu&quot;
-      text run at (11,2111) width 37: &quot;tellus.&quot;
</del><ins>+    RenderBR {BR} at (11,1556) size 0x15
+    RenderText {#text} at (11,1571) size 90x540
+      text run at (11,1571) width 67: &quot;Nulla ligula&quot;
+      text run at (11,1586) width 78: &quot;dui, euismod&quot;
+      text run at (11,1601) width 66: &quot;et, sodales&quot;
+      text run at (11,1616) width 29: &quot;quis,&quot;
+      text run at (11,1631) width 64: &quot;sollicitudin&quot;
+      text run at (11,1646) width 73: &quot;quis, elit. In&quot;
+      text run at (11,1661) width 82: &quot;adipiscing est&quot;
+      text run at (11,1676) width 60: &quot;sed enim.&quot;
+      text run at (11,1691) width 51: &quot;Fusce at&quot;
+      text run at (11,1706) width 73: &quot;massa vitae&quot;
+      text run at (11,1721) width 87: &quot;metus semper&quot;
+      text run at (11,1736) width 60: &quot;hendrerit.&quot;
+      text run at (11,1751) width 78: &quot;Integer vitae&quot;
+      text run at (11,1766) width 67: &quot;urna. Nulla&quot;
+      text run at (11,1781) width 68: &quot;eget ligula.&quot;
+      text run at (11,1796) width 77: &quot;Etiam libero.&quot;
+      text run at (11,1811) width 84: &quot;Maecenas nisi&quot;
+      text run at (11,1826) width 86: &quot;nibh, convallis&quot;
+      text run at (11,1841) width 58: &quot;a, feugiat&quot;
+      text run at (11,1856) width 87: &quot;vitae, pulvinar&quot;
+      text run at (11,1871) width 40: &quot;et, mi.&quot;
+      text run at (11,1886) width 87: &quot;Curabitur arcu&quot;
+      text run at (11,1901) width 34: &quot;pede,&quot;
+      text run at (11,1916) width 90: &quot;adipiscing sed,&quot;
+      text run at (11,1931) width 76: &quot;egestas nec,&quot;
+      text run at (11,1946) width 79: &quot;commodo in,&quot;
+      text run at (11,1961) width 58: &quot;elit. Nulla&quot;
+      text run at (11,1976) width 77: &quot;facilisi. Proin&quot;
+      text run at (11,1991) width 86: &quot;varius pede et&quot;
+      text run at (11,2006) width 61: &quot;dui lacinia&quot;
+      text run at (11,2021) width 89: &quot;dapibus. Morbi&quot;
+      text run at (11,2036) width 67: &quot;nec augue.&quot;
+      text run at (11,2051) width 31: &quot;Proin&quot;
+      text run at (11,2066) width 58: &quot;imperdiet&quot;
+      text run at (11,2081) width 50: &quot;lacus eu&quot;
+      text run at (11,2096) width 37: &quot;tellus.&quot;
</ins><span class="cx"> layer at (366,28) size 125x100 clip at (367,29) size 110x85 scrollWidth 420 scrollHeight 455
</span><span class="cx">   RenderBlock {DIV} at (358,20) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderBlock {DIV} at (1,1) size 420x455
</span><del>-      RenderText {#text} at (10,10) size 398x165
</del><ins>+      RenderText {#text} at (10,10) size 397x165
</ins><span class="cx">         text run at (10,10) width 397: &quot;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi et&quot;
</span><span class="cx">         text run at (10,25) width 364: &quot;nisi ut est venenatis viverra. Aenean pede orci, blandit quis,&quot;
</span><del>-        text run at (10,40) width 398: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</del><ins>+        text run at (10,40) width 397: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</ins><span class="cx">         text run at (10,55) width 371: &quot;dignissim, tincidunt a, ullamcorper eget, nibh. Nullam ut sem&quot;
</span><span class="cx">         text run at (10,70) width 348: &quot;adipiscing orci vehicula interdum. Proin a enim. Phasellus&quot;
</span><span class="cx">         text run at (10,85) width 381: &quot;sollicitudin, magna vitae vestibulum facilisis, tellus nunc iaculis&quot;
</span><del>-        text run at (10,100) width 380: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</del><ins>+        text run at (10,100) width 379: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</ins><span class="cx">         text run at (10,115) width 350: &quot;adipiscing sodales. Nunc sapien felis, aliquam et, volutpat&quot;
</span><del>-        text run at (10,130) width 382: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</del><ins>+        text run at (10,130) width 380: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</ins><span class="cx">         text run at (10,145) width 312: &quot;Praesent sed arcu. Maecenas id lorem a leo lobortis&quot;
</span><span class="cx">         text run at (10,160) width 91: &quot;condimentum. &quot;
</span><span class="cx">       RenderBR {BR} at (100,172) size 1x0
</span><span class="cx">       RenderBR {BR} at (10,175) size 0x15
</span><span class="cx">       RenderText {#text} at (10,190) size 398x135
</span><del>-        text run at (10,190) width 357: &quot;Cras commodo rutrum augue. Vivamus iaculis. Nullam est.&quot;
</del><ins>+        text run at (10,190) width 356: &quot;Cras commodo rutrum augue. Vivamus iaculis. Nullam est.&quot;
</ins><span class="cx">         text run at (10,205) width 387: &quot;Maecenas consequat. Sed id dui. Vivamus a nisl. Donec pretium&quot;
</span><del>-        text run at (10,220) width 375: &quot;sapien. Proin et ligula et ligula placerat pulvinar. Aliquam erat&quot;
</del><ins>+        text run at (10,220) width 373: &quot;sapien. Proin et ligula et ligula placerat pulvinar. Aliquam erat&quot;
</ins><span class="cx">         text run at (10,235) width 378: &quot;volutpat. Proin id est. Suspendisse cursus, magna at hendrerit&quot;
</span><span class="cx">         text run at (10,250) width 389: &quot;consequat, mauris est imperdiet neque, a ultrices arcu urna non&quot;
</span><span class="cx">         text run at (10,265) width 398: &quot;nunc. Quisque tellus. Nulla nulla justo, vehicula nec, pellentesque&quot;
</span><span class="cx">         text run at (10,280) width 386: &quot;eu, iaculis et, ligula. Praesent mattis ante vel sem. Suspendisse&quot;
</span><del>-        text run at (10,295) width 372: &quot;porta rhoncus urna. Phasellus felis. Praesent viverra convallis&quot;
</del><ins>+        text run at (10,295) width 371: &quot;porta rhoncus urna. Phasellus felis. Praesent viverra convallis&quot;
</ins><span class="cx">         text run at (10,310) width 372: &quot;libero. Maecenas non augue. Donec hendrerit lectus id enim. &quot;
</span><span class="cx">       RenderBR {BR} at (381,322) size 1x0
</span><span class="cx">       RenderBR {BR} at (10,325) size 0x15
</span><span class="lines">@@ -362,7 +360,7 @@
</span><span class="cx">         text run at (10,400) width 381: &quot;Curabitur arcu pede, adipiscing sed, egestas nec, commodo in,&quot;
</span><span class="cx">         text run at (10,415) width 386: &quot;elit. Nulla facilisi. Proin varius pede et dui lacinia dapibus. Morbi&quot;
</span><span class="cx">         text run at (10,430) width 258: &quot;nec augue. Proin imperdiet lacus eu tellus.&quot;
</span><del>-layer at (535,28) size 125x100 clip at (536,29) size 110x85 scrollHeight 2135
</del><ins>+layer at (535,28) size 125x100 clip at (536,29) size 110x85 scrollHeight 2120
</ins><span class="cx">   RenderBlock {DIV} at (527,20) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderText {#text} at (11,11) size 89x810
</span><span class="cx">       text run at (11,11) width 79: &quot;Lorem ipsum&quot;
</span><span class="lines">@@ -371,16 +369,16 @@
</span><span class="cx">       text run at (11,56) width 87: &quot;adipiscing elit.&quot;
</span><span class="cx">       text run at (11,71) width 75: &quot;Morbi et nisi&quot;
</span><span class="cx">       text run at (11,86) width 35: &quot;ut est&quot;
</span><del>-      text run at (11,101) width 59: &quot;venenatis&quot;
</del><ins>+      text run at (11,101) width 58: &quot;venenatis&quot;
</ins><span class="cx">       text run at (11,116) width 47: &quot;viverra.&quot;
</span><span class="cx">       text run at (11,131) width 79: &quot;Aenean pede&quot;
</span><span class="cx">       text run at (11,146) width 72: &quot;orci, blandit&quot;
</span><span class="cx">       text run at (11,161) width 84: &quot;quis, faucibus&quot;
</span><span class="cx">       text run at (11,176) width 80: &quot;quis, egestas&quot;
</span><span class="cx">       text run at (11,191) width 41: &quot;ut, mi.&quot;
</span><del>-      text run at (11,206) width 77: &quot;Pellentesque&quot;
</del><ins>+      text run at (11,206) width 76: &quot;Pellentesque&quot;
</ins><span class="cx">       text run at (11,221) width 73: &quot;enim purus,&quot;
</span><del>-      text run at (11,236) width 59: &quot;venenatis&quot;
</del><ins>+      text run at (11,236) width 58: &quot;venenatis&quot;
</ins><span class="cx">       text run at (11,251) width 61: &quot;dignissim,&quot;
</span><span class="cx">       text run at (11,266) width 69: &quot;tincidunt a,&quot;
</span><span class="cx">       text run at (11,281) width 72: &quot;ullamcorper&quot;
</span><span class="lines">@@ -400,7 +398,7 @@
</span><span class="cx">       text run at (11,491) width 81: &quot;molestie sem&quot;
</span><span class="cx">       text run at (11,506) width 75: &quot;velit tempus&quot;
</span><span class="cx">       text run at (11,521) width 40: &quot;est. In&quot;
</span><del>-      text run at (11,536) width 78: &quot;eleifend velit&quot;
</del><ins>+      text run at (11,536) width 77: &quot;eleifend velit&quot;
</ins><span class="cx">       text run at (11,551) width 42: &quot;at sem&quot;
</span><span class="cx">       text run at (11,566) width 60: &quot;adipiscing&quot;
</span><span class="cx">       text run at (11,581) width 84: &quot;sodales. Nunc&quot;
</span><span class="lines">@@ -409,7 +407,7 @@
</span><span class="cx">       text run at (11,626) width 50: &quot;volutpat&quot;
</span><span class="cx">       text run at (11,641) width 53: &quot;rhoncus,&quot;
</span><span class="cx">       text run at (11,656) width 83: &quot;condimentum&quot;
</span><del>-      text run at (11,671) width 60: &quot;ut, tortor.&quot;
</del><ins>+      text run at (11,671) width 58: &quot;ut, tortor.&quot;
</ins><span class="cx">       text run at (11,686) width 71: &quot;Integer est.&quot;
</span><span class="cx">       text run at (11,701) width 49: &quot;Quisque&quot;
</span><span class="cx">       text run at (11,716) width 47: &quot;viverra.&quot;
</span><span class="lines">@@ -421,96 +419,95 @@
</span><span class="cx">       text run at (11,806) width 87: &quot;condimentum.&quot;
</span><span class="cx">     RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">     RenderBR {BR} at (11,821) size 0x15
</span><del>-    RenderText {#text} at (11,836) size 89x735
-      text run at (11,836) width 27: &quot;Cras&quot;
-      text run at (11,851) width 59: &quot;commodo&quot;
-      text run at (11,866) width 88: &quot;rutrum augue.&quot;
-      text run at (11,881) width 52: &quot;Vivamus&quot;
-      text run at (11,896) width 88: &quot;iaculis. Nullam&quot;
-      text run at (11,911) width 86: &quot;est. Maecenas&quot;
-      text run at (11,926) width 66: &quot;consequat.&quot;
-      text run at (11,941) width 65: &quot;Sed id dui.&quot;
-      text run at (11,956) width 63: &quot;Vivamus a&quot;
-      text run at (11,971) width 67: &quot;nisl. Donec&quot;
-      text run at (11,986) width 48: &quot;pretium&quot;
-      text run at (11,1001) width 79: &quot;sapien. Proin&quot;
-      text run at (11,1016) width 65: &quot;et ligula et&quot;
-      text run at (11,1031) width 85: &quot;ligula placerat&quot;
-      text run at (11,1046) width 54: &quot;pulvinar.&quot;
-      text run at (11,1061) width 78: &quot;Aliquam erat&quot;
-      text run at (11,1076) width 89: &quot;volutpat. Proin&quot;
-      text run at (11,1091) width 38: &quot;id est.&quot;
-      text run at (11,1106) width 75: &quot;Suspendisse&quot;
-      text run at (11,1121) width 89: &quot;cursus, magna&quot;
-      text run at (11,1136) width 72: &quot;at hendrerit&quot;
-      text run at (11,1151) width 66: &quot;consequat,&quot;
-      text run at (11,1166) width 64: &quot;mauris est&quot;
-      text run at (11,1181) width 58: &quot;imperdiet&quot;
-      text run at (11,1196) width 53: &quot;neque, a&quot;
-      text run at (11,1211) width 75: &quot;ultrices arcu&quot;
-      text run at (11,1226) width 55: &quot;urna non&quot;
-      text run at (11,1241) width 87: &quot;nunc. Quisque&quot;
-      text run at (11,1256) width 72: &quot;tellus. Nulla&quot;
-      text run at (11,1271) width 68: &quot;nulla justo,&quot;
-      text run at (11,1286) width 80: &quot;vehicula nec,&quot;
-      text run at (11,1301) width 77: &quot;pellentesque&quot;
-      text run at (11,1316) width 81: &quot;eu, iaculis et,&quot;
-      text run at (11,1331) width 37: &quot;ligula.&quot;
-      text run at (11,1346) width 53: &quot;Praesent&quot;
-      text run at (11,1361) width 69: &quot;mattis ante&quot;
-      text run at (11,1376) width 52: &quot;vel sem.&quot;
-      text run at (11,1391) width 75: &quot;Suspendisse&quot;
-      text run at (11,1406) width 84: &quot;porta rhoncus&quot;
-      text run at (11,1421) width 32: &quot;urna.&quot;
-      text run at (11,1436) width 89: &quot;Phasellus felis.&quot;
-      text run at (11,1451) width 53: &quot;Praesent&quot;
-      text run at (11,1466) width 43: &quot;viverra&quot;
-      text run at (11,1481) width 52: &quot;convallis&quot;
-      text run at (11,1496) width 38: &quot;libero.&quot;
-      text run at (11,1511) width 86: &quot;Maecenas non&quot;
-      text run at (11,1526) width 84: &quot;augue. Donec&quot;
-      text run at (11,1541) width 56: &quot;hendrerit&quot;
-      text run at (11,1556) width 89: &quot;lectus id enim.&quot;
</del><ins>+    RenderText {#text} at (11,836) size 90x720
+      text run at (11,836) width 90: &quot;Cras commodo&quot;
+      text run at (11,851) width 88: &quot;rutrum augue.&quot;
+      text run at (11,866) width 52: &quot;Vivamus&quot;
+      text run at (11,881) width 88: &quot;iaculis. Nullam&quot;
+      text run at (11,896) width 86: &quot;est. Maecenas&quot;
+      text run at (11,911) width 66: &quot;consequat.&quot;
+      text run at (11,926) width 65: &quot;Sed id dui.&quot;
+      text run at (11,941) width 63: &quot;Vivamus a&quot;
+      text run at (11,956) width 67: &quot;nisl. Donec&quot;
+      text run at (11,971) width 48: &quot;pretium&quot;
+      text run at (11,986) width 79: &quot;sapien. Proin&quot;
+      text run at (11,1001) width 65: &quot;et ligula et&quot;
+      text run at (11,1016) width 85: &quot;ligula placerat&quot;
+      text run at (11,1031) width 52: &quot;pulvinar.&quot;
+      text run at (11,1046) width 77: &quot;Aliquam erat&quot;
+      text run at (11,1061) width 89: &quot;volutpat. Proin&quot;
+      text run at (11,1076) width 38: &quot;id est.&quot;
+      text run at (11,1091) width 75: &quot;Suspendisse&quot;
+      text run at (11,1106) width 89: &quot;cursus, magna&quot;
+      text run at (11,1121) width 72: &quot;at hendrerit&quot;
+      text run at (11,1136) width 66: &quot;consequat,&quot;
+      text run at (11,1151) width 64: &quot;mauris est&quot;
+      text run at (11,1166) width 58: &quot;imperdiet&quot;
+      text run at (11,1181) width 53: &quot;neque, a&quot;
+      text run at (11,1196) width 75: &quot;ultrices arcu&quot;
+      text run at (11,1211) width 55: &quot;urna non&quot;
+      text run at (11,1226) width 87: &quot;nunc. Quisque&quot;
+      text run at (11,1241) width 72: &quot;tellus. Nulla&quot;
+      text run at (11,1256) width 68: &quot;nulla justo,&quot;
+      text run at (11,1271) width 79: &quot;vehicula nec,&quot;
+      text run at (11,1286) width 77: &quot;pellentesque&quot;
+      text run at (11,1301) width 81: &quot;eu, iaculis et,&quot;
+      text run at (11,1316) width 37: &quot;ligula.&quot;
+      text run at (11,1331) width 53: &quot;Praesent&quot;
+      text run at (11,1346) width 69: &quot;mattis ante&quot;
+      text run at (11,1361) width 52: &quot;vel sem.&quot;
+      text run at (11,1376) width 75: &quot;Suspendisse&quot;
+      text run at (11,1391) width 84: &quot;porta rhoncus&quot;
+      text run at (11,1406) width 32: &quot;urna.&quot;
+      text run at (11,1421) width 89: &quot;Phasellus felis.&quot;
+      text run at (11,1436) width 53: &quot;Praesent&quot;
+      text run at (11,1451) width 42: &quot;viverra&quot;
+      text run at (11,1466) width 52: &quot;convallis&quot;
+      text run at (11,1481) width 38: &quot;libero.&quot;
+      text run at (11,1496) width 86: &quot;Maecenas non&quot;
+      text run at (11,1511) width 84: &quot;augue. Donec&quot;
+      text run at (11,1526) width 56: &quot;hendrerit&quot;
+      text run at (11,1541) width 89: &quot;lectus id enim.&quot;
</ins><span class="cx">     RenderBR {BR} at (0,0) size 0x0
</span><del>-    RenderBR {BR} at (11,1571) size 0x15
-    RenderText {#text} at (11,1586) size 90x540
-      text run at (11,1586) width 67: &quot;Nulla ligula&quot;
-      text run at (11,1601) width 78: &quot;dui, euismod&quot;
-      text run at (11,1616) width 66: &quot;et, sodales&quot;
-      text run at (11,1631) width 29: &quot;quis,&quot;
-      text run at (11,1646) width 64: &quot;sollicitudin&quot;
-      text run at (11,1661) width 73: &quot;quis, elit. In&quot;
-      text run at (11,1676) width 82: &quot;adipiscing est&quot;
-      text run at (11,1691) width 60: &quot;sed enim.&quot;
-      text run at (11,1706) width 51: &quot;Fusce at&quot;
-      text run at (11,1721) width 73: &quot;massa vitae&quot;
-      text run at (11,1736) width 87: &quot;metus semper&quot;
-      text run at (11,1751) width 60: &quot;hendrerit.&quot;
-      text run at (11,1766) width 78: &quot;Integer vitae&quot;
-      text run at (11,1781) width 67: &quot;urna. Nulla&quot;
-      text run at (11,1796) width 68: &quot;eget ligula.&quot;
-      text run at (11,1811) width 77: &quot;Etiam libero.&quot;
-      text run at (11,1826) width 84: &quot;Maecenas nisi&quot;
-      text run at (11,1841) width 87: &quot;nibh, convallis&quot;
-      text run at (11,1856) width 58: &quot;a, feugiat&quot;
-      text run at (11,1871) width 87: &quot;vitae, pulvinar&quot;
-      text run at (11,1886) width 40: &quot;et, mi.&quot;
-      text run at (11,1901) width 87: &quot;Curabitur arcu&quot;
-      text run at (11,1916) width 34: &quot;pede,&quot;
-      text run at (11,1931) width 90: &quot;adipiscing sed,&quot;
-      text run at (11,1946) width 76: &quot;egestas nec,&quot;
-      text run at (11,1961) width 79: &quot;commodo in,&quot;
-      text run at (11,1976) width 58: &quot;elit. Nulla&quot;
-      text run at (11,1991) width 77: &quot;facilisi. Proin&quot;
-      text run at (11,2006) width 87: &quot;varius pede et&quot;
-      text run at (11,2021) width 61: &quot;dui lacinia&quot;
-      text run at (11,2036) width 89: &quot;dapibus. Morbi&quot;
-      text run at (11,2051) width 67: &quot;nec augue.&quot;
-      text run at (11,2066) width 31: &quot;Proin&quot;
-      text run at (11,2081) width 58: &quot;imperdiet&quot;
-      text run at (11,2096) width 50: &quot;lacus eu&quot;
-      text run at (11,2111) width 37: &quot;tellus.&quot;
-layer at (28,168) size 125x100 clip at (29,169) size 110x98 scrollHeight 2135
</del><ins>+    RenderBR {BR} at (11,1556) size 0x15
+    RenderText {#text} at (11,1571) size 90x540
+      text run at (11,1571) width 67: &quot;Nulla ligula&quot;
+      text run at (11,1586) width 78: &quot;dui, euismod&quot;
+      text run at (11,1601) width 66: &quot;et, sodales&quot;
+      text run at (11,1616) width 29: &quot;quis,&quot;
+      text run at (11,1631) width 64: &quot;sollicitudin&quot;
+      text run at (11,1646) width 73: &quot;quis, elit. In&quot;
+      text run at (11,1661) width 82: &quot;adipiscing est&quot;
+      text run at (11,1676) width 60: &quot;sed enim.&quot;
+      text run at (11,1691) width 51: &quot;Fusce at&quot;
+      text run at (11,1706) width 73: &quot;massa vitae&quot;
+      text run at (11,1721) width 87: &quot;metus semper&quot;
+      text run at (11,1736) width 60: &quot;hendrerit.&quot;
+      text run at (11,1751) width 78: &quot;Integer vitae&quot;
+      text run at (11,1766) width 67: &quot;urna. Nulla&quot;
+      text run at (11,1781) width 68: &quot;eget ligula.&quot;
+      text run at (11,1796) width 77: &quot;Etiam libero.&quot;
+      text run at (11,1811) width 84: &quot;Maecenas nisi&quot;
+      text run at (11,1826) width 86: &quot;nibh, convallis&quot;
+      text run at (11,1841) width 58: &quot;a, feugiat&quot;
+      text run at (11,1856) width 87: &quot;vitae, pulvinar&quot;
+      text run at (11,1871) width 40: &quot;et, mi.&quot;
+      text run at (11,1886) width 87: &quot;Curabitur arcu&quot;
+      text run at (11,1901) width 34: &quot;pede,&quot;
+      text run at (11,1916) width 90: &quot;adipiscing sed,&quot;
+      text run at (11,1931) width 76: &quot;egestas nec,&quot;
+      text run at (11,1946) width 79: &quot;commodo in,&quot;
+      text run at (11,1961) width 58: &quot;elit. Nulla&quot;
+      text run at (11,1976) width 77: &quot;facilisi. Proin&quot;
+      text run at (11,1991) width 86: &quot;varius pede et&quot;
+      text run at (11,2006) width 61: &quot;dui lacinia&quot;
+      text run at (11,2021) width 89: &quot;dapibus. Morbi&quot;
+      text run at (11,2036) width 67: &quot;nec augue.&quot;
+      text run at (11,2051) width 31: &quot;Proin&quot;
+      text run at (11,2066) width 58: &quot;imperdiet&quot;
+      text run at (11,2081) width 50: &quot;lacus eu&quot;
+      text run at (11,2096) width 37: &quot;tellus.&quot;
+layer at (28,168) size 125x100 clip at (29,169) size 110x98 scrollHeight 2120
</ins><span class="cx">   RenderBlock {DIV} at (20,160) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderText {#text} at (11,11) size 89x810
</span><span class="cx">       text run at (11,11) width 79: &quot;Lorem ipsum&quot;
</span><span class="lines">@@ -519,16 +516,16 @@
</span><span class="cx">       text run at (11,56) width 87: &quot;adipiscing elit.&quot;
</span><span class="cx">       text run at (11,71) width 75: &quot;Morbi et nisi&quot;
</span><span class="cx">       text run at (11,86) width 35: &quot;ut est&quot;
</span><del>-      text run at (11,101) width 59: &quot;venenatis&quot;
</del><ins>+      text run at (11,101) width 58: &quot;venenatis&quot;
</ins><span class="cx">       text run at (11,116) width 47: &quot;viverra.&quot;
</span><span class="cx">       text run at (11,131) width 79: &quot;Aenean pede&quot;
</span><span class="cx">       text run at (11,146) width 72: &quot;orci, blandit&quot;
</span><span class="cx">       text run at (11,161) width 84: &quot;quis, faucibus&quot;
</span><span class="cx">       text run at (11,176) width 80: &quot;quis, egestas&quot;
</span><span class="cx">       text run at (11,191) width 41: &quot;ut, mi.&quot;
</span><del>-      text run at (11,206) width 77: &quot;Pellentesque&quot;
</del><ins>+      text run at (11,206) width 76: &quot;Pellentesque&quot;
</ins><span class="cx">       text run at (11,221) width 73: &quot;enim purus,&quot;
</span><del>-      text run at (11,236) width 59: &quot;venenatis&quot;
</del><ins>+      text run at (11,236) width 58: &quot;venenatis&quot;
</ins><span class="cx">       text run at (11,251) width 61: &quot;dignissim,&quot;
</span><span class="cx">       text run at (11,266) width 69: &quot;tincidunt a,&quot;
</span><span class="cx">       text run at (11,281) width 72: &quot;ullamcorper&quot;
</span><span class="lines">@@ -548,7 +545,7 @@
</span><span class="cx">       text run at (11,491) width 81: &quot;molestie sem&quot;
</span><span class="cx">       text run at (11,506) width 75: &quot;velit tempus&quot;
</span><span class="cx">       text run at (11,521) width 40: &quot;est. In&quot;
</span><del>-      text run at (11,536) width 78: &quot;eleifend velit&quot;
</del><ins>+      text run at (11,536) width 77: &quot;eleifend velit&quot;
</ins><span class="cx">       text run at (11,551) width 42: &quot;at sem&quot;
</span><span class="cx">       text run at (11,566) width 60: &quot;adipiscing&quot;
</span><span class="cx">       text run at (11,581) width 84: &quot;sodales. Nunc&quot;
</span><span class="lines">@@ -557,7 +554,7 @@
</span><span class="cx">       text run at (11,626) width 50: &quot;volutpat&quot;
</span><span class="cx">       text run at (11,641) width 53: &quot;rhoncus,&quot;
</span><span class="cx">       text run at (11,656) width 83: &quot;condimentum&quot;
</span><del>-      text run at (11,671) width 60: &quot;ut, tortor.&quot;
</del><ins>+      text run at (11,671) width 58: &quot;ut, tortor.&quot;
</ins><span class="cx">       text run at (11,686) width 71: &quot;Integer est.&quot;
</span><span class="cx">       text run at (11,701) width 49: &quot;Quisque&quot;
</span><span class="cx">       text run at (11,716) width 47: &quot;viverra.&quot;
</span><span class="lines">@@ -569,121 +566,120 @@
</span><span class="cx">       text run at (11,806) width 87: &quot;condimentum.&quot;
</span><span class="cx">     RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">     RenderBR {BR} at (11,821) size 0x15
</span><del>-    RenderText {#text} at (11,836) size 89x735
-      text run at (11,836) width 27: &quot;Cras&quot;
-      text run at (11,851) width 59: &quot;commodo&quot;
-      text run at (11,866) width 88: &quot;rutrum augue.&quot;
-      text run at (11,881) width 52: &quot;Vivamus&quot;
-      text run at (11,896) width 88: &quot;iaculis. Nullam&quot;
-      text run at (11,911) width 86: &quot;est. Maecenas&quot;
-      text run at (11,926) width 66: &quot;consequat.&quot;
-      text run at (11,941) width 65: &quot;Sed id dui.&quot;
-      text run at (11,956) width 63: &quot;Vivamus a&quot;
-      text run at (11,971) width 67: &quot;nisl. Donec&quot;
-      text run at (11,986) width 48: &quot;pretium&quot;
-      text run at (11,1001) width 79: &quot;sapien. Proin&quot;
-      text run at (11,1016) width 65: &quot;et ligula et&quot;
-      text run at (11,1031) width 85: &quot;ligula placerat&quot;
-      text run at (11,1046) width 54: &quot;pulvinar.&quot;
-      text run at (11,1061) width 78: &quot;Aliquam erat&quot;
-      text run at (11,1076) width 89: &quot;volutpat. Proin&quot;
-      text run at (11,1091) width 38: &quot;id est.&quot;
-      text run at (11,1106) width 75: &quot;Suspendisse&quot;
-      text run at (11,1121) width 89: &quot;cursus, magna&quot;
-      text run at (11,1136) width 72: &quot;at hendrerit&quot;
-      text run at (11,1151) width 66: &quot;consequat,&quot;
-      text run at (11,1166) width 64: &quot;mauris est&quot;
-      text run at (11,1181) width 58: &quot;imperdiet&quot;
-      text run at (11,1196) width 53: &quot;neque, a&quot;
-      text run at (11,1211) width 75: &quot;ultrices arcu&quot;
-      text run at (11,1226) width 55: &quot;urna non&quot;
-      text run at (11,1241) width 87: &quot;nunc. Quisque&quot;
-      text run at (11,1256) width 72: &quot;tellus. Nulla&quot;
-      text run at (11,1271) width 68: &quot;nulla justo,&quot;
-      text run at (11,1286) width 80: &quot;vehicula nec,&quot;
-      text run at (11,1301) width 77: &quot;pellentesque&quot;
-      text run at (11,1316) width 81: &quot;eu, iaculis et,&quot;
-      text run at (11,1331) width 37: &quot;ligula.&quot;
-      text run at (11,1346) width 53: &quot;Praesent&quot;
-      text run at (11,1361) width 69: &quot;mattis ante&quot;
-      text run at (11,1376) width 52: &quot;vel sem.&quot;
-      text run at (11,1391) width 75: &quot;Suspendisse&quot;
-      text run at (11,1406) width 84: &quot;porta rhoncus&quot;
-      text run at (11,1421) width 32: &quot;urna.&quot;
-      text run at (11,1436) width 89: &quot;Phasellus felis.&quot;
-      text run at (11,1451) width 53: &quot;Praesent&quot;
-      text run at (11,1466) width 43: &quot;viverra&quot;
-      text run at (11,1481) width 52: &quot;convallis&quot;
-      text run at (11,1496) width 38: &quot;libero.&quot;
-      text run at (11,1511) width 86: &quot;Maecenas non&quot;
-      text run at (11,1526) width 84: &quot;augue. Donec&quot;
-      text run at (11,1541) width 56: &quot;hendrerit&quot;
-      text run at (11,1556) width 89: &quot;lectus id enim.&quot;
</del><ins>+    RenderText {#text} at (11,836) size 90x720
+      text run at (11,836) width 90: &quot;Cras commodo&quot;
+      text run at (11,851) width 88: &quot;rutrum augue.&quot;
+      text run at (11,866) width 52: &quot;Vivamus&quot;
+      text run at (11,881) width 88: &quot;iaculis. Nullam&quot;
+      text run at (11,896) width 86: &quot;est. Maecenas&quot;
+      text run at (11,911) width 66: &quot;consequat.&quot;
+      text run at (11,926) width 65: &quot;Sed id dui.&quot;
+      text run at (11,941) width 63: &quot;Vivamus a&quot;
+      text run at (11,956) width 67: &quot;nisl. Donec&quot;
+      text run at (11,971) width 48: &quot;pretium&quot;
+      text run at (11,986) width 79: &quot;sapien. Proin&quot;
+      text run at (11,1001) width 65: &quot;et ligula et&quot;
+      text run at (11,1016) width 85: &quot;ligula placerat&quot;
+      text run at (11,1031) width 52: &quot;pulvinar.&quot;
+      text run at (11,1046) width 77: &quot;Aliquam erat&quot;
+      text run at (11,1061) width 89: &quot;volutpat. Proin&quot;
+      text run at (11,1076) width 38: &quot;id est.&quot;
+      text run at (11,1091) width 75: &quot;Suspendisse&quot;
+      text run at (11,1106) width 89: &quot;cursus, magna&quot;
+      text run at (11,1121) width 72: &quot;at hendrerit&quot;
+      text run at (11,1136) width 66: &quot;consequat,&quot;
+      text run at (11,1151) width 64: &quot;mauris est&quot;
+      text run at (11,1166) width 58: &quot;imperdiet&quot;
+      text run at (11,1181) width 53: &quot;neque, a&quot;
+      text run at (11,1196) width 75: &quot;ultrices arcu&quot;
+      text run at (11,1211) width 55: &quot;urna non&quot;
+      text run at (11,1226) width 87: &quot;nunc. Quisque&quot;
+      text run at (11,1241) width 72: &quot;tellus. Nulla&quot;
+      text run at (11,1256) width 68: &quot;nulla justo,&quot;
+      text run at (11,1271) width 79: &quot;vehicula nec,&quot;
+      text run at (11,1286) width 77: &quot;pellentesque&quot;
+      text run at (11,1301) width 81: &quot;eu, iaculis et,&quot;
+      text run at (11,1316) width 37: &quot;ligula.&quot;
+      text run at (11,1331) width 53: &quot;Praesent&quot;
+      text run at (11,1346) width 69: &quot;mattis ante&quot;
+      text run at (11,1361) width 52: &quot;vel sem.&quot;
+      text run at (11,1376) width 75: &quot;Suspendisse&quot;
+      text run at (11,1391) width 84: &quot;porta rhoncus&quot;
+      text run at (11,1406) width 32: &quot;urna.&quot;
+      text run at (11,1421) width 89: &quot;Phasellus felis.&quot;
+      text run at (11,1436) width 53: &quot;Praesent&quot;
+      text run at (11,1451) width 42: &quot;viverra&quot;
+      text run at (11,1466) width 52: &quot;convallis&quot;
+      text run at (11,1481) width 38: &quot;libero.&quot;
+      text run at (11,1496) width 86: &quot;Maecenas non&quot;
+      text run at (11,1511) width 84: &quot;augue. Donec&quot;
+      text run at (11,1526) width 56: &quot;hendrerit&quot;
+      text run at (11,1541) width 89: &quot;lectus id enim.&quot;
</ins><span class="cx">     RenderBR {BR} at (0,0) size 0x0
</span><del>-    RenderBR {BR} at (11,1571) size 0x15
-    RenderText {#text} at (11,1586) size 90x540
-      text run at (11,1586) width 67: &quot;Nulla ligula&quot;
-      text run at (11,1601) width 78: &quot;dui, euismod&quot;
-      text run at (11,1616) width 66: &quot;et, sodales&quot;
-      text run at (11,1631) width 29: &quot;quis,&quot;
-      text run at (11,1646) width 64: &quot;sollicitudin&quot;
-      text run at (11,1661) width 73: &quot;quis, elit. In&quot;
-      text run at (11,1676) width 82: &quot;adipiscing est&quot;
-      text run at (11,1691) width 60: &quot;sed enim.&quot;
-      text run at (11,1706) width 51: &quot;Fusce at&quot;
-      text run at (11,1721) width 73: &quot;massa vitae&quot;
-      text run at (11,1736) width 87: &quot;metus semper&quot;
-      text run at (11,1751) width 60: &quot;hendrerit.&quot;
-      text run at (11,1766) width 78: &quot;Integer vitae&quot;
-      text run at (11,1781) width 67: &quot;urna. Nulla&quot;
-      text run at (11,1796) width 68: &quot;eget ligula.&quot;
-      text run at (11,1811) width 77: &quot;Etiam libero.&quot;
-      text run at (11,1826) width 84: &quot;Maecenas nisi&quot;
-      text run at (11,1841) width 87: &quot;nibh, convallis&quot;
-      text run at (11,1856) width 58: &quot;a, feugiat&quot;
-      text run at (11,1871) width 87: &quot;vitae, pulvinar&quot;
-      text run at (11,1886) width 40: &quot;et, mi.&quot;
-      text run at (11,1901) width 87: &quot;Curabitur arcu&quot;
-      text run at (11,1916) width 34: &quot;pede,&quot;
-      text run at (11,1931) width 90: &quot;adipiscing sed,&quot;
-      text run at (11,1946) width 76: &quot;egestas nec,&quot;
-      text run at (11,1961) width 79: &quot;commodo in,&quot;
-      text run at (11,1976) width 58: &quot;elit. Nulla&quot;
-      text run at (11,1991) width 77: &quot;facilisi. Proin&quot;
-      text run at (11,2006) width 87: &quot;varius pede et&quot;
-      text run at (11,2021) width 61: &quot;dui lacinia&quot;
-      text run at (11,2036) width 89: &quot;dapibus. Morbi&quot;
-      text run at (11,2051) width 67: &quot;nec augue.&quot;
-      text run at (11,2066) width 31: &quot;Proin&quot;
-      text run at (11,2081) width 58: &quot;imperdiet&quot;
-      text run at (11,2096) width 50: &quot;lacus eu&quot;
-      text run at (11,2111) width 37: &quot;tellus.&quot;
</del><ins>+    RenderBR {BR} at (11,1556) size 0x15
+    RenderText {#text} at (11,1571) size 90x540
+      text run at (11,1571) width 67: &quot;Nulla ligula&quot;
+      text run at (11,1586) width 78: &quot;dui, euismod&quot;
+      text run at (11,1601) width 66: &quot;et, sodales&quot;
+      text run at (11,1616) width 29: &quot;quis,&quot;
+      text run at (11,1631) width 64: &quot;sollicitudin&quot;
+      text run at (11,1646) width 73: &quot;quis, elit. In&quot;
+      text run at (11,1661) width 82: &quot;adipiscing est&quot;
+      text run at (11,1676) width 60: &quot;sed enim.&quot;
+      text run at (11,1691) width 51: &quot;Fusce at&quot;
+      text run at (11,1706) width 73: &quot;massa vitae&quot;
+      text run at (11,1721) width 87: &quot;metus semper&quot;
+      text run at (11,1736) width 60: &quot;hendrerit.&quot;
+      text run at (11,1751) width 78: &quot;Integer vitae&quot;
+      text run at (11,1766) width 67: &quot;urna. Nulla&quot;
+      text run at (11,1781) width 68: &quot;eget ligula.&quot;
+      text run at (11,1796) width 77: &quot;Etiam libero.&quot;
+      text run at (11,1811) width 84: &quot;Maecenas nisi&quot;
+      text run at (11,1826) width 86: &quot;nibh, convallis&quot;
+      text run at (11,1841) width 58: &quot;a, feugiat&quot;
+      text run at (11,1856) width 87: &quot;vitae, pulvinar&quot;
+      text run at (11,1871) width 40: &quot;et, mi.&quot;
+      text run at (11,1886) width 87: &quot;Curabitur arcu&quot;
+      text run at (11,1901) width 34: &quot;pede,&quot;
+      text run at (11,1916) width 90: &quot;adipiscing sed,&quot;
+      text run at (11,1931) width 76: &quot;egestas nec,&quot;
+      text run at (11,1946) width 79: &quot;commodo in,&quot;
+      text run at (11,1961) width 58: &quot;elit. Nulla&quot;
+      text run at (11,1976) width 77: &quot;facilisi. Proin&quot;
+      text run at (11,1991) width 86: &quot;varius pede et&quot;
+      text run at (11,2006) width 61: &quot;dui lacinia&quot;
+      text run at (11,2021) width 89: &quot;dapibus. Morbi&quot;
+      text run at (11,2036) width 67: &quot;nec augue.&quot;
+      text run at (11,2051) width 31: &quot;Proin&quot;
+      text run at (11,2066) width 58: &quot;imperdiet&quot;
+      text run at (11,2081) width 50: &quot;lacus eu&quot;
+      text run at (11,2096) width 37: &quot;tellus.&quot;
</ins><span class="cx"> layer at (197,168) size 125x100 clip at (198,169) size 110x85 scrollWidth 420 scrollHeight 455
</span><span class="cx">   RenderBlock {DIV} at (189,160) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderBlock {DIV} at (1,1) size 420x455
</span><del>-      RenderText {#text} at (10,10) size 398x165
</del><ins>+      RenderText {#text} at (10,10) size 397x165
</ins><span class="cx">         text run at (10,10) width 397: &quot;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi et&quot;
</span><span class="cx">         text run at (10,25) width 364: &quot;nisi ut est venenatis viverra. Aenean pede orci, blandit quis,&quot;
</span><del>-        text run at (10,40) width 398: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</del><ins>+        text run at (10,40) width 397: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</ins><span class="cx">         text run at (10,55) width 371: &quot;dignissim, tincidunt a, ullamcorper eget, nibh. Nullam ut sem&quot;
</span><span class="cx">         text run at (10,70) width 348: &quot;adipiscing orci vehicula interdum. Proin a enim. Phasellus&quot;
</span><span class="cx">         text run at (10,85) width 381: &quot;sollicitudin, magna vitae vestibulum facilisis, tellus nunc iaculis&quot;
</span><del>-        text run at (10,100) width 380: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</del><ins>+        text run at (10,100) width 379: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</ins><span class="cx">         text run at (10,115) width 350: &quot;adipiscing sodales. Nunc sapien felis, aliquam et, volutpat&quot;
</span><del>-        text run at (10,130) width 382: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</del><ins>+        text run at (10,130) width 380: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</ins><span class="cx">         text run at (10,145) width 312: &quot;Praesent sed arcu. Maecenas id lorem a leo lobortis&quot;
</span><span class="cx">         text run at (10,160) width 91: &quot;condimentum. &quot;
</span><span class="cx">       RenderBR {BR} at (100,172) size 1x0
</span><span class="cx">       RenderBR {BR} at (10,175) size 0x15
</span><span class="cx">       RenderText {#text} at (10,190) size 398x135
</span><del>-        text run at (10,190) width 357: &quot;Cras commodo rutrum augue. Vivamus iaculis. Nullam est.&quot;
</del><ins>+        text run at (10,190) width 356: &quot;Cras commodo rutrum augue. Vivamus iaculis. Nullam est.&quot;
</ins><span class="cx">         text run at (10,205) width 387: &quot;Maecenas consequat. Sed id dui. Vivamus a nisl. Donec pretium&quot;
</span><del>-        text run at (10,220) width 375: &quot;sapien. Proin et ligula et ligula placerat pulvinar. Aliquam erat&quot;
</del><ins>+        text run at (10,220) width 373: &quot;sapien. Proin et ligula et ligula placerat pulvinar. Aliquam erat&quot;
</ins><span class="cx">         text run at (10,235) width 378: &quot;volutpat. Proin id est. Suspendisse cursus, magna at hendrerit&quot;
</span><span class="cx">         text run at (10,250) width 389: &quot;consequat, mauris est imperdiet neque, a ultrices arcu urna non&quot;
</span><span class="cx">         text run at (10,265) width 398: &quot;nunc. Quisque tellus. Nulla nulla justo, vehicula nec, pellentesque&quot;
</span><span class="cx">         text run at (10,280) width 386: &quot;eu, iaculis et, ligula. Praesent mattis ante vel sem. Suspendisse&quot;
</span><del>-        text run at (10,295) width 372: &quot;porta rhoncus urna. Phasellus felis. Praesent viverra convallis&quot;
</del><ins>+        text run at (10,295) width 371: &quot;porta rhoncus urna. Phasellus felis. Praesent viverra convallis&quot;
</ins><span class="cx">         text run at (10,310) width 372: &quot;libero. Maecenas non augue. Donec hendrerit lectus id enim. &quot;
</span><span class="cx">       RenderBR {BR} at (381,322) size 1x0
</span><span class="cx">       RenderBR {BR} at (10,325) size 0x15
</span><span class="lines">@@ -695,7 +691,7 @@
</span><span class="cx">         text run at (10,400) width 381: &quot;Curabitur arcu pede, adipiscing sed, egestas nec, commodo in,&quot;
</span><span class="cx">         text run at (10,415) width 386: &quot;elit. Nulla facilisi. Proin varius pede et dui lacinia dapibus. Morbi&quot;
</span><span class="cx">         text run at (10,430) width 258: &quot;nec augue. Proin imperdiet lacus eu tellus.&quot;
</span><del>-layer at (366,168) size 125x100 clip at (367,169) size 110x98 scrollHeight 2135
</del><ins>+layer at (366,168) size 125x100 clip at (367,169) size 110x98 scrollHeight 2120
</ins><span class="cx">   RenderBlock {DIV} at (358,160) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderText {#text} at (11,11) size 89x810
</span><span class="cx">       text run at (11,11) width 79: &quot;Lorem ipsum&quot;
</span><span class="lines">@@ -704,16 +700,16 @@
</span><span class="cx">       text run at (11,56) width 87: &quot;adipiscing elit.&quot;
</span><span class="cx">       text run at (11,71) width 75: &quot;Morbi et nisi&quot;
</span><span class="cx">       text run at (11,86) width 35: &quot;ut est&quot;
</span><del>-      text run at (11,101) width 59: &quot;venenatis&quot;
</del><ins>+      text run at (11,101) width 58: &quot;venenatis&quot;
</ins><span class="cx">       text run at (11,116) width 47: &quot;viverra.&quot;
</span><span class="cx">       text run at (11,131) width 79: &quot;Aenean pede&quot;
</span><span class="cx">       text run at (11,146) width 72: &quot;orci, blandit&quot;
</span><span class="cx">       text run at (11,161) width 84: &quot;quis, faucibus&quot;
</span><span class="cx">       text run at (11,176) width 80: &quot;quis, egestas&quot;
</span><span class="cx">       text run at (11,191) width 41: &quot;ut, mi.&quot;
</span><del>-      text run at (11,206) width 77: &quot;Pellentesque&quot;
</del><ins>+      text run at (11,206) width 76: &quot;Pellentesque&quot;
</ins><span class="cx">       text run at (11,221) width 73: &quot;enim purus,&quot;
</span><del>-      text run at (11,236) width 59: &quot;venenatis&quot;
</del><ins>+      text run at (11,236) width 58: &quot;venenatis&quot;
</ins><span class="cx">       text run at (11,251) width 61: &quot;dignissim,&quot;
</span><span class="cx">       text run at (11,266) width 69: &quot;tincidunt a,&quot;
</span><span class="cx">       text run at (11,281) width 72: &quot;ullamcorper&quot;
</span><span class="lines">@@ -733,7 +729,7 @@
</span><span class="cx">       text run at (11,491) width 81: &quot;molestie sem&quot;
</span><span class="cx">       text run at (11,506) width 75: &quot;velit tempus&quot;
</span><span class="cx">       text run at (11,521) width 40: &quot;est. In&quot;
</span><del>-      text run at (11,536) width 78: &quot;eleifend velit&quot;
</del><ins>+      text run at (11,536) width 77: &quot;eleifend velit&quot;
</ins><span class="cx">       text run at (11,551) width 42: &quot;at sem&quot;
</span><span class="cx">       text run at (11,566) width 60: &quot;adipiscing&quot;
</span><span class="cx">       text run at (11,581) width 84: &quot;sodales. Nunc&quot;
</span><span class="lines">@@ -742,7 +738,7 @@
</span><span class="cx">       text run at (11,626) width 50: &quot;volutpat&quot;
</span><span class="cx">       text run at (11,641) width 53: &quot;rhoncus,&quot;
</span><span class="cx">       text run at (11,656) width 83: &quot;condimentum&quot;
</span><del>-      text run at (11,671) width 60: &quot;ut, tortor.&quot;
</del><ins>+      text run at (11,671) width 58: &quot;ut, tortor.&quot;
</ins><span class="cx">       text run at (11,686) width 71: &quot;Integer est.&quot;
</span><span class="cx">       text run at (11,701) width 49: &quot;Quisque&quot;
</span><span class="cx">       text run at (11,716) width 47: &quot;viverra.&quot;
</span><span class="lines">@@ -754,111 +750,110 @@
</span><span class="cx">       text run at (11,806) width 87: &quot;condimentum.&quot;
</span><span class="cx">     RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">     RenderBR {BR} at (11,821) size 0x15
</span><del>-    RenderText {#text} at (11,836) size 89x735
-      text run at (11,836) width 27: &quot;Cras&quot;
-      text run at (11,851) width 59: &quot;commodo&quot;
-      text run at (11,866) width 88: &quot;rutrum augue.&quot;
-      text run at (11,881) width 52: &quot;Vivamus&quot;
-      text run at (11,896) width 88: &quot;iaculis. Nullam&quot;
-      text run at (11,911) width 86: &quot;est. Maecenas&quot;
-      text run at (11,926) width 66: &quot;consequat.&quot;
-      text run at (11,941) width 65: &quot;Sed id dui.&quot;
-      text run at (11,956) width 63: &quot;Vivamus a&quot;
-      text run at (11,971) width 67: &quot;nisl. Donec&quot;
-      text run at (11,986) width 48: &quot;pretium&quot;
-      text run at (11,1001) width 79: &quot;sapien. Proin&quot;
-      text run at (11,1016) width 65: &quot;et ligula et&quot;
-      text run at (11,1031) width 85: &quot;ligula placerat&quot;
-      text run at (11,1046) width 54: &quot;pulvinar.&quot;
-      text run at (11,1061) width 78: &quot;Aliquam erat&quot;
-      text run at (11,1076) width 89: &quot;volutpat. Proin&quot;
-      text run at (11,1091) width 38: &quot;id est.&quot;
-      text run at (11,1106) width 75: &quot;Suspendisse&quot;
-      text run at (11,1121) width 89: &quot;cursus, magna&quot;
-      text run at (11,1136) width 72: &quot;at hendrerit&quot;
-      text run at (11,1151) width 66: &quot;consequat,&quot;
-      text run at (11,1166) width 64: &quot;mauris est&quot;
-      text run at (11,1181) width 58: &quot;imperdiet&quot;
-      text run at (11,1196) width 53: &quot;neque, a&quot;
-      text run at (11,1211) width 75: &quot;ultrices arcu&quot;
-      text run at (11,1226) width 55: &quot;urna non&quot;
-      text run at (11,1241) width 87: &quot;nunc. Quisque&quot;
-      text run at (11,1256) width 72: &quot;tellus. Nulla&quot;
-      text run at (11,1271) width 68: &quot;nulla justo,&quot;
-      text run at (11,1286) width 80: &quot;vehicula nec,&quot;
-      text run at (11,1301) width 77: &quot;pellentesque&quot;
-      text run at (11,1316) width 81: &quot;eu, iaculis et,&quot;
-      text run at (11,1331) width 37: &quot;ligula.&quot;
-      text run at (11,1346) width 53: &quot;Praesent&quot;
-      text run at (11,1361) width 69: &quot;mattis ante&quot;
-      text run at (11,1376) width 52: &quot;vel sem.&quot;
-      text run at (11,1391) width 75: &quot;Suspendisse&quot;
-      text run at (11,1406) width 84: &quot;porta rhoncus&quot;
-      text run at (11,1421) width 32: &quot;urna.&quot;
-      text run at (11,1436) width 89: &quot;Phasellus felis.&quot;
-      text run at (11,1451) width 53: &quot;Praesent&quot;
-      text run at (11,1466) width 43: &quot;viverra&quot;
-      text run at (11,1481) width 52: &quot;convallis&quot;
-      text run at (11,1496) width 38: &quot;libero.&quot;
-      text run at (11,1511) width 86: &quot;Maecenas non&quot;
-      text run at (11,1526) width 84: &quot;augue. Donec&quot;
-      text run at (11,1541) width 56: &quot;hendrerit&quot;
-      text run at (11,1556) width 89: &quot;lectus id enim.&quot;
</del><ins>+    RenderText {#text} at (11,836) size 90x720
+      text run at (11,836) width 90: &quot;Cras commodo&quot;
+      text run at (11,851) width 88: &quot;rutrum augue.&quot;
+      text run at (11,866) width 52: &quot;Vivamus&quot;
+      text run at (11,881) width 88: &quot;iaculis. Nullam&quot;
+      text run at (11,896) width 86: &quot;est. Maecenas&quot;
+      text run at (11,911) width 66: &quot;consequat.&quot;
+      text run at (11,926) width 65: &quot;Sed id dui.&quot;
+      text run at (11,941) width 63: &quot;Vivamus a&quot;
+      text run at (11,956) width 67: &quot;nisl. Donec&quot;
+      text run at (11,971) width 48: &quot;pretium&quot;
+      text run at (11,986) width 79: &quot;sapien. Proin&quot;
+      text run at (11,1001) width 65: &quot;et ligula et&quot;
+      text run at (11,1016) width 85: &quot;ligula placerat&quot;
+      text run at (11,1031) width 52: &quot;pulvinar.&quot;
+      text run at (11,1046) width 77: &quot;Aliquam erat&quot;
+      text run at (11,1061) width 89: &quot;volutpat. Proin&quot;
+      text run at (11,1076) width 38: &quot;id est.&quot;
+      text run at (11,1091) width 75: &quot;Suspendisse&quot;
+      text run at (11,1106) width 89: &quot;cursus, magna&quot;
+      text run at (11,1121) width 72: &quot;at hendrerit&quot;
+      text run at (11,1136) width 66: &quot;consequat,&quot;
+      text run at (11,1151) width 64: &quot;mauris est&quot;
+      text run at (11,1166) width 58: &quot;imperdiet&quot;
+      text run at (11,1181) width 53: &quot;neque, a&quot;
+      text run at (11,1196) width 75: &quot;ultrices arcu&quot;
+      text run at (11,1211) width 55: &quot;urna non&quot;
+      text run at (11,1226) width 87: &quot;nunc. Quisque&quot;
+      text run at (11,1241) width 72: &quot;tellus. Nulla&quot;
+      text run at (11,1256) width 68: &quot;nulla justo,&quot;
+      text run at (11,1271) width 79: &quot;vehicula nec,&quot;
+      text run at (11,1286) width 77: &quot;pellentesque&quot;
+      text run at (11,1301) width 81: &quot;eu, iaculis et,&quot;
+      text run at (11,1316) width 37: &quot;ligula.&quot;
+      text run at (11,1331) width 53: &quot;Praesent&quot;
+      text run at (11,1346) width 69: &quot;mattis ante&quot;
+      text run at (11,1361) width 52: &quot;vel sem.&quot;
+      text run at (11,1376) width 75: &quot;Suspendisse&quot;
+      text run at (11,1391) width 84: &quot;porta rhoncus&quot;
+      text run at (11,1406) width 32: &quot;urna.&quot;
+      text run at (11,1421) width 89: &quot;Phasellus felis.&quot;
+      text run at (11,1436) width 53: &quot;Praesent&quot;
+      text run at (11,1451) width 42: &quot;viverra&quot;
+      text run at (11,1466) width 52: &quot;convallis&quot;
+      text run at (11,1481) width 38: &quot;libero.&quot;
+      text run at (11,1496) width 86: &quot;Maecenas non&quot;
+      text run at (11,1511) width 84: &quot;augue. Donec&quot;
+      text run at (11,1526) width 56: &quot;hendrerit&quot;
+      text run at (11,1541) width 89: &quot;lectus id enim.&quot;
</ins><span class="cx">     RenderBR {BR} at (0,0) size 0x0
</span><del>-    RenderBR {BR} at (11,1571) size 0x15
-    RenderText {#text} at (11,1586) size 90x540
-      text run at (11,1586) width 67: &quot;Nulla ligula&quot;
-      text run at (11,1601) width 78: &quot;dui, euismod&quot;
-      text run at (11,1616) width 66: &quot;et, sodales&quot;
-      text run at (11,1631) width 29: &quot;quis,&quot;
-      text run at (11,1646) width 64: &quot;sollicitudin&quot;
-      text run at (11,1661) width 73: &quot;quis, elit. In&quot;
-      text run at (11,1676) width 82: &quot;adipiscing est&quot;
-      text run at (11,1691) width 60: &quot;sed enim.&quot;
-      text run at (11,1706) width 51: &quot;Fusce at&quot;
-      text run at (11,1721) width 73: &quot;massa vitae&quot;
-      text run at (11,1736) width 87: &quot;metus semper&quot;
-      text run at (11,1751) width 60: &quot;hendrerit.&quot;
-      text run at (11,1766) width 78: &quot;Integer vitae&quot;
-      text run at (11,1781) width 67: &quot;urna. Nulla&quot;
-      text run at (11,1796) width 68: &quot;eget ligula.&quot;
-      text run at (11,1811) width 77: &quot;Etiam libero.&quot;
-      text run at (11,1826) width 84: &quot;Maecenas nisi&quot;
-      text run at (11,1841) width 87: &quot;nibh, convallis&quot;
-      text run at (11,1856) width 58: &quot;a, feugiat&quot;
-      text run at (11,1871) width 87: &quot;vitae, pulvinar&quot;
-      text run at (11,1886) width 40: &quot;et, mi.&quot;
-      text run at (11,1901) width 87: &quot;Curabitur arcu&quot;
-      text run at (11,1916) width 34: &quot;pede,&quot;
-      text run at (11,1931) width 90: &quot;adipiscing sed,&quot;
-      text run at (11,1946) width 76: &quot;egestas nec,&quot;
-      text run at (11,1961) width 79: &quot;commodo in,&quot;
-      text run at (11,1976) width 58: &quot;elit. Nulla&quot;
-      text run at (11,1991) width 77: &quot;facilisi. Proin&quot;
-      text run at (11,2006) width 87: &quot;varius pede et&quot;
-      text run at (11,2021) width 61: &quot;dui lacinia&quot;
-      text run at (11,2036) width 89: &quot;dapibus. Morbi&quot;
-      text run at (11,2051) width 67: &quot;nec augue.&quot;
-      text run at (11,2066) width 31: &quot;Proin&quot;
-      text run at (11,2081) width 58: &quot;imperdiet&quot;
-      text run at (11,2096) width 50: &quot;lacus eu&quot;
-      text run at (11,2111) width 37: &quot;tellus.&quot;
</del><ins>+    RenderBR {BR} at (11,1556) size 0x15
+    RenderText {#text} at (11,1571) size 90x540
+      text run at (11,1571) width 67: &quot;Nulla ligula&quot;
+      text run at (11,1586) width 78: &quot;dui, euismod&quot;
+      text run at (11,1601) width 66: &quot;et, sodales&quot;
+      text run at (11,1616) width 29: &quot;quis,&quot;
+      text run at (11,1631) width 64: &quot;sollicitudin&quot;
+      text run at (11,1646) width 73: &quot;quis, elit. In&quot;
+      text run at (11,1661) width 82: &quot;adipiscing est&quot;
+      text run at (11,1676) width 60: &quot;sed enim.&quot;
+      text run at (11,1691) width 51: &quot;Fusce at&quot;
+      text run at (11,1706) width 73: &quot;massa vitae&quot;
+      text run at (11,1721) width 87: &quot;metus semper&quot;
+      text run at (11,1736) width 60: &quot;hendrerit.&quot;
+      text run at (11,1751) width 78: &quot;Integer vitae&quot;
+      text run at (11,1766) width 67: &quot;urna. Nulla&quot;
+      text run at (11,1781) width 68: &quot;eget ligula.&quot;
+      text run at (11,1796) width 77: &quot;Etiam libero.&quot;
+      text run at (11,1811) width 84: &quot;Maecenas nisi&quot;
+      text run at (11,1826) width 86: &quot;nibh, convallis&quot;
+      text run at (11,1841) width 58: &quot;a, feugiat&quot;
+      text run at (11,1856) width 87: &quot;vitae, pulvinar&quot;
+      text run at (11,1871) width 40: &quot;et, mi.&quot;
+      text run at (11,1886) width 87: &quot;Curabitur arcu&quot;
+      text run at (11,1901) width 34: &quot;pede,&quot;
+      text run at (11,1916) width 90: &quot;adipiscing sed,&quot;
+      text run at (11,1931) width 76: &quot;egestas nec,&quot;
+      text run at (11,1946) width 79: &quot;commodo in,&quot;
+      text run at (11,1961) width 58: &quot;elit. Nulla&quot;
+      text run at (11,1976) width 77: &quot;facilisi. Proin&quot;
+      text run at (11,1991) width 86: &quot;varius pede et&quot;
+      text run at (11,2006) width 61: &quot;dui lacinia&quot;
+      text run at (11,2021) width 89: &quot;dapibus. Morbi&quot;
+      text run at (11,2036) width 67: &quot;nec augue.&quot;
+      text run at (11,2051) width 31: &quot;Proin&quot;
+      text run at (11,2066) width 58: &quot;imperdiet&quot;
+      text run at (11,2081) width 50: &quot;lacus eu&quot;
+      text run at (11,2096) width 37: &quot;tellus.&quot;
</ins><span class="cx"> layer at (535,168) size 125x100 clip at (536,169) size 123x85 scrollWidth 420 scrollHeight 185
</span><span class="cx">   RenderBlock {DIV} at (527,160) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderBlock {DIV} at (1,1) size 420x185
</span><del>-      RenderText {#text} at (10,10) size 398x165
</del><ins>+      RenderText {#text} at (10,10) size 397x165
</ins><span class="cx">         text run at (10,10) width 397: &quot;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi et&quot;
</span><span class="cx">         text run at (10,25) width 364: &quot;nisi ut est venenatis viverra. Aenean pede orci, blandit quis,&quot;
</span><del>-        text run at (10,40) width 398: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</del><ins>+        text run at (10,40) width 397: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</ins><span class="cx">         text run at (10,55) width 371: &quot;dignissim, tincidunt a, ullamcorper eget, nibh. Nullam ut sem&quot;
</span><span class="cx">         text run at (10,70) width 348: &quot;adipiscing orci vehicula interdum. Proin a enim. Phasellus&quot;
</span><span class="cx">         text run at (10,85) width 381: &quot;sollicitudin, magna vitae vestibulum facilisis, tellus nunc iaculis&quot;
</span><del>-        text run at (10,100) width 380: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</del><ins>+        text run at (10,100) width 379: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</ins><span class="cx">         text run at (10,115) width 350: &quot;adipiscing sodales. Nunc sapien felis, aliquam et, volutpat&quot;
</span><del>-        text run at (10,130) width 382: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</del><ins>+        text run at (10,130) width 380: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</ins><span class="cx">         text run at (10,145) width 312: &quot;Praesent sed arcu. Maecenas id lorem a leo lobortis&quot;
</span><span class="cx">         text run at (10,160) width 87: &quot;condimentum.&quot;
</span><del>-layer at (28,308) size 125x100 clip at (29,309) size 110x98 scrollHeight 2135
</del><ins>+layer at (28,308) size 125x100 clip at (29,309) size 110x98 scrollHeight 2120
</ins><span class="cx">   RenderBlock {DIV} at (20,300) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderText {#text} at (11,11) size 89x810
</span><span class="cx">       text run at (11,11) width 79: &quot;Lorem ipsum&quot;
</span><span class="lines">@@ -867,16 +862,16 @@
</span><span class="cx">       text run at (11,56) width 87: &quot;adipiscing elit.&quot;
</span><span class="cx">       text run at (11,71) width 75: &quot;Morbi et nisi&quot;
</span><span class="cx">       text run at (11,86) width 35: &quot;ut est&quot;
</span><del>-      text run at (11,101) width 59: &quot;venenatis&quot;
</del><ins>+      text run at (11,101) width 58: &quot;venenatis&quot;
</ins><span class="cx">       text run at (11,116) width 47: &quot;viverra.&quot;
</span><span class="cx">       text run at (11,131) width 79: &quot;Aenean pede&quot;
</span><span class="cx">       text run at (11,146) width 72: &quot;orci, blandit&quot;
</span><span class="cx">       text run at (11,161) width 84: &quot;quis, faucibus&quot;
</span><span class="cx">       text run at (11,176) width 80: &quot;quis, egestas&quot;
</span><span class="cx">       text run at (11,191) width 41: &quot;ut, mi.&quot;
</span><del>-      text run at (11,206) width 77: &quot;Pellentesque&quot;
</del><ins>+      text run at (11,206) width 76: &quot;Pellentesque&quot;
</ins><span class="cx">       text run at (11,221) width 73: &quot;enim purus,&quot;
</span><del>-      text run at (11,236) width 59: &quot;venenatis&quot;
</del><ins>+      text run at (11,236) width 58: &quot;venenatis&quot;
</ins><span class="cx">       text run at (11,251) width 61: &quot;dignissim,&quot;
</span><span class="cx">       text run at (11,266) width 69: &quot;tincidunt a,&quot;
</span><span class="cx">       text run at (11,281) width 72: &quot;ullamcorper&quot;
</span><span class="lines">@@ -896,7 +891,7 @@
</span><span class="cx">       text run at (11,491) width 81: &quot;molestie sem&quot;
</span><span class="cx">       text run at (11,506) width 75: &quot;velit tempus&quot;
</span><span class="cx">       text run at (11,521) width 40: &quot;est. In&quot;
</span><del>-      text run at (11,536) width 78: &quot;eleifend velit&quot;
</del><ins>+      text run at (11,536) width 77: &quot;eleifend velit&quot;
</ins><span class="cx">       text run at (11,551) width 42: &quot;at sem&quot;
</span><span class="cx">       text run at (11,566) width 60: &quot;adipiscing&quot;
</span><span class="cx">       text run at (11,581) width 84: &quot;sodales. Nunc&quot;
</span><span class="lines">@@ -905,7 +900,7 @@
</span><span class="cx">       text run at (11,626) width 50: &quot;volutpat&quot;
</span><span class="cx">       text run at (11,641) width 53: &quot;rhoncus,&quot;
</span><span class="cx">       text run at (11,656) width 83: &quot;condimentum&quot;
</span><del>-      text run at (11,671) width 60: &quot;ut, tortor.&quot;
</del><ins>+      text run at (11,671) width 58: &quot;ut, tortor.&quot;
</ins><span class="cx">       text run at (11,686) width 71: &quot;Integer est.&quot;
</span><span class="cx">       text run at (11,701) width 49: &quot;Quisque&quot;
</span><span class="cx">       text run at (11,716) width 47: &quot;viverra.&quot;
</span><span class="lines">@@ -917,136 +912,135 @@
</span><span class="cx">       text run at (11,806) width 87: &quot;condimentum.&quot;
</span><span class="cx">     RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">     RenderBR {BR} at (11,821) size 0x15
</span><del>-    RenderText {#text} at (11,836) size 89x735
-      text run at (11,836) width 27: &quot;Cras&quot;
-      text run at (11,851) width 59: &quot;commodo&quot;
-      text run at (11,866) width 88: &quot;rutrum augue.&quot;
-      text run at (11,881) width 52: &quot;Vivamus&quot;
-      text run at (11,896) width 88: &quot;iaculis. Nullam&quot;
-      text run at (11,911) width 86: &quot;est. Maecenas&quot;
-      text run at (11,926) width 66: &quot;consequat.&quot;
-      text run at (11,941) width 65: &quot;Sed id dui.&quot;
-      text run at (11,956) width 63: &quot;Vivamus a&quot;
-      text run at (11,971) width 67: &quot;nisl. Donec&quot;
-      text run at (11,986) width 48: &quot;pretium&quot;
-      text run at (11,1001) width 79: &quot;sapien. Proin&quot;
-      text run at (11,1016) width 65: &quot;et ligula et&quot;
-      text run at (11,1031) width 85: &quot;ligula placerat&quot;
-      text run at (11,1046) width 54: &quot;pulvinar.&quot;
-      text run at (11,1061) width 78: &quot;Aliquam erat&quot;
-      text run at (11,1076) width 89: &quot;volutpat. Proin&quot;
-      text run at (11,1091) width 38: &quot;id est.&quot;
-      text run at (11,1106) width 75: &quot;Suspendisse&quot;
-      text run at (11,1121) width 89: &quot;cursus, magna&quot;
-      text run at (11,1136) width 72: &quot;at hendrerit&quot;
-      text run at (11,1151) width 66: &quot;consequat,&quot;
-      text run at (11,1166) width 64: &quot;mauris est&quot;
-      text run at (11,1181) width 58: &quot;imperdiet&quot;
-      text run at (11,1196) width 53: &quot;neque, a&quot;
-      text run at (11,1211) width 75: &quot;ultrices arcu&quot;
-      text run at (11,1226) width 55: &quot;urna non&quot;
-      text run at (11,1241) width 87: &quot;nunc. Quisque&quot;
-      text run at (11,1256) width 72: &quot;tellus. Nulla&quot;
-      text run at (11,1271) width 68: &quot;nulla justo,&quot;
-      text run at (11,1286) width 80: &quot;vehicula nec,&quot;
-      text run at (11,1301) width 77: &quot;pellentesque&quot;
-      text run at (11,1316) width 81: &quot;eu, iaculis et,&quot;
-      text run at (11,1331) width 37: &quot;ligula.&quot;
-      text run at (11,1346) width 53: &quot;Praesent&quot;
-      text run at (11,1361) width 69: &quot;mattis ante&quot;
-      text run at (11,1376) width 52: &quot;vel sem.&quot;
-      text run at (11,1391) width 75: &quot;Suspendisse&quot;
-      text run at (11,1406) width 84: &quot;porta rhoncus&quot;
-      text run at (11,1421) width 32: &quot;urna.&quot;
-      text run at (11,1436) width 89: &quot;Phasellus felis.&quot;
-      text run at (11,1451) width 53: &quot;Praesent&quot;
-      text run at (11,1466) width 43: &quot;viverra&quot;
-      text run at (11,1481) width 52: &quot;convallis&quot;
-      text run at (11,1496) width 38: &quot;libero.&quot;
-      text run at (11,1511) width 86: &quot;Maecenas non&quot;
-      text run at (11,1526) width 84: &quot;augue. Donec&quot;
-      text run at (11,1541) width 56: &quot;hendrerit&quot;
-      text run at (11,1556) width 89: &quot;lectus id enim.&quot;
</del><ins>+    RenderText {#text} at (11,836) size 90x720
+      text run at (11,836) width 90: &quot;Cras commodo&quot;
+      text run at (11,851) width 88: &quot;rutrum augue.&quot;
+      text run at (11,866) width 52: &quot;Vivamus&quot;
+      text run at (11,881) width 88: &quot;iaculis. Nullam&quot;
+      text run at (11,896) width 86: &quot;est. Maecenas&quot;
+      text run at (11,911) width 66: &quot;consequat.&quot;
+      text run at (11,926) width 65: &quot;Sed id dui.&quot;
+      text run at (11,941) width 63: &quot;Vivamus a&quot;
+      text run at (11,956) width 67: &quot;nisl. Donec&quot;
+      text run at (11,971) width 48: &quot;pretium&quot;
+      text run at (11,986) width 79: &quot;sapien. Proin&quot;
+      text run at (11,1001) width 65: &quot;et ligula et&quot;
+      text run at (11,1016) width 85: &quot;ligula placerat&quot;
+      text run at (11,1031) width 52: &quot;pulvinar.&quot;
+      text run at (11,1046) width 77: &quot;Aliquam erat&quot;
+      text run at (11,1061) width 89: &quot;volutpat. Proin&quot;
+      text run at (11,1076) width 38: &quot;id est.&quot;
+      text run at (11,1091) width 75: &quot;Suspendisse&quot;
+      text run at (11,1106) width 89: &quot;cursus, magna&quot;
+      text run at (11,1121) width 72: &quot;at hendrerit&quot;
+      text run at (11,1136) width 66: &quot;consequat,&quot;
+      text run at (11,1151) width 64: &quot;mauris est&quot;
+      text run at (11,1166) width 58: &quot;imperdiet&quot;
+      text run at (11,1181) width 53: &quot;neque, a&quot;
+      text run at (11,1196) width 75: &quot;ultrices arcu&quot;
+      text run at (11,1211) width 55: &quot;urna non&quot;
+      text run at (11,1226) width 87: &quot;nunc. Quisque&quot;
+      text run at (11,1241) width 72: &quot;tellus. Nulla&quot;
+      text run at (11,1256) width 68: &quot;nulla justo,&quot;
+      text run at (11,1271) width 79: &quot;vehicula nec,&quot;
+      text run at (11,1286) width 77: &quot;pellentesque&quot;
+      text run at (11,1301) width 81: &quot;eu, iaculis et,&quot;
+      text run at (11,1316) width 37: &quot;ligula.&quot;
+      text run at (11,1331) width 53: &quot;Praesent&quot;
+      text run at (11,1346) width 69: &quot;mattis ante&quot;
+      text run at (11,1361) width 52: &quot;vel sem.&quot;
+      text run at (11,1376) width 75: &quot;Suspendisse&quot;
+      text run at (11,1391) width 84: &quot;porta rhoncus&quot;
+      text run at (11,1406) width 32: &quot;urna.&quot;
+      text run at (11,1421) width 89: &quot;Phasellus felis.&quot;
+      text run at (11,1436) width 53: &quot;Praesent&quot;
+      text run at (11,1451) width 42: &quot;viverra&quot;
+      text run at (11,1466) width 52: &quot;convallis&quot;
+      text run at (11,1481) width 38: &quot;libero.&quot;
+      text run at (11,1496) width 86: &quot;Maecenas non&quot;
+      text run at (11,1511) width 84: &quot;augue. Donec&quot;
+      text run at (11,1526) width 56: &quot;hendrerit&quot;
+      text run at (11,1541) width 89: &quot;lectus id enim.&quot;
</ins><span class="cx">     RenderBR {BR} at (0,0) size 0x0
</span><del>-    RenderBR {BR} at (11,1571) size 0x15
-    RenderText {#text} at (11,1586) size 90x540
-      text run at (11,1586) width 67: &quot;Nulla ligula&quot;
-      text run at (11,1601) width 78: &quot;dui, euismod&quot;
-      text run at (11,1616) width 66: &quot;et, sodales&quot;
-      text run at (11,1631) width 29: &quot;quis,&quot;
-      text run at (11,1646) width 64: &quot;sollicitudin&quot;
-      text run at (11,1661) width 73: &quot;quis, elit. In&quot;
-      text run at (11,1676) width 82: &quot;adipiscing est&quot;
-      text run at (11,1691) width 60: &quot;sed enim.&quot;
-      text run at (11,1706) width 51: &quot;Fusce at&quot;
-      text run at (11,1721) width 73: &quot;massa vitae&quot;
-      text run at (11,1736) width 87: &quot;metus semper&quot;
-      text run at (11,1751) width 60: &quot;hendrerit.&quot;
-      text run at (11,1766) width 78: &quot;Integer vitae&quot;
-      text run at (11,1781) width 67: &quot;urna. Nulla&quot;
-      text run at (11,1796) width 68: &quot;eget ligula.&quot;
-      text run at (11,1811) width 77: &quot;Etiam libero.&quot;
-      text run at (11,1826) width 84: &quot;Maecenas nisi&quot;
-      text run at (11,1841) width 87: &quot;nibh, convallis&quot;
-      text run at (11,1856) width 58: &quot;a, feugiat&quot;
-      text run at (11,1871) width 87: &quot;vitae, pulvinar&quot;
-      text run at (11,1886) width 40: &quot;et, mi.&quot;
-      text run at (11,1901) width 87: &quot;Curabitur arcu&quot;
-      text run at (11,1916) width 34: &quot;pede,&quot;
-      text run at (11,1931) width 90: &quot;adipiscing sed,&quot;
-      text run at (11,1946) width 76: &quot;egestas nec,&quot;
-      text run at (11,1961) width 79: &quot;commodo in,&quot;
-      text run at (11,1976) width 58: &quot;elit. Nulla&quot;
-      text run at (11,1991) width 77: &quot;facilisi. Proin&quot;
-      text run at (11,2006) width 87: &quot;varius pede et&quot;
-      text run at (11,2021) width 61: &quot;dui lacinia&quot;
-      text run at (11,2036) width 89: &quot;dapibus. Morbi&quot;
-      text run at (11,2051) width 67: &quot;nec augue.&quot;
-      text run at (11,2066) width 31: &quot;Proin&quot;
-      text run at (11,2081) width 58: &quot;imperdiet&quot;
-      text run at (11,2096) width 50: &quot;lacus eu&quot;
-      text run at (11,2111) width 37: &quot;tellus.&quot;
</del><ins>+    RenderBR {BR} at (11,1556) size 0x15
+    RenderText {#text} at (11,1571) size 90x540
+      text run at (11,1571) width 67: &quot;Nulla ligula&quot;
+      text run at (11,1586) width 78: &quot;dui, euismod&quot;
+      text run at (11,1601) width 66: &quot;et, sodales&quot;
+      text run at (11,1616) width 29: &quot;quis,&quot;
+      text run at (11,1631) width 64: &quot;sollicitudin&quot;
+      text run at (11,1646) width 73: &quot;quis, elit. In&quot;
+      text run at (11,1661) width 82: &quot;adipiscing est&quot;
+      text run at (11,1676) width 60: &quot;sed enim.&quot;
+      text run at (11,1691) width 51: &quot;Fusce at&quot;
+      text run at (11,1706) width 73: &quot;massa vitae&quot;
+      text run at (11,1721) width 87: &quot;metus semper&quot;
+      text run at (11,1736) width 60: &quot;hendrerit.&quot;
+      text run at (11,1751) width 78: &quot;Integer vitae&quot;
+      text run at (11,1766) width 67: &quot;urna. Nulla&quot;
+      text run at (11,1781) width 68: &quot;eget ligula.&quot;
+      text run at (11,1796) width 77: &quot;Etiam libero.&quot;
+      text run at (11,1811) width 84: &quot;Maecenas nisi&quot;
+      text run at (11,1826) width 86: &quot;nibh, convallis&quot;
+      text run at (11,1841) width 58: &quot;a, feugiat&quot;
+      text run at (11,1856) width 87: &quot;vitae, pulvinar&quot;
+      text run at (11,1871) width 40: &quot;et, mi.&quot;
+      text run at (11,1886) width 87: &quot;Curabitur arcu&quot;
+      text run at (11,1901) width 34: &quot;pede,&quot;
+      text run at (11,1916) width 90: &quot;adipiscing sed,&quot;
+      text run at (11,1931) width 76: &quot;egestas nec,&quot;
+      text run at (11,1946) width 79: &quot;commodo in,&quot;
+      text run at (11,1961) width 58: &quot;elit. Nulla&quot;
+      text run at (11,1976) width 77: &quot;facilisi. Proin&quot;
+      text run at (11,1991) width 86: &quot;varius pede et&quot;
+      text run at (11,2006) width 61: &quot;dui lacinia&quot;
+      text run at (11,2021) width 89: &quot;dapibus. Morbi&quot;
+      text run at (11,2036) width 67: &quot;nec augue.&quot;
+      text run at (11,2051) width 31: &quot;Proin&quot;
+      text run at (11,2066) width 58: &quot;imperdiet&quot;
+      text run at (11,2081) width 50: &quot;lacus eu&quot;
+      text run at (11,2096) width 37: &quot;tellus.&quot;
</ins><span class="cx"> layer at (197,308) size 125x100 clip at (198,309) size 123x85 scrollWidth 420 scrollHeight 185
</span><span class="cx">   RenderBlock {DIV} at (189,300) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderBlock {DIV} at (1,1) size 420x185
</span><del>-      RenderText {#text} at (10,10) size 398x165
</del><ins>+      RenderText {#text} at (10,10) size 397x165
</ins><span class="cx">         text run at (10,10) width 397: &quot;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi et&quot;
</span><span class="cx">         text run at (10,25) width 364: &quot;nisi ut est venenatis viverra. Aenean pede orci, blandit quis,&quot;
</span><del>-        text run at (10,40) width 398: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</del><ins>+        text run at (10,40) width 397: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</ins><span class="cx">         text run at (10,55) width 371: &quot;dignissim, tincidunt a, ullamcorper eget, nibh. Nullam ut sem&quot;
</span><span class="cx">         text run at (10,70) width 348: &quot;adipiscing orci vehicula interdum. Proin a enim. Phasellus&quot;
</span><span class="cx">         text run at (10,85) width 381: &quot;sollicitudin, magna vitae vestibulum facilisis, tellus nunc iaculis&quot;
</span><del>-        text run at (10,100) width 380: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</del><ins>+        text run at (10,100) width 379: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</ins><span class="cx">         text run at (10,115) width 350: &quot;adipiscing sodales. Nunc sapien felis, aliquam et, volutpat&quot;
</span><del>-        text run at (10,130) width 382: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</del><ins>+        text run at (10,130) width 380: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</ins><span class="cx">         text run at (10,145) width 312: &quot;Praesent sed arcu. Maecenas id lorem a leo lobortis&quot;
</span><span class="cx">         text run at (10,160) width 87: &quot;condimentum.&quot;
</span><span class="cx"> layer at (366,308) size 125x100 clip at (367,309) size 110x85 scrollWidth 420 scrollHeight 455
</span><span class="cx">   RenderBlock {DIV} at (358,300) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderBlock {DIV} at (1,1) size 420x455
</span><del>-      RenderText {#text} at (10,10) size 398x165
</del><ins>+      RenderText {#text} at (10,10) size 397x165
</ins><span class="cx">         text run at (10,10) width 397: &quot;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi et&quot;
</span><span class="cx">         text run at (10,25) width 364: &quot;nisi ut est venenatis viverra. Aenean pede orci, blandit quis,&quot;
</span><del>-        text run at (10,40) width 398: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</del><ins>+        text run at (10,40) width 397: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</ins><span class="cx">         text run at (10,55) width 371: &quot;dignissim, tincidunt a, ullamcorper eget, nibh. Nullam ut sem&quot;
</span><span class="cx">         text run at (10,70) width 348: &quot;adipiscing orci vehicula interdum. Proin a enim. Phasellus&quot;
</span><span class="cx">         text run at (10,85) width 381: &quot;sollicitudin, magna vitae vestibulum facilisis, tellus nunc iaculis&quot;
</span><del>-        text run at (10,100) width 380: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</del><ins>+        text run at (10,100) width 379: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</ins><span class="cx">         text run at (10,115) width 350: &quot;adipiscing sodales. Nunc sapien felis, aliquam et, volutpat&quot;
</span><del>-        text run at (10,130) width 382: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</del><ins>+        text run at (10,130) width 380: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</ins><span class="cx">         text run at (10,145) width 312: &quot;Praesent sed arcu. Maecenas id lorem a leo lobortis&quot;
</span><span class="cx">         text run at (10,160) width 91: &quot;condimentum. &quot;
</span><span class="cx">       RenderBR {BR} at (100,172) size 1x0
</span><span class="cx">       RenderBR {BR} at (10,175) size 0x15
</span><span class="cx">       RenderText {#text} at (10,190) size 398x135
</span><del>-        text run at (10,190) width 357: &quot;Cras commodo rutrum augue. Vivamus iaculis. Nullam est.&quot;
</del><ins>+        text run at (10,190) width 356: &quot;Cras commodo rutrum augue. Vivamus iaculis. Nullam est.&quot;
</ins><span class="cx">         text run at (10,205) width 387: &quot;Maecenas consequat. Sed id dui. Vivamus a nisl. Donec pretium&quot;
</span><del>-        text run at (10,220) width 375: &quot;sapien. Proin et ligula et ligula placerat pulvinar. Aliquam erat&quot;
</del><ins>+        text run at (10,220) width 373: &quot;sapien. Proin et ligula et ligula placerat pulvinar. Aliquam erat&quot;
</ins><span class="cx">         text run at (10,235) width 378: &quot;volutpat. Proin id est. Suspendisse cursus, magna at hendrerit&quot;
</span><span class="cx">         text run at (10,250) width 389: &quot;consequat, mauris est imperdiet neque, a ultrices arcu urna non&quot;
</span><span class="cx">         text run at (10,265) width 398: &quot;nunc. Quisque tellus. Nulla nulla justo, vehicula nec, pellentesque&quot;
</span><span class="cx">         text run at (10,280) width 386: &quot;eu, iaculis et, ligula. Praesent mattis ante vel sem. Suspendisse&quot;
</span><del>-        text run at (10,295) width 372: &quot;porta rhoncus urna. Phasellus felis. Praesent viverra convallis&quot;
</del><ins>+        text run at (10,295) width 371: &quot;porta rhoncus urna. Phasellus felis. Praesent viverra convallis&quot;
</ins><span class="cx">         text run at (10,310) width 372: &quot;libero. Maecenas non augue. Donec hendrerit lectus id enim. &quot;
</span><span class="cx">       RenderBR {BR} at (381,322) size 1x0
</span><span class="cx">       RenderBR {BR} at (10,325) size 0x15
</span><span class="lines">@@ -1061,29 +1055,29 @@
</span><span class="cx"> layer at (535,308) size 125x100 clip at (536,309) size 110x85 scrollWidth 420 scrollHeight 455
</span><span class="cx">   RenderBlock {DIV} at (527,300) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderBlock {DIV} at (1,1) size 420x455
</span><del>-      RenderText {#text} at (10,10) size 398x165
</del><ins>+      RenderText {#text} at (10,10) size 397x165
</ins><span class="cx">         text run at (10,10) width 397: &quot;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi et&quot;
</span><span class="cx">         text run at (10,25) width 364: &quot;nisi ut est venenatis viverra. Aenean pede orci, blandit quis,&quot;
</span><del>-        text run at (10,40) width 398: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</del><ins>+        text run at (10,40) width 397: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</ins><span class="cx">         text run at (10,55) width 371: &quot;dignissim, tincidunt a, ullamcorper eget, nibh. Nullam ut sem&quot;
</span><span class="cx">         text run at (10,70) width 348: &quot;adipiscing orci vehicula interdum. Proin a enim. Phasellus&quot;
</span><span class="cx">         text run at (10,85) width 381: &quot;sollicitudin, magna vitae vestibulum facilisis, tellus nunc iaculis&quot;
</span><del>-        text run at (10,100) width 380: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</del><ins>+        text run at (10,100) width 379: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</ins><span class="cx">         text run at (10,115) width 350: &quot;adipiscing sodales. Nunc sapien felis, aliquam et, volutpat&quot;
</span><del>-        text run at (10,130) width 382: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</del><ins>+        text run at (10,130) width 380: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</ins><span class="cx">         text run at (10,145) width 312: &quot;Praesent sed arcu. Maecenas id lorem a leo lobortis&quot;
</span><span class="cx">         text run at (10,160) width 91: &quot;condimentum. &quot;
</span><span class="cx">       RenderBR {BR} at (100,172) size 1x0
</span><span class="cx">       RenderBR {BR} at (10,175) size 0x15
</span><span class="cx">       RenderText {#text} at (10,190) size 398x135
</span><del>-        text run at (10,190) width 357: &quot;Cras commodo rutrum augue. Vivamus iaculis. Nullam est.&quot;
</del><ins>+        text run at (10,190) width 356: &quot;Cras commodo rutrum augue. Vivamus iaculis. Nullam est.&quot;
</ins><span class="cx">         text run at (10,205) width 387: &quot;Maecenas consequat. Sed id dui. Vivamus a nisl. Donec pretium&quot;
</span><del>-        text run at (10,220) width 375: &quot;sapien. Proin et ligula et ligula placerat pulvinar. Aliquam erat&quot;
</del><ins>+        text run at (10,220) width 373: &quot;sapien. Proin et ligula et ligula placerat pulvinar. Aliquam erat&quot;
</ins><span class="cx">         text run at (10,235) width 378: &quot;volutpat. Proin id est. Suspendisse cursus, magna at hendrerit&quot;
</span><span class="cx">         text run at (10,250) width 389: &quot;consequat, mauris est imperdiet neque, a ultrices arcu urna non&quot;
</span><span class="cx">         text run at (10,265) width 398: &quot;nunc. Quisque tellus. Nulla nulla justo, vehicula nec, pellentesque&quot;
</span><span class="cx">         text run at (10,280) width 386: &quot;eu, iaculis et, ligula. Praesent mattis ante vel sem. Suspendisse&quot;
</span><del>-        text run at (10,295) width 372: &quot;porta rhoncus urna. Phasellus felis. Praesent viverra convallis&quot;
</del><ins>+        text run at (10,295) width 371: &quot;porta rhoncus urna. Phasellus felis. Praesent viverra convallis&quot;
</ins><span class="cx">         text run at (10,310) width 372: &quot;libero. Maecenas non augue. Donec hendrerit lectus id enim. &quot;
</span><span class="cx">       RenderBR {BR} at (381,322) size 1x0
</span><span class="cx">       RenderBR {BR} at (10,325) size 0x15
</span><span class="lines">@@ -1098,29 +1092,29 @@
</span><span class="cx"> layer at (28,448) size 125x100 clip at (29,449) size 110x85 scrollWidth 420 scrollHeight 455
</span><span class="cx">   RenderBlock {DIV} at (20,440) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderBlock {DIV} at (1,1) size 420x455
</span><del>-      RenderText {#text} at (10,10) size 398x165
</del><ins>+      RenderText {#text} at (10,10) size 397x165
</ins><span class="cx">         text run at (10,10) width 397: &quot;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi et&quot;
</span><span class="cx">         text run at (10,25) width 364: &quot;nisi ut est venenatis viverra. Aenean pede orci, blandit quis,&quot;
</span><del>-        text run at (10,40) width 398: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</del><ins>+        text run at (10,40) width 397: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</ins><span class="cx">         text run at (10,55) width 371: &quot;dignissim, tincidunt a, ullamcorper eget, nibh. Nullam ut sem&quot;
</span><span class="cx">         text run at (10,70) width 348: &quot;adipiscing orci vehicula interdum. Proin a enim. Phasellus&quot;
</span><span class="cx">         text run at (10,85) width 381: &quot;sollicitudin, magna vitae vestibulum facilisis, tellus nunc iaculis&quot;
</span><del>-        text run at (10,100) width 380: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</del><ins>+        text run at (10,100) width 379: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</ins><span class="cx">         text run at (10,115) width 350: &quot;adipiscing sodales. Nunc sapien felis, aliquam et, volutpat&quot;
</span><del>-        text run at (10,130) width 382: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</del><ins>+        text run at (10,130) width 380: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</ins><span class="cx">         text run at (10,145) width 312: &quot;Praesent sed arcu. Maecenas id lorem a leo lobortis&quot;
</span><span class="cx">         text run at (10,160) width 91: &quot;condimentum. &quot;
</span><span class="cx">       RenderBR {BR} at (100,172) size 1x0
</span><span class="cx">       RenderBR {BR} at (10,175) size 0x15
</span><span class="cx">       RenderText {#text} at (10,190) size 398x135
</span><del>-        text run at (10,190) width 357: &quot;Cras commodo rutrum augue. Vivamus iaculis. Nullam est.&quot;
</del><ins>+        text run at (10,190) width 356: &quot;Cras commodo rutrum augue. Vivamus iaculis. Nullam est.&quot;
</ins><span class="cx">         text run at (10,205) width 387: &quot;Maecenas consequat. Sed id dui. Vivamus a nisl. Donec pretium&quot;
</span><del>-        text run at (10,220) width 375: &quot;sapien. Proin et ligula et ligula placerat pulvinar. Aliquam erat&quot;
</del><ins>+        text run at (10,220) width 373: &quot;sapien. Proin et ligula et ligula placerat pulvinar. Aliquam erat&quot;
</ins><span class="cx">         text run at (10,235) width 378: &quot;volutpat. Proin id est. Suspendisse cursus, magna at hendrerit&quot;
</span><span class="cx">         text run at (10,250) width 389: &quot;consequat, mauris est imperdiet neque, a ultrices arcu urna non&quot;
</span><span class="cx">         text run at (10,265) width 398: &quot;nunc. Quisque tellus. Nulla nulla justo, vehicula nec, pellentesque&quot;
</span><span class="cx">         text run at (10,280) width 386: &quot;eu, iaculis et, ligula. Praesent mattis ante vel sem. Suspendisse&quot;
</span><del>-        text run at (10,295) width 372: &quot;porta rhoncus urna. Phasellus felis. Praesent viverra convallis&quot;
</del><ins>+        text run at (10,295) width 371: &quot;porta rhoncus urna. Phasellus felis. Praesent viverra convallis&quot;
</ins><span class="cx">         text run at (10,310) width 372: &quot;libero. Maecenas non augue. Donec hendrerit lectus id enim. &quot;
</span><span class="cx">       RenderBR {BR} at (381,322) size 1x0
</span><span class="cx">       RenderBR {BR} at (10,325) size 0x15
</span><span class="lines">@@ -1135,29 +1129,29 @@
</span><span class="cx"> layer at (197,448) size 125x100 clip at (198,449) size 110x85 scrollWidth 420 scrollHeight 455
</span><span class="cx">   RenderBlock {DIV} at (189,440) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderBlock {DIV} at (1,1) size 420x455
</span><del>-      RenderText {#text} at (10,10) size 398x165
</del><ins>+      RenderText {#text} at (10,10) size 397x165
</ins><span class="cx">         text run at (10,10) width 397: &quot;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi et&quot;
</span><span class="cx">         text run at (10,25) width 364: &quot;nisi ut est venenatis viverra. Aenean pede orci, blandit quis,&quot;
</span><del>-        text run at (10,40) width 398: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</del><ins>+        text run at (10,40) width 397: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</ins><span class="cx">         text run at (10,55) width 371: &quot;dignissim, tincidunt a, ullamcorper eget, nibh. Nullam ut sem&quot;
</span><span class="cx">         text run at (10,70) width 348: &quot;adipiscing orci vehicula interdum. Proin a enim. Phasellus&quot;
</span><span class="cx">         text run at (10,85) width 381: &quot;sollicitudin, magna vitae vestibulum facilisis, tellus nunc iaculis&quot;
</span><del>-        text run at (10,100) width 380: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</del><ins>+        text run at (10,100) width 379: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</ins><span class="cx">         text run at (10,115) width 350: &quot;adipiscing sodales. Nunc sapien felis, aliquam et, volutpat&quot;
</span><del>-        text run at (10,130) width 382: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</del><ins>+        text run at (10,130) width 380: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</ins><span class="cx">         text run at (10,145) width 312: &quot;Praesent sed arcu. Maecenas id lorem a leo lobortis&quot;
</span><span class="cx">         text run at (10,160) width 91: &quot;condimentum. &quot;
</span><span class="cx">       RenderBR {BR} at (100,172) size 1x0
</span><span class="cx">       RenderBR {BR} at (10,175) size 0x15
</span><span class="cx">       RenderText {#text} at (10,190) size 398x135
</span><del>-        text run at (10,190) width 357: &quot;Cras commodo rutrum augue. Vivamus iaculis. Nullam est.&quot;
</del><ins>+        text run at (10,190) width 356: &quot;Cras commodo rutrum augue. Vivamus iaculis. Nullam est.&quot;
</ins><span class="cx">         text run at (10,205) width 387: &quot;Maecenas consequat. Sed id dui. Vivamus a nisl. Donec pretium&quot;
</span><del>-        text run at (10,220) width 375: &quot;sapien. Proin et ligula et ligula placerat pulvinar. Aliquam erat&quot;
</del><ins>+        text run at (10,220) width 373: &quot;sapien. Proin et ligula et ligula placerat pulvinar. Aliquam erat&quot;
</ins><span class="cx">         text run at (10,235) width 378: &quot;volutpat. Proin id est. Suspendisse cursus, magna at hendrerit&quot;
</span><span class="cx">         text run at (10,250) width 389: &quot;consequat, mauris est imperdiet neque, a ultrices arcu urna non&quot;
</span><span class="cx">         text run at (10,265) width 398: &quot;nunc. Quisque tellus. Nulla nulla justo, vehicula nec, pellentesque&quot;
</span><span class="cx">         text run at (10,280) width 386: &quot;eu, iaculis et, ligula. Praesent mattis ante vel sem. Suspendisse&quot;
</span><del>-        text run at (10,295) width 372: &quot;porta rhoncus urna. Phasellus felis. Praesent viverra convallis&quot;
</del><ins>+        text run at (10,295) width 371: &quot;porta rhoncus urna. Phasellus felis. Praesent viverra convallis&quot;
</ins><span class="cx">         text run at (10,310) width 372: &quot;libero. Maecenas non augue. Donec hendrerit lectus id enim. &quot;
</span><span class="cx">       RenderBR {BR} at (381,322) size 1x0
</span><span class="cx">       RenderBR {BR} at (10,325) size 0x15
</span><span class="lines">@@ -1172,29 +1166,29 @@
</span><span class="cx"> layer at (366,448) size 125x100 clip at (367,449) size 110x85 scrollWidth 420 scrollHeight 455
</span><span class="cx">   RenderBlock {DIV} at (358,440) size 125x100 [color=#DCDCDC] [bgcolor=#718D93] [border: (1px solid #D3D3D3)]
</span><span class="cx">     RenderBlock {DIV} at (1,1) size 420x455
</span><del>-      RenderText {#text} at (10,10) size 398x165
</del><ins>+      RenderText {#text} at (10,10) size 397x165
</ins><span class="cx">         text run at (10,10) width 397: &quot;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi et&quot;
</span><span class="cx">         text run at (10,25) width 364: &quot;nisi ut est venenatis viverra. Aenean pede orci, blandit quis,&quot;
</span><del>-        text run at (10,40) width 398: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</del><ins>+        text run at (10,40) width 397: &quot;faucibus quis, egestas ut, mi. Pellentesque enim purus, venenatis&quot;
</ins><span class="cx">         text run at (10,55) width 371: &quot;dignissim, tincidunt a, ullamcorper eget, nibh. Nullam ut sem&quot;
</span><span class="cx">         text run at (10,70) width 348: &quot;adipiscing orci vehicula interdum. Proin a enim. Phasellus&quot;
</span><span class="cx">         text run at (10,85) width 381: &quot;sollicitudin, magna vitae vestibulum facilisis, tellus nunc iaculis&quot;
</span><del>-        text run at (10,100) width 380: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</del><ins>+        text run at (10,100) width 379: &quot;arcu, in molestie sem velit tempus est. In eleifend velit at sem&quot;
</ins><span class="cx">         text run at (10,115) width 350: &quot;adipiscing sodales. Nunc sapien felis, aliquam et, volutpat&quot;
</span><del>-        text run at (10,130) width 382: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</del><ins>+        text run at (10,130) width 380: &quot;rhoncus, condimentum ut, tortor. Integer est. Quisque viverra.&quot;
</ins><span class="cx">         text run at (10,145) width 312: &quot;Praesent sed arcu. Maecenas id lorem a leo lobortis&quot;
</span><span class="cx">         text run at (10,160) width 91: &quot;condimentum. &quot;
</span><span class="cx">       RenderBR {BR} at (100,172) size 1x0
</span><span class="cx">       RenderBR {BR} at (10,175) size 0x15
</span><span class="cx">       RenderText {#text} at (10,190) size 398x135
</span><del>-        text run at (10,190) width 357: &quot;Cras commodo rutrum augue. Vivamus iaculis. Nullam est.&quot;
</del><ins>+        text run at (10,190) width 356: &quot;Cras commodo rutrum augue. Vivamus iaculis. Nullam est.&quot;
</ins><span class="cx">         text run at (10,205) width 387: &quot;Maecenas consequat. Sed id dui. Vivamus a nisl. Donec pretium&quot;
</span><del>-        text run at (10,220) width 375: &quot;sapien. Proin et ligula et ligula placerat pulvinar. Aliquam erat&quot;
</del><ins>+        text run at (10,220) width 373: &quot;sapien. Proin et ligula et ligula placerat pulvinar. Aliquam erat&quot;
</ins><span class="cx">         text run at (10,235) width 378: &quot;volutpat. Proin id est. Suspendisse cursus, magna at hendrerit&quot;
</span><span class="cx">         text run at (10,250) width 389: &quot;consequat, mauris est imperdiet neque, a ultrices arcu urna non&quot;
</span><span class="cx">         text run at (10,265) width 398: &quot;nunc. Quisque tellus. Nulla nulla justo, vehicula nec, pellentesque&quot;
</span><span class="cx">         text run at (10,280) width 386: &quot;eu, iaculis et, ligula. Praesent mattis ante vel sem. Suspendisse&quot;
</span><del>-        text run at (10,295) width 372: &quot;porta rhoncus urna. Phasellus felis. Praesent viverra convallis&quot;
</del><ins>+        text run at (10,295) width 371: &quot;porta rhoncus urna. Phasellus felis. Praesent viverra convallis&quot;
</ins><span class="cx">         text run at (10,310) width 372: &quot;libero. Maecenas non augue. Donec hendrerit lectus id enim. &quot;
</span><span class="cx">       RenderBR {BR} at (381,322) size 1x0
</span><span class="cx">       RenderBR {BR} at (10,325) size 0x15
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgW3CSVG11maskingpath04bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -5,18 +5,18 @@
</span><span class="cx">     RenderSVGContainer {g} at (30,20) size 410x272
</span><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">         RenderSVGResourceClipper {clipPath} [id=&quot;sample&quot;] [clipPathUnits=userSpaceOnUse]
</span><del>-          RenderSVGText {text} at (45,169) size 353x123 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 353x122
-              chunk 1 text run 1 at (45.00,270.00) startOffset 0 endOffset 9 width 353.00: &quot;Clip Test&quot;
</del><ins>+          RenderSVGText {text} at (45,169) size 355x123 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 355x122
+              chunk 1 text run 1 at (45.00,270.00) startOffset 0 endOffset 9 width 354.44: &quot;Clip Test&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (30,20) size 410x140
</span><span class="cx">         RenderSVGImage {image} at (30,20) size 410x140
</span><del>-        RenderSVGText {text} at (55,29) size 353x123 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 353x122
-            chunk 1 text run 1 at (55.00,130.00) startOffset 0 endOffset 9 width 353.00: &quot;Clip Test&quot;
-      RenderSVGContainer {g} at (45,170) size 353x122
-        RenderSVGImage {image} at (45,170) size 353x122
-          [clipPath=&quot;sample&quot;] RenderSVGResourceClipper {clipPath} at (45,169.11) size 353x121.98
</del><ins>+        RenderSVGText {text} at (55,29) size 355x123 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 355x122
+            chunk 1 text run 1 at (55.00,130.00) startOffset 0 endOffset 9 width 354.44: &quot;Clip Test&quot;
+      RenderSVGContainer {g} at (45,170) size 355x122
+        RenderSVGImage {image} at (45,170) size 355x122
+          [clipPath=&quot;sample&quot;] RenderSVGResourceClipper {clipPath} at (45,169.11) size 354.45x121.98
</ins><span class="cx">     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 264x46
</span><del>-        chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 264.00: &quot;$Revision: 1.8 $&quot;
</del><ins>+        chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 263.34: &quot;$Revision: 1.8 $&quot;
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgbatiktexttextEffect2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/batik/text/textEffect2-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/batik/text/textEffect2-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/svg/batik/text/textEffect2-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -2,36 +2,36 @@
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 450x500
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 448x498
</span><del>-    RenderSVGContainer {g} at (100,15) size 265x290
</del><ins>+    RenderSVGContainer {g} at (100,15) size 266x290
</ins><span class="cx">       RenderSVGText {text} at (158,15) size 134x19 contains 1 chunk(s)
</span><del>-        RenderSVGInlineText {#text} at (0,0) size 133x18
-          chunk 1 (middle anchor) text run 1 at (158.50,30.00) startOffset 0 endOffset 20 width 133.00: &quot;clip-path using text&quot;
-      RenderSVGText {text} at (106,35) size 238x19 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 238x18
-          chunk 1 (middle anchor) text run 1 at (106.00,50.00) startOffset 0 endOffset 32 width 238.00: &quot;(Using System font and SVG font)&quot;
</del><ins>+        RenderSVGInlineText {#text} at (0,0) size 134x18
+          chunk 1 (middle anchor) text run 1 at (158.30,30.00) startOffset 0 endOffset 20 width 133.41: &quot;clip-path using text&quot;
+      RenderSVGText {text} at (104,35) size 242x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 241x18
+          chunk 1 (middle anchor) text run 1 at (104.50,50.00) startOffset 0 endOffset 32 width 240.99: &quot;(Using System font and SVG font)&quot;
</ins><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">         RenderSVGResourceLinearGradient {linearGradient} [id=&quot;grad&quot;] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
</span><span class="cx">           RenderSVGGradientStop {stop} [offset=0.00] [color=#FFD700]
</span><span class="cx">           RenderSVGGradientStop {stop} [offset=0.50] [color=#FFA500]
</span><span class="cx">           RenderSVGGradientStop {stop} [offset=1.00] [color=#DC143C]
</span><span class="cx">         RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
</span><del>-          RenderSVGText {text} at (100,152) size 152x60 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 152x60
-              chunk 1 text run 1 at (100.00,200.00) startOffset 0 endOffset 5 width 152.00: &quot;BATIK&quot;
</del><ins>+          RenderSVGText {text} at (100,152) size 154x60 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 154x60
+              chunk 1 text run 1 at (100.00,200.00) startOffset 0 endOffset 5 width 153.15: &quot;BATIK&quot;
</ins><span class="cx">         RenderSVGResourceClipper {clipPath} [id=&quot;svgClip&quot;] [clipPathUnits=userSpaceOnUse]
</span><del>-          RenderSVGText {text} at (100,252) size 152x60 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 152x60
-              chunk 1 text run 1 at (100.00,300.00) startOffset 0 endOffset 5 width 152.00: &quot;BATIK&quot;
-      RenderSVGRect {rect} at (100,160) size 152x45 [fill={[type=LINEAR-GRADIENT] [id=&quot;grad&quot;]}] [x=100.00] [y=160.00] [width=200.00] [height=45.00]
-        [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (100,152.02) size 152x59.22
-      RenderSVGText {text} at (300,189) size 65x14 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 65x14
-          chunk 1 text run 1 at (300.00,200.00) startOffset 0 endOffset 13 width 65.00: &quot;(System font)&quot;
-      RenderSVGRect {rect} at (100,260) size 152x45 [fill={[type=LINEAR-GRADIENT] [id=&quot;grad&quot;]}] [x=100.00] [y=260.00] [width=200.00] [height=45.00]
-        [clipPath=&quot;svgClip&quot;] RenderSVGResourceClipper {clipPath} at (100,252.02) size 152x59.22
</del><ins>+          RenderSVGText {text} at (100,252) size 154x60 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 154x60
+              chunk 1 text run 1 at (100.00,300.00) startOffset 0 endOffset 5 width 153.15: &quot;BATIK&quot;
+      RenderSVGRect {rect} at (100,160) size 154x45 [fill={[type=LINEAR-GRADIENT] [id=&quot;grad&quot;]}] [x=100.00] [y=160.00] [width=200.00] [height=45.00]
+        [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (100,152.02) size 153.16x59.22
+      RenderSVGText {text} at (300,189) size 66x14 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 66x14
+          chunk 1 text run 1 at (300.00,200.00) startOffset 0 endOffset 13 width 65.66: &quot;(System font)&quot;
+      RenderSVGRect {rect} at (100,260) size 154x45 [fill={[type=LINEAR-GRADIENT] [id=&quot;grad&quot;]}] [x=100.00] [y=260.00] [width=200.00] [height=45.00]
+        [clipPath=&quot;svgClip&quot;] RenderSVGResourceClipper {clipPath} at (100,252.02) size 153.16x59.22
</ins><span class="cx">       RenderSVGText {text} at (300,289) size 55x14 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 55x14
</span><del>-          chunk 1 text run 1 at (300.00,300.00) startOffset 0 endOffset 10 width 55.00: &quot;(SVG font)&quot;
</del><ins>+          chunk 1 text run 1 at (300.00,300.00) startOffset 0 endOffset 10 width 54.33: &quot;(SVG font)&quot;
</ins><span class="cx">     RenderSVGContainer {use} at (0,0) size 448x498
</span><span class="cx">       RenderSVGContainer {g} at (0,0) size 448x498
</span><span class="cx">         RenderSVGRect {rect} at (0,0) size 448x498 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=446.00] [height=496.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgbatiktexttextEffect3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/batik/text/textEffect3-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/batik/text/textEffect3-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/svg/batik/text/textEffect3-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -3,12 +3,12 @@
</span><span class="cx"> layer at (0,0) size 450x500
</span><span class="cx">   RenderSVGRoot {svg} at (0,0) size 448x498
</span><span class="cx">     RenderSVGContainer {g} at (39,15) size 387x388
</span><del>-      RenderSVGText {text} at (99,15) size 252x19 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 251x18
-          chunk 1 (middle anchor) text run 1 at (99.50,30.00) startOffset 0 endOffset 37 width 251.00: &quot;Gradient and filter on text and tspan&quot;
-      RenderSVGText {text} at (106,35) size 238x19 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 238x18
-          chunk 1 (middle anchor) text run 1 at (106.00,50.00) startOffset 0 endOffset 32 width 238.00: &quot;(Using System font and SVG font)&quot;
</del><ins>+      RenderSVGText {text} at (97,15) size 256x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 255x18
+          chunk 1 (middle anchor) text run 1 at (97.81,30.00) startOffset 0 endOffset 37 width 254.38: &quot;Gradient and filter on text and tspan&quot;
+      RenderSVGText {text} at (104,35) size 242x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 241x18
+          chunk 1 (middle anchor) text run 1 at (104.50,50.00) startOffset 0 endOffset 32 width 240.99: &quot;(Using System font and SVG font)&quot;
</ins><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">         RenderSVGResourceLinearGradient {linearGradient} [id=&quot;linearGradient&quot;] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
</span><span class="cx">           RenderSVGGradientStop {stop} [offset=0.00] [color=#FFD700]
</span><span class="lines">@@ -21,20 +21,20 @@
</span><span class="cx">         RenderSVGResourceFilter {filter} [id=&quot;dropShadow&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
</span><span class="cx">           [feGaussianBlur stdDeviation=&quot;2.00, 2.00&quot;]
</span><span class="cx">             [SourceGraphic]
</span><del>-      RenderSVGText {text} at (54,92) size 146x80 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,20) size 35x60
-          chunk 1 (middle anchor) text run 1 at (54.50,160.00) startOffset 0 endOffset 1 width 35.00: &quot;B&quot;
-        RenderSVGTSpan {tspan} at (0,0) size 18x31
-          RenderSVGInlineText {#text} at (35,23) size 18x31
-            chunk 1 (middle anchor) text run 1 at (89.50,140.00) startOffset 0 endOffset 1 width 18.00: &quot;A&quot;
-        RenderSVGInlineText {#text} at (53,0) size 32x60
-          chunk 1 (middle anchor) text run 1 at (107.50,140.00) startOffset 0 endOffset 1 width 32.00: &quot;T&quot;
-        RenderSVGTSpan {tspan} at (0,0) size 11x46
-          RenderSVGInlineText {#text} at (85,11) size 11x45
-            chunk 1 (middle anchor) text run 1 at (139.50,140.00) startOffset 0 endOffset 1 width 11.00: &quot;I&quot;
</del><ins>+      RenderSVGText {text} at (53,92) size 148x80 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,20) size 36x60
+          chunk 1 (middle anchor) text run 1 at (53.90,160.00) startOffset 0 endOffset 1 width 35.35: &quot;B&quot;
+        RenderSVGTSpan {tspan} at (0,0) size 19x31
+          RenderSVGInlineText {#text} at (35,23) size 19x31
+            chunk 1 (middle anchor) text run 1 at (89.25,140.00) startOffset 0 endOffset 1 width 18.01: &quot;A&quot;
+        RenderSVGInlineText {#text} at (53,0) size 33x60
+          chunk 1 (middle anchor) text run 1 at (107.26,140.00) startOffset 0 endOffset 1 width 32.37: &quot;T&quot;
+        RenderSVGTSpan {tspan} at (0,0) size 12x46
+          RenderSVGInlineText {#text} at (85,11) size 12x45
+            chunk 1 (middle anchor) text run 1 at (139.64,140.00) startOffset 0 endOffset 1 width 11.11: &quot;I&quot;
</ins><span class="cx">         RenderSVGTSpan {tspan} at (0,0) size 54x69
</span><del>-          RenderSVGInlineText {#text} at (92,2) size 54x68
-            chunk 1 (middle anchor) text run 1 at (150.50,140.00) startOffset 0 endOffset 1 width 35.00: &quot;K&quot;
</del><ins>+          RenderSVGInlineText {#text} at (93,2) size 54x68
+            chunk 1 (middle anchor) text run 1 at (150.75,140.00) startOffset 0 endOffset 1 width 35.35: &quot;K&quot;
</ins><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderSVGText {text} at (263,92) size 148x80 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,20) size 36x60
</span><span class="lines">@@ -51,20 +51,20 @@
</span><span class="cx">           RenderSVGInlineText {#text} at (93,2) size 54x68
</span><span class="cx">             chunk 1 (middle anchor) text run 1 at (360.75,140.00) startOffset 0 endOffset 1 width 35.35: &quot;K&quot;
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><del>-      RenderSVGText {text} at (54,192) size 146x80 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,20) size 35x60
-          chunk 1 (middle anchor) text run 1 at (54.50,260.00) startOffset 0 endOffset 1 width 35.00: &quot;B&quot;
-        RenderSVGTSpan {tspan} at (0,0) size 18x31
-          RenderSVGInlineText {#text} at (35,23) size 18x31
-            chunk 1 (middle anchor) text run 1 at (89.50,240.00) startOffset 0 endOffset 1 width 18.00: &quot;A&quot;
-        RenderSVGInlineText {#text} at (53,0) size 32x60
-          chunk 1 (middle anchor) text run 1 at (107.50,240.00) startOffset 0 endOffset 1 width 32.00: &quot;T&quot;
-        RenderSVGTSpan {tspan} at (0,0) size 11x46
-          RenderSVGInlineText {#text} at (85,11) size 11x45
-            chunk 1 (middle anchor) text run 1 at (139.50,240.00) startOffset 0 endOffset 1 width 11.00: &quot;I&quot;
</del><ins>+      RenderSVGText {text} at (53,192) size 148x80 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,20) size 36x60
+          chunk 1 (middle anchor) text run 1 at (53.90,260.00) startOffset 0 endOffset 1 width 35.35: &quot;B&quot;
+        RenderSVGTSpan {tspan} at (0,0) size 19x31
+          RenderSVGInlineText {#text} at (35,23) size 19x31
+            chunk 1 (middle anchor) text run 1 at (89.25,240.00) startOffset 0 endOffset 1 width 18.01: &quot;A&quot;
+        RenderSVGInlineText {#text} at (53,0) size 33x60
+          chunk 1 (middle anchor) text run 1 at (107.26,240.00) startOffset 0 endOffset 1 width 32.37: &quot;T&quot;
+        RenderSVGTSpan {tspan} at (0,0) size 12x46
+          RenderSVGInlineText {#text} at (85,11) size 12x45
+            chunk 1 (middle anchor) text run 1 at (139.64,240.00) startOffset 0 endOffset 1 width 11.11: &quot;I&quot;
</ins><span class="cx">         RenderSVGTSpan {tspan} at (0,0) size 54x69
</span><del>-          RenderSVGInlineText {#text} at (92,2) size 54x68
-            chunk 1 (middle anchor) text run 1 at (150.50,240.00) startOffset 0 endOffset 1 width 35.00: &quot;K&quot;
</del><ins>+          RenderSVGInlineText {#text} at (93,2) size 54x68
+            chunk 1 (middle anchor) text run 1 at (150.75,240.00) startOffset 0 endOffset 1 width 35.35: &quot;K&quot;
</ins><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderSVGText {text} at (263,192) size 148x80 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,20) size 36x60
</span><span class="lines">@@ -81,23 +81,23 @@
</span><span class="cx">           RenderSVGInlineText {#text} at (93,2) size 54x68
</span><span class="cx">             chunk 1 (middle anchor) text run 1 at (360.75,240.00) startOffset 0 endOffset 1 width 35.35: &quot;K&quot;
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><del>-      RenderSVGText {text} at (54,292) size 146x80 contains 1 chunk(s)
-        [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (39.97,284.09) size 174.38x95.06
-        RenderSVGInlineText {#text} at (0,20) size 35x60
-          [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (51,306.10) size 42x71.05
-          chunk 1 (middle anchor) text run 1 at (54.50,360.00) startOffset 0 endOffset 1 width 35.00: &quot;B&quot;
-        RenderSVGTSpan {tspan} at (0,0) size 18x31
-          RenderSVGInlineText {#text} at (35,23) size 18x31
-            chunk 1 (middle anchor) text run 1 at (89.50,340.00) startOffset 0 endOffset 1 width 18.00: &quot;A&quot;
-        RenderSVGInlineText {#text} at (53,0) size 32x60
-          [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (104.30,286.10) size 38.40x71.05
-          chunk 1 (middle anchor) text run 1 at (107.50,340.00) startOffset 0 endOffset 1 width 32.00: &quot;T&quot;
-        RenderSVGTSpan {tspan} at (0,0) size 11x46
-          RenderSVGInlineText {#text} at (85,11) size 11x45
-            chunk 1 (middle anchor) text run 1 at (139.50,340.00) startOffset 0 endOffset 1 width 11.00: &quot;I&quot;
</del><ins>+      RenderSVGText {text} at (53,292) size 148x80 contains 1 chunk(s)
+        [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (39.24,284.09) size 175.80x95.06
+        RenderSVGInlineText {#text} at (0,20) size 36x60
+          [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (50.37,306.10) size 42.42x71.05
+          chunk 1 (middle anchor) text run 1 at (53.90,360.00) startOffset 0 endOffset 1 width 35.35: &quot;B&quot;
+        RenderSVGTSpan {tspan} at (0,0) size 19x31
+          RenderSVGInlineText {#text} at (35,23) size 19x31
+            chunk 1 (middle anchor) text run 1 at (89.25,340.00) startOffset 0 endOffset 1 width 18.01: &quot;A&quot;
+        RenderSVGInlineText {#text} at (53,0) size 33x60
+          [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (104.02,286.10) size 38.85x71.05
+          chunk 1 (middle anchor) text run 1 at (107.26,340.00) startOffset 0 endOffset 1 width 32.37: &quot;T&quot;
+        RenderSVGTSpan {tspan} at (0,0) size 12x46
+          RenderSVGInlineText {#text} at (85,11) size 12x45
+            chunk 1 (middle anchor) text run 1 at (139.64,340.00) startOffset 0 endOffset 1 width 11.11: &quot;I&quot;
</ins><span class="cx">         RenderSVGTSpan {tspan} at (0,0) size 54x69
</span><del>-          RenderSVGInlineText {#text} at (92,2) size 54x68
-            chunk 1 (middle anchor) text run 1 at (150.50,340.00) startOffset 0 endOffset 1 width 35.00: &quot;K&quot;
</del><ins>+          RenderSVGInlineText {#text} at (93,2) size 54x68
+            chunk 1 (middle anchor) text run 1 at (150.75,340.00) startOffset 0 endOffset 1 width 35.35: &quot;K&quot;
</ins><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><span class="cx">           [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (-45,-50) size 540x600
</span><span class="cx">       RenderSVGText {text} at (263,292) size 148x80 contains 1 chunk(s)
</span><span class="lines">@@ -120,11 +120,11 @@
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 0x0
</span><span class="cx">           [filter=&quot;dropShadow&quot;] RenderSVGResourceFilter {filter} at (-45,-50) size 540x600
</span><span class="cx">       RenderSVGText {text} at (87,389) size 66x14 contains 1 chunk(s)
</span><del>-        RenderSVGInlineText {#text} at (0,0) size 65x14
-          chunk 1 (middle anchor) text run 1 at (87.50,400.00) startOffset 0 endOffset 13 width 65.00: &quot;(System font)&quot;
</del><ins>+        RenderSVGInlineText {#text} at (0,0) size 66x14
+          chunk 1 (middle anchor) text run 1 at (87.17,400.00) startOffset 0 endOffset 13 width 65.66: &quot;(System font)&quot;
</ins><span class="cx">       RenderSVGText {text} at (302,389) size 56x14 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 55x14
</span><del>-          chunk 1 (middle anchor) text run 1 at (302.50,400.00) startOffset 0 endOffset 10 width 55.00: &quot;(SVG font)&quot;
</del><ins>+          chunk 1 (middle anchor) text run 1 at (302.84,400.00) startOffset 0 endOffset 10 width 54.33: &quot;(SVG font)&quot;
</ins><span class="cx">     RenderSVGContainer {use} at (0,0) size 448x498
</span><span class="cx">       RenderSVGContainer {g} at (0,0) size 448x498
</span><span class="cx">         RenderSVGRect {rect} at (0,0) size 448x498 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=446.00] [height=496.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgbatiktexttextPropertiesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/batik/text/textProperties-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/batik/text/textProperties-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/svg/batik/text/textProperties-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -6,158 +6,158 @@
</span><span class="cx">       RenderSVGResourceFilter {filter} [id=&quot;gaussianBlur&quot;] [filterUnits=userSpaceOnUse] [primitiveUnits=userSpaceOnUse]
</span><span class="cx">         [feGaussianBlur stdDeviation=&quot;2.00, 2.00&quot;]
</span><span class="cx">           [SourceGraphic]
</span><del>-      RenderSVGText {text} at (-22,-14) size 44x18 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 44x18
-          chunk 1 (middle anchor) text run 1 at (-22.00,0.00) startOffset 0 endOffset 6 width 44.00: &quot;sample&quot;
-    RenderSVGContainer {g} at (0,36) size 430x434
-      RenderSVGText {text} at (59,36) size 332x18 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 332x17
-          chunk 1 (middle anchor) text run 1 at (59.00,50.00) startOffset 0 endOffset 47 width 332.00: &quot;Text Alignment, Geometry, References, and Spans&quot;
-      RenderSVGContainer {g} at (111,70) size 231x70
</del><ins>+      RenderSVGText {text} at (-23,-14) size 46x18 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 46x18
+          chunk 1 (middle anchor) text run 1 at (-22.66,0.00) startOffset 0 endOffset 6 width 45.32: &quot;sample&quot;
+    RenderSVGContainer {g} at (0,36) size 432x434
+      RenderSVGText {text} at (55,36) size 340x18 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 340x17
+          chunk 1 (middle anchor) text run 1 at (55.33,50.00) startOffset 0 endOffset 47 width 339.33: &quot;Text Alignment, Geometry, References, and Spans&quot;
+      RenderSVGContainer {g} at (114,70) size 226x70
</ins><span class="cx">         RenderSVGPath {line} at (224,70) size 2x70 [stroke={[type=SOLID] [color=#808080]}] [fill={[type=SOLID] [color=#000000]}] [x1=225.00] [y1=70.00] [x2=225.00] [y2=140.00]
</span><del>-        RenderSVGText {text} at (225,76) size 117x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 117x17
-            chunk 1 text run 1 at (225.00,90.00) startOffset 0 endOffset 19 width 117.00: &quot;text-anchor=\&quot;start\&quot;&quot;
-        RenderSVGText {text} at (158,96) size 134x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 134x17
-            chunk 1 (middle anchor) text run 1 at (158.00,110.00) startOffset 0 endOffset 20 width 134.00: &quot;text-anchor=\&quot;middle\&quot;&quot;
-        RenderSVGText {text} at (111,116) size 114x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 114x17
-            chunk 1 (end anchor) text run 1 at (111.00,130.00) startOffset 0 endOffset 17 width 114.00: &quot;text-anchor=\&quot;end\&quot;&quot;
-      RenderSVGContainer {g} at (45,145) size 110x54 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,180.00)}]
-        RenderSVGText {text} at (-55,-35) size 110x45 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 109x44
-            chunk 1 (middle anchor) text run 1 at (-54.50,0.00) startOffset 0 endOffset 6 width 109.00: &quot;sample&quot;
-        RenderSVGText {text} at (-52,1) size 104x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 104x18
-            chunk 1 (middle anchor) text run 1 at (-52.00,15.00) startOffset 0 endOffset 15 width 104.00: &quot;font-size=\&quot;1cm\&quot;&quot;
-      RenderSVGContainer {g} at (168,151) size 114x48 [transform={m=((1.00,0.00)(0.00,1.00)) t=(225.00,180.00)}]
-        RenderSVGText {text} at (-45,-29) size 90x37 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 90x37
-            chunk 1 (middle anchor) text run 1 at (-45.00,0.00) startOffset 0 endOffset 6 width 90.00: &quot;sample&quot;
-        RenderSVGText {text} at (-57,1) size 114x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 114x18
-            chunk 1 (middle anchor) text run 1 at (-57.00,15.00) startOffset 0 endOffset 16 width 114.00: &quot;font-size=\&quot;200%\&quot;&quot;
</del><ins>+        RenderSVGText {text} at (225,76) size 115x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 115x17
+            chunk 1 text run 1 at (225.00,90.00) startOffset 0 endOffset 19 width 114.83: &quot;text-anchor=\&quot;start\&quot;&quot;
+        RenderSVGText {text} at (159,96) size 132x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 131x17
+            chunk 1 (middle anchor) text run 1 at (159.67,110.00) startOffset 0 endOffset 20 width 130.66: &quot;text-anchor=\&quot;middle\&quot;&quot;
+        RenderSVGText {text} at (114,116) size 111x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 111x17
+            chunk 1 (end anchor) text run 1 at (114.34,130.00) startOffset 0 endOffset 17 width 110.66: &quot;text-anchor=\&quot;end\&quot;&quot;
+      RenderSVGContainer {g} at (46,145) size 108x54 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,180.00)}]
+        RenderSVGText {text} at (-54,-35) size 108x45 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 108x44
+            chunk 1 (middle anchor) text run 1 at (-53.82,0.00) startOffset 0 endOffset 6 width 107.64: &quot;sample&quot;
+        RenderSVGText {text} at (-53,1) size 106x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 106x18
+            chunk 1 (middle anchor) text run 1 at (-52.80,15.00) startOffset 0 endOffset 15 width 105.61: &quot;font-size=\&quot;1cm\&quot;&quot;
+      RenderSVGContainer {g} at (167,151) size 116x48 [transform={m=((1.00,0.00)(0.00,1.00)) t=(225.00,180.00)}]
+        RenderSVGText {text} at (-46,-29) size 92x37 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 91x37
+            chunk 1 (middle anchor) text run 1 at (-45.32,0.00) startOffset 0 endOffset 6 width 90.64: &quot;sample&quot;
+        RenderSVGText {text} at (-58,1) size 116x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 116x18
+            chunk 1 (middle anchor) text run 1 at (-57.70,15.00) startOffset 0 endOffset 16 width 115.39: &quot;font-size=\&quot;200%\&quot;&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (293,144) size 114x55 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,180.00)}]
</span><span class="cx">         RenderSVGText {text} at (-57,-36) size 114x46 contains 1 chunk(s)
</span><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 114x46
</span><del>-            chunk 1 (middle anchor) text run 1 at (-57.00,0.00) startOffset 0 endOffset 6 width 114.00: &quot;sample&quot;
-        RenderSVGText {text} at (-47,1) size 94x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 93x18
-            chunk 1 (middle anchor) text run 1 at (-46.50,15.00) startOffset 0 endOffset 14 width 93.00: &quot;font-size=\&quot;28\&quot;&quot;
-      RenderSVGContainer {g} at (20,197) size 160x47 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,225.00)}]
-        RenderSVGText {text} at (-42,-28) size 84x36 contains 1 chunk(s)
-          RenderSVGInline {tref} at (0,0) size 84x35
-            RenderSVGInlineText {#text} at (0,0) size 84x35
-              chunk 1 (middle anchor) text run 1 at (-42.00,0.00) startOffset 0 endOffset 6 width 84.00: &quot;sample&quot;
-        RenderSVGText {text} at (-80,1) size 160x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 159x18
-            chunk 1 (middle anchor) text run 1 at (-79.50,15.00) startOffset 0 endOffset 26 width 159.00: &quot;referenced text via &lt;tref&gt;&quot;
-      RenderSVGContainer {g} at (178,197) size 94x47 [transform={m=((1.00,0.00)(0.00,1.00)) t=(225.00,225.00)}]
</del><ins>+            chunk 1 (middle anchor) text run 1 at (-56.65,0.00) startOffset 0 endOffset 6 width 113.30: &quot;sample&quot;
+        RenderSVGText {text} at (-48,1) size 96x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 95x18
+            chunk 1 (middle anchor) text run 1 at (-47.03,15.00) startOffset 0 endOffset 14 width 94.06: &quot;font-size=\&quot;28\&quot;&quot;
+      RenderSVGContainer {g} at (18,197) size 164x47 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,225.00)}]
</ins><span class="cx">         RenderSVGText {text} at (-43,-28) size 86x36 contains 1 chunk(s)
</span><ins>+          RenderSVGInline {tref} at (0,0) size 85x35
+            RenderSVGInlineText {#text} at (0,0) size 85x35
+              chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: &quot;sample&quot;
+        RenderSVGText {text} at (-82,1) size 164x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 164x18
+            chunk 1 (middle anchor) text run 1 at (-81.64,15.00) startOffset 0 endOffset 26 width 163.28: &quot;referenced text via &lt;tref&gt;&quot;
+      RenderSVGContainer {g} at (177,197) size 96x47 [transform={m=((1.00,0.00)(0.00,1.00)) t=(225.00,225.00)}]
+        RenderSVGText {text} at (-44,-28) size 88x36 contains 1 chunk(s)
</ins><span class="cx">           RenderSVGInlineText {#text} at (0,0) size 25x35
</span><del>-            chunk 1 (middle anchor) text run 1 at (-43.00,0.00) startOffset 0 endOffset 2 width 25.00: &quot;sa&quot;
-          RenderSVGTSpan {tspan} at (0,0) size 25x35
-            RenderSVGInlineText {#text} at (25,0) size 25x35
-              chunk 1 (middle anchor) text run 1 at (-18.00,0.00) startOffset 0 endOffset 1 width 25.00: &quot;m&quot;
-          RenderSVGInlineText {#text} at (50,0) size 36x35
-            chunk 1 (middle anchor) text run 1 at (7.00,0.00) startOffset 0 endOffset 3 width 36.00: &quot;ple&quot;
-        RenderSVGText {text} at (-47,1) size 94x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 93x18
-            chunk 1 (middle anchor) text run 1 at (-46.50,15.00) startOffset 0 endOffset 14 width 93.00: &quot;use of &lt;tspan&gt;&quot;
-      RenderSVGContainer {g} at (270,197) size 160x47 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,225.00)}]
-        RenderSVGContainer {g} at (308,197) size 84x36
-          RenderSVGContainer {use} at (308,197) size 84x36
-            RenderSVGText {text} at (-42,-28) size 84x36 contains 1 chunk(s)
-              RenderSVGInlineText {#text} at (0,0) size 84x35
-                chunk 1 (middle anchor) text run 1 at (-42.00,0.00) startOffset 0 endOffset 6 width 84.00: &quot;sample&quot;
-        RenderSVGText {text} at (-80,1) size 160x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 160x18
-            chunk 1 (middle anchor) text run 1 at (-80.00,15.00) startOffset 0 endOffset 25 width 160.00: &quot;predefined text via &lt;use&gt;&quot;
-      RenderSVGText {text} at (143,266) size 164x18 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 163x17
-          chunk 1 (middle anchor) text run 1 at (143.50,280.00) startOffset 0 endOffset 25 width 163.00: &quot;Text Rendering Properties&quot;
-      RenderSVGContainer {g} at (24,297) size 152x42 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,305.00)}]
-        RenderSVGContainer {g} at (58,297) size 84x36 [transform={m=((-1.00,0.00)(-0.00,-1.00)) t=(0.00,0.00)}]
-          RenderSVGContainer {use} at (58,297) size 84x36
-            RenderSVGText {text} at (-42,-28) size 84x36 contains 1 chunk(s)
-              RenderSVGInlineText {#text} at (0,0) size 84x35
-                chunk 1 (middle anchor) text run 1 at (-42.00,0.00) startOffset 0 endOffset 6 width 84.00: &quot;sample&quot;
-        RenderSVGText {text} at (-76,16) size 152x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 152x18
-            chunk 1 (middle anchor) text run 1 at (-76.00,30.00) startOffset 0 endOffset 23 width 152.00: &quot;transform=\&quot;rotate(180)\&quot;&quot;
</del><ins>+            chunk 1 (middle anchor) text run 1 at (-43.32,0.00) startOffset 0 endOffset 2 width 24.99: &quot;sa&quot;
+          RenderSVGTSpan {tspan} at (0,0) size 26x35
+            RenderSVGInlineText {#text} at (24,0) size 25x35
+              chunk 1 (middle anchor) text run 1 at (-18.33,0.00) startOffset 0 endOffset 1 width 24.99: &quot;m&quot;
+          RenderSVGInlineText {#text} at (49,0) size 37x35
+            chunk 1 (middle anchor) text run 1 at (6.67,0.00) startOffset 0 endOffset 3 width 36.65: &quot;ple&quot;
+        RenderSVGText {text} at (-48,1) size 96x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 95x18
+            chunk 1 (middle anchor) text run 1 at (-47.24,15.00) startOffset 0 endOffset 14 width 94.48: &quot;use of &lt;tspan&gt;&quot;
+      RenderSVGContainer {g} at (268,197) size 164x47 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,225.00)}]
+        RenderSVGContainer {g} at (307,197) size 86x36
+          RenderSVGContainer {use} at (307,197) size 86x36
+            RenderSVGText {text} at (-43,-28) size 86x36 contains 1 chunk(s)
+              RenderSVGInlineText {#text} at (0,0) size 85x35
+                chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: &quot;sample&quot;
+        RenderSVGText {text} at (-82,1) size 164x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 164x18
+            chunk 1 (middle anchor) text run 1 at (-81.66,15.00) startOffset 0 endOffset 25 width 163.32: &quot;predefined text via &lt;use&gt;&quot;
+      RenderSVGText {text} at (145,266) size 160x18 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 159x17
+          chunk 1 (middle anchor) text run 1 at (145.85,280.00) startOffset 0 endOffset 25 width 158.29: &quot;Text Rendering Properties&quot;
+      RenderSVGContainer {g} at (22,297) size 156x42 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,305.00)}]
+        RenderSVGContainer {g} at (57,297) size 86x36 [transform={m=((-1.00,0.00)(-0.00,-1.00)) t=(0.00,0.00)}]
+          RenderSVGContainer {use} at (57,297) size 86x36
+            RenderSVGText {text} at (-43,-28) size 86x36 contains 1 chunk(s)
+              RenderSVGInlineText {#text} at (0,0) size 85x35
+                chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: &quot;sample&quot;
+        RenderSVGText {text} at (-78,16) size 156x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 156x18
+            chunk 1 (middle anchor) text run 1 at (-77.68,30.00) startOffset 0 endOffset 23 width 155.37: &quot;transform=\&quot;rotate(180)\&quot;&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (180,292) size 90x47 [transform={m=((1.00,0.00)(0.00,1.00)) t=(225.00,320.00)}]
</span><del>-        RenderSVGContainer {g} at (183,292) size 84x36 [opacity=0.50]
-          RenderSVGContainer {use} at (183,292) size 84x36
-            RenderSVGText {text} at (-42,-28) size 84x36 contains 1 chunk(s)
-              RenderSVGInlineText {#text} at (0,0) size 84x35
-                chunk 1 (middle anchor) text run 1 at (-42.00,0.00) startOffset 0 endOffset 6 width 84.00: &quot;sample&quot;
</del><ins>+        RenderSVGContainer {g} at (182,292) size 86x36 [opacity=0.50]
+          RenderSVGContainer {use} at (182,292) size 86x36
+            RenderSVGText {text} at (-43,-28) size 86x36 contains 1 chunk(s)
+              RenderSVGInlineText {#text} at (0,0) size 85x35
+                chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: &quot;sample&quot;
</ins><span class="cx">         RenderSVGText {text} at (-45,1) size 90x18 contains 1 chunk(s)
</span><del>-          RenderSVGInlineText {#text} at (0,0) size 89x18
-            chunk 1 (middle anchor) text run 1 at (-44.50,15.00) startOffset 0 endOffset 13 width 89.00: &quot;opacity=\&quot;0.5\&quot;&quot;
-      RenderSVGContainer {g} at (301,292) size 98x47 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,320.00)}]
-        RenderSVGContainer {g} at (308,292) size 84x36
-          RenderSVGContainer {use} at (308,292) size 84x36
-            RenderSVGText {text} at (-42,-28) size 84x36 contains 1 chunk(s)
-              RenderSVGInlineText {#text} at (0,0) size 84x35
-                chunk 1 (middle anchor) text run 1 at (-42.00,0.00) startOffset 0 endOffset 6 width 84.00: &quot;sample&quot;
-        RenderSVGText {text} at (-49,1) size 98x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 98x18
-            chunk 1 (middle anchor) text run 1 at (-49.00,15.00) startOffset 0 endOffset 14 width 98.00: &quot;fill=\&quot;DarkRed\&quot;&quot;
</del><ins>+          RenderSVGInlineText {#text} at (0,0) size 90x18
+            chunk 1 (middle anchor) text run 1 at (-44.59,15.00) startOffset 0 endOffset 13 width 89.18: &quot;opacity=\&quot;0.5\&quot;&quot;
+      RenderSVGContainer {g} at (300,292) size 100x47 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,320.00)}]
+        RenderSVGContainer {g} at (307,292) size 86x36
+          RenderSVGContainer {use} at (307,292) size 86x36
+            RenderSVGText {text} at (-43,-28) size 86x36 contains 1 chunk(s)
+              RenderSVGInlineText {#text} at (0,0) size 85x35
+                chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: &quot;sample&quot;
+        RenderSVGText {text} at (-50,1) size 100x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 99x18
+            chunk 1 (middle anchor) text run 1 at (-49.25,15.00) startOffset 0 endOffset 14 width 98.51: &quot;fill=\&quot;DarkRed\&quot;&quot;
</ins><span class="cx">       RenderSVGContainer {g} at (0,270) size 200x200 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,370.00)}]
</span><span class="cx">         RenderSVGContainer {g} at (0,270) size 200x200
</span><span class="cx">           [filter=&quot;gaussianBlur&quot;] RenderSVGResourceFilter {filter} at (-100,-100) size 200x200
</span><del>-          RenderSVGContainer {use} at (58,342) size 84x36
-            RenderSVGText {text} at (-42,-28) size 84x36 contains 1 chunk(s)
-              RenderSVGInlineText {#text} at (0,0) size 84x35
-                chunk 1 (middle anchor) text run 1 at (-42.00,0.00) startOffset 0 endOffset 6 width 84.00: &quot;sample&quot;
-        RenderSVGText {text} at (-85,1) size 170x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 169x18
-            chunk 1 (middle anchor) text run 1 at (-84.50,15.00) startOffset 0 endOffset 27 width 169.00: &quot;filter=\&quot;url(#gaussianBlur)\&quot;&quot;
-      RenderSVGContainer {g} at (150,341) size 150x58 [transform={m=((1.00,0.00)(0.00,1.00)) t=(225.00,370.00)}]
-        RenderSVGContainer {g} at (182,341) size 86x38
-          RenderSVGContainer {use} at (182,341) size 86x38
-            RenderSVGText {text} at (-42,-28) size 84x36 contains 1 chunk(s)
-              RenderSVGInlineText {#text} at (0,0) size 84x35
-                chunk 1 (middle anchor) text run 1 at (-42.00,0.00) startOffset 0 endOffset 6 width 84.00: &quot;sample&quot;
-        RenderSVGText {text} at (-44,1) size 88x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 87x18
-            chunk 1 (middle anchor) text run 1 at (-43.50,15.00) startOffset 0 endOffset 14 width 87.00: &quot;fill=\&quot;yellow\&quot;;&quot;
-        RenderSVGText {text} at (-75,11) size 150x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 149x18
-            chunk 1 (middle anchor) text run 1 at (-74.50,25.00) startOffset 0 endOffset 21 width 149.00: &quot;stroke=\&quot;MidnightBlue\&quot;&quot;
</del><ins>+          RenderSVGContainer {use} at (57,342) size 86x36
+            RenderSVGText {text} at (-43,-28) size 86x36 contains 1 chunk(s)
+              RenderSVGInlineText {#text} at (0,0) size 85x35
+                chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: &quot;sample&quot;
+        RenderSVGText {text} at (-87,1) size 174x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 174x18
+            chunk 1 (middle anchor) text run 1 at (-86.58,15.00) startOffset 0 endOffset 27 width 173.16: &quot;filter=\&quot;url(#gaussianBlur)\&quot;&quot;
+      RenderSVGContainer {g} at (149,341) size 152x58 [transform={m=((1.00,0.00)(0.00,1.00)) t=(225.00,370.00)}]
+        RenderSVGContainer {g} at (181,341) size 88x38
+          RenderSVGContainer {use} at (181,341) size 88x38
+            RenderSVGText {text} at (-43,-28) size 86x36 contains 1 chunk(s)
+              RenderSVGInlineText {#text} at (0,0) size 85x35
+                chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: &quot;sample&quot;
+        RenderSVGText {text} at (-45,1) size 90x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 89x18
+            chunk 1 (middle anchor) text run 1 at (-44.37,15.00) startOffset 0 endOffset 14 width 88.74: &quot;fill=\&quot;yellow\&quot;;&quot;
+        RenderSVGText {text} at (-76,11) size 152x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 151x18
+            chunk 1 (middle anchor) text run 1 at (-75.48,25.00) startOffset 0 endOffset 21 width 150.97: &quot;stroke=\&quot;MidnightBlue\&quot;&quot;
</ins><span class="cx">       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">         RenderSVGResourceClipper {clipPath} [id=&quot;textClip&quot;] [clipPathUnits=userSpaceOnUse]
</span><del>-          RenderSVGText {text} at (-42,-28) size 84x36 contains 1 chunk(s)
-            RenderSVGInlineText {#text} at (0,0) size 84x35
-              chunk 1 (middle anchor) text run 1 at (-42.00,0.00) startOffset 0 endOffset 6 width 84.00: &quot;sample&quot;
</del><ins>+          RenderSVGText {text} at (-43,-28) size 86x36 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 85x35
+              chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: &quot;sample&quot;
</ins><span class="cx">         RenderSVGResourceLinearGradient {linearGradient} [id=&quot;gradient&quot;] [gradientUnits=userSpaceOnUse] [start=(-50,-25)] [end=(50,25)]
</span><span class="cx">           RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
</span><span class="cx">           RenderSVGGradientStop {stop} [offset=1.00] [color=#008000]
</span><del>-      RenderSVGContainer {g} at (300,345) size 100x44 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,370.00)}]
-        RenderSVGRect {rect} at (308,345) size 84x33 [fill={[type=LINEAR-GRADIENT] [id=&quot;gradient&quot;]}] [x=-50.00] [y=-25.00] [width=100.00] [height=50.00]
-          [clipPath=&quot;textClip&quot;] RenderSVGResourceClipper {clipPath} at (-42,-27.50) size 84x35
-        RenderSVGText {text} at (-50,1) size 100x18 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 99x18
-            chunk 1 (middle anchor) text run 1 at (-49.50,15.00) startOffset 0 endOffset 17 width 99.00: &quot;text as clip-path&quot;
</del><ins>+      RenderSVGContainer {g} at (298,345) size 104x44 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,370.00)}]
+        RenderSVGRect {rect} at (307,345) size 86x33 [fill={[type=LINEAR-GRADIENT] [id=&quot;gradient&quot;]}] [x=-50.00] [y=-25.00] [width=100.00] [height=50.00]
+          [clipPath=&quot;textClip&quot;] RenderSVGResourceClipper {clipPath} at (-42.50,-27.50) size 85x35
+        RenderSVGText {text} at (-52,1) size 104x18 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 103x18
+            chunk 1 (middle anchor) text run 1 at (-51.09,15.00) startOffset 0 endOffset 17 width 102.19: &quot;text as clip-path&quot;
</ins><span class="cx">       RenderSVGText {text} at (136,386) size 28x69 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 27x69
</span><del>-          chunk 1 (middle anchor) text run 1 at (136.50,440.00) startOffset 0 endOffset 1 width 27.00: &quot;a&quot;
-      RenderSVGText {text} at (77,441) size 146x18 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 145x18
-          chunk 1 (middle anchor) text run 1 at (77.50,455.00) startOffset 0 endOffset 23 width 145.00: &quot;stroke-linejoin=\&quot;miter\&quot;&quot;
-      RenderSVGText {text} at (74,451) size 152x18 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 152x18
-          chunk 1 (middle anchor) text run 1 at (74.00,465.00) startOffset 0 endOffset 23 width 152.00: &quot;stroke-linecap=\&quot;square\&quot;&quot;
</del><ins>+          chunk 1 (middle anchor) text run 1 at (136.68,440.00) startOffset 0 endOffset 1 width 26.63: &quot;a&quot;
+      RenderSVGText {text} at (75,441) size 150x18 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 150x18
+          chunk 1 (middle anchor) text run 1 at (75.42,455.00) startOffset 0 endOffset 23 width 149.16: &quot;stroke-linejoin=\&quot;miter\&quot;&quot;
+      RenderSVGText {text} at (72,451) size 156x18 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 155x18
+          chunk 1 (middle anchor) text run 1 at (72.77,465.00) startOffset 0 endOffset 23 width 154.47: &quot;stroke-linecap=\&quot;square\&quot;&quot;
</ins><span class="cx">       RenderSVGText {text} at (286,386) size 28x69 contains 1 chunk(s)
</span><span class="cx">         RenderSVGInlineText {#text} at (0,0) size 27x69
</span><del>-          chunk 1 (middle anchor) text run 1 at (286.50,440.00) startOffset 0 endOffset 1 width 27.00: &quot;a&quot;
-      RenderSVGText {text} at (225,441) size 150x18 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 150x18
-          chunk 1 (middle anchor) text run 1 at (225.00,455.00) startOffset 0 endOffset 23 width 150.00: &quot;stroke-linejoin=\&quot;round\&quot;&quot;
-      RenderSVGText {text} at (226,451) size 148x18 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 148x18
-          chunk 1 (middle anchor) text run 1 at (226.00,465.00) startOffset 0 endOffset 22 width 148.00: &quot;stroke-linecap=\&quot;round\&quot;&quot;
</del><ins>+          chunk 1 (middle anchor) text run 1 at (286.68,440.00) startOffset 0 endOffset 1 width 26.63: &quot;a&quot;
+      RenderSVGText {text} at (223,441) size 154x18 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 153x18
+          chunk 1 (middle anchor) text run 1 at (223.64,455.00) startOffset 0 endOffset 23 width 152.73: &quot;stroke-linejoin=\&quot;round\&quot;&quot;
+      RenderSVGText {text} at (224,451) size 152x18 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 151x18
+          chunk 1 (middle anchor) text run 1 at (224.98,465.00) startOffset 0 endOffset 22 width 150.04: &quot;stroke-linecap=\&quot;round\&quot;&quot;
</ins><span class="cx">     RenderSVGContainer {use} at (0,0) size 448x498
</span><span class="cx">       RenderSVGContainer {g} at (0,0) size 448x498
</span><span class="cx">         RenderSVGRect {rect} at (0,0) size 448x498 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=446.00] [height=496.00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomsvgfontsinhtmlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/custom/svg-fonts-in-html-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/custom/svg-fonts-in-html-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/svg/custom/svg-fonts-in-html-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -21,9 +21,9 @@
</span><span class="cx">       RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx"> layer at (173,47) size 454x188
</span><span class="cx">   RenderBlock (positioned) {H1} at (0,15) size 454x189 [color=#DD9955]
</span><del>-    RenderInline {SPAN} at (0,0) size 355x190
-      RenderText {#text} at (49,-1) size 355x190
-        text run at (49,-1) width 355: &quot;CSS ZEN&quot;
</del><ins>+    RenderInline {SPAN} at (0,0) size 354x190
+      RenderText {#text} at (50,-1) size 354x190
+        text run at (50,-1) width 354: &quot;CSS ZEN&quot;
</ins><span class="cx">         text run at (56,93) width 341: &quot;GARDEN&quot;
</span><span class="cx"> layer at (173,119) size 454x21
</span><span class="cx">   RenderBlock (positioned) {H2} at (0,87) size 454x22 [color=#EEFF00]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomtextfilterexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/custom/text-filter-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/custom/text-filter-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/svg/custom/text-filter-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x600
</span><del>-  RenderSVGRoot {svg} at (0,4) size 628x77
</del><ins>+  RenderSVGRoot {svg} at (0,4) size 625x77
</ins><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">       RenderSVGResourceFilter {filter} [id=&quot;myfilter&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
</span><span class="cx">         [feGaussianBlur stdDeviation=&quot;3.00, 3.00&quot;]
</span><span class="cx">           [SourceGraphic]
</span><del>-    RenderSVGText {text} at (4,10) size 567x64 contains 1 chunk(s)
-      [filter=&quot;myfilter&quot;] RenderSVGResourceFilter {filter} at (-52.70,4.45) size 680.40x75.60
-      RenderSVGInlineText {#text} at (0,0) size 567x63
-        [filter=&quot;myfilter&quot;] RenderSVGResourceFilter {filter} at (-52.70,4.45) size 680.40x75.60
-        chunk 1 text run 1 at (4.00,60.00) startOffset 0 endOffset 26 width 567.00: &quot;This text should be blury.&quot;
</del><ins>+    RenderSVGText {text} at (4,10) size 564x64 contains 1 chunk(s)
+      [filter=&quot;myfilter&quot;] RenderSVGResourceFilter {filter} at (-52.37,4.45) size 676.44x75.60
+      RenderSVGInlineText {#text} at (0,0) size 564x63
+        [filter=&quot;myfilter&quot;] RenderSVGResourceFilter {filter} at (-52.37,4.45) size 676.44x75.60
+        chunk 1 text run 1 at (4.00,60.00) startOffset 0 endOffset 26 width 563.70: &quot;This text should be blury.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgfiltersfilteronfilterfortextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/filters/filter-on-filter-for-text-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/filters/filter-on-filter-for-text-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/svg/filters/filter-on-filter-for-text-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -1,20 +1,20 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x600
</span><del>-  RenderSVGRoot {svg} at (9,9) size 248x29
</del><ins>+  RenderSVGRoot {svg} at (10,9) size 240x29
</ins><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">       RenderSVGResourceFilter {filter} [id=&quot;filter&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
</span><span class="cx">         [feGaussianBlur stdDeviation=&quot;1.00, 1.00&quot;]
</span><span class="cx">           [SourceGraphic]
</span><del>-    RenderSVGText {text} at (30,12) size 206x23 contains 1 chunk(s)
-      [filter=&quot;filter&quot;] RenderSVGResourceFilter {filter} at (9.40,9.70) size 247.20x27.60
-      RenderSVGInlineText {#text} at (0,0) size 135x23
-        [filter=&quot;filter&quot;] RenderSVGResourceFilter {filter} at (16.50,9.70) size 162x27.60
-        chunk 1 text run 1 at (30.00,30.00) startOffset 0 endOffset 19 width 135.00: &quot;This is for filter &quot;
-      RenderSVGTSpan {tspan} at (0,0) size 66x23
-        RenderSVGInlineText {#text} at (135,0) size 66x23
-          [filter=&quot;filter&quot;] RenderSVGResourceFilter {filter} at (158.40,9.70) size 79.20x27.60
-          chunk 1 text run 1 at (165.00,30.00) startOffset 0 endOffset 9 width 66.00: &quot;on filter&quot;
-      RenderSVGInlineText {#text} at (201,0) size 5x23
-        [filter=&quot;filter&quot;] RenderSVGResourceFilter {filter} at (230.50,9.70) size 6x27.60
-        chunk 1 text run 1 at (231.00,30.00) startOffset 0 endOffset 1 width 5.00: &quot;.&quot;
</del><ins>+    RenderSVGText {text} at (30,12) size 200x23 contains 1 chunk(s)
+      [filter=&quot;filter&quot;] RenderSVGResourceFilter {filter} at (10.00,9.70) size 239.94x27.60
+      RenderSVGInlineText {#text} at (0,0) size 132x23
+        [filter=&quot;filter&quot;] RenderSVGResourceFilter {filter} at (16.89,9.70) size 157.30x27.60
+        chunk 1 text run 1 at (30.00,30.00) startOffset 0 endOffset 19 width 131.08: &quot;This is for filter &quot;
+      RenderSVGTSpan {tspan} at (0,0) size 64x23
+        RenderSVGInlineText {#text} at (131,0) size 64x23
+          [filter=&quot;filter&quot;] RenderSVGResourceFilter {filter} at (154.70,9.70) size 76.64x27.60
+          chunk 1 text run 1 at (161.08,30.00) startOffset 0 endOffset 9 width 63.87: &quot;on filter&quot;
+      RenderSVGInlineText {#text} at (194,0) size 5x23
+        [filter=&quot;filter&quot;] RenderSVGResourceFilter {filter} at (224.45,9.70) size 6x27.60
+        chunk 1 text run 1 at (224.95,30.00) startOffset 0 endOffset 1 width 5.00: &quot;.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgfiltersfilterontspanexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/filters/filter-on-tspan-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/filters/filter-on-tspan-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/svg/filters/filter-on-tspan-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -1,16 +1,16 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x600
</span><del>-  RenderSVGRoot {svg} at (100,86) size 99x18
</del><ins>+  RenderSVGRoot {svg} at (100,86) size 102x18
</ins><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">       RenderSVGResourceFilter {filter} [id=&quot;filter&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
</span><span class="cx">         [feFlood flood-color=&quot;#008000&quot; flood-opacity=&quot;1.00&quot;]
</span><del>-    RenderSVGText {text} at (100,86) size 99x18 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 68x18
-        chunk 1 text run 1 at (100.00,100.00) startOffset 0 endOffset 12 width 68.00: &quot;Die ist ein &quot;
-      RenderSVGTSpan {tspan} at (0,0) size 27x18
-        RenderSVGInlineText {#text} at (68,0) size 27x18
-          [filter=&quot;filter&quot;] RenderSVGResourceFilter {filter} at (165.30,84.20) size 32.40x21.60
-          chunk 1 text run 1 at (168.00,100.00) startOffset 0 endOffset 4 width 27.00: &quot;Test&quot;
-      RenderSVGInlineText {#text} at (95,0) size 4x18
-        chunk 1 text run 1 at (195.00,100.00) startOffset 0 endOffset 1 width 4.00: &quot;.&quot;
</del><ins>+    RenderSVGText {text} at (100,86) size 102x18 contains 1 chunk(s)
+      RenderSVGInlineText {#text} at (0,0) size 70x18
+        chunk 1 text run 1 at (100.00,100.00) startOffset 0 endOffset 12 width 69.77: &quot;Die ist ein &quot;
+      RenderSVGTSpan {tspan} at (0,0) size 29x18
+        RenderSVGInlineText {#text} at (69,0) size 28x18
+          [filter=&quot;filter&quot;] RenderSVGResourceFilter {filter} at (167.01,84.20) size 33.06x21.60
+          chunk 1 text run 1 at (169.77,100.00) startOffset 0 endOffset 4 width 27.55: &quot;Test&quot;
+      RenderSVGInlineText {#text} at (97,0) size 4x18
+        chunk 1 text run 1 at (197.31,100.00) startOffset 0 endOffset 1 width 4.00: &quot;.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgfilterssourceAlphaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/filters/sourceAlpha-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/filters/sourceAlpha-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/svg/filters/sourceAlpha-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x600
</span><del>-  RenderSVGRoot {svg} at (42,9) size 96x56
</del><ins>+  RenderSVGRoot {svg} at (41,9) size 98x56
</ins><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">       RenderSVGResourceFilter {filter} [id=&quot;filter&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
</span><span class="cx">         [feOffset dx=&quot;0.00&quot; dy=&quot;0.00&quot;]
</span><span class="cx">           [SourceAlpha]
</span><del>-    RenderSVGContainer {g} at (42,9) size 96x56
-      [filter=&quot;filter&quot;] RenderSVGResourceFilter {filter} at (42,9.40) size 96x55.20
-      RenderSVGText {text} at (50,14) size 80x46 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 80x46
-          chunk 1 text run 1 at (50.00,50.00) startOffset 0 endOffset 3 width 80.00: &quot;SVG&quot;
</del><ins>+    RenderSVGContainer {g} at (41,9) size 98x56
+      [filter=&quot;filter&quot;] RenderSVGResourceFilter {filter} at (42.00,9.40) size 96.04x55.20
+      RenderSVGText {text} at (50,14) size 81x46 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 81x46
+          chunk 1 text run 1 at (50.00,50.00) startOffset 0 endOffset 3 width 80.02: &quot;SVG&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug131020expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug131020-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug131020-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug131020-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -12,16 +12,16 @@
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 788x553
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 784x553 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderIFrame {IFRAME} at (2,2) size 790x549 [border: (5px solid #0000FF)]
</span><del>-                        layer at (0,0) size 765x1840
</del><ins>+                        layer at (0,0) size 765x1858
</ins><span class="cx">                           RenderView at (0,0) size 765x539
</span><del>-                        layer at (0,0) size 765x1840
-                          RenderBlock {HTML} at (0,0) size 765x1840
-                            RenderBody {BODY} at (0,0) size 765x1840 [bgcolor=#53799F]
-                              RenderBlock {CENTER} at (0,0) size 765x1840
</del><ins>+                        layer at (0,0) size 765x1858
+                          RenderBlock {HTML} at (0,0) size 765x1858
+                            RenderBody {BODY} at (0,0) size 765x1858 [bgcolor=#53799F]
+                              RenderBlock {CENTER} at (0,0) size 765x1858
</ins><span class="cx">                                 RenderBlock (anonymous) at (0,0) size 765x18
</span><span class="cx">                                   RenderBR {BR} at (382,0) size 1x18
</span><del>-                                RenderTable {TABLE} at (19,18) size 727x1804 [border: (1px solid #000000)]
-                                  RenderTableSection {TBODY} at (1,1) size 724x1802
</del><ins>+                                RenderTable {TABLE} at (19,18) size 727x1822 [border: (1px solid #000000)]
+                                  RenderTableSection {TBODY} at (1,1) size 724x1820
</ins><span class="cx">                                     RenderTableRow {TR} at (0,0) size 724x20
</span><span class="cx">                                       RenderTableCell {TD} at (0,0) size 724x20 [bgcolor=#3F5694] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                                         RenderText {#text} at (343,1) size 38x18
</span><span class="lines">@@ -32,332 +32,333 @@
</span><span class="cx">                                           RenderText {#text} at (313,1) size 98x18
</span><span class="cx">                                             text run at (313,1) width 98: &quot;11. M\x{E4}rz 2002&quot;
</span><span class="cx">                                         RenderBR {BR} at (410,15) size 1x0
</span><del>-                                        RenderText {#text} at (48,19) size 628x18
-                                          text run at (48,19) width 493: &quot;nun gibt es auch eine kommerzielle Version vom PopUp-Manager, mehr Info &quot;
-                                          text run at (540,19) width 136: &quot;unter komerz. Scripte&quot;
</del><ins>+                                        RenderText {#text} at (43,19) size 638x18
+                                          text run at (43,19) width 499: &quot;nun gibt es auch eine kommerzielle Version vom PopUp-Manager, mehr Info &quot;
+                                          text run at (541,19) width 140: &quot;unter komerz. Scripte&quot;
</ins><span class="cx">                                     RenderTableRow {TR} at (0,58) size 724x38
</span><span class="cx">                                       RenderTableCell {TD} at (0,58) size 724x38 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</span><span class="cx">                                         RenderInline {B} at (0,0) size 94x18
</span><span class="cx">                                           RenderText {#text} at (315,1) size 94x18
</span><span class="cx">                                             text run at (315,1) width 94: &quot;09.M\x{E4}rz 2002&quot;
</span><span class="cx">                                           RenderBR {BR} at (408,15) size 1x0
</span><del>-                                        RenderText {#text} at (159,19) size 406x18
-                                          text run at (159,19) width 406: &quot;neues Script ist online, PopUp-Manager, mehr Info unter Scripte&quot;
</del><ins>+                                        RenderText {#text} at (155,19) size 414x18
+                                          text run at (155,19) width 414: &quot;neues Script ist online, PopUp-Manager, mehr Info unter Scripte&quot;
</ins><span class="cx">                                     RenderTableRow {TR} at (0,96) size 724x38
</span><span class="cx">                                       RenderTableCell {TD} at (0,96) size 724x38 [border: (1px solid #000000)] [r=3 c=0 rs=1 cs=1]
</span><span class="cx">                                         RenderText {#text} at (298,1) size 128x18
</span><span class="cx">                                           text run at (298,1) width 128: &quot;17. November 2001&quot;
</span><span class="cx">                                         RenderBR {BR} at (425,15) size 1x0
</span><del>-                                        RenderText {#text} at (279,19) size 166x18
-                                          text run at (279,19) width 166: &quot;Endlich wieder Online! :-)&quot;
</del><ins>+                                        RenderText {#text} at (277,19) size 170x18
+                                          text run at (277,19) width 170: &quot;Endlich wieder Online! :-)&quot;
</ins><span class="cx">                                     RenderTableRow {TR} at (0,134) size 724x164
</span><span class="cx">                                       RenderTableCell {TD} at (0,134) size 724x164 [border: (1px solid #000000)] [r=4 c=0 rs=1 cs=1]
</span><del>-                                        RenderText {#text} at (266,1) size 192x18
-                                          text run at (266,1) width 192: &quot;23. Oktober 2001 (21:00 Uhr)&quot;
-                                        RenderBR {BR} at (457,15) size 1x0
-                                        RenderText {#text} at (307,19) size 110x18
-                                          text run at (307,19) width 110: &quot;Es ist vollbracht! &quot;
-                                        RenderBR {BR} at (417,33) size 0x0
-                                        RenderText {#text} at (202,37) size 320x18
-                                          text run at (202,37) width 320: &quot;Ich habe nun den .htaccess-BUG bei den Scripten:&quot;
-                                        RenderBR {BR} at (521,51) size 1x0
-                                        RenderText {#text} at (100,55) size 524x18
-                                          text run at (100,55) width 524: &quot;The Real Topsites, Sponsor Manager, Download Manager und Password Manager&quot;
-                                        RenderBR {BR} at (623,69) size 1x0
-                                        RenderText {#text} at (118,73) size 488x18
-                                          text run at (118,73) width 429: &quot;abgeschafft, brauchte 2 Tage daf\x{FC}r, dabei lag der Fehler vor meiner &quot;
-                                          text run at (546,73) width 60: &quot;Nase ! :-)&quot;
-                                        RenderBR {BR} at (605,87) size 1x0
-                                        RenderText {#text} at (11,91) size 722x72
-                                          text run at (11,91) width 377: &quot;F\x{FC}r Euch hei\x{DF}t es, wenn Ihr eines der Scripte benutzt, ladet &quot;
-                                          text run at (387,91) width 326: &quot;Euch die admin.cgi runter und vereinbart unbedingt&quot;
-                                          text run at (1,109) width 134: &quot;ein neues Password! &quot;
-                                          text run at (134,109) width 454: &quot;Au\x{DF}erdem wurde bei der Toplist die Sache mit dem Button Load/Klick &quot;
-                                          text run at (587,109) width 136: &quot;um programmiert, f\x{FC}r&quot;
-                                          text run at (20,127) width 330: &quot;die Leute die den Button Load/Klick Modus haben, &quot;
-                                          text run at (350,127) width 354: &quot;Ihr m\x{FC}st Euch auch die topsites.cgi laden und im Admin&quot;
-                                          text run at (159,145) width 89: &quot;Bereich unter &quot;
-                                          text run at (248,145) width 317: &quot;Modus unten die URL zu Eurem Button angeben!&quot;
</del><ins>+                                        RenderText {#text} at (265,1) size 194x18
+                                          text run at (265,1) width 194: &quot;23. Oktober 2001 (21:00 Uhr)&quot;
+                                        RenderBR {BR} at (458,15) size 1x0
+                                        RenderText {#text} at (305,19) size 114x18
+                                          text run at (305,19) width 114: &quot;Es ist vollbracht! &quot;
+                                        RenderBR {BR} at (418,33) size 1x0
+                                        RenderText {#text} at (200,37) size 324x18
+                                          text run at (200,37) width 324: &quot;Ich habe nun den .htaccess-BUG bei den Scripten:&quot;
+                                        RenderBR {BR} at (523,51) size 1x0
+                                        RenderText {#text} at (99,55) size 526x18
+                                          text run at (99,55) width 526: &quot;The Real Topsites, Sponsor Manager, Download Manager und Password Manager&quot;
+                                        RenderBR {BR} at (624,69) size 1x0
+                                        RenderText {#text} at (114,73) size 496x18
+                                          text run at (114,73) width 435: &quot;abgeschafft, brauchte 2 Tage daf\x{FC}r, dabei lag der Fehler vor meiner &quot;
+                                          text run at (548,73) width 62: &quot;Nase ! :-)&quot;
+                                        RenderBR {BR} at (609,87) size 1x0
+                                        RenderText {#text} at (5,91) size 718x72
+                                          text run at (5,91) width 383: &quot;F\x{FC}r Euch hei\x{DF}t es, wenn Ihr eines der Scripte benutzt, ladet &quot;
+                                          text run at (387,91) width 332: &quot;Euch die admin.cgi runter und vereinbart unbedingt&quot;
+                                          text run at (7,109) width 135: &quot;ein neues Password! &quot;
+                                          text run at (141,109) width 460: &quot;Au\x{DF}erdem wurde bei der Toplist die Sache mit dem Button Load/Klick &quot;
+                                          text run at (600,109) width 117: &quot;um programmiert,&quot;
+                                          text run at (3,127) width 357: &quot;f\x{FC}r die Leute die den Button Load/Klick Modus haben, &quot;
+                                          text run at (359,127) width 362: &quot;Ihr m\x{FC}st Euch auch die topsites.cgi laden und im Admin&quot;
+                                          text run at (157,145) width 91: &quot;Bereich unter &quot;
+                                          text run at (247,145) width 320: &quot;Modus unten die URL zu Eurem Button angeben!&quot;
</ins><span class="cx">                                     RenderTableRow {TR} at (0,298) size 724x38
</span><span class="cx">                                       RenderTableCell {TD} at (0,298) size 724x38 [border: (1px solid #000000)] [r=5 c=0 rs=1 cs=1]
</span><del>-                                        RenderText {#text} at (306,1) size 112x18
-                                          text run at (306,1) width 112: &quot;22. Oktober 2001&quot;
-                                        RenderBR {BR} at (418,15) size 0x0
-                                        RenderText {#text} at (124,19) size 476x18
-                                          text run at (124,19) width 429: &quot;Download-Bereich ist vorrerst geschlo\x{DF}en, kommen Sie bitte sp\x{E4}ter &quot;
-                                          text run at (553,19) width 47: &quot;wieder.&quot;
</del><ins>+                                        RenderText {#text} at (305,1) size 114x18
+                                          text run at (305,1) width 114: &quot;22. Oktober 2001&quot;
+                                        RenderBR {BR} at (418,15) size 1x0
+                                        RenderText {#text} at (119,19) size 486x18
+                                          text run at (119,19) width 439: &quot;Download-Bereich ist vorrerst geschlo\x{DF}en, kommen Sie bitte sp\x{E4}ter &quot;
+                                          text run at (557,19) width 48: &quot;wieder.&quot;
</ins><span class="cx">                                     RenderTableRow {TR} at (0,336) size 724x56
</span><span class="cx">                                       RenderTableCell {TD} at (0,336) size 724x56 [border: (1px solid #000000)] [r=6 c=0 rs=1 cs=1]
</span><del>-                                        RenderText {#text} at (266,1) size 192x18
-                                          text run at (266,1) width 192: &quot;21. Oktober 2001 (22:45 Uhr)&quot;
-                                        RenderBR {BR} at (457,15) size 1x0
-                                        RenderText {#text} at (27,19) size 670x36
-                                          text run at (27,19) width 411: &quot;OK, sorry f\x{FC}r die Unannehmlichkeiten, aber Ihr m\x{FC}sst Euch nun &quot;
-                                          text run at (437,19) width 260: &quot;noch mal die Scripte runter laden und die&quot;
-                                          text run at (39,37) width 206: &quot;admin.cgi erneuern, hier kommt &quot;
-                                          text run at (244,37) width 441: &quot;noch das Password-Manager-Script dazu, sollte jetzt alles sicher sein! &quot;
</del><ins>+                                        RenderText {#text} at (265,1) size 194x18
+                                          text run at (265,1) width 194: &quot;21. Oktober 2001 (22:45 Uhr)&quot;
+                                        RenderBR {BR} at (458,15) size 1x0
+                                        RenderText {#text} at (21,19) size 682x36
+                                          text run at (21,19) width 417: &quot;OK, sorry f\x{FC}r die Unannehmlichkeiten, aber Ihr m\x{FC}sst Euch nun &quot;
+                                          text run at (437,19) width 266: &quot;noch mal die Scripte runter laden und die&quot;
+                                          text run at (32,37) width 210: &quot;admin.cgi erneuern, hier kommt &quot;
+                                          text run at (241,37) width 451: &quot;noch das Password-Manager-Script dazu, sollte jetzt alles sicher sein! &quot;
</ins><span class="cx">                                         RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">                                     RenderTableRow {TR} at (0,392) size 724x110
</span><span class="cx">                                       RenderTableCell {TD} at (0,392) size 724x110 [border: (1px solid #000000)] [r=7 c=0 rs=1 cs=1]
</span><del>-                                        RenderText {#text} at (266,1) size 192x18
-                                          text run at (266,1) width 192: &quot;21. Oktober 2001 (20:50 Uhr)&quot;
-                                        RenderBR {BR} at (457,15) size 1x0
-                                        RenderText {#text} at (169,19) size 386x18
-                                          text run at (169,19) width 386: &quot;An alle Leute die follgende Scripte von G5-Scripts benutzen:&quot;
-                                        RenderBR {BR} at (554,33) size 1x0
-                                        RenderText {#text} at (179,37) size 366x18
-                                          text run at (179,37) width 366: &quot;The Real Topsites, Download Counter, Sponsor Manager&quot;
-                                        RenderBR {BR} at (544,51) size 1x0
-                                        RenderText {#text} at (25,55) size 674x18
-                                          text run at (25,55) width 467: &quot;bitte noch ein mal runter laden und die admin.cgi erneuern, beim Sponsor &quot;
-                                          text run at (491,55) width 208: &quot;Manager kommt noch eine Datei&quot;
-                                        RenderBR {BR} at (698,69) size 1x0
-                                        RenderText {#text} at (304,73) size 116x18
-                                          text run at (304,73) width 116: &quot;'variable.pl' dazu!!&quot;
-                                        RenderBR {BR} at (420,87) size 0x0
-                                        RenderText {#text} at (75,91) size 574x18
-                                          text run at (75,91) width 472: &quot;Der Grund : man hat festgestellt das .htaccess Password Schutz doch nicht &quot;
-                                          text run at (547,91) width 102: &quot;das sicherste ist!&quot;
-                                    RenderTableRow {TR} at (0,502) size 724x180
-                                      RenderTableCell {TD} at (0,502) size 724x180 [border: (1px solid #000000)] [r=8 c=0 rs=1 cs=1]
-                                        RenderBlock {P} at (1,1) size 722x126
-                                          RenderText {#text} at (305,0) size 112x18
-                                            text run at (305,0) width 112: &quot;13. Oktober 2001&quot;
-                                          RenderBR {BR} at (417,14) size 0x0
-                                          RenderText {#text} at (80,18) size 562x18
-                                            text run at (80,18) width 483: &quot;Ich habe es nun endlich geschafft das Gateway bei der Toplist mit IP-Sperre &quot;
-                                            text run at (563,18) width 79: &quot;zu versehen,&quot;
-                                          RenderBR {BR} at (642,32) size 0x0
-                                          RenderText {#text} at (1,36) size 720x18
-                                            text run at (1,36) width 442: &quot;dabei war der Fehler den ich vorher nicht verstand eine simple Sache, &quot;
-                                            text run at (443,36) width 278: &quot;h\x{E4}tte ich doch ein wenig mehr nachgedacht!&quot;
-                                          RenderBR {BR} at (721,50) size 0x0
-                                          RenderText {#text} at (3,54) size 716x72
-                                            text run at (3,54) width 430: &quot;Des weiteren habe ich noch die Datensicherung umgeschrieben, f\x{FC}r &quot;
-                                            text run at (433,54) width 286: &quot;alle die Listen deren Hits ab und zu mal auf 0&quot;
-                                            text run at (14,72) width 140: &quot;gesetzt werden, sollte &quot;
-                                            text run at (153,72) width 457: &quot;jetzt nicht mehr passieren und ich habe noch den Mail Versand aus dem &quot;
-                                            text run at (609,72) width 99: &quot;Admin-Bereich&quot;
-                                            text run at (17,90) width 350: &quot;umgeschrieben und zwar wurde fr\x{FC}her der Text immer &quot;
-                                            text run at (366,90) width 339: &quot;zusammen gequetscht, die Enters wurden so zu sagen&quot;
-                                            text run at (279,108) width 92: &quot;ignoriert, jetzt &quot;
-                                            text run at (370,108) width 73: &quot;nicht mehr!&quot;
-                                        RenderBlock {P} at (1,143) size 722x36
-                                          RenderText {#text} at (10,0) size 702x36
-                                            text run at (10,0) width 374: &quot;&gt;&gt; F\x{FC}r alle die das Script vor dem 11.10.01 runter geladen &quot;
-                                            text run at (383,0) width 329: &quot;haben, Ihr solltet es Euch noch mal runter laden und&quot;
-                                            text run at (121,18) width 144: &quot;die folgenden Dateien &quot;
-                                            text run at (264,18) width 337: &quot;durch die neuen ersetzen: topsites.cgi und admin.cgi .&quot;
-                                    RenderTableRow {TR} at (0,682) size 724x38
-                                      RenderTableCell {TD} at (0,682) size 724x38 [border: (1px solid #000000)] [r=9 c=0 rs=1 cs=1]
</del><ins>+                                        RenderText {#text} at (265,1) size 194x18
+                                          text run at (265,1) width 194: &quot;21. Oktober 2001 (20:50 Uhr)&quot;
+                                        RenderBR {BR} at (458,15) size 1x0
+                                        RenderText {#text} at (166,19) size 392x18
+                                          text run at (166,19) width 392: &quot;An alle Leute die follgende Scripte von G5-Scripts benutzen:&quot;
+                                        RenderBR {BR} at (557,33) size 1x0
+                                        RenderText {#text} at (178,37) size 368x18
+                                          text run at (178,37) width 368: &quot;The Real Topsites, Download Counter, Sponsor Manager&quot;
+                                        RenderBR {BR} at (545,51) size 1x0
+                                        RenderText {#text} at (18,55) size 688x18
+                                          text run at (18,55) width 477: &quot;bitte noch ein mal runter laden und die admin.cgi erneuern, beim Sponsor &quot;
+                                          text run at (494,55) width 212: &quot;Manager kommt noch eine Datei&quot;
+                                        RenderBR {BR} at (705,69) size 1x0
+                                        RenderText {#text} at (302,73) size 120x18
+                                          text run at (302,73) width 120: &quot;'variable.pl' dazu!!&quot;
+                                        RenderBR {BR} at (421,87) size 1x0
+                                        RenderText {#text} at (68,91) size 588x18
+                                          text run at (68,91) width 482: &quot;Der Grund : man hat festgestellt das .htaccess Password Schutz doch nicht &quot;
+                                          text run at (549,91) width 107: &quot;das sicherste ist!&quot;
+                                    RenderTableRow {TR} at (0,502) size 724x198
+                                      RenderTableCell {TD} at (0,502) size 724x198 [border: (1px solid #000000)] [r=8 c=0 rs=1 cs=1]
+                                        RenderBlock {P} at (1,1) size 722x144
+                                          RenderText {#text} at (304,0) size 114x18
+                                            text run at (304,0) width 114: &quot;13. Oktober 2001&quot;
+                                          RenderBR {BR} at (417,14) size 1x0
+                                          RenderText {#text} at (75,18) size 572x18
+                                            text run at (75,18) width 492: &quot;Ich habe es nun endlich geschafft das Gateway bei der Toplist mit IP-Sperre &quot;
+                                            text run at (566,18) width 81: &quot;zu versehen,&quot;
+                                          RenderBR {BR} at (646,32) size 1x0
+                                          RenderText {#text} at (39,36) size 644x36
+                                            text run at (39,36) width 451: &quot;dabei war der Fehler den ich vorher nicht verstand eine simple Sache, &quot;
+                                            text run at (489,36) width 194: &quot;h\x{E4}tte ich doch ein wenig mehr&quot;
+                                            text run at (318,54) width 86: &quot;nachgedacht!&quot;
+                                          RenderBR {BR} at (403,68) size 1x0
+                                          RenderText {#text} at (3,72) size 718x72
+                                            text run at (3,72) width 437: &quot;Des weiteren habe ich noch die Datensicherung umgeschrieben, f\x{FC}r &quot;
+                                            text run at (439,72) width 280: &quot;alle die Listen deren Hits ab und zu mal auf&quot;
+                                            text run at (2,90) width 156: &quot;0 gesetzt werden, sollte &quot;
+                                            text run at (157,90) width 463: &quot;jetzt nicht mehr passieren und ich habe noch den Mail Versand aus dem &quot;
+                                            text run at (619,90) width 101: &quot;Admin-Bereich&quot;
+                                            text run at (12,108) width 355: &quot;umgeschrieben und zwar wurde fr\x{FC}her der Text immer &quot;
+                                            text run at (366,108) width 344: &quot;zusammen gequetscht, die Enters wurden so zu sagen&quot;
+                                            text run at (276,126) width 96: &quot;ignoriert, jetzt &quot;
+                                            text run at (371,126) width 75: &quot;nicht mehr!&quot;
+                                        RenderBlock {P} at (1,161) size 722x36
+                                          RenderText {#text} at (4,0) size 714x36
+                                            text run at (4,0) width 380: &quot;&gt;&gt; F\x{FC}r alle die das Script vor dem 11.10.01 runter geladen &quot;
+                                            text run at (383,0) width 335: &quot;haben, Ihr solltet es Euch noch mal runter laden und&quot;
+                                            text run at (116,18) width 147: &quot;die folgenden Dateien &quot;
+                                            text run at (262,18) width 344: &quot;durch die neuen ersetzen: topsites.cgi und admin.cgi .&quot;
+                                    RenderTableRow {TR} at (0,700) size 724x38
+                                      RenderTableCell {TD} at (0,700) size 724x38 [border: (1px solid #000000)] [r=9 c=0 rs=1 cs=1]
</ins><span class="cx">                                         RenderText {#text} at (306,1) size 112x18
</span><span class="cx">                                           text run at (306,1) width 112: &quot;11. Oktober 2001&quot;
</span><del>-                                        RenderBR {BR} at (418,15) size 0x0
-                                        RenderText {#text} at (120,19) size 484x18
-                                          text run at (120,19) width 484: &quot;neues Script ist online, .htaccess-Password-Manager, mehr Info unter Scripte&quot;
-                                    RenderTableRow {TR} at (0,720) size 724x38
-                                      RenderTableCell {TD} at (0,720) size 724x38 [border: (1px solid #000000)] [r=10 c=0 rs=1 cs=1]
-                                        RenderText {#text} at (298,1) size 128x18
-                                          text run at (298,1) width 128: &quot;08. September 2001&quot;
-                                        RenderBR {BR} at (425,15) size 1x0
-                                        RenderText {#text} at (195,19) size 334x18
-                                          text run at (195,19) width 334: &quot;Eine neu Version des Download Counters ist online!&quot;
-                                    RenderTableRow {TR} at (0,758) size 724x56
-                                      RenderTableCell {TD} at (0,758) size 724x56 [border: (1px solid #000000)] [r=11 c=0 rs=1 cs=1]
</del><ins>+                                        RenderBR {BR} at (417,15) size 1x0
+                                        RenderText {#text} at (115,19) size 494x18
+                                          text run at (115,19) width 494: &quot;neues Script ist online, .htaccess-Password-Manager, mehr Info unter Scripte&quot;
+                                    RenderTableRow {TR} at (0,738) size 724x38
+                                      RenderTableCell {TD} at (0,738) size 724x38 [border: (1px solid #000000)] [r=10 c=0 rs=1 cs=1]
+                                        RenderText {#text} at (297,1) size 130x18
+                                          text run at (297,1) width 130: &quot;08. September 2001&quot;
+                                        RenderBR {BR} at (426,15) size 1x0
+                                        RenderText {#text} at (194,19) size 336x18
+                                          text run at (194,19) width 336: &quot;Eine neu Version des Download Counters ist online!&quot;
+                                    RenderTableRow {TR} at (0,776) size 724x56
+                                      RenderTableCell {TD} at (0,776) size 724x56 [border: (1px solid #000000)] [r=11 c=0 rs=1 cs=1]
</ins><span class="cx">                                         RenderText {#text} at (309,1) size 106x18
</span><span class="cx">                                           text run at (309,1) width 106: &quot;11. August 2001&quot;
</span><del>-                                        RenderBR {BR} at (415,15) size 0x0
-                                        RenderText {#text} at (28,19) size 668x18
-                                          text run at (28,19) width 446: &quot;Ich habe so eben eine random.cgi f\x{FC}r den Topsites Script geschrieben. &quot;
-                                          text run at (473,19) width 223: &quot;Die random.cgi f\x{FC}hrt den Besucher&quot;
-                                        RenderBR {BR} at (695,33) size 1x0
-                                        RenderText {#text} at (251,37) size 222x18
-                                          text run at (251,37) width 222: &quot;auf eine zuf\x{E4}llig ausgew\x{E4}hlte Seite.&quot;
-                                    RenderTableRow {TR} at (0,814) size 724x56
-                                      RenderTableCell {TD} at (0,814) size 724x56 [border: (1px solid #000000)] [r=12 c=0 rs=1 cs=1]
-                                        RenderText {#text} at (309,1) size 106x18
-                                          text run at (309,1) width 106: &quot;08. August 2001&quot;
-                                        RenderBR {BR} at (415,15) size 0x0
-                                        RenderText {#text} at (93,19) size 538x18
-                                          text run at (93,19) width 464: &quot;Ich schreibe gerade eine neue Version von dem Download Counter, bitte &quot;
-                                          text run at (557,19) width 74: &quot;schreibt mir&quot;
-                                        RenderBR {BR} at (631,33) size 0x0
-                                        RenderText {#text} at (184,37) size 356x18
-                                          text run at (184,37) width 356: &quot;ins Forum was Ihr da alles haben wollt, wer das benutzt!&quot;
-                                    RenderTableRow {TR} at (0,870) size 724x56
-                                      RenderTableCell {TD} at (0,870) size 724x56 [border: (1px solid #000000)] [r=13 c=0 rs=1 cs=1]
-                                        RenderText {#text} at (321,1) size 82x18
-                                          text run at (321,1) width 82: &quot;09. Juli 2001&quot;
-                                        RenderBR {BR} at (403,15) size 0x0
-                                        RenderText {#text} at (12,19) size 700x36
-                                          text run at (12,19) width 451: &quot;eine kleiner Bug in der Topsites.cgi wurde behoben! Wer m\x{F6}chte kann &quot;
-                                          text run at (463,19) width 249: &quot;sich die jetzige Zip runter laden und die&quot;
-                                          text run at (180,37) width 169: &quot;topsites.cgi auktualisieren, &quot;
-                                          text run at (349,37) width 195: &quot;mu\x{DF} aber nicht unbedingt sein!&quot;
-                                    RenderTableRow {TR} at (0,926) size 724x56
-                                      RenderTableCell {TD} at (0,926) size 724x56 [border: (1px solid #000000)] [r=14 c=0 rs=1 cs=1]
-                                        RenderText {#text} at (321,1) size 82x18
-                                          text run at (321,1) width 82: &quot;01. Juli 2001&quot;
-                                        RenderBR {BR} at (403,15) size 0x0
</del><ins>+                                        RenderBR {BR} at (414,15) size 1x0
+                                        RenderText {#text} at (23,19) size 678x18
+                                          text run at (23,19) width 453: &quot;Ich habe so eben eine random.cgi f\x{FC}r den Topsites Script geschrieben. &quot;
+                                          text run at (475,19) width 226: &quot;Die random.cgi f\x{FC}hrt den Besucher&quot;
+                                        RenderBR {BR} at (700,33) size 1x0
+                                        RenderText {#text} at (248,37) size 228x18
+                                          text run at (248,37) width 228: &quot;auf eine zuf\x{E4}llig ausgew\x{E4}hlte Seite.&quot;
+                                    RenderTableRow {TR} at (0,832) size 724x56
+                                      RenderTableCell {TD} at (0,832) size 724x56 [border: (1px solid #000000)] [r=12 c=0 rs=1 cs=1]
+                                        RenderText {#text} at (308,1) size 108x18
+                                          text run at (308,1) width 108: &quot;08. August 2001&quot;
+                                        RenderBR {BR} at (415,15) size 1x0
+                                        RenderText {#text} at (89,19) size 546x18
+                                          text run at (89,19) width 469: &quot;Ich schreibe gerade eine neue Version von dem Download Counter, bitte &quot;
+                                          text run at (557,19) width 78: &quot;schreibt mir&quot;
+                                        RenderBR {BR} at (634,33) size 1x0
+                                        RenderText {#text} at (180,37) size 364x18
+                                          text run at (180,37) width 364: &quot;ins Forum was Ihr da alles haben wollt, wer das benutzt!&quot;
+                                    RenderTableRow {TR} at (0,888) size 724x56
+                                      RenderTableCell {TD} at (0,888) size 724x56 [border: (1px solid #000000)] [r=13 c=0 rs=1 cs=1]
+                                        RenderText {#text} at (320,1) size 84x18
+                                          text run at (320,1) width 84: &quot;09. Juli 2001&quot;
+                                        RenderBR {BR} at (403,15) size 1x0
+                                        RenderText {#text} at (7,19) size 710x36
+                                          text run at (7,19) width 456: &quot;eine kleiner Bug in der Topsites.cgi wurde behoben! Wer m\x{F6}chte kann &quot;
+                                          text run at (462,19) width 255: &quot;sich die jetzige Zip runter laden und die&quot;
+                                          text run at (175,37) width 175: &quot;topsites.cgi auktualisieren, &quot;
+                                          text run at (349,37) width 200: &quot;mu\x{DF} aber nicht unbedingt sein!&quot;
+                                    RenderTableRow {TR} at (0,944) size 724x56
+                                      RenderTableCell {TD} at (0,944) size 724x56 [border: (1px solid #000000)] [r=14 c=0 rs=1 cs=1]
+                                        RenderText {#text} at (320,1) size 84x18
+                                          text run at (320,1) width 84: &quot;01. Juli 2001&quot;
+                                        RenderBR {BR} at (403,15) size 1x0
+                                        RenderText {#text} at (75,19) size 574x18
+                                          text run at (75,19) width 507: &quot;Jetzt haben wir einen Support Forum, postet Eure Fragen da rein und versuche &quot;
+                                          text run at (581,19) width 68: &quot;Sie alle zu&quot;
+                                        RenderBR {BR} at (648,33) size 1x0
+                                        RenderText {#text} at (50,37) size 624x18
+                                          text run at (50,37) width 397: &quot;beantworten! Au\x{DF}erdem k\x{F6}nnt Ihr dort auch Eure Vorschl\x{E4}ge &quot;
+                                          text run at (446,37) width 228: &quot;zu den einzelnen Scripten abgeben!&quot;
+                                    RenderTableRow {TR} at (0,1000) size 724x56
+                                      RenderTableCell {TD} at (0,1000) size 724x56 [border: (1px solid #000000)] [r=15 c=0 rs=1 cs=1]
+                                        RenderText {#text} at (320,1) size 84x18
+                                          text run at (320,1) width 84: &quot;01. Juli 2001&quot;
+                                        RenderBR {BR} at (403,15) size 1x0
+                                        RenderText {#text} at (105,19) size 514x18
+                                          text run at (105,19) width 489: &quot;Und wieder eine neue Version von The Real Topsites ist online, die Version &quot;
+                                          text run at (593,19) width 26: &quot;3.4!&quot;
+                                        RenderBR {BR} at (618,33) size 1x0
+                                        RenderText {#text} at (138,37) size 448x18
+                                          text run at (138,37) width 448: &quot;Es gibt einige neue Funktionen und es wurde auch einiges verbessert!&quot;
+                                    RenderTableRow {TR} at (0,1056) size 724x56
+                                      RenderTableCell {TD} at (0,1056) size 724x56 [border: (1px solid #000000)] [r=16 c=0 rs=1 cs=1]
+                                        RenderText {#text} at (318,1) size 88x18
+                                          text run at (318,1) width 88: &quot;20. Juni 2001&quot;
+                                        RenderBR {BR} at (405,15) size 1x0
+                                        RenderText {#text} at (117,19) size 490x18
+                                          text run at (117,19) width 458: &quot;unser Hoster hat ein paar kleine Probleme also sollte irgend was an der &quot;
+                                          text run at (574,19) width 33: &quot;Seite&quot;
+                                        RenderBR {BR} at (606,33) size 1x0
+                                        RenderText {#text} at (236,37) size 252x18
+                                          text run at (236,37) width 252: &quot;nicht gehen, einfach wieder versuchen!&quot;
+                                    RenderTableRow {TR} at (0,1112) size 724x92
+                                      RenderTableCell {TD} at (0,1112) size 724x92 [border: (1px solid #000000)] [r=17 c=0 rs=1 cs=1]
+                                        RenderText {#text} at (318,1) size 88x18
+                                          text run at (318,1) width 88: &quot;09. Juni 2001&quot;
+                                        RenderBR {BR} at (405,15) size 1x0
</ins><span class="cx">                                         RenderText {#text} at (80,19) size 564x18
</span><del>-                                          text run at (80,19) width 499: &quot;Jetzt haben wir einen Support Forum, postet Eure Fragen da rein und versuche &quot;
-                                          text run at (579,19) width 65: &quot;Sie alle zu&quot;
-                                        RenderBR {BR} at (644,33) size 0x0
-                                        RenderText {#text} at (53,37) size 618x18
-                                          text run at (53,37) width 394: &quot;beantworten! Au\x{DF}erdem k\x{F6}nnt Ihr dort auch Eure Vorschl\x{E4}ge &quot;
-                                          text run at (446,37) width 225: &quot;zu den einzelnen Scripten abgeben!&quot;
-                                    RenderTableRow {TR} at (0,982) size 724x56
-                                      RenderTableCell {TD} at (0,982) size 724x56 [border: (1px solid #000000)] [r=15 c=0 rs=1 cs=1]
-                                        RenderText {#text} at (321,1) size 82x18
-                                          text run at (321,1) width 82: &quot;01. Juli 2001&quot;
-                                        RenderBR {BR} at (403,15) size 0x0
-                                        RenderText {#text} at (106,19) size 512x18
-                                          text run at (106,19) width 487: &quot;Und wieder eine neue Version von The Real Topsites ist online, die Version &quot;
-                                          text run at (592,19) width 26: &quot;3.4!&quot;
-                                        RenderBR {BR} at (617,33) size 1x0
-                                        RenderText {#text} at (142,37) size 440x18
-                                          text run at (142,37) width 440: &quot;Es gibt einige neue Funktionen und es wurde auch einiges verbessert!&quot;
-                                    RenderTableRow {TR} at (0,1038) size 724x56
-                                      RenderTableCell {TD} at (0,1038) size 724x56 [border: (1px solid #000000)] [r=16 c=0 rs=1 cs=1]
</del><ins>+                                          text run at (80,19) width 453: &quot;Die neue Version (3.3) von The Real Topsites ist online, es gibt einige &quot;
+                                          text run at (532,19) width 112: &quot;neue Funktionen &quot;
+                                        RenderBR {BR} at (643,33) size 1x0
+                                        RenderText {#text} at (242,37) size 240x18
+                                          text run at (242,37) width 240: &quot;und es wurde auch einiges ver\x{E4}ndert!&quot;
+                                        RenderBR {BR} at (481,51) size 1x0
+                                        RenderText {#text} at (229,55) size 266x18
+                                          text run at (229,55) width 266: &quot;Mehr Info unter \&quot;Perl Scripte\&quot; im Men\x{FC}. &quot;
+                                        RenderBR {BR} at (494,69) size 1x0
+                                        RenderText {#text} at (148,73) size 428x18
+                                          text run at (148,73) width 428: &quot;P.S. den Umstieg auf die Version3.3 kann ich Euch nur empfehlen!&quot;
+                                    RenderTableRow {TR} at (0,1204) size 724x74
+                                      RenderTableCell {TD} at (0,1204) size 724x74 [border: (1px solid #000000)] [r=18 c=0 rs=1 cs=1]
+                                        RenderText {#text} at (318,1) size 88x18
+                                          text run at (318,1) width 88: &quot;04. Juni 2001&quot;
+                                        RenderBR {BR} at (405,15) size 1x0
+                                        RenderText {#text} at (129,19) size 466x18
+                                          text run at (129,19) width 466: &quot;Ein kleiner Bug bei Topsites Script wurde gefunden und sofort behoben!&quot;
+                                        RenderBR {BR} at (594,33) size 1x0
+                                        RenderText {#text} at (135,37) size 454x18
+                                          text run at (135,37) width 454: &quot;Bug: es wurde immer wieder die selbe Site Of The Moment angezeigt!&quot;
+                                        RenderBR {BR} at (588,51) size 1x0
+                                        RenderText {#text} at (138,55) size 448x18
+                                          text run at (138,55) width 443: &quot;Ladet Euch die jetzige Version runter und ersetzt nur die topsites.cgi &quot;
+                                          text run at (580,55) width 6: &quot;!&quot;
+                                    RenderTableRow {TR} at (0,1278) size 724x56
+                                      RenderTableCell {TD} at (0,1278) size 724x56 [border: (1px solid #000000)] [r=19 c=0 rs=1 cs=1]
+                                        RenderText {#text} at (318,1) size 88x18
+                                          text run at (318,1) width 88: &quot;01. Juni 2001&quot;
+                                        RenderBR {BR} at (405,15) size 1x0
+                                        RenderText {#text} at (206,19) size 312x18
+                                          text run at (206,19) width 312: &quot;Ein neues Script ist online! G5-ICQ Newsletter. &quot;
+                                        RenderBR {BR} at (517,33) size 1x0
+                                        RenderText {#text} at (231,37) size 262x18
+                                          text run at (231,37) width 262: &quot;Mehr Info unter \&quot;Perl Scripte\&quot; im Men\x{FC}.&quot;
+                                    RenderTableRow {TR} at (0,1334) size 724x56
+                                      RenderTableCell {TD} at (0,1334) size 724x56 [border: (1px solid #000000)] [r=20 c=0 rs=1 cs=1]
</ins><span class="cx">                                         RenderText {#text} at (319,1) size 86x18
</span><del>-                                          text run at (319,1) width 86: &quot;20. Juni 2001&quot;
-                                        RenderBR {BR} at (405,15) size 0x0
-                                        RenderText {#text} at (122,19) size 480x18
-                                          text run at (122,19) width 449: &quot;unser Hoster hat ein paar kleine Probleme also sollte irgend was an der &quot;
-                                          text run at (571,19) width 31: &quot;Seite&quot;
-                                        RenderBR {BR} at (602,33) size 0x0
-                                        RenderText {#text} at (238,37) size 248x18
-                                          text run at (238,37) width 248: &quot;nicht gehen, einfach wieder versuchen!&quot;
-                                    RenderTableRow {TR} at (0,1094) size 724x92
-                                      RenderTableCell {TD} at (0,1094) size 724x92 [border: (1px solid #000000)] [r=17 c=0 rs=1 cs=1]
-                                        RenderText {#text} at (319,1) size 86x18
-                                          text run at (319,1) width 86: &quot;09. Juni 2001&quot;
-                                        RenderBR {BR} at (405,15) size 0x0
-                                        RenderText {#text} at (83,19) size 558x18
-                                          text run at (83,19) width 448: &quot;Die neue Version (3.3) von The Real Topsites ist online, es gibt einige &quot;
-                                          text run at (531,19) width 110: &quot;neue Funktionen &quot;
-                                        RenderBR {BR} at (641,33) size 0x0
-                                        RenderText {#text} at (244,37) size 236x18
-                                          text run at (244,37) width 236: &quot;und es wurde auch einiges ver\x{E4}ndert!&quot;
-                                        RenderBR {BR} at (479,51) size 1x0
-                                        RenderText {#text} at (232,55) size 260x18
-                                          text run at (232,55) width 260: &quot;Mehr Info unter \&quot;Perl Scripte\&quot; im Men\x{FC}. &quot;
-                                        RenderBR {BR} at (492,69) size 0x0
-                                        RenderText {#text} at (149,73) size 426x18
-                                          text run at (149,73) width 426: &quot;P.S. den Umstieg auf die Version3.3 kann ich Euch nur empfehlen!&quot;
-                                    RenderTableRow {TR} at (0,1186) size 724x74
-                                      RenderTableCell {TD} at (0,1186) size 724x74 [border: (1px solid #000000)] [r=18 c=0 rs=1 cs=1]
-                                        RenderText {#text} at (319,1) size 86x18
-                                          text run at (319,1) width 86: &quot;04. Juni 2001&quot;
-                                        RenderBR {BR} at (405,15) size 0x0
-                                        RenderText {#text} at (132,19) size 460x18
-                                          text run at (132,19) width 460: &quot;Ein kleiner Bug bei Topsites Script wurde gefunden und sofort behoben!&quot;
-                                        RenderBR {BR} at (591,33) size 1x0
-                                        RenderText {#text} at (139,37) size 446x18
-                                          text run at (139,37) width 446: &quot;Bug: es wurde immer wieder die selbe Site Of The Moment angezeigt!&quot;
-                                        RenderBR {BR} at (585,51) size 0x0
-                                        RenderText {#text} at (142,55) size 440x18
-                                          text run at (142,55) width 435: &quot;Ladet Euch die jetzige Version runter und ersetzt nur die topsites.cgi &quot;
-                                          text run at (576,55) width 6: &quot;!&quot;
-                                    RenderTableRow {TR} at (0,1260) size 724x56
-                                      RenderTableCell {TD} at (0,1260) size 724x56 [border: (1px solid #000000)] [r=19 c=0 rs=1 cs=1]
-                                        RenderText {#text} at (319,1) size 86x18
-                                          text run at (319,1) width 86: &quot;01. Juni 2001&quot;
-                                        RenderBR {BR} at (405,15) size 0x0
-                                        RenderText {#text} at (209,19) size 306x18
-                                          text run at (209,19) width 306: &quot;Ein neues Script ist online! G5-ICQ Newsletter. &quot;
-                                        RenderBR {BR} at (515,33) size 0x0
-                                        RenderText {#text} at (234,37) size 256x18
-                                          text run at (234,37) width 256: &quot;Mehr Info unter \&quot;Perl Scripte\&quot; im Men\x{FC}.&quot;
-                                    RenderTableRow {TR} at (0,1316) size 724x56
-                                      RenderTableCell {TD} at (0,1316) size 724x56 [border: (1px solid #000000)] [r=20 c=0 rs=1 cs=1]
-                                        RenderText {#text} at (319,1) size 86x18
</del><span class="cx">                                           text run at (319,1) width 86: &quot;31. Mai 2001&quot;
</span><span class="cx">                                         RenderBR {BR} at (404,15) size 1x0
</span><del>-                                        RenderText {#text} at (154,19) size 416x18
-                                          text run at (154,19) width 416: &quot;Ich habe einen ICQ-Newsletter Script installiert, unter dem Men\x{FC}.&quot;
-                                        RenderBR {BR} at (569,33) size 1x0
-                                        RenderText {#text} at (174,37) size 376x18
-                                          text run at (174,37) width 376: &quot;Tragt Euch ein, dann seit Ihr immer auf dem neusten Stand!&quot;
-                                    RenderTableRow {TR} at (0,1372) size 724x38
-                                      RenderTableCell {TD} at (0,1372) size 724x38 [border: (1px solid #000000)] [r=21 c=0 rs=1 cs=1]
</del><ins>+                                        RenderText {#text} at (150,19) size 424x18
+                                          text run at (150,19) width 424: &quot;Ich habe einen ICQ-Newsletter Script installiert, unter dem Men\x{FC}.&quot;
+                                        RenderBR {BR} at (573,33) size 1x0
+                                        RenderText {#text} at (170,37) size 384x18
+                                          text run at (170,37) width 384: &quot;Tragt Euch ein, dann seit Ihr immer auf dem neusten Stand!&quot;
+                                    RenderTableRow {TR} at (0,1390) size 724x38
+                                      RenderTableCell {TD} at (0,1390) size 724x38 [border: (1px solid #000000)] [r=21 c=0 rs=1 cs=1]
</ins><span class="cx">                                         RenderText {#text} at (319,1) size 86x18
</span><span class="cx">                                           text run at (319,1) width 86: &quot;26. Mai 2001&quot;
</span><span class="cx">                                         RenderBR {BR} at (404,15) size 1x0
</span><del>-                                        RenderText {#text} at (255,19) size 214x18
-                                          text run at (255,19) width 214: &quot;The Real Topsites v3.0 ist online!&quot;
-                                    RenderTableRow {TR} at (0,1410) size 724x56
-                                      RenderTableCell {TD} at (0,1410) size 724x56 [border: (1px solid #000000)] [r=22 c=0 rs=1 cs=1]
</del><ins>+                                        RenderText {#text} at (254,19) size 216x18
+                                          text run at (254,19) width 216: &quot;The Real Topsites v3.0 ist online!&quot;
+                                    RenderTableRow {TR} at (0,1428) size 724x56
+                                      RenderTableCell {TD} at (0,1428) size 724x56 [border: (1px solid #000000)] [r=22 c=0 rs=1 cs=1]
</ins><span class="cx">                                         RenderText {#text} at (319,1) size 86x18
</span><span class="cx">                                           text run at (319,1) width 86: &quot;25. Mai 2001&quot;
</span><span class="cx">                                         RenderBR {BR} at (404,15) size 1x0
</span><del>-                                        RenderText {#text} at (200,19) size 324x18
-                                          text run at (200,19) width 324: &quot;Ein neues Script ist online! G5-Download Counter.&quot;
-                                        RenderBR {BR} at (524,33) size 0x0
-                                        RenderText {#text} at (234,37) size 256x18
-                                          text run at (234,37) width 256: &quot;Mehr Info unter \&quot;Perl Scripte\&quot; im Men\x{FC}.&quot;
-                                    RenderTableRow {TR} at (0,1466) size 724x92
-                                      RenderTableCell {TD} at (0,1466) size 724x92 [border: (1px solid #000000)] [r=23 c=0 rs=1 cs=1]
</del><ins>+                                        RenderText {#text} at (198,19) size 328x18
+                                          text run at (198,19) width 328: &quot;Ein neues Script ist online! G5-Download Counter.&quot;
+                                        RenderBR {BR} at (525,33) size 1x0
+                                        RenderText {#text} at (231,37) size 262x18
+                                          text run at (231,37) width 262: &quot;Mehr Info unter \&quot;Perl Scripte\&quot; im Men\x{FC}.&quot;
+                                    RenderTableRow {TR} at (0,1484) size 724x92
+                                      RenderTableCell {TD} at (0,1484) size 724x92 [border: (1px solid #000000)] [r=23 c=0 rs=1 cs=1]
</ins><span class="cx">                                         RenderText {#text} at (319,1) size 86x18
</span><span class="cx">                                           text run at (319,1) width 86: &quot;24. Mai 2001&quot;
</span><span class="cx">                                         RenderBR {BR} at (404,15) size 1x0
</span><del>-                                        RenderText {#text} at (113,19) size 498x18
-                                          text run at (113,19) width 424: &quot;Ich habe es mir sehr lange \x{FC}berlegt, die Entscheidung war wirklich &quot;
-                                          text run at (537,19) width 74: &quot;nicht leicht!&quot;
-                                        RenderBR {BR} at (611,33) size 0x0
-                                        RenderText {#text} at (86,37) size 552x18
-                                          text run at (86,37) width 403: &quot;Ich habe mich entschieden den Script \&quot;The Real Topsites\&quot; zum &quot;
-                                          text run at (489,37) width 149: &quot;Download freizugeben.&quot;
-                                        RenderBR {BR} at (638,51) size 0x0
-                                        RenderText {#text} at (217,55) size 290x18
-                                          text run at (217,55) width 290: &quot;Ihr k\x{F6}nnt es Euch jetzt kostenlos runter laden!&quot;
-                                        RenderBR {BR} at (506,69) size 1x0
-                                        RenderText {#text} at (308,73) size 108x18
-                                          text run at (308,73) width 108: &quot;Viel Spa\x{DF} damit!&quot;
-                                    RenderTableRow {TR} at (0,1558) size 724x56
-                                      RenderTableCell {TD} at (0,1558) size 724x56 [border: (1px solid #000000)] [r=24 c=0 rs=1 cs=1]
</del><ins>+                                        RenderText {#text} at (107,19) size 510x18
+                                          text run at (107,19) width 433: &quot;Ich habe es mir sehr lange \x{FC}berlegt, die Entscheidung war wirklich &quot;
+                                          text run at (539,19) width 78: &quot;nicht leicht!&quot;
+                                        RenderBR {BR} at (616,33) size 1x0
+                                        RenderText {#text} at (83,37) size 558x18
+                                          text run at (83,37) width 408: &quot;Ich habe mich entschieden den Script \&quot;The Real Topsites\&quot; zum &quot;
+                                          text run at (490,37) width 151: &quot;Download freizugeben.&quot;
+                                        RenderBR {BR} at (640,51) size 1x0
+                                        RenderText {#text} at (214,55) size 296x18
+                                          text run at (214,55) width 296: &quot;Ihr k\x{F6}nnt es Euch jetzt kostenlos runter laden!&quot;
+                                        RenderBR {BR} at (509,69) size 1x0
+                                        RenderText {#text} at (307,73) size 110x18
+                                          text run at (307,73) width 110: &quot;Viel Spa\x{DF} damit!&quot;
+                                    RenderTableRow {TR} at (0,1576) size 724x56
+                                      RenderTableCell {TD} at (0,1576) size 724x56 [border: (1px solid #000000)] [r=24 c=0 rs=1 cs=1]
</ins><span class="cx">                                         RenderText {#text} at (319,1) size 86x18
</span><span class="cx">                                           text run at (319,1) width 86: &quot;13. Mai 2001&quot;
</span><span class="cx">                                         RenderBR {BR} at (404,15) size 1x0
</span><del>-                                        RenderText {#text} at (7,19) size 710x36
-                                          text run at (7,19) width 466: &quot;Es gab nur eine kleine Ver\x{E4}nderung bei G5-Sponsor-Manager, man kann &quot;
-                                          text run at (473,19) width 244: &quot;den Script jetzt auch via Java aufrufen,&quot;
-                                          text run at (51,37) width 187: &quot;so das Euer Server jetzt nicht &quot;
-                                          text run at (238,37) width 364: &quot;unbedingt SSI unterst\x{FC}tzen mu\x{DF} um den Script ausf\x{FC}hren &quot;
-                                          text run at (602,37) width 71: &quot;zu k\x{F6}nnen!&quot;
-                                    RenderTableRow {TR} at (0,1614) size 724x56
-                                      RenderTableCell {TD} at (0,1614) size 724x56 [border: (1px solid #000000)] [r=25 c=0 rs=1 cs=1]
</del><ins>+                                        RenderText {#text} at (3,19) size 718x36
+                                          text run at (3,19) width 469: &quot;Es gab nur eine kleine Ver\x{E4}nderung bei G5-Sponsor-Manager, man kann &quot;
+                                          text run at (471,19) width 250: &quot;den Script jetzt auch via Java aufrufen,&quot;
+                                          text run at (45,37) width 192: &quot;so das Euer Server jetzt nicht &quot;
+                                          text run at (236,37) width 372: &quot;unbedingt SSI unterst\x{FC}tzen mu\x{DF} um den Script ausf\x{FC}hren &quot;
+                                          text run at (607,37) width 72: &quot;zu k\x{F6}nnen!&quot;
+                                    RenderTableRow {TR} at (0,1632) size 724x56
+                                      RenderTableCell {TD} at (0,1632) size 724x56 [border: (1px solid #000000)] [r=25 c=0 rs=1 cs=1]
</ins><span class="cx">                                         RenderText {#text} at (315,1) size 94x18
</span><span class="cx">                                           text run at (315,1) width 94: &quot;22. April 2001&quot;
</span><span class="cx">                                         RenderBR {BR} at (408,15) size 1x0
</span><del>-                                        RenderText {#text} at (204,19) size 316x18
-                                          text run at (204,19) width 316: &quot;Ein neues Script ist online! G5-Sponsor-Manager.&quot;
-                                        RenderBR {BR} at (519,33) size 1x0
-                                        RenderText {#text} at (234,37) size 256x18
-                                          text run at (234,37) width 256: &quot;Mehr Info unter \&quot;Perl Scripte\&quot; im Men\x{FC}.&quot;
-                                    RenderTableRow {TR} at (0,1670) size 724x74
-                                      RenderTableCell {TD} at (0,1670) size 724x74 [border: (1px solid #000000)] [r=26 c=0 rs=1 cs=1]
</del><ins>+                                        RenderText {#text} at (202,19) size 320x18
+                                          text run at (202,19) width 320: &quot;Ein neues Script ist online! G5-Sponsor-Manager.&quot;
+                                        RenderBR {BR} at (521,33) size 1x0
+                                        RenderText {#text} at (231,37) size 262x18
+                                          text run at (231,37) width 262: &quot;Mehr Info unter \&quot;Perl Scripte\&quot; im Men\x{FC}.&quot;
+                                    RenderTableRow {TR} at (0,1688) size 724x74
+                                      RenderTableCell {TD} at (0,1688) size 724x74 [border: (1px solid #000000)] [r=26 c=0 rs=1 cs=1]
</ins><span class="cx">                                         RenderText {#text} at (315,1) size 94x18
</span><span class="cx">                                           text run at (315,1) width 94: &quot;20. April 2001&quot;
</span><span class="cx">                                         RenderBR {BR} at (408,15) size 1x0
</span><del>-                                        RenderText {#text} at (188,19) size 348x18
-                                          text run at (188,19) width 348: &quot;Auf einige Anfragen habe ich eine Demonstration von &quot;
-                                        RenderBR {BR} at (535,33) size 1x0
-                                        RenderText {#text} at (201,37) size 322x18
-                                          text run at (201,37) width 322: &quot;\&quot;The Real Topsites\&quot; (Toplist Script) ver\x{F6}ffentlicht!&quot;
-                                        RenderBR {BR} at (522,51) size 1x0
-                                        RenderText {#text} at (234,55) size 256x18
-                                          text run at (234,55) width 256: &quot;Mehr Info unter \&quot;Perl Scripte\&quot; im Men\x{FC}.&quot;
-                                    RenderTableRow {TR} at (0,1744) size 724x38
-                                      RenderTableCell {TD} at (0,1744) size 724x38 [border: (1px solid #000000)] [r=27 c=0 rs=1 cs=1]
</del><ins>+                                        RenderText {#text} at (186,19) size 352x18
+                                          text run at (186,19) width 352: &quot;Auf einige Anfragen habe ich eine Demonstration von &quot;
+                                        RenderBR {BR} at (537,33) size 1x0
+                                        RenderText {#text} at (199,37) size 326x18
+                                          text run at (199,37) width 326: &quot;\&quot;The Real Topsites\&quot; (Toplist Script) ver\x{F6}ffentlicht!&quot;
+                                        RenderBR {BR} at (524,51) size 1x0
+                                        RenderText {#text} at (231,55) size 262x18
+                                          text run at (231,55) width 262: &quot;Mehr Info unter \&quot;Perl Scripte\&quot; im Men\x{FC}.&quot;
+                                    RenderTableRow {TR} at (0,1762) size 724x38
+                                      RenderTableCell {TD} at (0,1762) size 724x38 [border: (1px solid #000000)] [r=27 c=0 rs=1 cs=1]
</ins><span class="cx">                                         RenderText {#text} at (315,1) size 94x18
</span><span class="cx">                                           text run at (315,1) width 94: &quot;13. M\x{E4}rz 2001&quot;
</span><span class="cx">                                         RenderBR {BR} at (408,15) size 1x0
</span><del>-                                        RenderText {#text} at (219,19) size 286x18
-                                          text run at (219,19) width 286: &quot;An diesem Tag ging die G5-Script.de online!&quot;
-                                    RenderTableRow {TR} at (0,1782) size 724x20
-                                      RenderTableCell {TD} at (0,1782) size 724x20 [border: (1px solid #000000)] [r=28 c=0 rs=1 cs=1]
</del><ins>+                                        RenderText {#text} at (217,19) size 290x18
+                                          text run at (217,19) width 290: &quot;An diesem Tag ging die G5-Script.de online!&quot;
+                                    RenderTableRow {TR} at (0,1800) size 724x20
+                                      RenderTableCell {TD} at (0,1800) size 724x20 [border: (1px solid #000000)] [r=28 c=0 rs=1 cs=1]
</ins><span class="cx">                                         RenderText {#text} at (360,1) size 4x18
</span><span class="cx">                                           text run at (360,1) width 4: &quot; &quot;
</span><del>-                                RenderBlock (anonymous) at (0,1822) size 765x18
</del><ins>+                                RenderBlock (anonymous) at (0,1840) size 765x18
</ins><span class="cx">                                   RenderBR {BR} at (382,0) size 1x18
</span></span></pre></div>
<a id="trunkLayoutTestssvgfiltersfeColorMatrixvaluesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/filters/feColorMatrix-values-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/filters/feColorMatrix-values-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/svg/filters/feColorMatrix-values-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -26,83 +26,83 @@
</span><span class="cx">       RenderSVGRect {rect} at (0,0) size 441x441 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=400.00] [height=400.00]
</span><span class="cx">         [filter=&quot;satfull&quot;] RenderSVGResourceFilter {filter} at (-40,-40) size 480x480
</span><span class="cx">       RenderSVGRect {rect} at (2,2) size 196x396 [fill={[type=SOLID] [color=#FF0000]}] [x=2.00] [y=2.00] [width=196.00] [height=396.00]
</span><del>-      RenderSVGText {text} at (10,18) size 171x28 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 171x28
-          chunk 1 text run 1 at (10.00,40.00) startOffset 0 endOffset 17 width 171.00: &quot;Should be default&quot;
-      RenderSVGText {text} at (10,48) size 70x28 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 70x28
-          chunk 1 text run 1 at (10.00,70.00) startOffset 0 endOffset 7 width 70.00: &quot;matrix.&quot;
</del><ins>+      RenderSVGText {text} at (10,18) size 170x28 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 170x28
+          chunk 1 text run 1 at (10.00,40.00) startOffset 0 endOffset 17 width 169.30: &quot;Should be default&quot;
+      RenderSVGText {text} at (10,48) size 69x28 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 69x28
+          chunk 1 text run 1 at (10.00,70.00) startOffset 0 endOffset 7 width 68.65: &quot;matrix.&quot;
</ins><span class="cx">       RenderSVGRect {rect} at (0,0) size 221x115 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=200.00] [height=104.00]
</span><span class="cx">         [filter=&quot;matnull&quot;] RenderSVGResourceFilter {filter} at (-20,-10.40) size 240x124.80
</span><del>-      RenderSVGText {text} at (10,118) size 171x28 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 171x28
-          chunk 1 text run 1 at (10.00,140.00) startOffset 0 endOffset 17 width 171.00: &quot;Should be default&quot;
-      RenderSVGText {text} at (10,148) size 82x28 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 82x28
-          chunk 1 text run 1 at (10.00,170.00) startOffset 0 endOffset 9 width 82.00: &quot;saturate.&quot;
</del><ins>+      RenderSVGText {text} at (10,118) size 170x28 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 170x28
+          chunk 1 text run 1 at (10.00,140.00) startOffset 0 endOffset 17 width 169.30: &quot;Should be default&quot;
+      RenderSVGText {text} at (10,148) size 81x28 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 81x28
+          chunk 1 text run 1 at (10.00,170.00) startOffset 0 endOffset 9 width 80.63: &quot;saturate.&quot;
</ins><span class="cx">       RenderSVGRect {rect} at (0,89) size 221x126 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=100.00] [width=200.00] [height=104.00]
</span><span class="cx">         [filter=&quot;satnull&quot;] RenderSVGResourceFilter {filter} at (-20,89.60) size 240x124.80
</span><del>-      RenderSVGText {text} at (10,218) size 171x28 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 171x28
-          chunk 1 text run 1 at (10.00,240.00) startOffset 0 endOffset 17 width 171.00: &quot;Should be default&quot;
-      RenderSVGText {text} at (10,248) size 105x28 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 105x28
-          chunk 1 text run 1 at (10.00,270.00) startOffset 0 endOffset 10 width 105.00: &quot;hueRotate.&quot;
</del><ins>+      RenderSVGText {text} at (10,218) size 170x28 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 170x28
+          chunk 1 text run 1 at (10.00,240.00) startOffset 0 endOffset 17 width 169.30: &quot;Should be default&quot;
+      RenderSVGText {text} at (10,248) size 104x28 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 104x28
+          chunk 1 text run 1 at (10.00,270.00) startOffset 0 endOffset 10 width 103.30: &quot;hueRotate.&quot;
</ins><span class="cx">       RenderSVGRect {rect} at (0,189) size 221x126 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=200.00] [width=200.00] [height=104.00]
</span><span class="cx">         [filter=&quot;huenull&quot;] RenderSVGResourceFilter {filter} at (-20,189.60) size 240x124.80
</span><del>-      RenderSVGText {text} at (10,318) size 152x28 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 152x28
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 15 width 152.00: &quot;Should be valid&quot;
-      RenderSVGText {text} at (10,348) size 105x28 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 105x28
-          chunk 1 text run 1 at (10.00,370.00) startOffset 0 endOffset 10 width 105.00: &quot;hueRotate.&quot;
</del><ins>+      RenderSVGText {text} at (10,318) size 151x28 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 151x28
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 15 width 150.66: &quot;Should be valid&quot;
+      RenderSVGText {text} at (10,348) size 104x28 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 104x28
+          chunk 1 text run 1 at (10.00,370.00) startOffset 0 endOffset 10 width 103.30: &quot;hueRotate.&quot;
</ins><span class="cx">       RenderSVGRect {rect} at (0,290) size 221x119 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=300.00] [width=200.00] [height=99.00]
</span><span class="cx">         [filter=&quot;huerange&quot;] RenderSVGResourceFilter {filter} at (-20,290.10) size 240x118.80
</span><span class="cx">       RenderSVGRect {rect} at (182,0) size 236x108 [fill={[type=SOLID] [color=#FF0000]}] [x=202.00] [y=2.00] [width=196.00] [height=96.00]
</span><span class="cx">         [filter=&quot;matbad&quot;] RenderSVGResourceFilter {filter} at (182.40,-7.60) size 235.20x115.20
</span><del>-      RenderSVGText {text} at (210,18) size 139x28 contains 1 chunk(s)
-        [filter=&quot;matbad&quot;] RenderSVGResourceFilter {filter} at (196.10,15.20) size 166.80x33.60
-        RenderSVGInlineText {#text} at (0,0) size 139x28
-          [filter=&quot;matbad&quot;] RenderSVGResourceFilter {filter} at (196.10,15.20) size 166.80x33.60
-          chunk 1 text run 1 at (210.00,40.00) startOffset 0 endOffset 14 width 139.00: &quot;Invalid matrix&quot;
-      RenderSVGText {text} at (210,48) size 156x28 contains 1 chunk(s)
-        [filter=&quot;matbad&quot;] RenderSVGResourceFilter {filter} at (194.40,45.20) size 187.20x33.60
-        RenderSVGInlineText {#text} at (0,0) size 156x28
-          [filter=&quot;matbad&quot;] RenderSVGResourceFilter {filter} at (194.40,45.20) size 187.20x33.60
-          chunk 1 text run 1 at (210.00,70.00) startOffset 0 endOffset 17 width 156.00: &quot;values attribute.&quot;
</del><ins>+      RenderSVGText {text} at (210,18) size 137x28 contains 1 chunk(s)
+        [filter=&quot;matbad&quot;] RenderSVGResourceFilter {filter} at (196.34,15.20) size 163.97x33.60
+        RenderSVGInlineText {#text} at (0,0) size 137x28
+          [filter=&quot;matbad&quot;] RenderSVGResourceFilter {filter} at (196.34,15.20) size 163.95x33.60
+          chunk 1 text run 1 at (210.00,40.00) startOffset 0 endOffset 14 width 136.63: &quot;Invalid matrix&quot;
+      RenderSVGText {text} at (210,48) size 154x28 contains 1 chunk(s)
+        [filter=&quot;matbad&quot;] RenderSVGResourceFilter {filter} at (194.67,45.20) size 183.94x33.60
+        RenderSVGInlineText {#text} at (0,0) size 154x28
+          [filter=&quot;matbad&quot;] RenderSVGResourceFilter {filter} at (194.67,45.20) size 183.94x33.60
+          chunk 1 text run 1 at (210.00,70.00) startOffset 0 endOffset 17 width 153.28: &quot;values attribute.&quot;
</ins><span class="cx">       RenderSVGRect {rect} at (182,92) size 236x116 [fill={[type=SOLID] [color=#FF0000]}] [x=202.00] [y=102.00] [width=196.00] [height=96.00]
</span><span class="cx">         [filter=&quot;huebad&quot;] RenderSVGResourceFilter {filter} at (182.40,92.40) size 235.20x115.20
</span><del>-      RenderSVGText {text} at (210,118) size 151x28 contains 1 chunk(s)
-        [filter=&quot;huebad&quot;] RenderSVGResourceFilter {filter} at (194.90,115.20) size 181.20x33.60
-        RenderSVGInlineText {#text} at (0,0) size 151x28
-          [filter=&quot;huebad&quot;] RenderSVGResourceFilter {filter} at (194.90,115.20) size 181.20x33.60
-          chunk 1 text run 1 at (210.00,140.00) startOffset 0 endOffset 16 width 151.00: &quot;Invalid saturate&quot;
-      RenderSVGText {text} at (210,148) size 156x28 contains 1 chunk(s)
-        [filter=&quot;huebad&quot;] RenderSVGResourceFilter {filter} at (194.40,145.20) size 187.20x33.60
-        RenderSVGInlineText {#text} at (0,0) size 156x28
-          [filter=&quot;huebad&quot;] RenderSVGResourceFilter {filter} at (194.40,145.20) size 187.20x33.60
-          chunk 1 text run 1 at (210.00,170.00) startOffset 0 endOffset 17 width 156.00: &quot;values attribute.&quot;
</del><ins>+      RenderSVGText {text} at (210,118) size 149x28 contains 1 chunk(s)
+        [filter=&quot;huebad&quot;] RenderSVGResourceFilter {filter} at (195.14,115.20) size 178.33x33.60
+        RenderSVGInlineText {#text} at (0,0) size 149x28
+          [filter=&quot;huebad&quot;] RenderSVGResourceFilter {filter} at (195.14,115.20) size 178.33x33.60
+          chunk 1 text run 1 at (210.00,140.00) startOffset 0 endOffset 16 width 148.61: &quot;Invalid saturate&quot;
+      RenderSVGText {text} at (210,148) size 154x28 contains 1 chunk(s)
+        [filter=&quot;huebad&quot;] RenderSVGResourceFilter {filter} at (194.67,145.20) size 183.94x33.60
+        RenderSVGInlineText {#text} at (0,0) size 154x28
+          [filter=&quot;huebad&quot;] RenderSVGResourceFilter {filter} at (194.67,145.20) size 183.94x33.60
+          chunk 1 text run 1 at (210.00,170.00) startOffset 0 endOffset 17 width 153.28: &quot;values attribute.&quot;
</ins><span class="cx">       RenderSVGRect {rect} at (182,192) size 236x116 [fill={[type=SOLID] [color=#FF0000]}] [x=202.00] [y=202.00] [width=196.00] [height=96.00]
</span><span class="cx">         [filter=&quot;satbad&quot;] RenderSVGResourceFilter {filter} at (182.40,192.40) size 235.20x115.20
</span><del>-      RenderSVGText {text} at (210,218) size 174x28 contains 1 chunk(s)
-        [filter=&quot;satbad&quot;] RenderSVGResourceFilter {filter} at (192.60,215.20) size 208.80x33.60
-        RenderSVGInlineText {#text} at (0,0) size 174x28
-          [filter=&quot;satbad&quot;] RenderSVGResourceFilter {filter} at (192.60,215.20) size 208.80x33.60
-          chunk 1 text run 1 at (210.00,240.00) startOffset 0 endOffset 17 width 174.00: &quot;Invalid hueRotate&quot;
-      RenderSVGText {text} at (210,248) size 156x28 contains 1 chunk(s)
-        [filter=&quot;satbad&quot;] RenderSVGResourceFilter {filter} at (194.40,245.20) size 187.20x33.60
-        RenderSVGInlineText {#text} at (0,0) size 156x28
-          [filter=&quot;satbad&quot;] RenderSVGResourceFilter {filter} at (194.40,245.20) size 187.20x33.60
-          chunk 1 text run 1 at (210.00,270.00) startOffset 0 endOffset 17 width 156.00: &quot;values attribute.&quot;
</del><ins>+      RenderSVGText {text} at (210,218) size 172x28 contains 1 chunk(s)
+        [filter=&quot;satbad&quot;] RenderSVGResourceFilter {filter} at (192.87,215.20) size 205.54x33.60
+        RenderSVGInlineText {#text} at (0,0) size 172x28
+          [filter=&quot;satbad&quot;] RenderSVGResourceFilter {filter} at (192.87,215.20) size 205.54x33.60
+          chunk 1 text run 1 at (210.00,240.00) startOffset 0 endOffset 17 width 171.28: &quot;Invalid hueRotate&quot;
+      RenderSVGText {text} at (210,248) size 154x28 contains 1 chunk(s)
+        [filter=&quot;satbad&quot;] RenderSVGResourceFilter {filter} at (194.67,245.20) size 183.94x33.60
+        RenderSVGInlineText {#text} at (0,0) size 154x28
+          [filter=&quot;satbad&quot;] RenderSVGResourceFilter {filter} at (194.67,245.20) size 183.94x33.60
+          chunk 1 text run 1 at (210.00,270.00) startOffset 0 endOffset 17 width 153.28: &quot;values attribute.&quot;
</ins><span class="cx">       RenderSVGRect {rect} at (182,292) size 236x116 [fill={[type=SOLID] [color=#FF0000]}] [x=202.00] [y=302.00] [width=196.00] [height=96.00]
</span><span class="cx">         [filter=&quot;satrange&quot;] RenderSVGResourceFilter {filter} at (182.40,292.40) size 235.20x115.20
</span><del>-      RenderSVGText {text} at (210,318) size 133x28 contains 1 chunk(s)
-        [filter=&quot;satrange&quot;] RenderSVGResourceFilter {filter} at (196.70,315.20) size 159.60x33.60
-        RenderSVGInlineText {#text} at (0,0) size 133x28
-          [filter=&quot;satrange&quot;] RenderSVGResourceFilter {filter} at (196.70,315.20) size 159.60x33.60
-          chunk 1 text run 1 at (210.00,340.00) startOffset 0 endOffset 13 width 133.00: &quot;Saturate must&quot;
-      RenderSVGText {text} at (210,348) size 152x28 contains 1 chunk(s)
-        [filter=&quot;satrange&quot;] RenderSVGResourceFilter {filter} at (194.80,345.20) size 182.40x33.60
-        RenderSVGInlineText {#text} at (0,0) size 152x28
-          [filter=&quot;satrange&quot;] RenderSVGResourceFilter {filter} at (194.80,345.20) size 182.40x33.60
-          chunk 1 text run 1 at (210.00,370.00) startOffset 0 endOffset 15 width 152.00: &quot;have one value.&quot;
</del><ins>+      RenderSVGText {text} at (210,318) size 132x28 contains 1 chunk(s)
+        [filter=&quot;satrange&quot;] RenderSVGResourceFilter {filter} at (196.87,315.20) size 157.58x33.60
+        RenderSVGInlineText {#text} at (0,0) size 132x28
+          [filter=&quot;satrange&quot;] RenderSVGResourceFilter {filter} at (196.87,315.20) size 157.57x33.60
+          chunk 1 text run 1 at (210.00,340.00) startOffset 0 endOffset 13 width 131.31: &quot;Saturate must&quot;
+      RenderSVGText {text} at (210,348) size 150x28 contains 1 chunk(s)
+        [filter=&quot;satrange&quot;] RenderSVGResourceFilter {filter} at (195.01,345.20) size 179.93x33.60
+        RenderSVGInlineText {#text} at (0,0) size 150x28
+          [filter=&quot;satrange&quot;] RenderSVGResourceFilter {filter} at (195.01,345.20) size 179.92x33.60
+          chunk 1 text run 1 at (210.00,370.00) startOffset 0 endOffset 15 width 149.93: &quot;have one value.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestssvgrepainttextmaskupdateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/repaint/text-mask-update-expected.txt (180106 => 180107)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/repaint/text-mask-update-expected.txt        2015-02-14 08:56:28 UTC (rev 180106)
+++ trunk/LayoutTests/svg/repaint/text-mask-update-expected.txt        2015-02-14 16:01:43 UTC (rev 180107)
</span><span class="lines">@@ -1,15 +1,15 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x600
</span><del>-  RenderSVGRoot {svg} at (10,2) size 47x23
</del><ins>+  RenderSVGRoot {svg} at (10,2) size 48x23
</ins><span class="cx">     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
</span><span class="cx">       RenderSVGResourceMasker {mask} [id=&quot;mask1&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse]
</span><del>-        RenderSVGText {text} at (10,2) size 47x23 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 47x23
-            chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 4 width 47.00: &quot;PASS&quot;
</del><ins>+        RenderSVGText {text} at (10,2) size 48x23 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 48x23
+            chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 4 width 47.81: &quot;PASS&quot;
</ins><span class="cx">       RenderSVGResourceMasker {mask} [id=&quot;mask2&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse]
</span><span class="cx">         RenderSVGText {text}
</span><del>-    RenderSVGRect {rect} at (10,2) size 47x23 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=50.00]
-      [masker=&quot;mask1&quot;] RenderSVGResourceMasker {mask} at (10,2) size 47x23
</del><ins>+    RenderSVGRect {rect} at (10,2) size 48x23 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=50.00]
+      [masker=&quot;mask1&quot;] RenderSVGResourceMasker {mask} at (10,2) size 47.81x23
</ins><span class="cx">     RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=50.00]
</span><span class="cx">       [masker=&quot;mask2&quot;] RenderSVGResourceMasker {mask} at (0,0) size 0x0
</span></span></pre>
</div>
</div>

</body>
</html>