<!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>[170537] 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/170537">170537</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-06-27 11:08:08 -0700 (Fri, 27 Jun 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Unreviewed GTK gardening.

Rebaseline tests after <a href="http://trac.webkit.org/projects/webkit/changeset/170207">r170207</a>, <a href="http://trac.webkit.org/projects/webkit/changeset/170249">r170249</a>, <a href="http://trac.webkit.org/projects/webkit/changeset/170304">r170304</a>, <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a> and <a href="http://trac.webkit.org/projects/webkit/changeset/170433">r170433</a>.
Update expectations for new crashing tests.

Patch by Carlos Alberto Lopez Perez &lt;clopez@igalia.com&gt; on 2014-06-27

* platform/gtk/TestExpectations: Report and mark new crashing tests. Adjust some tests expectations.
* platform/gtk/fast/canvas/canvas-blend-image-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170433">r170433</a>.
* platform/gtk/fast/canvas/canvas-blend-solid-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170433">r170433</a>.
* platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170249">r170249</a>.
* platform/gtk/fast/dynamic/text-combine-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Added. Add baseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170304">r170304</a>.
* platform/gtk/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/fast/repaint/japanese-rl-selection-clear-expected.txt: Added. Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/fast/repaint/japanese-rl-selection-repaint-expected.txt: Added. Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/fast/text/decorations-with-text-combine-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/fast/text/emphasis-vertical-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/fast/text/international/002-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/fast/text/international/text-combine-image-test-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/fast/text/international/text-spliced-font-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/fast/text/international/wrap-CJK-001-expected.txt: Added. Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/fast/text/khmer-lao-font-expected.txt: Added. Add baseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170207">r170207</a>.
* platform/gtk/fast/writing-mode/border-vertical-lr-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/fast/writing-mode/japanese-lr-selection-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/fast/writing-mode/japanese-lr-text-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/fast/writing-mode/japanese-rl-selection-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/fast/writing-mode/japanese-rl-text-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170418">r170418</a>.
* platform/gtk/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added. Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170433">r170433</a>.
* platform/gtk/svg/filters/feBlend-all-blendmodes-expected.txt: Added. Add baseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170433">r170433</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcanvascanvasblendimageexpectedtxt">trunk/LayoutTests/platform/gtk/fast/canvas/canvas-blend-image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcanvascanvasblendsolidexpectedtxt">trunk/LayoutTests/platform/gtk/fast/canvas/canvas-blend-solid-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastdomnavigatordetachednocrashexpectedtxt">trunk/LayoutTests/platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastdynamictextcombineexpectedtxt">trunk/LayoutTests/platform/gtk/fast/dynamic/text-combine-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastregionsrepaintjapaneserlselectionrepaintinregionsexpectedtxt">trunk/LayoutTests/platform/gtk/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttextdecorationswithtextcombineexpectedtxt">trunk/LayoutTests/platform/gtk/fast/text/decorations-with-text-combine-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttextemphasisverticalexpectedtxt">trunk/LayoutTests/platform/gtk/fast/text/emphasis-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttextinternational002expectedtxt">trunk/LayoutTests/platform/gtk/fast/text/international/002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttextinternationaltextcombineimagetestexpectedtxt">trunk/LayoutTests/platform/gtk/fast/text/international/text-combine-image-test-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttextinternationaltextsplicedfontexpectedtxt">trunk/LayoutTests/platform/gtk/fast/text/international/text-spliced-font-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastwritingmodeborderverticallrexpectedtxt">trunk/LayoutTests/platform/gtk/fast/writing-mode/border-vertical-lr-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastwritingmodejapaneselrselectionexpectedtxt">trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-lr-selection-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastwritingmodejapaneselrtextexpectedtxt">trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-lr-text-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastwritingmodejapaneserlselectionexpectedtxt">trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-rl-selection-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastwritingmodejapaneserltextexpectedtxt">trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-rl-text-expected.txt</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformgtkfastmulticolpaginationRightToLeftrldynamicexpectedtxt">trunk/LayoutTests/platform/gtk/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintjapaneserlselectionclearexpectedtxt">trunk/LayoutTests/platform/gtk/fast/repaint/japanese-rl-selection-clear-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintjapaneserlselectionrepaintexpectedtxt">trunk/LayoutTests/platform/gtk/fast/repaint/japanese-rl-selection-repaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttextinternationalwrapCJK001expectedtxt">trunk/LayoutTests/platform/gtk/fast/text/international/wrap-CJK-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttextkhmerlaofontexpectedtxt">trunk/LayoutTests/platform/gtk/fast/text/khmer-lao-font-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgW3CSVG11filtersblend01bexpectedtxt">trunk/LayoutTests/platform/gtk/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgfiltersfeBlendallblendmodesexpectedtxt">trunk/LayoutTests/platform/gtk/svg/filters/feBlend-all-blendmodes-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/ChangeLog        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -1,3 +1,34 @@
</span><ins>+2014-06-27  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Unreviewed GTK gardening.
+
+        Rebaseline tests after r170207, r170249, r170304, r170418 and r170433.
+        Update expectations for new crashing tests.
+
+        * platform/gtk/TestExpectations: Report and mark new crashing tests. Adjust some tests expectations.
+        * platform/gtk/fast/canvas/canvas-blend-image-expected.txt: Rebaseline after r170433.
+        * platform/gtk/fast/canvas/canvas-blend-solid-expected.txt: Rebaseline after r170433.
+        * platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt: Rebaseline after r170249.
+        * platform/gtk/fast/dynamic/text-combine-expected.txt: Rebaseline after r170418.
+        * platform/gtk/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Added. Add baseline after r170304.
+        * platform/gtk/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Rebaseline after r170418.
+        * platform/gtk/fast/repaint/japanese-rl-selection-clear-expected.txt: Added. Rebaseline after r170418.
+        * platform/gtk/fast/repaint/japanese-rl-selection-repaint-expected.txt: Added. Rebaseline after r170418.
+        * platform/gtk/fast/text/decorations-with-text-combine-expected.txt: Rebaseline after r170418.
+        * platform/gtk/fast/text/emphasis-vertical-expected.txt: Rebaseline after r170418.
+        * platform/gtk/fast/text/international/002-expected.txt: Rebaseline after r170418.
+        * platform/gtk/fast/text/international/text-combine-image-test-expected.txt: Rebaseline after r170418.
+        * platform/gtk/fast/text/international/text-spliced-font-expected.txt: Rebaseline after r170418.
+        * platform/gtk/fast/text/international/wrap-CJK-001-expected.txt: Added. Rebaseline after r170418.
+        * platform/gtk/fast/text/khmer-lao-font-expected.txt: Added. Add baseline after r170207.
+        * platform/gtk/fast/writing-mode/border-vertical-lr-expected.txt: Rebaseline after r170418.
+        * platform/gtk/fast/writing-mode/japanese-lr-selection-expected.txt: Rebaseline after r170418.
+        * platform/gtk/fast/writing-mode/japanese-lr-text-expected.txt: Rebaseline after r170418.
+        * platform/gtk/fast/writing-mode/japanese-rl-selection-expected.txt: Rebaseline after r170418.
+        * platform/gtk/fast/writing-mode/japanese-rl-text-expected.txt: Rebaseline after r170418.
+        * platform/gtk/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added. Rebaseline after r170433.
+        * platform/gtk/svg/filters/feBlend-all-blendmodes-expected.txt: Added. Add baseline after r170433.
+
</ins><span class="cx"> 2014-06-27  Mark Hahnenberg  &lt;mhahnenberg@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         XHR should keep attributes on instance
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -515,6 +515,9 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/133797 fast/dom/NavigatorContentUtils/register-protocol-handler.html [ Crash ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/134399 fast/forms/option-constructor-selected.html [ Crash ]
+webkit.org/b/134399 fast/forms/select-live-pseudo-selectors.html [ Crash ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Crashing tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -762,7 +765,7 @@
</span><span class="cx"> Bug(GTK) fast/workers/storage/open-database-while-transaction-in-progress.html [ Failure Pass ]
</span><span class="cx"> Bug(GTK) fast/workers/storage/open-database-while-transaction-in-progress-sync.html [ Failure Pass ]
</span><span class="cx"> Bug(GTK) fast/workers/storage/read-and-write-transactions-dont-run-together.html [ Failure Pass ]
</span><del>-Bug(GTK) fast/workers/storage/sql-data-types-sync.html [ Failure Pass ]
</del><ins>+Bug(GTK) fast/workers/storage/sql-data-types-sync.html [ Timeout Pass ]
</ins><span class="cx"> Bug(GTK) fast/workers/storage/test-authorizer.html [ Failure Pass ]
</span><span class="cx"> Bug(GTK) fast/workers/storage/test-authorizer-sync.html [ Failure Pass ]
</span><span class="cx"> Bug(GTK) fast/workers/storage/transaction-in-transaction-sync.html [ Failure Pass ]
</span><span class="lines">@@ -1427,7 +1430,7 @@
</span><span class="cx"> # movements during drags or fail only in Xvfb
</span><span class="cx"> Bug(GTK) http/tests/local/drag-over-remote-content.html [ Failure ]
</span><span class="cx"> Bug(GTK) http/tests/security/drag-over-remote-content-iframe.html [ Failure ]
</span><del>-Bug(GTK) fast/events/drag-in-frames.html [ Failure ]
</del><ins>+Bug(GTK) fast/events/drag-in-frames.html [ Failure Timeout ]
</ins><span class="cx"> Bug(GTK) http/tests/misc/bubble-drag-events.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Dragging images and links results in a DataTransfer object containing a non-empty files array
</span><span class="lines">@@ -1921,7 +1924,7 @@
</span><span class="cx"> webkit.org/b/132126 animations/play-state.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132126 animations/3d/change-transform-in-end-event.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/132126 animations/added-while-suspended.html [ Timeout Pass ]
</span><del>-webkit.org/b/132126 animations/animation-iteration-event-destroy-renderer.html [ Timeout Pass ]
</del><ins>+webkit.org/b/132126 animations/animation-iteration-event-destroy-renderer.html [ Timeout Pass Crash ]
</ins><span class="cx"> webkit.org/b/132126 animations/animation-direction-normal.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132126 animations/animation-direction-reverse.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132126 animations/play-state-paused.html [ Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcanvascanvasblendimageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/canvas/canvas-blend-image-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/canvas/canvas-blend-image-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/canvas/canvas-blend-image-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -73,6 +73,76 @@
</span><span class="cx"> PASS pixelDataAtPoint(3)[2] is within 5 of 255
</span><span class="cx"> PASS pixelDataAtPoint(3)[3] is within 5 of 191
</span><span class="cx"> 
</span><ins>+Testing blend mode &quot;normal&quot;
+solid on solid
+PASS pixelDataAtPoint(0)[0] is within 5 of 255
+PASS pixelDataAtPoint(0)[1] is within 5 of 0
+PASS pixelDataAtPoint(0)[2] is within 5 of 0
+PASS pixelDataAtPoint(0)[3] is within 5 of 255
+PASS pixelDataAtPoint(1)[0] is within 5 of 255
+PASS pixelDataAtPoint(1)[1] is within 5 of 255
+PASS pixelDataAtPoint(1)[2] is within 5 of 0
+PASS pixelDataAtPoint(1)[3] is within 5 of 255
+PASS pixelDataAtPoint(2)[0] is within 5 of 0
+PASS pixelDataAtPoint(2)[1] is within 5 of 128
+PASS pixelDataAtPoint(2)[2] is within 5 of 0
+PASS pixelDataAtPoint(2)[3] is within 5 of 255
+PASS pixelDataAtPoint(3)[0] is within 5 of 0
+PASS pixelDataAtPoint(3)[1] is within 5 of 0
+PASS pixelDataAtPoint(3)[2] is within 5 of 255
+PASS pixelDataAtPoint(3)[3] is within 5 of 255
+solid on alpha
+PASS pixelDataAtPoint(0)[0] is within 5 of 128
+PASS pixelDataAtPoint(0)[1] is within 5 of 0
+PASS pixelDataAtPoint(0)[2] is within 5 of 127
+PASS pixelDataAtPoint(0)[3] is within 5 of 255
+PASS pixelDataAtPoint(1)[0] is within 5 of 128
+PASS pixelDataAtPoint(1)[1] is within 5 of 128
+PASS pixelDataAtPoint(1)[2] is within 5 of 127
+PASS pixelDataAtPoint(1)[3] is within 5 of 255
+PASS pixelDataAtPoint(2)[0] is within 5 of 0
+PASS pixelDataAtPoint(2)[1] is within 5 of 64
+PASS pixelDataAtPoint(2)[2] is within 5 of 127
+PASS pixelDataAtPoint(2)[3] is within 5 of 255
+PASS pixelDataAtPoint(3)[0] is within 5 of 0
+PASS pixelDataAtPoint(3)[1] is within 5 of 0
+PASS pixelDataAtPoint(3)[2] is within 5 of 255
+PASS pixelDataAtPoint(3)[3] is within 5 of 255
+alpha on solid
+PASS pixelDataAtPoint(0)[0] is within 5 of 255
+PASS pixelDataAtPoint(0)[1] is within 5 of 0
+PASS pixelDataAtPoint(0)[2] is within 5 of 0
+PASS pixelDataAtPoint(0)[3] is within 5 of 255
+PASS pixelDataAtPoint(1)[0] is within 5 of 255
+PASS pixelDataAtPoint(1)[1] is within 5 of 255
+PASS pixelDataAtPoint(1)[2] is within 5 of 0
+PASS pixelDataAtPoint(1)[3] is within 5 of 255
+PASS pixelDataAtPoint(2)[0] is within 5 of 0
+PASS pixelDataAtPoint(2)[1] is within 5 of 128
+PASS pixelDataAtPoint(2)[2] is within 5 of 0
+PASS pixelDataAtPoint(2)[3] is within 5 of 255
+PASS pixelDataAtPoint(3)[0] is within 5 of 0
+PASS pixelDataAtPoint(3)[1] is within 5 of 0
+PASS pixelDataAtPoint(3)[2] is within 5 of 255
+PASS pixelDataAtPoint(3)[3] is within 5 of 255
+alpha on alpha
+PASS pixelDataAtPoint(0)[0] is within 5 of 171
+PASS pixelDataAtPoint(0)[1] is within 5 of 0
+PASS pixelDataAtPoint(0)[2] is within 5 of 84
+PASS pixelDataAtPoint(0)[3] is within 5 of 191
+PASS pixelDataAtPoint(1)[0] is within 5 of 171
+PASS pixelDataAtPoint(1)[1] is within 5 of 171
+PASS pixelDataAtPoint(1)[2] is within 5 of 84
+PASS pixelDataAtPoint(1)[3] is within 5 of 191
+PASS pixelDataAtPoint(2)[0] is within 5 of 0
+PASS pixelDataAtPoint(2)[1] is within 5 of 85
+PASS pixelDataAtPoint(2)[2] is within 5 of 84
+PASS pixelDataAtPoint(2)[3] is within 5 of 191
+PASS pixelDataAtPoint(3)[0] is within 5 of 0
+PASS pixelDataAtPoint(3)[1] is within 5 of 0
+PASS pixelDataAtPoint(3)[2] is within 5 of 255
+PASS pixelDataAtPoint(3)[3] is within 5 of 191
+
</ins><span class="cx"> Testing blend mode &quot;multiply&quot;
</span><span class="cx"> solid on solid
</span><span class="cx"> PASS pixelDataAtPoint(0)[0] is within 5 of 0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcanvascanvasblendsolidexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/canvas/canvas-blend-solid-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/canvas/canvas-blend-solid-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/canvas/canvas-blend-solid-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -73,6 +73,76 @@
</span><span class="cx"> PASS pixelDataAtPoint(3)[2] is within 5 of 255
</span><span class="cx"> PASS pixelDataAtPoint(3)[3] is within 5 of 191
</span><span class="cx"> 
</span><ins>+Testing blend mode &quot;normal&quot;
+solid on solid
+PASS pixelDataAtPoint(0)[0] is within 5 of 255
+PASS pixelDataAtPoint(0)[1] is within 5 of 0
+PASS pixelDataAtPoint(0)[2] is within 5 of 0
+PASS pixelDataAtPoint(0)[3] is within 5 of 255
+PASS pixelDataAtPoint(1)[0] is within 5 of 255
+PASS pixelDataAtPoint(1)[1] is within 5 of 255
+PASS pixelDataAtPoint(1)[2] is within 5 of 0
+PASS pixelDataAtPoint(1)[3] is within 5 of 255
+PASS pixelDataAtPoint(2)[0] is within 5 of 0
+PASS pixelDataAtPoint(2)[1] is within 5 of 128
+PASS pixelDataAtPoint(2)[2] is within 5 of 0
+PASS pixelDataAtPoint(2)[3] is within 5 of 255
+PASS pixelDataAtPoint(3)[0] is within 5 of 0
+PASS pixelDataAtPoint(3)[1] is within 5 of 0
+PASS pixelDataAtPoint(3)[2] is within 5 of 255
+PASS pixelDataAtPoint(3)[3] is within 5 of 255
+solid on alpha
+PASS pixelDataAtPoint(0)[0] is within 5 of 128
+PASS pixelDataAtPoint(0)[1] is within 5 of 0
+PASS pixelDataAtPoint(0)[2] is within 5 of 127
+PASS pixelDataAtPoint(0)[3] is within 5 of 255
+PASS pixelDataAtPoint(1)[0] is within 5 of 128
+PASS pixelDataAtPoint(1)[1] is within 5 of 128
+PASS pixelDataAtPoint(1)[2] is within 5 of 127
+PASS pixelDataAtPoint(1)[3] is within 5 of 255
+PASS pixelDataAtPoint(2)[0] is within 5 of 0
+PASS pixelDataAtPoint(2)[1] is within 5 of 64
+PASS pixelDataAtPoint(2)[2] is within 5 of 127
+PASS pixelDataAtPoint(2)[3] is within 5 of 255
+PASS pixelDataAtPoint(3)[0] is within 5 of 0
+PASS pixelDataAtPoint(3)[1] is within 5 of 0
+PASS pixelDataAtPoint(3)[2] is within 5 of 255
+PASS pixelDataAtPoint(3)[3] is within 5 of 255
+alpha on solid
+PASS pixelDataAtPoint(0)[0] is within 5 of 255
+PASS pixelDataAtPoint(0)[1] is within 5 of 0
+PASS pixelDataAtPoint(0)[2] is within 5 of 0
+PASS pixelDataAtPoint(0)[3] is within 5 of 255
+PASS pixelDataAtPoint(1)[0] is within 5 of 255
+PASS pixelDataAtPoint(1)[1] is within 5 of 255
+PASS pixelDataAtPoint(1)[2] is within 5 of 0
+PASS pixelDataAtPoint(1)[3] is within 5 of 255
+PASS pixelDataAtPoint(2)[0] is within 5 of 0
+PASS pixelDataAtPoint(2)[1] is within 5 of 128
+PASS pixelDataAtPoint(2)[2] is within 5 of 0
+PASS pixelDataAtPoint(2)[3] is within 5 of 255
+PASS pixelDataAtPoint(3)[0] is within 5 of 0
+PASS pixelDataAtPoint(3)[1] is within 5 of 0
+PASS pixelDataAtPoint(3)[2] is within 5 of 255
+PASS pixelDataAtPoint(3)[3] is within 5 of 255
+alpha on alpha
+PASS pixelDataAtPoint(0)[0] is within 5 of 171
+PASS pixelDataAtPoint(0)[1] is within 5 of 0
+PASS pixelDataAtPoint(0)[2] is within 5 of 84
+PASS pixelDataAtPoint(0)[3] is within 5 of 191
+PASS pixelDataAtPoint(1)[0] is within 5 of 171
+PASS pixelDataAtPoint(1)[1] is within 5 of 171
+PASS pixelDataAtPoint(1)[2] is within 5 of 84
+PASS pixelDataAtPoint(1)[3] is within 5 of 191
+PASS pixelDataAtPoint(2)[0] is within 5 of 0
+PASS pixelDataAtPoint(2)[1] is within 5 of 85
+PASS pixelDataAtPoint(2)[2] is within 5 of 84
+PASS pixelDataAtPoint(2)[3] is within 5 of 191
+PASS pixelDataAtPoint(3)[0] is within 5 of 0
+PASS pixelDataAtPoint(3)[1] is within 5 of 0
+PASS pixelDataAtPoint(3)[2] is within 5 of 255
+PASS pixelDataAtPoint(3)[3] is within 5 of 191
+
</ins><span class="cx"> Testing blend mode &quot;multiply&quot;
</span><span class="cx"> solid on solid
</span><span class="cx"> PASS pixelDataAtPoint(0)[0] is within 5 of 0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastdomnavigatordetachednocrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -18,7 +18,6 @@
</span><span class="cx"> navigator.userAgent is OK
</span><span class="cx"> navigator.vendor is OK
</span><span class="cx"> navigator.vendorSub is OK
</span><del>-navigator.webkitGetGamepads() is OK
</del><span class="cx"> navigator.appCodeName is OK
</span><span class="cx"> navigator.appName is OK
</span><span class="cx"> navigator.appVersion is OK
</span><span class="lines">@@ -37,5 +36,4 @@
</span><span class="cx"> navigator.userAgent is OK
</span><span class="cx"> navigator.vendor is OK
</span><span class="cx"> navigator.vendorSub is OK
</span><del>-navigator.webkitGetGamepads() is OK
</del><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastdynamictextcombineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/dynamic/text-combine-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/dynamic/text-combine-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/dynamic/text-combine-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -7,18 +7,18 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 17x225
</span><span class="cx">           text run at (0,0) width 225: &quot;These two lines should be identical:&quot;
</span><span class="cx">       RenderBlock {DIV} at (33,0) size 26x584
</span><del>-        RenderText {#text} at (0,0) size 26x299
-          text run at (0,0) width 299: &quot;\x{5E0C}\x{8584}\x{5316}\x{5F8C}\x{306E}1\x{682A}\x{5F53}\x{308A}\x{5229}\x{76CA}\x{304C}&quot;
</del><ins>+        RenderText {#text} at (0,0) size 26x287
+          text run at (0,0) width 287: &quot;\x{5E0C}\x{8584}\x{5316}\x{5F8C}\x{306E}1\x{682A}\x{5F53}\x{308A}\x{5229}\x{76CA}\x{304C}&quot;
</ins><span class="cx">         RenderInline {SPAN} at (0,0) size 26x54
</span><del>-          RenderCombineText {#text} at (0,299) size 26x54
-            text run at (0,299) width 54: &quot;3.667&quot;
-        RenderText {#text} at (0,353) size 26x150
-          text run at (0,353) width 150: &quot;\x{30C9}\x{30EB}\x{3067}\x{3057}\x{305F}\x{3002}&quot;
</del><ins>+          RenderCombineText {#text} at (0,287) size 26x54
+            text run at (0,287) width 54: &quot;3.667&quot;
+        RenderText {#text} at (0,341) size 26x150
+          text run at (0,341) width 150: &quot;\x{30C9}\x{30EB}\x{3067}\x{3057}\x{305F}\x{3002}&quot;
</ins><span class="cx">       RenderBlock {DIV} at (59,0) size 26x584
</span><del>-        RenderText {#text} at (0,0) size 26x299
-          text run at (0,0) width 299: &quot;\x{5E0C}\x{8584}\x{5316}\x{5F8C}\x{306E}1\x{682A}\x{5F53}\x{308A}\x{5229}\x{76CA}\x{304C}&quot;
</del><ins>+        RenderText {#text} at (0,0) size 26x287
+          text run at (0,0) width 287: &quot;\x{5E0C}\x{8584}\x{5316}\x{5F8C}\x{306E}1\x{682A}\x{5F53}\x{308A}\x{5229}\x{76CA}\x{304C}&quot;
</ins><span class="cx">         RenderInline {SPAN} at (0,0) size 26x54
</span><del>-          RenderText {#text} at (0,299) size 26x54
-            text run at (0,299) width 54: &quot;3.667&quot;
-        RenderText {#text} at (0,353) size 26x150
-          text run at (0,353) width 150: &quot;\x{30C9}\x{30EB}\x{3067}\x{3057}\x{305F}\x{3002}&quot;
</del><ins>+          RenderText {#text} at (0,287) size 26x54
+            text run at (0,287) width 54: &quot;3.667&quot;
+        RenderText {#text} at (0,341) size 26x150
+          text run at (0,341) width 150: &quot;\x{30C9}\x{30EB}\x{3067}\x{3057}\x{305F}\x{3002}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastmulticolpaginationRightToLeftrldynamicexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt (0 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -0,0 +1,80 @@
</span><ins>+layer at (0,0) size 1780x585
+  RenderView at (0,0) size 800x585
+    RenderMultiColumnSet at (0,0) size 800x585
+layer at (-644,0) size 1444x585 backgroundClip at (0,0) size 1780x585 clip at (0,0) size 1780x585 outlineClip at (0,0) size 1780x585
+  RenderMultiColumnFlowThread at (0,0) size 1444x585
+layer at (-644,0) size 1444x585 backgroundClip at (0,0) size 1780x585 clip at (0,0) size 1780x585 outlineClip at (0,0) size 1780x585
+  RenderBlock {HTML} at (0,0) size 1444x585
+    RenderBody {BODY} at (8,8) size 1420x569
+      RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
+      RenderBlock {P} at (66,0) size 102x569
+        RenderText {#text} at (0,0) size 102x546
+          text run at (0,0) width 513: &quot;1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor&quot;
+          text run at (17,0) width 526: &quot;incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud&quot;
+          text run at (34,0) width 534: &quot;exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure&quot;
+          text run at (51,0) width 512: &quot;dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.&quot;
+          text run at (68,0) width 546: &quot;Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit&quot;
+          text run at (85,0) width 128: &quot;anim id est laborum.&quot;
+      RenderBlock {DIV} at (172,0) size 50x50 [bgcolor=#0000FF]
+      RenderBlock {P} at (238,0) size 102x569
+        RenderText {#text} at (0,0) size 102x546
+          text run at (0,0) width 513: &quot;2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor&quot;
+          text run at (17,0) width 526: &quot;incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud&quot;
+          text run at (34,0) width 534: &quot;exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure&quot;
+          text run at (51,0) width 512: &quot;dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.&quot;
+          text run at (68,0) width 546: &quot;Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit&quot;
+          text run at (85,0) width 128: &quot;anim id est laborum.&quot;
+      RenderBlock {DIV} at (352,0) size 50x50 [bgcolor=#0000FF]
+      RenderBlock {P} at (418,0) size 102x569
+        RenderText {#text} at (0,0) size 102x546
+          text run at (0,0) width 513: &quot;3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor&quot;
+          text run at (17,0) width 526: &quot;incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud&quot;
+          text run at (34,0) width 534: &quot;exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure&quot;
+          text run at (51,0) width 512: &quot;dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.&quot;
+          text run at (68,0) width 546: &quot;Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit&quot;
+          text run at (85,0) width 128: &quot;anim id est laborum.&quot;
+      RenderBlock {DIV} at (532,0) size 50x50 [bgcolor=#0000FF]
+      RenderBlock {P} at (598,0) size 102x569
+        RenderText {#text} at (0,0) size 102x546
+          text run at (0,0) width 513: &quot;4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor&quot;
+          text run at (17,0) width 526: &quot;incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud&quot;
+          text run at (34,0) width 534: &quot;exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure&quot;
+          text run at (51,0) width 512: &quot;dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.&quot;
+          text run at (68,0) width 546: &quot;Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit&quot;
+          text run at (85,0) width 128: &quot;anim id est laborum.&quot;
+      RenderBlock {DIV} at (712,0) size 50x50 [bgcolor=#0000FF]
+      RenderBlock {P} at (778,0) size 102x569
+        RenderText {#text} at (0,0) size 102x546
+          text run at (0,0) width 513: &quot;5 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor&quot;
+          text run at (17,0) width 526: &quot;incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud&quot;
+          text run at (34,0) width 534: &quot;exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure&quot;
+          text run at (51,0) width 512: &quot;dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.&quot;
+          text run at (68,0) width 546: &quot;Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit&quot;
+          text run at (85,0) width 128: &quot;anim id est laborum.&quot;
+      RenderBlock {DIV} at (892,0) size 50x50 [bgcolor=#0000FF]
+      RenderBlock {P} at (958,0) size 102x569
+        RenderText {#text} at (0,0) size 102x546
+          text run at (0,0) width 513: &quot;6 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor&quot;
+          text run at (17,0) width 526: &quot;incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud&quot;
+          text run at (34,0) width 534: &quot;exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure&quot;
+          text run at (51,0) width 512: &quot;dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.&quot;
+          text run at (68,0) width 546: &quot;Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit&quot;
+          text run at (85,0) width 128: &quot;anim id est laborum.&quot;
+      RenderBlock {DIV} at (1072,0) size 50x50 [bgcolor=#0000FF]
+      RenderBlock {P} at (1138,0) size 102x569
+        RenderText {#text} at (0,0) size 102x546
+          text run at (0,0) width 513: &quot;7 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor&quot;
+          text run at (17,0) width 526: &quot;incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud&quot;
+          text run at (34,0) width 534: &quot;exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure&quot;
+          text run at (51,0) width 512: &quot;dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.&quot;
+          text run at (68,0) width 546: &quot;Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit&quot;
+          text run at (85,0) width 128: &quot;anim id est laborum.&quot;
+      RenderBlock {DIV} at (1252,0) size 50x50 [bgcolor=#0000FF]
+      RenderBlock {P} at (1318,0) size 102x569
+        RenderText {#text} at (0,0) size 102x546
+          text run at (0,0) width 513: &quot;8 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor&quot;
+          text run at (17,0) width 526: &quot;incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud&quot;
+          text run at (34,0) width 534: &quot;exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure&quot;
+          text run at (51,0) width 512: &quot;dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.&quot;
+          text run at (68,0) width 546: &quot;Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit&quot;
+          text run at (85,0) width 128: &quot;anim id est laborum.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastregionsrepaintjapaneserlselectionrepaintinregionsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -15,18 +15,18 @@
</span><span class="cx">             text run at (1,0) width 399: &quot;\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}&quot;
</span><span class="cx">             text run at (26,0) width 399: &quot;\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B}&quot;
</span><span class="cx">             text run at (51,0) width 399: &quot;\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}&quot;
</span><del>-            text run at (76,0) width 389: &quot;\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}&quot;
-            text run at (101,0) width 399: &quot;\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}&quot;
-            text run at (126,0) width 399: &quot;\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}&quot;
</del><ins>+            text run at (76,0) width 399: &quot;\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}&quot;
+            text run at (101,0) width 399: &quot;\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}&quot;
+            text run at (126,0) width 378: &quot;\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}&quot;
</ins><span class="cx">             text run at (151,0) width 383: &quot;\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}&quot;
</span><span class="cx">             text run at (176,0) width 399: &quot;\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}&quot;
</span><del>-            text run at (201,0) width 389: &quot;\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}&quot;
-            text run at (226,0) width 389: &quot;\x{304D}\x{307E}\x{3059}\x{3002}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}&quot;
-            text run at (251,0) width 399: &quot;\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}&quot;
-            text run at (276,0) width 399: &quot;\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}&quot;
-            text run at (301,0) width 383: &quot;\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}&quot;
-            text run at (326,0) width 378: &quot;\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}&quot;
</del><ins>+            text run at (201,0) width 399: &quot;\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}&quot;
+            text run at (226,0) width 399: &quot;\x{307E}\x{3059}\x{3002}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}&quot;
+            text run at (251,0) width 399: &quot;\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}&quot;
+            text run at (276,0) width 399: &quot;\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}&quot;
+            text run at (301,0) width 383: &quot;\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}\x{3089}\x{30BF}&quot;
+            text run at (326,0) width 336: &quot;\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}&quot;
</ins><span class="cx">     Regions for named flow 'thread'
</span><span class="cx">       RenderNamedFlowFragment (anonymous child of {DIV})
</span><span class="cx"> selection start: position 67 of child 0 {#text} of child 1 {DIV} of body
</span><del>-selection end:   position 216 of child 0 {#text} of child 1 {DIV} of body
</del><ins>+selection end:   position 218 of child 0 {#text} of child 1 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintjapaneserlselectionclearexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/repaint/japanese-rl-selection-clear-expected.txt (0 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/repaint/japanese-rl-selection-clear-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/japanese-rl-selection-clear-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (394,0) size 406x600
+  RenderBlock {HTML} at (0,0) size 406x600 [border: (10px solid #800000)]
+    RenderBody {BODY} at (18,18) size 370x564 [border: (5px solid #000000)]
+      RenderBlock {DIV} at (5,105) size 360x400
+        RenderText {#text} at (0,0) size 360x396
+          text run at (0,0) width 396: &quot;\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}&quot;
+          text run at (24,0) width 396: &quot;\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}&quot;
+          text run at (48,0) width 374: &quot;\x{3059}\x{304B}\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}&quot;
+          text run at (72,0) width 396: &quot;\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}&quot;
+          text run at (96,0) width 396: &quot;\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}&quot;
+          text run at (120,0) width 396: &quot;\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}&quot;
+          text run at (144,0) width 374: &quot;\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B}&quot;
+          text run at (168,0) width 396: &quot;\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}&quot;
+          text run at (192,0) width 396: &quot;\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}&quot;
+          text run at (216,0) width 396: &quot;\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}&quot;
+          text run at (240,0) width 396: &quot;\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}&quot;
+          text run at (264,0) width 396: &quot;\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}&quot;
+          text run at (288,0) width 396: &quot;\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}&quot;
+          text run at (312,0) width 379: &quot;\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}&quot;
+          text run at (336,0) width 242: &quot;\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintjapaneserlselectionrepaintexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/repaint/japanese-rl-selection-repaint-expected.txt (0 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/repaint/japanese-rl-selection-repaint-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/japanese-rl-selection-repaint-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (490,0) size 310x600
+  RenderBlock {HTML} at (0,0) size 310x600 [border: (10px solid #800000)]
+    RenderBody {BODY} at (18,18) size 274x564 [border: (5px solid #000000)]
+      RenderText {#text} at (5,5) size 264x550
+        text run at (5,5) width 550: &quot;\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}&quot;
+        text run at (29,5) width 550: &quot;\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B}\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}&quot;
+        text run at (53,5) width 550: &quot;\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}&quot;
+        text run at (77,5) width 550: &quot;\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}&quot;
+        text run at (101,5) width 528: &quot;\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B}&quot;
+        text run at (125,5) width 528: &quot;\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}&quot;
+        text run at (149,5) width 550: &quot;\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{8A2A}&quot;
+        text run at (173,5) width 550: &quot;\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}&quot;
+        text run at (197,5) width 528: &quot;\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}&quot;
+        text run at (221,5) width 533: &quot;\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}&quot;
+        text run at (245,5) width 308: &quot;\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}&quot;
+selection start: position 9 of child 0 {#text} of body
+selection end:   position 263 of child 0 {#text} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttextdecorationswithtextcombineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/text/decorations-with-text-combine-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/text/decorations-with-text-combine-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/text/decorations-with-text-combine-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -5,149 +5,149 @@
</span><span class="cx">     RenderBody {BODY} at (8,8) size 782x584
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 62x584
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 26x584
</span><del>-          RenderText {#text} at (0,0) size 26x87
-            text run at (0,0) width 87: &quot;\x{305D}\x{306E}\x{5973}&quot;
</del><ins>+          RenderText {#text} at (0,0) size 26x75
+            text run at (0,0) width 75: &quot;\x{305D}\x{306E}\x{5973}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x24 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,87) size 26x24
-              text run at (0,87) width 24: &quot;\x{FFFC}&quot;
-          RenderText {#text} at (0,111) size 26x50
-            text run at (0,111) width 50: &quot;\x{304C}\x{306D}&quot;
</del><ins>+            RenderCombineText {#text} at (0,75) size 26x24
+              text run at (0,75) width 24: &quot;\x{FFFC}&quot;
+          RenderText {#text} at (0,99) size 26x50
+            text run at (0,99) width 50: &quot;\x{304C}\x{306D}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x36 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,161) size 26x36
-              text run at (0,161) width 36: &quot;123&quot;
-          RenderText {#text} at (0,197) size 26x125
-            text run at (0,197) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</del><ins>+            RenderCombineText {#text} at (0,149) size 26x36
+              text run at (0,149) width 36: &quot;123&quot;
+          RenderText {#text} at (0,185) size 26x125
+            text run at (0,185) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x60 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,322) size 26x60
-              text run at (0,322) width 60: &quot;12345&quot;
-          RenderText {#text} at (0,382) size 26x175
-            text run at (0,382) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</del><ins>+            RenderCombineText {#text} at (0,310) size 26x60
+              text run at (0,310) width 60: &quot;12345&quot;
+          RenderText {#text} at (0,370) size 26x175
+            text run at (0,370) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</ins><span class="cx">         RenderBlock {DIV} at (36,0) size 26x584
</span><del>-          RenderText {#text} at (0,0) size 26x87
-            text run at (0,0) width 87: &quot;\x{305D}\x{306E}\x{5973}&quot;
</del><ins>+          RenderText {#text} at (0,0) size 26x75
+            text run at (0,0) width 75: &quot;\x{305D}\x{306E}\x{5973}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x24 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,87) size 26x24
-              text run at (0,87) width 24: &quot;\x{FFFC}&quot;
-          RenderText {#text} at (0,111) size 26x50
-            text run at (0,111) width 50: &quot;\x{304C}\x{306D}&quot;
</del><ins>+            RenderCombineText {#text} at (0,75) size 26x24
+              text run at (0,75) width 24: &quot;\x{FFFC}&quot;
+          RenderText {#text} at (0,99) size 26x50
+            text run at (0,99) width 50: &quot;\x{304C}\x{306D}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x36 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,161) size 26x36
-              text run at (0,161) width 36: &quot;123&quot;
-          RenderText {#text} at (0,197) size 26x125
-            text run at (0,197) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</del><ins>+            RenderCombineText {#text} at (0,149) size 26x36
+              text run at (0,149) width 36: &quot;123&quot;
+          RenderText {#text} at (0,185) size 26x125
+            text run at (0,185) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x60 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,322) size 26x60
-              text run at (0,322) width 60: &quot;12345&quot;
-          RenderText {#text} at (0,382) size 26x175
-            text run at (0,382) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</del><ins>+            RenderCombineText {#text} at (0,310) size 26x60
+              text run at (0,310) width 60: &quot;12345&quot;
+          RenderText {#text} at (0,370) size 26x175
+            text run at (0,370) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</ins><span class="cx">       RenderBlock {DIV} at (72,0) size 62x584
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 26x584
</span><del>-          RenderText {#text} at (0,0) size 26x87
-            text run at (0,0) width 87: &quot;\x{305D}\x{306E}\x{5973}&quot;
</del><ins>+          RenderText {#text} at (0,0) size 26x75
+            text run at (0,0) width 75: &quot;\x{305D}\x{306E}\x{5973}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x24 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,87) size 26x24
-              text run at (0,87) width 24: &quot;\x{FFFC}&quot;
-          RenderText {#text} at (0,111) size 26x50
-            text run at (0,111) width 50: &quot;\x{304C}\x{306D}&quot;
</del><ins>+            RenderCombineText {#text} at (0,75) size 26x24
+              text run at (0,75) width 24: &quot;\x{FFFC}&quot;
+          RenderText {#text} at (0,99) size 26x50
+            text run at (0,99) width 50: &quot;\x{304C}\x{306D}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x36 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,161) size 26x36
-              text run at (0,161) width 36: &quot;123&quot;
-          RenderText {#text} at (0,197) size 26x125
-            text run at (0,197) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</del><ins>+            RenderCombineText {#text} at (0,149) size 26x36
+              text run at (0,149) width 36: &quot;123&quot;
+          RenderText {#text} at (0,185) size 26x125
+            text run at (0,185) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x60 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,322) size 26x60
-              text run at (0,322) width 60: &quot;12345&quot;
-          RenderText {#text} at (0,382) size 26x175
-            text run at (0,382) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</del><ins>+            RenderCombineText {#text} at (0,310) size 26x60
+              text run at (0,310) width 60: &quot;12345&quot;
+          RenderText {#text} at (0,370) size 26x175
+            text run at (0,370) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</ins><span class="cx">         RenderBlock {DIV} at (36,0) size 26x584
</span><del>-          RenderText {#text} at (0,0) size 26x87
-            text run at (0,0) width 87: &quot;\x{305D}\x{306E}\x{5973}&quot;
</del><ins>+          RenderText {#text} at (0,0) size 26x75
+            text run at (0,0) width 75: &quot;\x{305D}\x{306E}\x{5973}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x24 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,87) size 26x24
-              text run at (0,87) width 24: &quot;\x{FFFC}&quot;
-          RenderText {#text} at (0,111) size 26x50
-            text run at (0,111) width 50: &quot;\x{304C}\x{306D}&quot;
</del><ins>+            RenderCombineText {#text} at (0,75) size 26x24
+              text run at (0,75) width 24: &quot;\x{FFFC}&quot;
+          RenderText {#text} at (0,99) size 26x50
+            text run at (0,99) width 50: &quot;\x{304C}\x{306D}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x36 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,161) size 26x36
-              text run at (0,161) width 36: &quot;123&quot;
-          RenderText {#text} at (0,197) size 26x125
-            text run at (0,197) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</del><ins>+            RenderCombineText {#text} at (0,149) size 26x36
+              text run at (0,149) width 36: &quot;123&quot;
+          RenderText {#text} at (0,185) size 26x125
+            text run at (0,185) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x60 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,322) size 26x60
-              text run at (0,322) width 60: &quot;12345&quot;
-          RenderText {#text} at (0,382) size 26x175
-            text run at (0,382) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</del><ins>+            RenderCombineText {#text} at (0,310) size 26x60
+              text run at (0,310) width 60: &quot;12345&quot;
+          RenderText {#text} at (0,370) size 26x175
+            text run at (0,370) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</ins><span class="cx">       RenderBlock {DIV} at (144,0) size 62x584
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 26x584
</span><del>-          RenderText {#text} at (0,0) size 26x87
-            text run at (0,0) width 87: &quot;\x{305D}\x{306E}\x{5973}&quot;
</del><ins>+          RenderText {#text} at (0,0) size 26x75
+            text run at (0,0) width 75: &quot;\x{305D}\x{306E}\x{5973}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x24 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,87) size 26x24
-              text run at (0,87) width 24: &quot;\x{FFFC}&quot;
-          RenderText {#text} at (0,111) size 26x50
-            text run at (0,111) width 50: &quot;\x{304C}\x{306D}&quot;
</del><ins>+            RenderCombineText {#text} at (0,75) size 26x24
+              text run at (0,75) width 24: &quot;\x{FFFC}&quot;
+          RenderText {#text} at (0,99) size 26x50
+            text run at (0,99) width 50: &quot;\x{304C}\x{306D}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x36 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,161) size 26x36
-              text run at (0,161) width 36: &quot;123&quot;
-          RenderText {#text} at (0,197) size 26x125
-            text run at (0,197) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</del><ins>+            RenderCombineText {#text} at (0,149) size 26x36
+              text run at (0,149) width 36: &quot;123&quot;
+          RenderText {#text} at (0,185) size 26x125
+            text run at (0,185) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x60 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,322) size 26x60
-              text run at (0,322) width 60: &quot;12345&quot;
-          RenderText {#text} at (0,382) size 26x175
-            text run at (0,382) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</del><ins>+            RenderCombineText {#text} at (0,310) size 26x60
+              text run at (0,310) width 60: &quot;12345&quot;
+          RenderText {#text} at (0,370) size 26x175
+            text run at (0,370) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</ins><span class="cx">         RenderBlock {DIV} at (36,0) size 26x584
</span><del>-          RenderText {#text} at (0,0) size 26x87
-            text run at (0,0) width 87: &quot;\x{305D}\x{306E}\x{5973}&quot;
</del><ins>+          RenderText {#text} at (0,0) size 26x75
+            text run at (0,0) width 75: &quot;\x{305D}\x{306E}\x{5973}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x24 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,87) size 26x24
-              text run at (0,87) width 24: &quot;\x{FFFC}&quot;
-          RenderText {#text} at (0,111) size 26x50
-            text run at (0,111) width 50: &quot;\x{304C}\x{306D}&quot;
</del><ins>+            RenderCombineText {#text} at (0,75) size 26x24
+              text run at (0,75) width 24: &quot;\x{FFFC}&quot;
+          RenderText {#text} at (0,99) size 26x50
+            text run at (0,99) width 50: &quot;\x{304C}\x{306D}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x36 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,161) size 26x36
-              text run at (0,161) width 36: &quot;123&quot;
-          RenderText {#text} at (0,197) size 26x125
-            text run at (0,197) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</del><ins>+            RenderCombineText {#text} at (0,149) size 26x36
+              text run at (0,149) width 36: &quot;123&quot;
+          RenderText {#text} at (0,185) size 26x125
+            text run at (0,185) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x60 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (0,322) size 26x60
-              text run at (0,322) width 60: &quot;12345&quot;
-          RenderText {#text} at (0,382) size 26x175
-            text run at (0,382) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</del><ins>+            RenderCombineText {#text} at (0,310) size 26x60
+              text run at (0,310) width 60: &quot;12345&quot;
+          RenderText {#text} at (0,370) size 26x175
+            text run at (0,370) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</ins><span class="cx">       RenderBlock {DIV} at (216,0) size 118x584
</span><span class="cx">         RenderBlock {DIV} at (0,0) size 54x584
</span><del>-          RenderText {#text} at (28,0) size 26x87
-            text run at (28,0) width 87: &quot;\x{305D}\x{306E}\x{5973}&quot;
</del><ins>+          RenderText {#text} at (28,0) size 26x75
+            text run at (28,0) width 75: &quot;\x{305D}\x{306E}\x{5973}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x24 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (28,87) size 26x24
-              text run at (28,87) width 24: &quot;\x{FFFC}&quot;
-          RenderText {#text} at (28,111) size 26x50
-            text run at (28,111) width 50: &quot;\x{304C}\x{306D}&quot;
</del><ins>+            RenderCombineText {#text} at (28,75) size 26x24
+              text run at (28,75) width 24: &quot;\x{FFFC}&quot;
+          RenderText {#text} at (28,99) size 26x50
+            text run at (28,99) width 50: &quot;\x{304C}\x{306D}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x36 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (28,161) size 26x36
-              text run at (28,161) width 36: &quot;123&quot;
-          RenderText {#text} at (28,197) size 26x125
-            text run at (28,197) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</del><ins>+            RenderCombineText {#text} at (28,149) size 26x36
+              text run at (28,149) width 36: &quot;123&quot;
+          RenderText {#text} at (28,185) size 26x125
+            text run at (28,185) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x60 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (28,322) size 26x60
-              text run at (28,322) width 60: &quot;12345&quot;
-          RenderText {#text} at (28,382) size 26x175
-            text run at (28,382) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</del><ins>+            RenderCombineText {#text} at (28,310) size 26x60
+              text run at (28,310) width 60: &quot;12345&quot;
+          RenderText {#text} at (28,370) size 26x175
+            text run at (28,370) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</ins><span class="cx">         RenderBlock {DIV} at (64,0) size 54x584
</span><del>-          RenderText {#text} at (28,0) size 26x87
-            text run at (28,0) width 87: &quot;\x{305D}\x{306E}\x{5973}&quot;
</del><ins>+          RenderText {#text} at (28,0) size 26x75
+            text run at (28,0) width 75: &quot;\x{305D}\x{306E}\x{5973}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x24 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (28,87) size 26x24
-              text run at (28,87) width 24: &quot;\x{FFFC}&quot;
-          RenderText {#text} at (28,111) size 26x50
-            text run at (28,111) width 50: &quot;\x{304C}\x{306D}&quot;
</del><ins>+            RenderCombineText {#text} at (28,75) size 26x24
+              text run at (28,75) width 24: &quot;\x{FFFC}&quot;
+          RenderText {#text} at (28,99) size 26x50
+            text run at (28,99) width 50: &quot;\x{304C}\x{306D}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x36 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (28,161) size 26x36
-              text run at (28,161) width 36: &quot;123&quot;
-          RenderText {#text} at (28,197) size 26x125
-            text run at (28,197) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</del><ins>+            RenderCombineText {#text} at (28,149) size 26x36
+              text run at (28,149) width 36: &quot;123&quot;
+          RenderText {#text} at (28,185) size 26x125
+            text run at (28,185) width 125: &quot;\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}&quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 26x60 [color=#0000FF]
</span><del>-            RenderCombineText {#text} at (28,322) size 26x60
-              text run at (28,322) width 60: &quot;12345&quot;
-          RenderText {#text} at (28,382) size 26x175
-            text run at (28,382) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</del><ins>+            RenderCombineText {#text} at (28,310) size 26x60
+              text run at (28,310) width 60: &quot;12345&quot;
+          RenderText {#text} at (28,370) size 26x175
+            text run at (28,370) width 175: &quot;\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttextemphasisverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/text/emphasis-vertical-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/text/emphasis-vertical-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/text/emphasis-vertical-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -17,8 +17,8 @@
</span><span class="cx">           RenderText {#text} at (63,41) size 50x323
</span><span class="cx">             text run at (63,41) width 285: &quot;\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}&quot;
</span><span class="cx">             text run at (93,3) width 38: &quot;\x{304F}\x{3001}&quot;
</span><del>-        RenderText {#text} at (93,41) size 50x351
-          text run at (93,41) width 313: &quot;\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}&quot;
</del><ins>+        RenderText {#text} at (93,41) size 50x342
+          text run at (93,41) width 304: &quot;\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}&quot;
</ins><span class="cx">           text run at (123,3) width 285: &quot;\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}&quot;
</span><span class="cx">       RenderBlock (floating) {DIV} at (170,8) size 190x366 [border: (3px solid #000000)]
</span><span class="cx">         RenderText {#text} at (24,3) size 20x57
</span><span class="lines">@@ -55,11 +55,11 @@
</span><span class="cx">         RenderInline {SPAN} at (0,0) size 20x133
</span><span class="cx">           RenderText {#text} at (147,3) size 20x133
</span><span class="cx">             text run at (147,3) width 133: &quot;\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}&quot;
</span><del>-        RenderInline {SPAN} at (0,0) size 20x180
-          RenderText {#text} at (147,136) size 20x180
-            text run at (147,136) width 180: &quot;\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}&quot;
-        RenderText {#text} at (147,316) size 40x351
-          text run at (147,316) width 38: &quot;\x{30F3}\x{30C4}&quot;
</del><ins>+        RenderInline {SPAN} at (0,0) size 20x171
+          RenderText {#text} at (147,136) size 20x171
+            text run at (147,136) width 171: &quot;\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}&quot;
+        RenderText {#text} at (147,307) size 40x342
+          text run at (147,307) width 38: &quot;\x{30F3}\x{30C4}&quot;
</ins><span class="cx">           text run at (167,3) width 285: &quot;\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}&quot;
</span><span class="cx">       RenderBlock (floating) {DIV} at (376,8) size 190x366 [border: (3px solid #000000)]
</span><span class="cx">         RenderText {#text} at (3,3) size 20x57
</span><span class="lines">@@ -96,11 +96,11 @@
</span><span class="cx">         RenderInline {SPAN} at (0,0) size 20x133
</span><span class="cx">           RenderText {#text} at (126,3) size 20x133
</span><span class="cx">             text run at (126,3) width 133: &quot;\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}&quot;
</span><del>-        RenderInline {SPAN} at (0,0) size 20x180
-          RenderText {#text} at (126,136) size 20x180
-            text run at (126,136) width 180: &quot;\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}&quot;
-        RenderText {#text} at (126,316) size 61x351
-          text run at (126,316) width 38: &quot;\x{30F3}\x{30C4}&quot;
</del><ins>+        RenderInline {SPAN} at (0,0) size 20x171
+          RenderText {#text} at (126,136) size 20x171
+            text run at (126,136) width 171: &quot;\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}&quot;
+        RenderText {#text} at (126,307) size 61x342
+          text run at (126,307) width 38: &quot;\x{30F3}\x{30C4}&quot;
</ins><span class="cx">           text run at (167,3) width 285: &quot;\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}&quot;
</span><span class="cx">       RenderBlock (floating) {DIV} at (582,8) size 214x366 [border: (3px solid #000000)]
</span><span class="cx">         RenderText {#text} at (24,3) size 20x285
</span><span class="lines">@@ -116,6 +116,6 @@
</span><span class="cx">           RenderText {#text} at (101,41) size 61x323
</span><span class="cx">             text run at (101,41) width 285: &quot;\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}&quot;
</span><span class="cx">             text run at (142,3) width 38: &quot;\x{304F}\x{3001}&quot;
</span><del>-        RenderText {#text} at (142,41) size 61x351
-          text run at (142,41) width 313: &quot;\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}&quot;
</del><ins>+        RenderText {#text} at (142,41) size 61x342
+          text run at (142,41) width 304: &quot;\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}&quot;
</ins><span class="cx">           text run at (183,3) width 285: &quot;\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttextinternational002expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/text/international/002-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/text/international/002-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/text/international/002-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -7,11 +7,11 @@
</span><span class="cx">         RenderTableSection {TBODY} at (0,0) size 280x102
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 280x102
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 280x102 [r=0 c=0 rs=1 cs=1]
</span><del>-              RenderText {#text} at (0,0) size 274x102
-                text run at (0,0) width 270: &quot;\x{8AB0}\x{3067}\x{3082}\x{3042}\x{306A}\x{305F}\x{306E}\x{30C9}\x{30AD}\x{30E5}\x{30E1}\x{30F3}\x{30C8}\x{3092}\x{30AA}\x{30EA}\x{30B8}&quot;
-                text run at (0,17) width 258: &quot;\x{30CA}\x{30EB}\x{306E}\x{4F53}\x{88C1}\x{3067}\x{958B}\x{304F}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002} &quot;
-                text run at (258,17) width 16: &quot;\x{3042}&quot;
-                text run at (0,34) width 270: &quot;\x{306A}\x{305F}\x{306E}\x{610F}\x{56F3}\x{3057}\x{305F}\x{3068}\x{304A}\x{308A}\x{306B}\x{60C5}\x{5831}\x{3092}\x{4F1D}\x{3048}\x{308B}&quot;
</del><ins>+              RenderText {#text} at (0,0) size 276x102
+                text run at (0,0) width 272: &quot;\x{8AB0}\x{3067}\x{3082}\x{3042}\x{306A}\x{305F}\x{306E}\x{30C9}\x{30AD}\x{30E5}\x{30E1}\x{30F3}\x{30C8}\x{3092}\x{30AA}\x{30EA}\x{30B8}&quot;
+                text run at (0,17) width 260: &quot;\x{30CA}\x{30EB}\x{306E}\x{4F53}\x{88C1}\x{3067}\x{958B}\x{304F}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002} &quot;
+                text run at (260,17) width 16: &quot;\x{3042}&quot;
+                text run at (0,34) width 272: &quot;\x{306A}\x{305F}\x{306E}\x{610F}\x{56F3}\x{3057}\x{305F}\x{3068}\x{304A}\x{308A}\x{306B}\x{60C5}\x{5831}\x{3092}\x{4F1D}\x{3048}\x{308B}&quot;
</ins><span class="cx">                 text run at (0,51) width 272: &quot;\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{3055}\x{3089}\x{306B}\x{3001}\x{30D6}\x{30E9}\x{30A6}\x{30B6}\x{304B}&quot;
</span><span class="cx">                 text run at (0,68) width 272: &quot;\x{3089}\x{30B3}\x{30E1}\x{30F3}\x{30C8}\x{3084}\x{30DE}\x{30FC}\x{30AF}\x{30A2}\x{30C3}\x{30D7}\x{3092}\x{66F8}\x{304D}\x{8FBC}\x{3093}&quot;
</span><span class="cx">                 text run at (0,85) width 32: &quot;\x{3060}\x{308A}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttextinternationaltextcombineimagetestexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/text/international/text-combine-image-test-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/text/international/text-combine-image-test-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/text/international/text-combine-image-test-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -116,13 +116,13 @@
</span><span class="cx">                 text run at (27,1) width 24: &quot;\x{FFFC}&quot;
</span><span class="cx">             RenderText {#text} at (27,25) size 26x25
</span><span class="cx">               text run at (27,25) width 25: &quot;\x{65E5}&quot;
</span><del>-          RenderInline {SPAN} at (0,0) size 161x577
-            RenderText {#text} at (15,0) size 161x577
-              text run at (15,0) width 280: &quot;\x{305D}\x{306E}\x{5973}\x{304C}\x{306D}\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}&quot;
-              text run at (51,0) width 306: &quot;\x{3067}\x{3001}\x{308F}\x{305F}\x{3057}\x{306F}\x{3051}\x{3063}\x{3057}\x{3066}\x{306D}\x{3069}\x{3053}\x{306B}\x{306F}\x{306F}\x{3044}\x{3089}&quot;
-              text run at (87,0) width 577: &quot;\x{306A}\x{304B}\x{3063}\x{305F}\x{3002}\x{51AC}\x{306E}\x{3042}\x{3089}\x{3057}\x{304C}\x{3060}\x{3093}\x{3054}\x{306E}\x{3088}\x{3046}\x{306A}\x{96EA}\x{3092}\x{3075}\x{304D}\x{3064}\x{3051}\x{3066}\x{7A93}\x{30AC}\x{30E9}\x{30B9}\x{3092}\x{767D}\x{304F}\x{3059}&quot;
-              text run at (123,0) width 576: &quot;\x{308B}\x{3058}\x{3076}\x{3093}\x{306B}\x{306A}\x{308B}\x{3068}\x{3001}\x{3053}\x{306E}\x{5973}\x{306E}\x{4EBA}\x{306F}\x{4E21}\x{624B}\x{306E}\x{9593}\x{306B}\x{308F}\x{305F}\x{3057}\x{306E}\x{8DB3}\x{3092}\x{304A}\x{3055}\x{3048}\x{3066}\x{3001}\x{6B4C}&quot;
-              text run at (159,0) width 577: &quot;\x{3092}\x{6B4C}\x{3044}\x{306A}\x{304C}\x{3089}\x{6696}\x{3081}\x{3066}\x{304F}\x{308C}\x{305F}\x{3002}\x{305D}\x{306E}\x{6B4C}\x{306E}\x{7BC0}\x{3082}\x{6587}\x{53E5}\x{3082}\x{3001}\x{3044}\x{307E}\x{306B}\x{5FD8}\x{308C}\x{305A}\x{306B}\x{3044}\x{308B}\x{3002}&quot;
</del><ins>+          RenderInline {SPAN} at (0,0) size 161x578
+            RenderText {#text} at (15,0) size 161x578
+              text run at (15,0) width 306: &quot;\x{305D}\x{306E}\x{5973}\x{304C}\x{306D}\x{304B}\x{3057}\x{3064}\x{3051}\x{306B}\x{6765}\x{3066}\x{304F}\x{308C}\x{308B}\x{307E}\x{3067}\x{3001}&quot;
+              text run at (51,0) width 289: &quot;\x{308F}\x{305F}\x{3057}\x{306F}\x{3051}\x{3063}\x{3057}\x{3066}\x{306D}\x{3069}\x{3053}\x{306B}\x{306F}\x{306F}\x{3044}\x{3089}\x{306A}&quot;
+              text run at (87,0) width 578: &quot;\x{304B}\x{3063}\x{305F}\x{3002}\x{51AC}\x{306E}\x{3042}\x{3089}\x{3057}\x{304C}\x{3060}\x{3093}\x{3054}\x{306E}\x{3088}\x{3046}\x{306A}\x{96EA}\x{3092}\x{3075}\x{304D}\x{3064}\x{3051}\x{3066}\x{7A93}\x{30AC}\x{30E9}\x{30B9}\x{3092}\x{767D}\x{304F}\x{3059}\x{308B}\x{3058}&quot;
+              text run at (123,0) width 578: &quot;\x{3076}\x{3093}\x{306B}\x{306A}\x{308B}\x{3068}\x{3001}\x{3053}\x{306E}\x{5973}\x{306E}\x{4EBA}\x{306F}\x{4E21}\x{624B}\x{306E}\x{9593}\x{306B}\x{308F}\x{305F}\x{3057}\x{306E}\x{8DB3}\x{3092}\x{304A}\x{3055}\x{3048}\x{3066}\x{3001}\x{6B4C}\x{3092}\x{6B4C}\x{3044}\x{306A}&quot;
+              text run at (159,0) width 493: &quot;\x{304C}\x{3089}\x{6696}\x{3081}\x{3066}\x{304F}\x{308C}\x{305F}\x{3002}\x{305D}\x{306E}\x{6B4C}\x{306E}\x{7BC0}\x{3082}\x{6587}\x{53E5}\x{3082}\x{3001}\x{3044}\x{307E}\x{306B}\x{5FD8}\x{308C}\x{305A}\x{306B}\x{3044}\x{308B}\x{3002}&quot;
</ins><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">       RenderBlock (anonymous) at (506,0) size 0x584
</span><span class="cx">         RenderInline {SPAN} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttextinternationaltextsplicedfontexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/text/international/text-spliced-font-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/text/international/text-spliced-font-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/text/international/text-spliced-font-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -14,10 +14,10 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 17x171
</span><span class="cx">             text run at (0,0) width 171: &quot;string\x{300C}\x{3042}\x{3001}\x{5909}\x{3063}\x{FF01}\x{300D}\x{3002}&quot;
</span><span class="cx">         RenderBR {BR} at (17,157) size 0x17
</span><del>-        RenderInline {SPAN} at (0,0) size 220x17
-          RenderText {#text} at (0,174) size 220x17
-            text run at (0,174) width 220: &quot;\x{90CA}\x{5916}\x{306E}\x{304E}\x{3089}\x{304E}\x{3089}\x{3072}\x{304B}\x{308B}\x{8349}\x{306E}\x{6CE2}\x{3002}&quot;
-        RenderBR {BR} at (220,174) size 0x17
</del><ins>+        RenderInline {SPAN} at (0,0) size 224x17
+          RenderText {#text} at (0,174) size 224x17
+            text run at (0,174) width 224: &quot;\x{90CA}\x{5916}\x{306E}\x{304E}\x{3089}\x{304E}\x{3089}\x{3072}\x{304B}\x{308B}\x{8349}\x{306E}\x{6CE2}\x{3002}&quot;
+        RenderBR {BR} at (224,174) size 0x17
</ins><span class="cx">         RenderInline {SPAN} at (0,0) size 314x17
</span><span class="cx">           RenderText {#text} at (0,191) size 314x17
</span><span class="cx">             text run at (0,191) width 314: &quot;ABCDEFGHIJKLM abcdefghijklm 1234567890&quot;
</span><span class="lines">@@ -34,10 +34,10 @@
</span><span class="cx">           RenderText {#text} at (0,0) size 17x163
</span><span class="cx">             text run at (0,0) width 163: &quot;string\x{300C}\x{3042}\x{3001}\x{5909}\x{3063}\x{FF01}\x{300D}\x{3002}&quot;
</span><span class="cx">         RenderBR {BR} at (17,149) size 0x17
</span><del>-        RenderInline {SPAN} at (0,0) size 220x17
-          RenderText {#text} at (0,166) size 220x17
-            text run at (0,166) width 220: &quot;\x{90CA}\x{5916}\x{306E}\x{304E}\x{3089}\x{304E}\x{3089}\x{3072}\x{304B}\x{308B}\x{8349}\x{306E}\x{6CE2}\x{3002}&quot;
-        RenderBR {BR} at (220,166) size 0x17
</del><ins>+        RenderInline {SPAN} at (0,0) size 224x17
+          RenderText {#text} at (0,166) size 224x17
+            text run at (0,166) width 224: &quot;\x{90CA}\x{5916}\x{306E}\x{304E}\x{3089}\x{304E}\x{3089}\x{3072}\x{304B}\x{308B}\x{8349}\x{306E}\x{6CE2}\x{3002}&quot;
+        RenderBR {BR} at (224,166) size 0x17
</ins><span class="cx">         RenderInline {SPAN} at (0,0) size 314x17
</span><span class="cx">           RenderText {#text} at (0,183) size 314x17
</span><span class="cx">             text run at (0,183) width 314: &quot;ABCDEFGHIJKLM abcdefghijklm 1234567890&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttextinternationalwrapCJK001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/text/international/wrap-CJK-001-expected.txt (0 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/text/international/wrap-CJK-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/text/international/wrap-CJK-001-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x580
+      RenderBlock (anonymous) at (0,0) size 784x14
+        RenderText {#text} at (0,0) size 345x14
+          text run at (0,0) width 345: &quot;Tests that wrapping does not trim the last character if it is not whitespace.&quot;
+      RenderBlock {P} at (0,26) size 551x34 [border: (3px solid #FF0000)]
+        RenderText {#text} at (3,3) size 545x28
+          text run at (3,3) width 545: &quot;\x{6700}\x{5927}2GHz\x{306E}Intel Core Duo\x{30D7}\x{30ED}\x{30BB}\x{30C3}\x{30B5}\x{306E}\x{30D1}\x{30EF}\x{30FC}\x{3001}iSight\x{30AB}\x{30E1}\x{30E9}\x{3001}Front Row\x{3001}iLife \x{2019}06\x{3001}13\x{30A4}\x{30F3}\x{30C1}\x{306E}\x{30AF}\x{30EA}\x{30A2}&quot;
+          text run at (3,17) width 168: &quot;\x{30EF}\x{30A4}\x{30C9}\x{30B9}\x{30AF}\x{30EA}\x{30FC}\x{30F3}\x{30C7}\x{30A3}\x{30B9}\x{30D7}\x{30EC}\x{30A4}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttextkhmerlaofontexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/text/khmer-lao-font-expected.txt (0 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/text/khmer-lao-font-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/text/khmer-lao-font-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -0,0 +1,38 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x576
+      RenderBlock {P} at (0,0) size 784x17
+        RenderText {#text} at (0,0) size 691x17
+          text run at (0,0) width 691: &quot;This file includes Khmer and Lao text, and makes sure that the render tree metrics match what they should be.&quot;
+      RenderBlock (anonymous) at (0,33) size 784x17
+        RenderText {#text} at (0,0) size 48x17
+          text run at (0,0) width 48: &quot;Khmer:&quot;
+      RenderBlock {P} at (0,66) size 784x85
+        RenderText {#text} at (0,0) size 780x85
+          text run at (0,0) width 756: &quot;\x{179A}\x{17C3}\x{17A1}\x{1784}\x{17CB} \x{179A}\x{1794}\x{179F}\x{17CB}\x{1781}\x{17D2}\x{1798}\x{17C2}\x{179A} \x{179B}\x{1791}\x{17D2}\x{1792}\x{1795}\x{179B}\x{200B}\x{1794}\x{17D2}\x{179A}\x{17A0}\x{17C2}\x{179B} \x{1794}\x{1780}\x{1794}\x{17D2}\x{179A}\x{17C2}\x{200B}\x{1791}\x{17C6}\x{1796}\x{17D0}\x{179A}\x{200B}\x{1793}\x{17C1}\x{17C7} \x{179F}\x{17D2}\x{179C}\x{17C2}\x{1784}\x{179A}\x{1780} \x{179A}\x{17BC}\x{1794}\x{1797}\x{17B6}\x{1796} \x{1795}\x{17C2}\x{1793}\x{1791}\x{17B8} \x{1794}\x{1780}\x{200B}\x{1794}\x{17D2}\x{179A}\x{17C2} \x{179A}\x{17BC}\x{1794}\x{1797}\x{17B6}\x{1796}\x{200B}\x{179F}\x{1798}\x{17D2}\x{179A}\x{17B6}\x{1794}\x{17CB} \x{1785}\x{17D2}\x{179A}\x{17BE}\x{1793}\x{200B}\x{1791}\x{17C0}\x{178F}\x{200B}\x{178A}\x{17C4}\x{1799}&quot;
+          text run at (0,17) width 744: &quot;\x{1787}\x{17C6}\x{1793}\x{17BD}\x{1799} \x{1795}\x{17D2}\x{1789}\x{17BE}\x{200B}\x{1798}\x{178F}\x{17B7}\x{200B}\x{1794}\x{17D2}\x{179A}\x{178F}\x{17B7}\x{1780}\x{1798}\x{17D2}\x{1798} \x{17AF}\x{1780}\x{1787}\x{1793}\x{1797}\x{17B6}\x{1796} &amp; \x{1782}\x{17C4}\x{179B}\x{1780}\x{17B6}\x{179A}\x{178E}\x{17CD} \x{1796}\x{179B}\x{200B}\x{179B}\x{17B6}\x{179C} \x{1787}\x{17B6}\x{200B}\x{1781}\x{17C1}\x{178F}\x{17D2}\x{178F}\x{200B}\x{1798}\x{17BD}\x{1799}\x{200B}\x{1793}\x{17C3}\x{200B}\x{178A}\x{17C2}\x{1793}\x{178A}\x{17B8}\x{200B}\x{1780}\x{1798}\x{17D2}\x{1796}\x{17BB}\x{1787}\x{17B6}\x{200B}\x{1780}\x{17D2}\x{179A}\x{17C4}\x{1798} \x{178B}\x{17B7}\x{178F}\x{200B}\x{1793}\x{17C5}\x{200B}\x{178F}\x{17C6}\x{1794}\x{1793}\x{17CB} \x{178A}\x{17C2}\x{1793}\x{178A}\x{17B8}\x{200B}\x{179F}\x{178E}\x{17D2}\x{178F}\x{200B}&quot;
+          text run at (0,34) width 780: &quot;\x{1791}\x{1793}\x{17D2}\x{179B}\x{17C1}\x{1798}\x{17C1}\x{1782}\x{1784}\x{17D2}\x{1782} \x{17D4} \x{1781}\x{17C1}\x{178F}\x{17D2}\x{178F}\x{200B}\x{1796}\x{179B}\x{200B}\x{179B}\x{17B6}\x{179C}\x{179F}\x{1798}\x{17D2}\x{1794}\x{17BC}\x{179A} \x{178A}\x{17C4}\x{1799} \x{1797}\x{17C4}\x{1782}\x{1795}\x{179B}\x{200B}\x{1780}\x{179F}\x{17B7}\x{1780}\x{1798}\x{17D2}\x{1798} \x{1798}\x{17B6}\x{1793}\x{200B}\x{1785}\x{17C6}\x{1780}\x{17B6}\x{179A} \x{178A}\x{17C6}\x{178E}\x{17B6}\x{17C6}\x{200B}\x{179F}\x{17D2}\x{179A}\x{17C2}\x{200B}\x{179F}\x{17D2}\x{179A}\x{17BC}\x{179C} \x{179F}\x{17D2}\x{179A}\x{17C2}\x{17A2}\x{17C6}\x{1794}\x{17B7}\x{179B} \x{1787}\x{179B}\x{1795}\x{179B}\x{200B}\x{1791}\x{17B9}\x{1780}\x{179F}\x{17B6}\x{1794}\x{200B}\x{1791}\x{17B9}\x{1780} \x{1794}\x{17D2}\x{179A}\x{17C3} \x{1793}\x{17B7}\x{1784}\x{200B}&quot;
+          text run at (0,51) width 766: &quot;\x{179A}\x{1785}\x{1793}\x{17B6}\x{179F}\x{1798}\x{17D2}\x{1796}\x{17D0}\x{1793}\x{17D2}\x{1792}\x{1792}\x{17B6}\x{179A}\x{17B6}\x{179F}\x{17B6}\x{179F}\x{17D2}\x{178F}\x{17D2}\x{179A} \x{1792}\x{1798}\x{17D2}\x{1798}\x{1787}\x{17B6}\x{178F}\x{17B7}\x{200B}\x{1781}\x{17D2}\x{179C}\x{17B6}\x{178F}\x{17CB}\x{1781}\x{17D2}\x{179C}\x{17C2}\x{1784}\x{17D4}\x{200B} \x{1796}\x{179B}\x{200B}\x{179B}\x{17B6}\x{179C} \x{179F}\x{17D2}\x{1790}\x{17B7}\x{178F}\x{1793}\x{17C5}\x{200B}\x{1794}\x{17C2}\x{1780}\x{200B}\x{1781}\x{17B6}\x{1784}\x{179B}\x{17B7}\x{1785}\x{200B}\x{1793}\x{17C3}\x{200B}\x{178A}\x{17C2}\x{1793}\x{178A}\x{17B8}\x{200B}\x{1780}\x{1798}\x{17D2}\x{1796}\x{17BB}\x{1787}\x{17B6}\x{200B}\x{1780}\x{17D2}\x{179A}\x{17C4}\x{1798} \x{1798}\x{1787}\x{17D2}\x{1788}\x{1798}\x{178E}\x{17D2}\x{178C}\x{179B}\x{200B}\x{1793}\x{17C3}\x{200B}&quot;
+          text run at (0,68) width 756: &quot;\x{1781}\x{17C1}\x{178F}\x{17D2}\x{178F}\x{200B}\x{1793}\x{17C1}\x{17C7}\x{200B}\x{1782}\x{17BA} \x{1791}\x{17B8}\x{200B}\x{179A}\x{17BD}\x{1798}\x{200B}\x{1781}\x{17C1}\x{178F}\x{17D2}\x{178F}\x{200B}\x{1796}\x{179B}\x{200B}\x{179B}\x{17B6}\x{179C}\x{17D4} \x{1796}\x{17B8}\x{200B}\x{1791}\x{17B8}\x{200B}\x{179A}\x{17BD}\x{1798}\x{200B}\x{1781}\x{17C1}\x{178F}\x{17D2}\x{178F}\x{200B}\x{1796}\x{179B}\x{200B}\x{179B}\x{17B6}\x{179C}\x{200B}\x{1791}\x{17C5}\x{200B}\x{1791}\x{17B8}\x{1780}\x{17D2}\x{179A}\x{17BB}\x{1784}\x{200B}\x{1796}\x{17D2}\x{179A}\x{17C3}\x{1793}\x{1782}\x{179A}\x{1798}\x{17B6}\x{1793}\x{200B}\x{1785}\x{1798}\x{17D2}\x{1784}\x{17B6}\x{1799} \x{17E2}\x{17E8}\x{17E0} \x{1782}\x{200B}.\x{200B}\x{1798}\x{200B}. \x{178F}\x{17B6}\x{1798}\x{1795}\x{17D2}\x{179B}\x{17BC}\x{179C}\x{200B}\x{1787}\x{17B6}\x{178F}\x{17B7} \x{179B}\x{17C1}\x{1781} \x{17E1}&quot;
+      RenderBlock (anonymous) at (0,167) size 784x34
+        RenderBR {BR} at (0,0) size 0x17
+        RenderText {#text} at (0,17) size 29x17
+          text run at (0,17) width 29: &quot;Lao:&quot;
+      RenderBlock {P} at (0,217) size 784x187
+        RenderText {#text} at (0,0) size 782x187
+          text run at (0,0) width 756: &quot;\x{E84}\x{EBB}\x{EC9}\x{E99}\x{EAB}\x{EB2} \x{EAE}\x{EB9}\x{E9A}\x{E9E}\x{EB2}\x{E9A} \x{EC1}\x{E9C}\x{E99}\x{E97}\x{EB5}\x{EC8} \x{EC1}\x{E9B}\x{E9E}\x{EB2}\x{EAA}\x{EB2} \x{EA1}\x{EB7}\x{E96}\x{EB7} \x{E9A}\x{EA5}\x{EB1}\x{EAD}\x{E81}\x{EC0}\x{E81}\x{EB5} \x{EC0}\x{E9E}\x{EB5}\x{EC8}\x{EA1}\x{EC0}\x{E95}\x{EB5}\x{EA1}\x{E88}\x{EB2}\x{E81} \x{EC1}\x{E9B}\x{EDC}\x{EC9}\x{EB2}\x{E99}\x{EB5}\x{EC9} \x{EAE}\x{EB9}\x{E9A}\x{E9E}\x{EB2}\x{E9A}\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A} \x{EC1}\x{E9B}\x{EDC}\x{EC9}\x{EB2}\x{E99}\x{EB5}\x{EC9} \x{EAB}\x{EBC}\x{EB1}\x{E87}\x{E88}\x{EB2}\x{E81}\x{E97}\x{EB5}\x{EC8}\x{EC0}\x{E9B}\x{EB5}\x{E94}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{EC4}\x{E8A} \x{E9A}&quot;
+          text run at (0,17) width 757: &quot;\x{EAA}\x{EB2}\x{EA1}\x{E9B}\x{EB5} \x{E95}\x{EB1}\x{EC9}\x{E87}\x{EC1}\x{E95}\x{EC8}\x{E9B}\x{EB5} \x{E88}\x{EBB}\x{E99}\x{E95}\x{EAD}\x{E99}\x{E99}\x{EB5}\x{EC9}\x{E9B}\x{EB5} \x{EC1}\x{EA5}\x{EC9}\x{EA7} \x{E81}\x{ECD}\x{EA1}\x{EB5}\x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{EAA}\x{EB4}\x{EC8}\x{E87}\x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EC0}\x{E81}\x{EB5}\x{E94}\x{E82}\x{EB6}\x{EC9}\x{E99} \x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{E84}\x{EBB}\x{E99}\x{E81}\x{ECD}\x{EC4}\x{E94}\x{EC9}\x{EAE}\x{EBD}\x{E99}\x{EAE}\x{EB9}\x{EC9}\x{EA7}\x{EB4}\x{E97}\x{EB5}\x{E81}\x{EB2}\x{E99}\x{EC3}\x{E8A}\x{EC9} \x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{E84}\x{EBB}\x{E99}\x{E81}\x{ECD}\x{E87}\x{EBB}\x{E87}\x{E81}\x{EB1}\x{E9A}\x{E81}\x{EB2}\x{E99}\x{EC3}\x{E8A}\x{EC9}&quot;
+          text run at (0,34) width 754: &quot;\x{EC0}\x{E82}\x{EBB}\x{EC9}\x{EB2}\x{EC4}\x{E9B}\x{EAD}\x{EB5}\x{E81} (\x{EAD}\x{EC9}\x{EB2}\x{EA7}!) \x{EC1}\x{E95}\x{EC8}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EC3}\x{E94}\x{E81}\x{ECD}\x{E95}\x{EB2}\x{EA1} \x{E82}\x{EC9}\x{EB2}\x{E9E}\x{EB0}\x{EC0}\x{E88}\x{EBB}\x{EC9}\x{EB2} \x{EC3}\x{E99}\x{E99}\x{EB2}\x{EA1}\x{E82}\x{EAD}\x{E87}\x{E9C}\x{EB9}\x{EC8}\x{EAA}\x{EC9}\x{EB2}\x{E87}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{EC4}\x{E8A}\x{E99}\x{EB5}\x{EC9} \x{E81}\x{ECD}\x{E95}\x{EC9}\x{EAD}\x{E87}\x{E82}\x{ECD}\x{E82}\x{EAD}\x{E9A}\x{EC3}\x{E88}\x{E97}\x{EB8}\x{E81}\x{EC6} \x{E97}\x{EC8}\x{EB2}\x{E99}\x{E97}\x{EB5}\x{EC8}\x{EA1}\x{EB5}\x{EAA}\x{EC8}\x{EA7}\x{E99}\x{EAE}\x{EC8}\x{EA7}\x{EA1} \x{E97}\x{EB1}\x{E87}&quot;
+          text run at (0,51) width 726: &quot;\x{E81}\x{EB2}\x{E99}\x{E96}\x{EB2}\x{EA1} \x{EC1}\x{EA5}\x{EB0}\x{E95}\x{EAD}\x{E9A}\x{E97}\x{EB5}\x{EC8}\x{EC0}\x{E81}\x{EB5}\x{E94}\x{E82}\x{EB6}\x{EC9}\x{E99}\x{EC3}\x{E99}\x{E9A}\x{EBB}\x{E94}\x{E84}\x{EA7}\x{EB2}\x{EA1} \x{EC1}\x{EA5}\x{EB0}\x{E81}\x{EB0}\x{E97}\x{EB9}\x{EC9}\x{E95}\x{EC8}\x{EB2}\x{E87}\x{EC6} \x{EC3}\x{E99}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{E9A}\x{EAD}\x{E94} \x{EC0}\x{E8A}\x{EB4}\x{EC8}\x{E87}\x{E81}\x{ECD}\x{E96}\x{EB7}\x{EA7}\x{EC8}\x{EB2}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{E81}\x{EB2}\x{E99}\x{EC1}\x{EA5}\x{E81}\x{E9B}\x{EC8}\x{EBD}\x{E99}\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{EAE}\x{EB9}\x{EC9}\x{E81}\x{EB1}\x{E99}. &quot;
+          text run at (726,51) width 40: &quot;\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A}&quot;
+          text run at (0,68) width 782: &quot;\x{EC3}\x{E99}\x{E9B}\x{EB5} 2011 \x{E99}\x{EB5}\x{EC9} \x{E82}\x{EC9}\x{EB2}\x{E9E}\x{EB0}\x{EC0}\x{E88}\x{EBB}\x{EC9}\x{EB2}\x{EA1}\x{EB5}\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{E84}\x{EB2}\x{E94}\x{EAB}\x{EA7}\x{EB1}\x{E87}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EAA}\x{EB9}\x{E87}\x{EA7}\x{EC8}\x{EB2} \x{E88}\x{EB0}\x{E9B}\x{EB1}\x{E9A}\x{E9B}\x{EB8}\x{E87}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{EC4}\x{E8A}\x{EC1}\x{EAB}\x{EC8}\x{E87}\x{E99}\x{EB5}\x{EC9} \x{EC3}\x{EAB}\x{EC9}\x{E94}\x{EB5}\x{E8D}\x{EB4}\x{EC8}\x{E87}\x{EC6} \x{E82}\x{EB6}\x{EC9}\x{E99}\x{EC4}\x{E9B}\x{EAD}\x{EB5}\x{E81} \x{EC2}\x{E94}\x{E8D}\x{EAA}\x{EB0}\x{EC0}\x{E9E}\x{EB2}\x{EB0}\x{EC1}\x{EA1}\x{EC8}\x{E99}\x{EC3}\x{E99}&quot;
+          text run at (0,85) width 765: &quot;\x{E94}\x{EC9}\x{EB2}\x{E99} Localization \x{EAB}\x{EBC}\x{EB7}\x{E81}\x{EB2}\x{E99}\x{EC1}\x{E9B}\x{E9E}\x{EB2}\x{EAA}\x{EB2}\x{EA5}\x{EB2}\x{EA7}\x{E82}\x{EAD}\x{E87} \x{E99}\x{EB1}\x{EC9}\x{E99}\x{EC0}\x{EAD}\x{E87}. \x{EC0}\x{E96}\x{EB4}\x{E87}\x{EC1}\x{EA1}\x{EC8}\x{E99}\x{EA7}\x{EC8}\x{EB2}\x{E88}\x{EB0}\x{EA1}\x{EB5}\x{EC4}\x{E9F}\x{EA5}\x{ECC}\x{E9E}\x{EB2}\x{EAA}\x{EB2}\x{EA5}\x{EB2}\x{EA7}\x{EC0}\x{E81}\x{EBB}\x{EC8}\x{EB2}\x{EA2}\x{EB9}\x{EC8}\x{EC1}\x{EA5}\x{EC9}\x{EA7} \x{EC1}\x{E95}\x{EC8}\x{E81}\x{ECD}\x{E8D}\x{EB1}\x{E87}\x{E9A}\x{ECD}\x{EC8}\x{EAA}\x{EBB}\x{EA1}\x{E9A}\x{EB9}\x{E99} \x{EC1}\x{EA5}\x{EB0}\x{EA1}\x{EB5}&quot;
+          text run at (0,102) width 764: &quot;\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{E9C}\x{EB4}\x{E94}\x{E9E}\x{EB2}\x{E94}\x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{E9B}\x{EB0}\x{E81}\x{EB2}\x{E99} \x{E9A}\x{ECD}\x{EC8}\x{EA7}\x{EC8}\x{EB2}\x{E88}\x{EB0}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{E9E}\x{EB4}\x{EA1}\x{E9C}\x{EB4}\x{E94} \x{EAB}\x{EBC}\x{EB7}\x{EC1}\x{E9B}\x{E9A}\x{ECD}\x{EC8}\x{E96}\x{EB7}\x{E81} \x{EC0}\x{E9B}\x{EB1}\x{E99}\x{E95}\x{EBB}\x{EC9}\x{E99}. \x{E94}\x{EB1}\x{EC8}\x{E87}\x{E99}\x{EB1}\x{EC9}\x{E99} \x{E81}\x{EB2}\x{E99}\x{EC1}\x{E9B}\x{E84}\x{EB7}\x{E99}\x{E9E}\x{EB2}\x{EAA}\x{EB2}\x{EA5}\x{EB2}\x{EA7}\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A} \x{E81}\x{ECD}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EC0}\x{E9B}\x{EBB}\x{EC9}\x{EB2}\x{EDD}\x{EB2}\x{E8D}&quot;
+          text run at (0,119) width 708: &quot;\x{EAD}\x{EB1}\x{E99}\x{E99}\x{EB6}\x{EC8}\x{E87} \x{EC0}\x{E8A}\x{EB1}\x{EC8}\x{E99}\x{E94}\x{EBD}\x{EA7}\x{E81}\x{EB1}\x{E9A}\x{E81}\x{EB2}\x{E99}\x{EC1}\x{E9B} Component \x{EC2}\x{E95}\x{EAD}\x{EB7}\x{EC8}\x{E99}\x{EC6} \x{E97}\x{EB5}\x{EC8}\x{E99}\x{EB4}\x{E8D}\x{EBB}\x{EA1}\x{EC3}\x{E8A}\x{EC9}\x{E81}\x{EB1}\x{E99} \x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EC0}\x{E8A}\x{EB1}\x{EC8}\x{E99} Kunena \x{EC0}\x{E8A}\x{EB4}\x{EC8}\x{E87}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EA5}\x{EB0}\x{E9A}\x{EBB}\x{E9A}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{E9A}\x{EAD}\x{E94}\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A} &quot;
+          text run at (708,119) width 62: &quot;\x{E99}\x{EAD}\x{E81}\x{E88}\x{EB2}\x{E81}&quot;
+          text run at (0,136) width 776: &quot;\x{E99}\x{EB1}\x{EC9}\x{E99} \x{EC3}\x{E99}\x{E94}\x{EC9}\x{EB2}\x{E99}\x{E81}\x{EB2}\x{E99}\x{EAA}\x{EAD}\x{E99} \x{E82}\x{EC9}\x{EB2}\x{E9E}\x{EB0}\x{EC0}\x{E88}\x{EBB}\x{EC9}\x{EB2}\x{E81}\x{ECD}\x{EAB}\x{EA7}\x{EB1}\x{E87}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{E8D}\x{EB4}\x{EC8}\x{E87}\x{EA7}\x{EC8}\x{EB2} \x{E88}\x{EB0}\x{EAA}\x{EB2}\x{EA1}\x{EB2}\x{E94}\x{EC0}\x{E9B}\x{EB5}\x{E94}\x{E84}\x{EAD}\x{EAA}\x{EAA}\x{EAD}\x{E99} \x{EC3}\x{E99}\x{EA7}\x{EBD}\x{E87}\x{E88}\x{EB1}\x{E99}\x{EC4}\x{E94}\x{EC9}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EAE}\x{EB9}\x{E9A}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EAE}\x{EC8}\x{EB2}\x{E87} \x{EC0}\x{E8A}\x{EB4}\x{EC8}\x{E87}\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A}&quot;
+          text run at (0,153) width 780: &quot;\x{E95}\x{EAD}\x{E99}\x{E99}\x{EB5}\x{EC9}\x{E81}\x{ECD}\x{EC1}\x{EA1}\x{EC8}\x{E99}\x{EA1}\x{EB5}\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{E82}\x{EB2}\x{E94}\x{EC0}\x{E82}\x{EB5}\x{E99}\x{EC3}\x{E99}\x{E94}\x{EC9}\x{EB2}\x{E99}\x{EC0}\x{E87}\x{EB7}\x{EC8}\x{EAD}\x{E99}\x{EC4}\x{E82}\x{E95}\x{EC8}\x{EB2}\x{E87}\x{EC6} \x{EC2}\x{E94}\x{E8D}\x{EAA}\x{EB0}\x{EC0}\x{E9E}\x{EB2}\x{EB0}\x{E81}\x{ECD}\x{EC1}\x{EA1}\x{EC8}\x{E99}\x{EAA}\x{EB0}\x{E96}\x{EB2}\x{E99}\x{E97}\x{EB5}\x{EC8}. \x{EC0}\x{E96}\x{EB4}\x{E87}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EC3}\x{E94}\x{E81}\x{ECD}\x{E95}\x{EB2}\x{EA1} \x{E82}\x{EC9}\x{EB2}\x{E9E}\x{EB0}\x{EC0}\x{E88}\x{EBB}\x{EC9}\x{EB2}\x{EC0}\x{E8A}\x{EB7}\x{EC8}\x{EAD}\x{EDD}\x{EB1}\x{EC9}\x{E99}&quot;
+          text run at (0,170) width 315: &quot;\x{EA7}\x{EC8}\x{EB2} \x{E88}\x{EB0}\x{EA1}\x{EB5}\x{EA1}\x{EB7}\x{EC9}\x{E99}\x{EB6}\x{EC8}\x{E87} \x{E97}\x{EB5}\x{EC8}\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{EAB}\x{EA7}\x{EB1}\x{E87}\x{E99}\x{EB5}\x{EC9}\x{E88}\x{EB0}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{E88}\x{EB4}\x{E87}\x{E82}\x{EB6}\x{EC9}\x{E99}\x{EA1}\x{EB2}\x{EC4}\x{E94}\x{EC9}. &quot;
+          text run at (315,170) width 401: &quot;\x{ED1}\x{ED6} \x{EA1}\x{EB1}\x{E87}\x{E81}\x{EAD}\x{E99} \x{ED2}\x{ED0}\x{ED1}\x{ED1} \x{E97}\x{EB0}\x{E99}\x{EB0}\x{EA7}\x{ECD}\x{EA5}\x{EB0}\x{E81}\x{EB4}\x{E94} \x{E81}\x{EB8}\x{E99}\x{E97}\x{EB0}\x{EA7}\x{EB1}\x{E94}\x{E9E}\x{EB4}\x{E99}\x{EC2}\x{E8D} \x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{EA1}\x{EB2}\x{EAA}\x{EC0}\x{E95}\x{EB5}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastwritingmodeborderverticallrexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/writing-mode/border-vertical-lr-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/writing-mode/border-vertical-lr-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/writing-mode/border-vertical-lr-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -3,22 +3,22 @@
</span><span class="cx"> layer at (0,0) size 772x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 772x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 756x584
</span><del>-      RenderInline {SPAN} at (0,0) size 221x583 [border: (2px solid #000000)]
-        RenderText {#text} at (19,4) size 213x583
</del><ins>+      RenderInline {SPAN} at (0,0) size 221x576 [border: (2px solid #000000)]
+        RenderText {#text} at (19,4) size 213x576
</ins><span class="cx">           text run at (19,4) width 572: &quot;\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}&quot;
</span><span class="cx">           text run at (82,0) width 572: &quot;\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B}\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}&quot;
</span><del>-          text run at (145,0) width 583: &quot;\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}&quot;
</del><ins>+          text run at (145,0) width 572: &quot;\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}&quot;
</ins><span class="cx">           text run at (208,0) width 176: &quot;\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}&quot;
</span><span class="cx">       RenderText {#text} at (208,180) size 24x5
</span><span class="cx">         text run at (208,180) width 5: &quot; &quot;
</span><span class="cx">       RenderBR {BR} at (0,0) size 0x0
</span><span class="cx">       RenderBR {BR} at (271,0) size 24x0
</span><del>-      RenderInline {SPAN} at (0,0) size 416x583 [border: (5px solid #000000)]
-        RenderText {#text} at (334,7) size 402x583
</del><ins>+      RenderInline {SPAN} at (0,0) size 416x579 [border: (5px solid #000000)]
+        RenderText {#text} at (334,7) size 402x579
</ins><span class="cx">           text run at (334,7) width 572: &quot;\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}&quot;
</span><span class="cx">           text run at (397,0) width 577: &quot;\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}&quot;
</span><del>-          text run at (460,0) width 583: &quot;\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}&quot;
-          text run at (523,0) width 583: &quot;\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}&quot;
</del><ins>+          text run at (460,0) width 572: &quot;\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}&quot;
+          text run at (523,0) width 572: &quot;\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}&quot;
</ins><span class="cx">           text run at (586,0) width 572: &quot;\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}&quot;
</span><span class="cx">           text run at (649,0) width 577: &quot;\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}&quot;
</span><span class="cx">           text run at (712,0) width 396: &quot;\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastwritingmodejapaneselrselectionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-lr-selection-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-lr-selection-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-lr-selection-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -8,17 +8,17 @@
</span><span class="cx">           text run at (0,0) width 396: &quot;\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}&quot;
</span><span class="cx">           text run at (24,0) width 396: &quot;\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}&quot;
</span><span class="cx">           text run at (48,0) width 374: &quot;\x{3059}\x{304B}\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}&quot;
</span><del>-          text run at (72,0) width 385: &quot;\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}&quot;
-          text run at (96,0) width 396: &quot;\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}&quot;
-          text run at (120,0) width 374: &quot;\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}&quot;
-          text run at (144,0) width 396: &quot;\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}&quot;
-          text run at (168,0) width 357: &quot;\x{304B} \x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}&quot;
-          text run at (192,0) width 385: &quot;\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}&quot;
-          text run at (216,0) width 396: &quot;\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{8A2A}\x{554F}&quot;
-          text run at (240,0) width 385: &quot;\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}&quot;
-          text run at (264,0) width 396: &quot;\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}&quot;
-          text run at (288,0) width 396: &quot;\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}&quot;
-          text run at (312,0) width 379: &quot;\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}\x{3089}\x{30BF}&quot;
-          text run at (336,0) width 352: &quot;\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}&quot;
</del><ins>+          text run at (72,0) width 396: &quot;\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}&quot;
+          text run at (96,0) width 396: &quot;\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}&quot;
+          text run at (120,0) width 396: &quot;\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}&quot;
+          text run at (144,0) width 374: &quot;\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B}&quot;
+          text run at (168,0) width 396: &quot;\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}&quot;
+          text run at (192,0) width 396: &quot;\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}&quot;
+          text run at (216,0) width 396: &quot;\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}&quot;
+          text run at (240,0) width 396: &quot;\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}&quot;
+          text run at (264,0) width 396: &quot;\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}&quot;
+          text run at (288,0) width 396: &quot;\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}&quot;
+          text run at (312,0) width 379: &quot;\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}&quot;
+          text run at (336,0) width 242: &quot;\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}&quot;
</ins><span class="cx"> selection start: position 4 of child 0 {#text} of child 1 {DIV} of body
</span><span class="cx"> selection end:   position 263 of child 0 {#text} of child 1 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastwritingmodejapaneselrtextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-lr-text-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-lr-text-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-lr-text-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx">       RenderText {#text} at (5,5) size 264x550
</span><span class="cx">         text run at (5,5) width 550: &quot;\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}&quot;
</span><span class="cx">         text run at (29,5) width 550: &quot;\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B}\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}&quot;
</span><del>-        text run at (53,5) width 539: &quot;\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}&quot;
-        text run at (77,5) width 550: &quot;\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}&quot;
-        text run at (101,5) width 550: &quot;\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B}&quot;
</del><ins>+        text run at (53,5) width 550: &quot;\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}&quot;
+        text run at (77,5) width 550: &quot;\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}&quot;
+        text run at (101,5) width 528: &quot;\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B}&quot;
</ins><span class="cx">         text run at (125,5) width 528: &quot;\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}&quot;
</span><del>-        text run at (149,5) width 539: &quot;\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}&quot;
-        text run at (173,5) width 539: &quot;\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}&quot;
-        text run at (197,5) width 550: &quot;\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}&quot;
-        text run at (221,5) width 533: &quot;\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}\x{3089}\x{30BF}\x{30A4}&quot;
-        text run at (245,5) width 330: &quot;\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}&quot;
</del><ins>+        text run at (149,5) width 550: &quot;\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{8A2A}&quot;
+        text run at (173,5) width 550: &quot;\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}&quot;
+        text run at (197,5) width 528: &quot;\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}&quot;
+        text run at (221,5) width 533: &quot;\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}&quot;
+        text run at (245,5) width 308: &quot;\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastwritingmodejapaneserlselectionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-rl-selection-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-rl-selection-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-rl-selection-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -8,17 +8,17 @@
</span><span class="cx">           text run at (0,0) width 396: &quot;\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}&quot;
</span><span class="cx">           text run at (24,0) width 396: &quot;\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}&quot;
</span><span class="cx">           text run at (48,0) width 374: &quot;\x{3059}\x{304B}\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}&quot;
</span><del>-          text run at (72,0) width 385: &quot;\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}&quot;
-          text run at (96,0) width 396: &quot;\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}&quot;
-          text run at (120,0) width 374: &quot;\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}&quot;
-          text run at (144,0) width 396: &quot;\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}&quot;
-          text run at (168,0) width 357: &quot;\x{304B} \x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}&quot;
-          text run at (192,0) width 385: &quot;\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}&quot;
-          text run at (216,0) width 396: &quot;\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{8A2A}\x{554F}&quot;
-          text run at (240,0) width 385: &quot;\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}&quot;
-          text run at (264,0) width 396: &quot;\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}&quot;
-          text run at (288,0) width 396: &quot;\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}&quot;
-          text run at (312,0) width 379: &quot;\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}\x{3089}\x{30BF}&quot;
-          text run at (336,0) width 352: &quot;\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}&quot;
</del><ins>+          text run at (72,0) width 396: &quot;\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}&quot;
+          text run at (96,0) width 396: &quot;\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}&quot;
+          text run at (120,0) width 396: &quot;\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}&quot;
+          text run at (144,0) width 374: &quot;\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B}&quot;
+          text run at (168,0) width 396: &quot;\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}&quot;
+          text run at (192,0) width 396: &quot;\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}&quot;
+          text run at (216,0) width 396: &quot;\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}&quot;
+          text run at (240,0) width 396: &quot;\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}&quot;
+          text run at (264,0) width 396: &quot;\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}&quot;
+          text run at (288,0) width 396: &quot;\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}&quot;
+          text run at (312,0) width 379: &quot;\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}&quot;
+          text run at (336,0) width 242: &quot;\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}&quot;
</ins><span class="cx"> selection start: position 4 of child 0 {#text} of child 1 {DIV} of body
</span><span class="cx"> selection end:   position 263 of child 0 {#text} of child 1 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastwritingmodejapaneserltextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-rl-text-expected.txt (170536 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-rl-text-expected.txt        2014-06-27 18:06:41 UTC (rev 170536)
+++ trunk/LayoutTests/platform/gtk/fast/writing-mode/japanese-rl-text-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -6,12 +6,12 @@
</span><span class="cx">       RenderText {#text} at (5,5) size 264x550
</span><span class="cx">         text run at (5,5) width 550: &quot;\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}&quot;
</span><span class="cx">         text run at (29,5) width 550: &quot;\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B}\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}&quot;
</span><del>-        text run at (53,5) width 539: &quot;\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}&quot;
-        text run at (77,5) width 550: &quot;\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}&quot;
-        text run at (101,5) width 550: &quot;\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B}&quot;
</del><ins>+        text run at (53,5) width 550: &quot;\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}&quot;
+        text run at (77,5) width 550: &quot;\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}&quot;
+        text run at (101,5) width 528: &quot;\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B}&quot;
</ins><span class="cx">         text run at (125,5) width 528: &quot;\x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}&quot;
</span><del>-        text run at (149,5) width 539: &quot;\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}&quot;
-        text run at (173,5) width 539: &quot;\x{8A2A}\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}&quot;
-        text run at (197,5) width 550: &quot;\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}&quot;
-        text run at (221,5) width 533: &quot;\x{306B}\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}\x{3089}\x{30BF}\x{30A4}&quot;
-        text run at (245,5) width 330: &quot;\x{30C8}\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}&quot;
</del><ins>+        text run at (149,5) width 550: &quot;\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{8A2A}&quot;
+        text run at (173,5) width 550: &quot;\x{554F}\x{3057}\x{305F}\x{30A6}\x{30A7}\x{30D6}\x{30DA}\x{30FC}\x{30B8}\x{306E}\x{30B3}\x{30F3}\x{30C6}\x{30F3}\x{30C4}\x{304B}\x{3089}\x{3082}\x{691C}\x{7D22}\x{3059}\x{308B}\x{3053}\x{3068}\x{304C}&quot;
+        text run at (197,5) width 528: &quot;\x{3067}\x{304D}\x{307E}\x{3059}\x{3002}\x{305B}\x{3063}\x{304B}\x{304F}\x{898B}\x{3064}\x{3051}\x{305F}\x{3059}\x{3070}\x{3089}\x{3057}\x{3044}\x{8A18}\x{4E8B}\x{304C}\x{3069}\x{3053}\x{306B}&quot;
+        text run at (221,5) width 533: &quot;\x{3042}\x{3063}\x{305F}\x{304B}\x{5FD8}\x{308C}\x{3066}\x{3057}\x{307E}\x{3063}\x{305F}\x{7D4C}\x{9A13}\x{306F}\x{3042}\x{308A}\x{307E}\x{3059}\x{304B} \x{306A}\x{3089}\x{30BF}\x{30A4}\x{30C8}&quot;
+        text run at (245,5) width 308: &quot;\x{30EB}\x{3068}\x{30A2}\x{30C9}\x{30EC}\x{30B9}\x{3060}\x{3051}\x{3067}\x{306A}\x{304F}\x{3001}\x{8A2A}\x{554F}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgW3CSVG11filtersblend01bexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt (0 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -0,0 +1,67 @@
</span><ins>+layer at (0,0) size 480x360
+  RenderView at (0,0) size 480x360
+layer at (0,0) size 480x360
+  RenderSVGRoot {svg} at (2,2) size 476x356
+    RenderSVGContainer {g} at (15,15) size 435x294
+      RenderSVGImage {image} at (120,15) size 300x294
+      RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+        RenderSVGResourceFilter {filter} [id=&quot;BlendNormal&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+          [feBlend mode=&quot;normal&quot;]
+            [SourceGraphic]
+            [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+        RenderSVGResourceFilter {filter} [id=&quot;BlendMultiply&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+          [feBlend mode=&quot;multiply&quot;]
+            [SourceGraphic]
+            [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+        RenderSVGResourceFilter {filter} [id=&quot;BlendScreen&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+          [feBlend mode=&quot;screen&quot;]
+            [SourceGraphic]
+            [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+        RenderSVGResourceFilter {filter} [id=&quot;BlendDarken&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+          [feBlend mode=&quot;darken&quot;]
+            [SourceGraphic]
+            [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+        RenderSVGResourceFilter {filter} [id=&quot;BlendLighten&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+          [feBlend mode=&quot;lighten&quot;]
+            [SourceGraphic]
+            [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+      RenderSVGRect {rect} at (90,30) size 360x30 [opacity=0.50] [fill={[type=SOLID] [color=#0000FF]}] [x=30.00] [y=10.00] [width=120.00] [height=10.00]
+        [filter=&quot;BlendNormal&quot;] RenderSVGResourceFilter {filter} at (30,10) size 120x10
+      RenderSVGRect {rect} at (90,69) size 360x30 [opacity=0.50] [fill={[type=SOLID] [color=#0000FF]}] [x=30.00] [y=23.00] [width=120.00] [height=10.00]
+        [filter=&quot;BlendMultiply&quot;] RenderSVGResourceFilter {filter} at (30,23) size 120x10
+      RenderSVGContainer {g} at (90,108) size 360x69
+        [filter=&quot;BlendMultiply&quot;] RenderSVGResourceFilter {filter} at (30,36) size 120x23
+        RenderSVGRect {rect} at (90,108) size 360x30 [opacity=0.50] [fill={[type=SOLID] [color=#0000FF]}] [x=30.00] [y=36.00] [width=120.00] [height=10.00]
+        RenderSVGRect {rect} at (90,147) size 360x30 [opacity=0.50] [fill={[type=SOLID] [color=#FFFF00]}] [x=30.00] [y=49.00] [width=120.00] [height=10.00]
+      RenderSVGRect {rect} at (90,186) size 360x30 [opacity=0.50] [fill={[type=SOLID] [color=#0000FF]}] [x=30.00] [y=62.00] [width=120.00] [height=10.00]
+        [filter=&quot;BlendScreen&quot;] RenderSVGResourceFilter {filter} at (30,62) size 120x10
+      RenderSVGRect {rect} at (90,225) size 360x30 [opacity=0.50] [fill={[type=SOLID] [color=#0000FF]}] [x=30.00] [y=75.00] [width=120.00] [height=10.00]
+        [filter=&quot;BlendDarken&quot;] RenderSVGResourceFilter {filter} at (30,75) size 120x10
+      RenderSVGRect {rect} at (90,264) size 360x30 [opacity=0.50] [fill={[type=SOLID] [color=#0000FF]}] [x=30.00] [y=88.00] [width=120.00] [height=10.00]
+        [filter=&quot;BlendLighten&quot;] RenderSVGResourceFilter {filter} at (30,88) size 120x10
+      RenderSVGContainer {g} at (15,31) size 77x260
+        RenderSVGText {text} at (5,10) size 22x9 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 22x8
+            chunk 1 text run 1 at (5.00,17.00) startOffset 0 endOffset 6 width 21.33: &quot;Normal&quot;
+        RenderSVGText {text} at (5,23) size 26x9 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 26x8
+            chunk 1 text run 1 at (5.00,30.00) startOffset 0 endOffset 8 width 25.33: &quot;Multiply&quot;
+        RenderSVGText {text} at (5,36) size 26x9 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 26x8
+            chunk 1 text run 1 at (5.00,43.00) startOffset 0 endOffset 8 width 25.33: &quot;Multiply&quot;
+        RenderSVGText {text} at (5,49) size 26x9 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 26x8
+            chunk 1 text run 1 at (5.00,56.00) startOffset 0 endOffset 8 width 25.33: &quot;Multiply&quot;
+        RenderSVGText {text} at (5,62) size 19x9 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 19x8
+            chunk 1 text run 1 at (5.00,69.00) startOffset 0 endOffset 6 width 19.00: &quot;Screen&quot;
+        RenderSVGText {text} at (5,75) size 21x9 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 21x8
+            chunk 1 text run 1 at (5.00,82.00) startOffset 0 endOffset 6 width 20.67: &quot;Darken&quot;
+        RenderSVGText {text} at (5,88) size 23x9 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 23x8
+            chunk 1 text run 1 at (5.00,95.00) startOffset 0 endOffset 7 width 22.33: &quot;Lighten&quot;
+    RenderSVGText {text} at (3,101) size 79x14 contains 1 chunk(s)
+      RenderSVGInlineText {#text} at (0,0) size 79x14
+        chunk 1 text run 1 at (3.00,112.00) startOffset 0 endOffset 16 width 79.00: &quot;$Revision: 1.8 $&quot;
+    RenderSVGRect {rect} at (2,2) size 476x356 [stroke={[type=SOLID] [color=#000000] [stroke width=0.50]}] [x=1.00] [y=1.00] [width=158.00] [height=118.00]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgfiltersfeBlendallblendmodesexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/svg/filters/feBlend-all-blendmodes-expected.txt (0 => 170537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/svg/filters/feBlend-all-blendmodes-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/svg/filters/feBlend-all-blendmodes-expected.txt        2014-06-27 18:08:08 UTC (rev 170537)
</span><span class="lines">@@ -0,0 +1,106 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderSVGRoot {svg} at (0,0) size 400x100
+    RenderSVGResourceFilter {filter} [id=&quot;f0&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;normal&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (0,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
+      [filter=&quot;f0&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f1&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;multiply&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (50,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=50.00] [y=0.00] [width=50.00] [height=50.00]
+      [filter=&quot;f1&quot;] RenderSVGResourceFilter {filter} at (50,0) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f2&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;screen&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (100,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=100.00] [y=0.00] [width=50.00] [height=50.00]
+      [filter=&quot;f2&quot;] RenderSVGResourceFilter {filter} at (100,0) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f3&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;darken&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (150,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=150.00] [y=0.00] [width=50.00] [height=50.00]
+      [filter=&quot;f3&quot;] RenderSVGResourceFilter {filter} at (150,0) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f4&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;lighten&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (200,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=200.00] [y=0.00] [width=50.00] [height=50.00]
+      [filter=&quot;f4&quot;] RenderSVGResourceFilter {filter} at (200,0) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f5&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;overlay&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (250,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=250.00] [y=0.00] [width=50.00] [height=50.00]
+      [filter=&quot;f5&quot;] RenderSVGResourceFilter {filter} at (250,0) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f6&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;color-dodge&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (300,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=300.00] [y=0.00] [width=50.00] [height=50.00]
+      [filter=&quot;f6&quot;] RenderSVGResourceFilter {filter} at (300,0) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f7&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;color-burn&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (350,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=350.00] [y=0.00] [width=50.00] [height=50.00]
+      [filter=&quot;f7&quot;] RenderSVGResourceFilter {filter} at (350,0) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f8&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;hard-light&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (0,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
+      [filter=&quot;f8&quot;] RenderSVGResourceFilter {filter} at (0,0) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f9&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;soft-light&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (50,50) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=50.00] [y=50.00] [width=50.00] [height=50.00]
+      [filter=&quot;f9&quot;] RenderSVGResourceFilter {filter} at (50,50) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f10&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;difference&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (100,50) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=100.00] [y=50.00] [width=50.00] [height=50.00]
+      [filter=&quot;f10&quot;] RenderSVGResourceFilter {filter} at (100,50) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f11&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;exclusion&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (150,50) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=150.00] [y=50.00] [width=50.00] [height=50.00]
+      [filter=&quot;f11&quot;] RenderSVGResourceFilter {filter} at (150,50) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f12&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;hue&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (200,50) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=200.00] [y=50.00] [width=50.00] [height=50.00]
+      [filter=&quot;f12&quot;] RenderSVGResourceFilter {filter} at (200,50) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f13&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;saturation&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (250,50) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=250.00] [y=50.00] [width=50.00] [height=50.00]
+      [filter=&quot;f13&quot;] RenderSVGResourceFilter {filter} at (250,50) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f14&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;color&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (300,50) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=300.00] [y=50.00] [width=50.00] [height=50.00]
+      [filter=&quot;f14&quot;] RenderSVGResourceFilter {filter} at (300,50) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f15&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;luminosity&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (350,50) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=350.00] [y=50.00] [width=50.00] [height=50.00]
+      [filter=&quot;f15&quot;] RenderSVGResourceFilter {filter} at (350,50) size 50x50
+    RenderSVGResourceFilter {filter} [id=&quot;f16&quot;] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+      [feBlend mode=&quot;normal&quot;]
+        [feFlood flood-color=&quot;#FF0000&quot; flood-opacity=&quot;0.50&quot;]
+        [feFlood flood-color=&quot;#00FF00&quot; flood-opacity=&quot;0.50&quot;]
+    RenderSVGRect {rect} at (0,50) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=50.00] [width=50.00] [height=50.00]
+      [filter=&quot;f16&quot;] RenderSVGResourceFilter {filter} at (0,50) size 50x50
</ins></span></pre>
</div>
</div>

</body>
</html>