<!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>[178076] 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/178076">178076</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2015-01-07 18:01:54 -0800 (Wed, 07 Jan 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Win] Rebaseline windows fast/text tests.

Most of these work properly, but have different DRT output because the font rendering
on Windows is different than Mac.

* platform/win/TestExpectations:
* platform/win/fast/text/atsui-pointoffset-calls-cg-expected.txt: Added.
* platform/win/fast/text/bidi-embedding-pop-and-push-same-expected.txt: Added.
* platform/win/fast/text/cg-vs-atsui-expected.txt: Added.
* platform/win/fast/text/complex-text-opacity-expected.txt: Added.
* platform/win/fast/text/international/001-expected.txt: Added.
* platform/win/fast/text/international/bidi-linebreak-001-expected.txt: Added.
* platform/win/fast/text/international/bidi-linebreak-002-expected.txt: Added.
* platform/win/fast/text/international/bidi-linebreak-003-expected.txt: Added.
* platform/win/fast/text/international/bidi-listbox-atsui-expected.txt: Added.
* platform/win/fast/text/international/bidi-listbox-expected.txt: Added.
* platform/win/fast/text/international/bidi-menulist-expected.txt:
* platform/win/fast/text/international/danda-space-expected.txt: Added.
* platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.png: Removed.
* platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Removed.
* platform/win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
* platform/win/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Added.
* platform/win/fast/text/international/thai-baht-space-expected.txt: Added.
* platform/win/fast/text/shaping: Added.
* platform/win/fast/text/shaping/shaping-script-order-expected.txt: Added.
* platform/win/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
* platform/win/fast/text/updateNewFont-expected.txt: Added.
* platform/win/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformwinTestExpectations">trunk/LayoutTests/platform/win/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextinternationalbidimenulistexpectedtxt">trunk/LayoutTests/platform/win/fast/text/international/bidi-menulist-expected.txt</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformwinfasttextatsuipointoffsetcallscgexpectedtxt">trunk/LayoutTests/platform/win/fast/text/atsui-pointoffset-calls-cg-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextbidiembeddingpopandpushsameexpectedtxt">trunk/LayoutTests/platform/win/fast/text/bidi-embedding-pop-and-push-same-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextcgvsatsuiexpectedtxt">trunk/LayoutTests/platform/win/fast/text/cg-vs-atsui-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextcomplextextopacityexpectedtxt">trunk/LayoutTests/platform/win/fast/text/complex-text-opacity-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextinternational001expectedtxt">trunk/LayoutTests/platform/win/fast/text/international/001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextinternationalbidilinebreak001expectedtxt">trunk/LayoutTests/platform/win/fast/text/international/bidi-linebreak-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextinternationalbidilinebreak002expectedtxt">trunk/LayoutTests/platform/win/fast/text/international/bidi-linebreak-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextinternationalbidilinebreak003expectedtxt">trunk/LayoutTests/platform/win/fast/text/international/bidi-linebreak-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextinternationalbidilistboxatsuiexpectedtxt">trunk/LayoutTests/platform/win/fast/text/international/bidi-listbox-atsui-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextinternationalbidilistboxexpectedtxt">trunk/LayoutTests/platform/win/fast/text/international/bidi-listbox-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextinternationaldandaspaceexpectedtxt">trunk/LayoutTests/platform/win/fast/text/international/danda-space-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextinternationalpopupbuttontextalignmentanddirectionexpectedtxt">trunk/LayoutTests/platform/win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextinternationalsynthesizeditalicverticallatinexpectedtxt">trunk/LayoutTests/platform/win/fast/text/international/synthesized-italic-vertical-latin-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextinternationalthaibahtspaceexpectedtxt">trunk/LayoutTests/platform/win/fast/text/international/thai-baht-space-expected.txt</a></li>
<li>trunk/LayoutTests/platform/win/fast/text/shaping/</li>
<li><a href="#trunkLayoutTestsplatformwinfasttextshapingshapingscriptorderexpectedtxt">trunk/LayoutTests/platform/win/fast/text/shaping/shaping-script-order-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextshapingshapingselectionrectexpectedtxt">trunk/LayoutTests/platform/win/fast/text/shaping/shaping-selection-rect-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextupdateNewFontexpectedtxt">trunk/LayoutTests/platform/win/fast/text/updateNewFont-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextverticalrlrtllinebreakexpectedtxt">trunk/LayoutTests/platform/win/fast/text/vertical-rl-rtl-linebreak-expected.txt</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformwinfasttextinternationalfloatasonlychildofisolatecrashexpectedpng">trunk/LayoutTests/platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextinternationalfloatasonlychildofisolatecrashexpectedtxt">trunk/LayoutTests/platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (178075 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-01-08 01:59:27 UTC (rev 178075)
+++ trunk/LayoutTests/ChangeLog        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -1,3 +1,34 @@
</span><ins>+2015-01-07  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Rebaseline windows fast/text tests.
+
+        Most of these work properly, but have different DRT output because the font rendering
+        on Windows is different than Mac.
+
+        * platform/win/TestExpectations:
+        * platform/win/fast/text/atsui-pointoffset-calls-cg-expected.txt: Added.
+        * platform/win/fast/text/bidi-embedding-pop-and-push-same-expected.txt: Added.
+        * platform/win/fast/text/cg-vs-atsui-expected.txt: Added.
+        * platform/win/fast/text/complex-text-opacity-expected.txt: Added.
+        * platform/win/fast/text/international/001-expected.txt: Added.
+        * platform/win/fast/text/international/bidi-linebreak-001-expected.txt: Added.
+        * platform/win/fast/text/international/bidi-linebreak-002-expected.txt: Added.
+        * platform/win/fast/text/international/bidi-linebreak-003-expected.txt: Added.
+        * platform/win/fast/text/international/bidi-listbox-atsui-expected.txt: Added.
+        * platform/win/fast/text/international/bidi-listbox-expected.txt: Added.
+        * platform/win/fast/text/international/bidi-menulist-expected.txt:
+        * platform/win/fast/text/international/danda-space-expected.txt: Added.
+        * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.png: Removed.
+        * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Removed.
+        * platform/win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
+        * platform/win/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Added.
+        * platform/win/fast/text/international/thai-baht-space-expected.txt: Added.
+        * platform/win/fast/text/shaping: Added.
+        * platform/win/fast/text/shaping/shaping-script-order-expected.txt: Added.
+        * platform/win/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
+        * platform/win/fast/text/updateNewFont-expected.txt: Added.
+        * platform/win/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
+
</ins><span class="cx"> 2015-01-07  Jaehun Lim  &lt;ljaehun.lim@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         ASSERTION FAILED: !lengthOrPercentageValue.isUndefined() in WebCore::ApplyPropertyTextIndent::applyValue
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (178075 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2015-01-08 01:59:27 UTC (rev 178075)
+++ trunk/LayoutTests/platform/win/TestExpectations        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -88,26 +88,26 @@
</span><span class="cx"> 
</span><span class="cx"> # &lt;rdar://problem/5075790&gt; Layout tests that depend on certain fonts don't match Mac results:
</span><span class="cx"> #                          - Mac OS X and Windows do not have an Arabic font in common
</span><del>-#fast/text/international/bidi-AN-after-L.html
-#fast/text/international/bidi-AN-after-empty-run.html
-#fast/text/international/bidi-CS-after-AN.html
-#fast/text/international/bidi-neutral-run.html
-#fast/text/international/bidi-neutral-directionality-paragraph-start.html
</del><ins>+fast/text/international/bidi-AN-after-L.html
+fast/text/international/bidi-AN-after-empty-run.html
+fast/text/international/bidi-CS-after-AN.html
+fast/text/international/bidi-neutral-run.html
+fast/text/international/bidi-neutral-directionality-paragraph-start.html
</ins><span class="cx"> svg/W3C-SVG-1.1/fonts-glyph-02-t.svg
</span><span class="cx"> svg/W3C-SVG-1.1/text-intro-05-t.svg
</span><span class="cx"> svg/text/text-intro-05-t.svg
</span><span class="cx"> #                           - Mac OS X and Windows do not have a CJK font in common
</span><span class="cx"> fast/encoding/denormalised-voiced-japanese-chars.html
</span><del>-#fast/text/international/002.html
-#fast/text/international/003.html
-#fast/text/international/wrap-CJK-001.html
</del><ins>+fast/text/international/002.html
+fast/text/international/003.html
+fast/text/international/wrap-CJK-001.html
</ins><span class="cx"> svg/W3C-SVG-1.1/text-fonts-01-t.svg
</span><span class="cx"> svg/text/text-fonts-01-t.svg
</span><span class="cx"> #                           - Windows does not have Geneva
</span><span class="cx"> svg/W3C-SVG-1.1/interact-cursor-01-f.svg
</span><span class="cx"> #                           - Mac OS X and Windows do not have a Thai font in common
</span><del>-#fast/text/atsui-multiple-renderers.html
-#fast/text/international/thai-line-breaks.html
</del><ins>+fast/text/atsui-multiple-renderers.html
+fast/text/international/thai-line-breaks.html
</ins><span class="cx"> #                           - Mac OS X and Windows do not have a Georgian font in common
</span><span class="cx"> css2.1/t1202-counter-09-b.html
</span><span class="cx"> css2.1/t1202-counters-09-b.html
</span><span class="lines">@@ -119,11 +119,7 @@
</span><span class="cx"> fast/css/text-overflow-ellipsis-bidi.html
</span><span class="cx"> fast/css/text-overflow-ellipsis-strict.html
</span><span class="cx"> 
</span><del>-# &lt;rdar://problem/5720592&gt; Width of certain complex text is off by one
-#fast/text/atsui-pointtooffset-calls-cg.html
-#fast/text/cg-vs-atsui.html
-#fast/text/atsui-spacing-features.html
-
</del><ins>+fast/text/atsui-pointtooffset-calls-cg.html [ Pass Failure ]
</ins><span class="cx"> webkit.org/b/98718 svg/animations/animate-css-xml-attributeType.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> # &lt;rdar://problem/5718773&gt; Support a minimum antialiased font size
</span><span class="lines">@@ -170,9 +166,6 @@
</span><span class="cx"> # No support for key event location in EventSender.
</span><span class="cx"> fast/events/keydown-numpad-keys.html
</span><span class="cx"> 
</span><del>-# New test added for https://bugs.webkit.org/show_bug.cgi?id=98452 needs platform specific results
-#fast/text/vertical-rl-rtl-linebreak.html [ Failure ]
-
</del><span class="cx"> # The eqqivalent of option-tab doesn not exist in Boomer &lt;rdar://problem/5137230&gt;
</span><span class="cx"> fast/events/frame-tab-focus.html
</span><span class="cx"> fast/events/option-tab.html
</span><span class="lines">@@ -341,10 +334,6 @@
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=131748 (Is this still broken on Windows?)
</span><span class="cx"> svg/custom/stroke-width-click.svg
</span><span class="cx"> 
</span><del>-# New results needed after r43759, see &lt;https://bugs.webkit.org/show_bug.cgi?id=25816&gt;
-#fast/text/international/danda-space.html
-#fast/text/international/thai-baht-space.html
-
</del><span class="cx"> # Sensitive to load timing or PHP behavior (https://bugs.webkit.org/show_bug.cgi?id=44873)
</span><span class="cx"> http/tests/css/css-image-loading.html
</span><span class="cx"> 
</span><span class="lines">@@ -744,25 +733,13 @@
</span><span class="cx"> webkit.org/b/24810 fast/loader/stop-provisional-loads.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 fast/replaced/border-radius-clip.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 fast/replaced/replaced-breaking.html [ Failure ]
</span><del>-#webkit.org/b/24810 fast/text/bidi-embedding-pop-and-push-same.html [ Failure ]
-#webkit.org/b/24810 fast/text/complex-text-opacity.html [ Failure ]
-#webkit.org/b/24810 fast/text/drawBidiText.html [ Failure Timeout ]
</del><ins>+webkit.org/b/24810 fast/text/drawBidiText.html [ Failure Timeout ]
</ins><span class="cx"> fast/text/emphasis-vertical.html [ Pass Failure ]
</span><span class="cx"> fast/text/emphasis.html [ Pass Failure ]
</span><span class="cx"> fast/text/fallback-traits-fixup.html [ Pass Failure ]
</span><del>-#fast/text/hyphenate-first-word.html [ Failure ]
-#fast/text/hyphenate-limit-before-after.html [ Failure ]
-#fast/text/hyphenate-limit-lines.html [ Failure ]
-#fast/text/hyphenate-locale.html [ Failure ]
-#webkit.org/b/24810 fast/text/updateNewFont.html [ Failure ]
-#webkit.org/b/24810 fast/text/international/bidi-linebreak-001.html [ Failure ]
-#webkit.org/b/24810 fast/text/international/bidi-linebreak-002.html [ Failure ]
-#webkit.org/b/24810 fast/text/international/bidi-linebreak-003.html [ Failure ]
-#webkit.org/b/24810 fast/text/international/bidi-listbox-atsui.html [ Failure ]
-#webkit.org/b/24810 fast/text/international/bidi-listbox.html [ Failure ]
-#fast/text/international/combining-marks-position.html [ Failure ]
-#webkit.org/b/24810 fast/text/international/hindi-spacing.html [ Failure ]
-#fast/text/international/text-combine-image-test.html [ Failure ]
</del><ins>+fast/text/international/combining-marks-position.html [ Failure ]
+webkit.org/b/24810 fast/text/international/hindi-spacing.html [ Failure ]
+fast/text/international/text-combine-image-test.html [ Failure ]
</ins><span class="cx"> fast/text/orientation-sideways.html [ Pass Failure ]
</span><span class="cx"> fast/text/unicode-variation-selector.html [ Pass Failure Crash ]
</span><span class="cx"> webkit.org/b/24810 http/tests/misc/window-dot-stop.html [ Failure ]
</span><span class="lines">@@ -802,9 +779,8 @@
</span><span class="cx"> ################################################################################
</span><span class="cx"> 
</span><span class="cx"> # Failures following r42379
</span><del>-#fast/text/international/001.html [ Failure ]
-#fast/text/international/hindi-whitespace.html [ Failure ]
-#fast/text/international/khmer-selection.html [ Failure ]
</del><ins>+fast/text/international/hindi-whitespace.html [ Failure ]
+fast/text/international/khmer-selection.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # transitions/zero-duration-with-non-zero-delay-end.html sometimes fails on Windows
</span><span class="cx"> webkit.org/b/25188 transitions/zero-duration-with-non-zero-delay-end.html [ Pass Failure ]
</span><span class="lines">@@ -977,8 +953,7 @@
</span><span class="cx"> webkit.org/b/36002 scrollbars/scrollevent-iframe-no-scrolling-wheel.html
</span><span class="cx"> webkit.org/b/36002 scrollbars/scroll-rtl-or-bt-layer.html
</span><span class="cx"> 
</span><del>-# Windows port doesn't yet support rendering of non-BMP characters even though there's a font available.
-#fast/text/international/plane2.html
</del><ins>+webkit.org/b/140231 fast/text/international/plane2.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Requires testRunner.setMediaType() and implementation
</span><span class="cx"> fast/media/print-restores-previous-mediatype.html
</span><span class="lines">@@ -1080,8 +1055,15 @@
</span><span class="cx"> printing/page-rule-selection.html
</span><span class="cx"> 
</span><span class="cx"> # Hyphenation is not implemented yet.
</span><del>-#fast/text/hyphenate-character.html
-#fast/text/hyphens.html
</del><ins>+webkit.org/b/140234 fast/text/hyphenate-character.html [ Failure ]
+webkit.org/b/140234 fast/text/hyphens.html [ Failure ]
+webkit.org/b/140234 fast/text/hyphenate-first-word.html [ Failure ]
+webkit.org/b/140234 fast/text/hyphenate-limit-before-after.html [ Failure ]
+webkit.org/b/140234 fast/text/hyphenate-limit-lines.html [ Failure ]
+webkit.org/b/140234 fast/text/hyphenate-locale.html [ Failure ]
+webkit.org/b/140234 fast/text/midword-break-before-surrogate-pair.html [ Failure ]
+webkit.org/b/140234 fast/text/midword-break-before-surrogate-pair-2.html [ Failure ]
+webkit.org/b/140234 fast/text/narrow-non-breaking-space.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><span class="cx"> # DRT doesn't support showModalDialog https://bugs.webkit.org/show_bug.cgi?id=53675
</span><span class="cx"> fast/events/show-modal-dialog-onblur-onfocus.html
</span><span class="lines">@@ -1891,7 +1873,6 @@
</span><span class="cx"> compositing/tiling/tiled-layer-resize.html [ Failure ]
</span><span class="cx"> fast/canvas/canvas-quadratic-same-endpoint.html [ Failure ]
</span><span class="cx"> fast/events/ime-composition-events-001.html [ Failure ]
</span><del>-#fast/text/international/float-as-only-child-of-isolate-crash.html [ Failure ]
</del><span class="cx"> svg/css/shadow-changes.svg [ Failure ]
</span><span class="cx"> # End temporary skips
</span><span class="cx"> 
</span><span class="lines">@@ -1944,7 +1925,7 @@
</span><span class="cx"> webkit.org/b/112492 media/track/track-user-preferences.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> #These tests are flaky:
</span><del>-#fast/text/international/bidi-menulist.html [ Failure ]
</del><ins>+fast/text/international/bidi-menulist.html [ Pass Failure ]
</ins><span class="cx"> fast/text/international/bidi-mirror-he-ar.html [ Pass Failure ]
</span><span class="cx"> fast/text/international/bold-bengali.html [ Pass Failure ]
</span><span class="cx"> fast/text/international/complex-character-based-fallback.html [ Pass ImageOnlyFailure Failure ]
</span><span class="lines">@@ -2018,11 +1999,13 @@
</span><span class="cx"> webkit.org/b/116564 fast/events/clientXY-in-zoom-and-scroll.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/116564 fast/events/remove-target-with-shadow-in-drag.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/116564 fast/overflow/infiniteRecursionGuard.html [ Pass Failure ]
</span><del>-#webkit.org/b/116564 fast/text/text-combine-different-fonts.html [ Failure ]
</del><span class="cx"> webkit.org/b/116564 fast/writing-mode/Kusa-Makura-background-canvas.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/116564 media/click-volume-bar-not-pausing.html [ Timeout ]
</span><span class="cx"> webkit.org/b/116564 transitions/svg-text-shadow-transition.html [ Failure ]
</span><span class="cx"> 
</span><ins>+# Windows doesn't seem to have some of these fonts:
+webkit.org/b/116564 fast/text/text-combine-different-fonts.html [ Failure ]
+
</ins><span class="cx"> # Exclude WebSQL tests:
</span><span class="cx"> webkit.org/b/116559 storage/websql [ Skip ]
</span><span class="cx"> webkit.org/b/129006 fast/workers/storage [ Skip ]
</span><span class="lines">@@ -2069,9 +2052,6 @@
</span><span class="cx"> webkit.org/b/117323 platform/win/plugins/call-javascript-that-destroys-plugin.html [ Failure ]
</span><span class="cx"> webkit.org/b/117323 platform/win/plugins/windowless-paint-rect-coordinates.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Synthesized italics not supported
-#fast/text/international/synthesized-italic-vertical-latin.html [ Skip ]
-
</del><span class="cx"> # -webkit-user-select:all not supported
</span><span class="cx"> webkit.org/b/118740 editing/selection/user-select-all-image-with-single-click.html [ Failure ]
</span><span class="cx"> webkit.org/b/118740 editing/selection/user-select-all-with-single-click.html [ Failure ]
</span><span class="lines">@@ -2706,7 +2686,6 @@
</span><span class="cx"> fast/replaced/width100percent-radio.html [ Skip ]
</span><span class="cx"> fast/selectors/querySelector-window-inactive.html [ Skip ]
</span><span class="cx"> fast/selectors/read-only-read-write-input-basics.html [ Skip ]
</span><del>-#fast/text/content-following-inline-isolate-with-collapsed-whitespace.html [ Skip ]
</del><span class="cx"> http/tests/security/mixedContent/insecure-plugin-in-iframe.html [ Skip ]
</span><span class="cx"> inspector-protocol/layers/layers-blending-compositing-reasons.html [ Skip ]
</span><span class="cx"> inspector/test-harness-trivially-works.html [ Skip ]
</span><span class="lines">@@ -2733,7 +2712,7 @@
</span><span class="cx"> fast/canvas/draw-focus-if-needed.html [ Skip ]
</span><span class="cx"> fast/forms/checkbox-appearance-change-by-checked.html [ Skip ]
</span><span class="cx"> fast/frames/lots-of-objects.html [ Skip ]
</span><del>-#fast/text/indic.html [ Skip ]
</del><ins>+fast/text/indic.html [ Skip ]
</ins><span class="cx"> fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html [ Skip ]
</span><span class="cx"> ietestcenter/Javascript/12.10-2-2.html [ Skip ]
</span><span class="cx"> js/dom/non-object-proto.html [ Skip ]
</span><span class="lines">@@ -2744,7 +2723,7 @@
</span><span class="cx"> fast/borders/bidi-002.html [ Failure ]
</span><span class="cx"> fast/borders/bidi-009a.html [ Failure ]
</span><span class="cx"> fast/dom/rtl-scroll-to-leftmost-and-resize.html [ Timeout ]
</span><del>-#fast/text/khmer-lao-font.html [ Failure ]
</del><ins>+fast/text/khmer-lao-font.html [ Failure ]
</ins><span class="cx"> mathml/opentype/opentype-stretchy-horizontal.html [ Failure Crash ]
</span><span class="cx"> inspector/dom/content-node-region-info.html [ Crash Pass Failure Timeout ]
</span><span class="cx"> fast/overflow/overflow-height-float-not-removed-crash2.html [ Crash Pass ]
</span><span class="lines">@@ -2832,7 +2811,7 @@
</span><span class="cx"> fast/table/003.html [ Failure ]
</span><span class="cx"> fast/table/colspanMinWidth-vertical.html [ Failure ]
</span><span class="cx"> fast/table/colspanMinWidth.html [ Failure ]
</span><del>-#fast/text/international/unicode-bidi-plaintext-in-textarea.html [ Failure ]
</del><ins>+fast/text/international/unicode-bidi-plaintext-in-textarea.html [ Failure ]
</ins><span class="cx"> tables/mozilla/bugs/bug103533.html [ Failure ]
</span><span class="cx"> tables/mozilla/bugs/bug12384.html [ Failure ]
</span><span class="cx"> tables/mozilla/bugs/bug26178.html [ Failure ]
</span><span class="lines">@@ -2934,7 +2913,7 @@
</span><span class="cx"> fast/regions/overflow/overflow-in-variable-width-regions-inline.html
</span><span class="cx"> fast/parser/bad-xml-slash.html [ Failure ]
</span><span class="cx"> svg/custom/foreign-object-skew.svg [ Failure ]
</span><del>-#fast/text/backslash-to-yen-sign-euc.html [ Failure ]
</del><ins>+fast/text/backslash-to-yen-sign-euc.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Borders render too dark sometimes.
</span><span class="cx"> webkit.org/b/138041 fast/text/international/rtl-white-space-pre-wrap.html [ Failure ]
</span><span class="lines">@@ -3026,8 +3005,6 @@
</span><span class="cx"> fast/dom/Document/createElement-valid-names.html [ Crash ]
</span><span class="cx"> fast/lists/w3-css3-list-styles-numeric.html [ Crash ]
</span><span class="cx"> fast/parser/entities-in-xhtml.xhtml [ Crash ]
</span><del>-#fast/text/midword-break-before-surrogate-pair-2.html [ Crash ]
-#fast/text/regional-indicator-symobls.html [ Crash ]
</del><span class="cx"> inspector-protocol/debugger/setBreakpoint-dfg.html [ Crash ]
</span><span class="cx"> mathml/opentype/munderover-layout-resize.html [ Crash ]
</span><span class="cx"> mathml/presentation/mo-invisible.html [ Crash ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextatsuipointoffsetcallscgexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/atsui-pointoffset-calls-cg-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/atsui-pointoffset-calls-cg-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/atsui-pointoffset-calls-cg-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,19 @@
</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 (0,0) size 800x600
+      RenderBlock (anonymous) at (0,0) size 800x18
+        RenderText {#text} at (0,0) size 54x18
+          text run at (0,0) width 54: &quot;e\x{300}e\x{300}e\x{300}e\x{300}e\x{300}e\x{300}X&quot;
+      RenderBlock {HR} at (0,26) size 800x2 [border: (1px inset #000000)]
+      RenderBlock (anonymous) at (0,36) size 800x36
+        RenderText {#text} at (0,0) size 207x18
+          text run at (0,0) width 207: &quot;This tests for regressions against &quot;
+        RenderInline {I} at (0,0) size 779x36
+          RenderText {#text} at (207,0) size 779x36
+            text run at (207,0) width 572: &quot;http://bugzilla.opendarwin.org/show_bug.cgi?id=5878 pointToOffset always takes the CG&quot;
+            text run at (0,18) width 62: &quot;code path&quot;
+        RenderText {#text} at (62,18) size 632x18
+          text run at (62,18) width 632: &quot; by clicking the X and verifying that the correct caret position (13) is reported to the editing delegate.&quot;
+caret: position 13 of child 2 {#text} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextbidiembeddingpopandpushsameexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/bidi-embedding-pop-and-push-same-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/bidi-embedding-pop-and-push-same-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/bidi-embedding-pop-and-push-same-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,143 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 512x18
+          text run at (0,0) width 512: &quot;In each box below, the words or letters should be in the same order on every line.&quot;
+      RenderBlock {DIV} at (8,34) size 768x64 [border: (1px solid #ADD8E6)]
+        RenderBlock {DIV} at (5,5) size 758x18
+          RenderText {#text} at (0,0) size 46x18
+            text run at (0,0) width 46: &quot;Lorem &quot;
+          RenderInline {SPAN} at (0,0) size 75x18
+            RenderText {#text} at (46,0) size 75x18
+              text run at (46,0) width 75: &quot;ipsum dolor&quot;
+          RenderText {#text} at (121,0) size 56x18
+            text run at (121,0) width 56: &quot; sit amet.&quot;
+        RenderBlock {DIV} at (5,23) size 758x18
+          RenderText {#text} at (0,0) size 46x18
+            text run at (0,0) width 46: &quot;Lorem &quot;
+          RenderInline {SPAN} at (0,0) size 38x18
+            RenderText {#text} at (46,0) size 38x18
+              text run at (46,0) width 38: &quot;ipsum&quot;
+          RenderInline {SPAN} at (0,0) size 37x18
+            RenderText {#text} at (84,0) size 37x18
+              text run at (84,0) width 37: &quot; dolor&quot;
+          RenderText {#text} at (121,0) size 56x18
+            text run at (121,0) width 56: &quot; sit amet.&quot;
+        RenderBlock {DIV} at (5,41) size 758x18
+          RenderText {#text} at (0,0) size 46x18
+            text run at (0,0) width 46: &quot;Lorem &quot;
+          RenderInline {SPAN} at (0,0) size 42x18
+            RenderText {#text} at (46,0) size 42x18
+              text run at (46,0) width 42: &quot;ipsum &quot;
+          RenderInline {B} at (0,0) size 91x18
+            RenderInline {SPAN} at (0,0) size 36x18
+              RenderText {#text} at (88,0) size 36x18
+                text run at (88,0) width 36: &quot;dolor&quot;
+            RenderText {#text} at (124,0) size 4x18
+              text run at (124,0) width 4: &quot; &quot;
+            RenderInline {I} at (0,0) size 14x18
+              RenderText {#text} at (128,0) size 14x18
+                text run at (128,0) width 14: &quot;sit&quot;
+            RenderText {#text} at (142,0) size 37x18
+              text run at (142,0) width 37: &quot; amet&quot;
+          RenderText {#text} at (179,0) size 4x18
+            text run at (179,0) width 4: &quot;.&quot;
+      RenderBlock {DIV} at (8,106) size 768x64 [border: (1px solid #ADD8E6)]
+        RenderBlock {DIV} at (5,5) size 758x18
+          RenderText {#text} at (0,0) size 46x18
+            text run at (0,0) width 46: &quot;Lorem &quot;
+          RenderInline {SPAN} at (0,0) size 57x18
+            RenderText {#text} at (46,0) size 57x18
+              text run at (46,0) width 18 RTL: &quot; \x{5DB}\x{5DC}&quot;
+              text run at (64,0) width 9: &quot;if&quot;
+              text run at (73,0) width 30 RTL: &quot;\x{5D9}\x{5D5}\x{5EA}\x{5E8} &quot;
+          RenderText {#text} at (103,0) size 56x18
+            text run at (103,0) width 56: &quot; sit amet.&quot;
+        RenderBlock {DIV} at (5,23) size 758x18
+          RenderText {#text} at (0,0) size 46x18
+            text run at (0,0) width 46: &quot;Lorem &quot;
+          RenderInline {SPAN} at (0,0) size 30x18
+            RenderText {#text} at (73,0) size 30x18
+              text run at (73,0) width 30 RTL: &quot;\x{5D9}\x{5D5}\x{5EA}\x{5E8} &quot;
+          RenderInline {SPAN} at (0,0) size 27x18
+            RenderText {#text} at (46,0) size 27x18
+              text run at (46,0) width 18 RTL: &quot; \x{5DB}\x{5DC}&quot;
+              text run at (64,0) width 9: &quot;if&quot;
+          RenderText {#text} at (103,0) size 56x18
+            text run at (103,0) width 56: &quot; sit amet.&quot;
+        RenderBlock {DIV} at (5,41) size 758x18
+          RenderText {#text} at (0,0) size 46x18
+            text run at (0,0) width 46: &quot;Lorem &quot;
+          RenderInline {SPAN} at (0,0) size 30x18
+            RenderText {#text} at (75,0) size 30x18
+              text run at (75,0) width 30 RTL: &quot;\x{5D9}\x{5D5}\x{5EA}\x{5E8} &quot;
+          RenderInline {B} at (0,0) size 114x18
+            RenderInline {SPAN} at (0,0) size 29x18
+              RenderText {#text} at (46,0) size 29x18
+                text run at (46,0) width 20 RTL: &quot; \x{5DB}\x{5DC}&quot;
+                text run at (66,0) width 9: &quot;if&quot;
+            RenderText {#text} at (105,0) size 4x18
+              text run at (105,0) width 4: &quot; &quot;
+            RenderInline {I} at (0,0) size 14x18
+              RenderText {#text} at (109,0) size 14x18
+                text run at (109,0) width 14: &quot;sit&quot;
+            RenderText {#text} at (123,0) size 37x18
+              text run at (123,0) width 37: &quot; amet&quot;
+          RenderText {#text} at (160,0) size 4x18
+            text run at (160,0) width 4: &quot;.&quot;
+      RenderBlock {DIV} at (8,178) size 768x46 [border: (1px solid #ADD8E6)]
+        RenderBlock {DIV} at (5,5) size 758x18
+          RenderInline {SPAN} at (0,0) size 19x18
+            RenderText {#text} at (0,0) size 19x18
+              text run at (0,0) width 19: &quot;a b&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock {DIV} at (5,23) size 758x18
+          RenderInline {SPAN} at (0,0) size 7x18
+            RenderText {#text} at (0,0) size 7x18
+              text run at (0,0) width 7: &quot;a&quot;
+          RenderInline {SPAN} at (0,0) size 12x18
+            RenderText {#text} at (7,0) size 12x18
+              text run at (7,0) width 12: &quot; b&quot;
+          RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (8,232) size 768x64 [border: (1px solid #ADD8E6)]
+        RenderBlock {DIV} at (5,5) size 758x18
+          RenderText {#text} at (725,0) size 33x18
+            text run at (725,0) width 33 RTL: &quot;\x{5D0}\x{5D7}\x{5EA} &quot;
+          RenderInline {SPAN} at (0,0) size 76x18
+            RenderText {#text} at (649,0) size 76x18
+              text run at (649,0) width 76 RTL: &quot;\x{5E9}\x{5EA}\x{5D9}\x{5D9}\x{5DD} \x{5E9}\x{5DC}\x{5D5}\x{5E9}&quot;
+          RenderText {#text} at (572,0) size 77x18
+            text run at (572,0) width 77 RTL: &quot; \x{5D0}\x{5E8}\x{5D1}\x{5E2} \x{5D7}\x{5DE}\x{5E9}.&quot;
+        RenderBlock {DIV} at (5,23) size 758x18
+          RenderText {#text} at (725,0) size 33x18
+            text run at (725,0) width 33 RTL: &quot;\x{5D0}\x{5D7}\x{5EA} &quot;
+          RenderInline {SPAN} at (0,0) size 39x18
+            RenderText {#text} at (686,0) size 39x18
+              text run at (686,0) width 39 RTL: &quot;\x{5E9}\x{5EA}\x{5D9}\x{5D9}\x{5DD}&quot;
+          RenderInline {SPAN} at (0,0) size 37x18
+            RenderText {#text} at (649,0) size 37x18
+              text run at (649,0) width 37 RTL: &quot; \x{5E9}\x{5DC}\x{5D5}\x{5E9}&quot;
+          RenderText {#text} at (572,0) size 77x18
+            text run at (572,0) width 77 RTL: &quot; \x{5D0}\x{5E8}\x{5D1}\x{5E2} \x{5D7}\x{5DE}\x{5E9}.&quot;
+        RenderBlock {DIV} at (5,41) size 758x18
+          RenderText {#text} at (725,0) size 33x18
+            text run at (725,0) width 33 RTL: &quot;\x{5D0}\x{5D7}\x{5EA} &quot;
+          RenderInline {SPAN} at (0,0) size 43x18
+            RenderText {#text} at (682,0) size 43x18
+              text run at (682,0) width 43 RTL: &quot;\x{5E9}\x{5EA}\x{5D9}\x{5D9}\x{5DD} &quot;
+          RenderInline {B} at (0,0) size 108x18
+            RenderInline {SPAN} at (0,0) size 34x18
+              RenderText {#text} at (648,0) size 34x18
+                text run at (648,0) width 34 RTL: &quot;\x{5E9}\x{5DC}\x{5D5}\x{5E9}&quot;
+            RenderText {#text} at (644,0) size 4x18
+              text run at (644,0) width 4 RTL: &quot; &quot;
+            RenderInline {I} at (0,0) size 35x18
+              RenderText {#text} at (609,0) size 35x18
+                text run at (609,0) width 35 RTL: &quot;\x{5D0}\x{5E8}\x{5D1}\x{5E2}&quot;
+            RenderText {#text} at (574,0) size 35x18
+              text run at (574,0) width 35 RTL: &quot; \x{5D7}\x{5DE}\x{5E9}&quot;
+          RenderText {#text} at (570,0) size 4x18
+            text run at (570,0) width 4 RTL: &quot;.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextcgvsatsuiexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/cg-vs-atsui-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/cg-vs-atsui-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/cg-vs-atsui-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,76 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x374
+  RenderBlock {HTML} at (0,0) size 800x374
+    RenderBody {BODY} at (8,8) size 784x358
+      RenderBlock {DIV} at (0,0) size 784x182
+        RenderBlock {P} at (4,0) size 776x27
+          RenderInline {SPAN} at (0,0) size 282x29 [border: (1px solid #FF0000)]
+            RenderText {#text} at (1,0) size 280x27
+              text run at (1,0) width 280: &quot;mmm mmm mmm mmm&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock {P} at (4,31) size 776x27
+          RenderInline {SPAN} at (0,0) size 282x29 [border: (1px solid #FF0000)]
+            RenderText {#text} at (1,0) size 280x27
+              text run at (1,0) width 280: &quot;mmm mmm\x{300} mmm mmm&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock {P} at (4,62) size 776x27
+          RenderInline {SPAN} at (0,0) size 280x27
+            RenderText {#text} at (0,0) size 280x27
+              text run at (0,0) width 280: &quot;mmm mmm\x{300} mmm mmm&quot;
+          RenderText {#text} at (279,0) size 288x27
+            text run at (279,0) width 288: &quot; mmm mmm mmm mmm&quot;
+        RenderBlock {P} at (4,93) size 776x27
+          RenderInline {SPAN} at (0,0) size 423x27
+            RenderText {#text} at (0,0) size 423x27
+              text run at (0,0) width 423: &quot;mmm mmm\x{300} mmm mmm mmm mmm&quot;
+          RenderText {#text} at (422,0) size 145x27
+            text run at (422,0) width 145: &quot; mmm mmm&quot;
+        RenderBlock {P} at (4,124) size 776x27
+          RenderInline {SPAN} at (0,0) size 280x27
+            RenderText {#text} at (0,0) size 280x27
+              text run at (0,0) width 280: &quot;mmm mmm mmm mmm&quot;
+          RenderText {#text} at (279,0) size 288x27
+            text run at (279,0) width 288: &quot; mmm mmm mmm mmm&quot;
+        RenderBlock {P} at (4,155) size 776x27
+          RenderInline {SPAN} at (0,0) size 423x27
+            RenderText {#text} at (0,0) size 423x27
+              text run at (0,0) width 423: &quot;mmm mmm mmm mmm mmm mmm&quot;
+          RenderText {#text} at (422,0) size 145x27
+            text run at (422,0) width 145: &quot; mmm mmm&quot;
+      RenderBlock {HR} at (0,190) size 784x2 [border: (1px inset #000000)]
+      RenderBlock {DIV} at (0,200) size 784x158
+        RenderBlock {P} at (4,0) size 776x23
+          RenderInline {SPAN} at (0,0) size 224x25 [border: (1px solid #008000)]
+            RenderText {#text} at (1,0) size 222x23
+              text run at (1,0) width 222: &quot;mmm mmm mmm mmm&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock {P} at (4,27) size 776x23
+          RenderInline {SPAN} at (0,0) size 231x25 [border: (1px solid #008000)]
+            RenderText {#text} at (1,0) size 229x23
+              text run at (1,0) width 229: &quot;mmm mmm\x{300} mmm mmm&quot;
+          RenderText {#text} at (0,0) size 0x0
+        RenderBlock {P} at (4,54) size 776x23
+          RenderInline {SPAN} at (0,0) size 229x23
+            RenderText {#text} at (0,0) size 229x23
+              text run at (0,0) width 229: &quot;mmm mmm\x{300} mmm mmm&quot;
+          RenderText {#text} at (229,0) size 228x23
+            text run at (229,0) width 228: &quot; mmm mmm mmm mmm&quot;
+        RenderBlock {P} at (4,81) size 776x23
+          RenderInline {SPAN} at (0,0) size 343x23
+            RenderText {#text} at (0,0) size 343x23
+              text run at (0,0) width 343: &quot;mmm mmm\x{300} mmm mmm mmm mmm&quot;
+          RenderText {#text} at (343,0) size 114x23
+            text run at (343,0) width 114: &quot; mmm mmm&quot;
+        RenderBlock {P} at (4,108) size 776x23
+          RenderInline {SPAN} at (0,0) size 222x23
+            RenderText {#text} at (0,0) size 222x23
+              text run at (0,0) width 222: &quot;mmm mmm mmm mmm&quot;
+          RenderText {#text} at (222,0) size 228x23
+            text run at (222,0) width 228: &quot; mmm mmm mmm mmm&quot;
+        RenderBlock {P} at (4,135) size 776x23
+          RenderInline {SPAN} at (0,0) size 336x23
+            RenderText {#text} at (0,0) size 336x23
+              text run at (0,0) width 336: &quot;mmm mmm mmm mmm mmm mmm&quot;
+          RenderText {#text} at (336,0) size 114x23
+            text run at (336,0) width 114: &quot; mmm mmm&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextcomplextextopacityexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/complex-text-opacity-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/complex-text-opacity-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/complex-text-opacity-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,144 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 419x18
+          text run at (0,0) width 419: &quot;Pixel test for complex text rendering with opacity (Chromium bug &quot;
+        RenderInline {A} at (0,0) size 32x18 [color=#0000EE]
+          RenderText {#text} at (419,0) size 32x18
+            text run at (419,0) width 32: &quot;8768&quot;
+        RenderText {#text} at (451,0) size 9x18
+          text run at (451,0) width 9: &quot;).&quot;
+      RenderBlock {P} at (0,34) size 784x0
+      RenderBlock {DIV} at (0,34) size 784x42
+        RenderInline {SPAN} at (0,0) size 48x29
+          RenderText {#text} at (0,8) size 48x29
+            text run at (0,8) width 48: &quot;\x{916}\x{94B}\x{91C}\x{947}\x{902}&quot;
+        RenderText {#text} at (48,8) size 6x29
+          text run at (48,8) width 6: &quot; &quot;
+        RenderText {#text} at (102,8) size 6x29
+          text run at (102,8) width 6: &quot; &quot;
+        RenderText {#text} at (156,8) size 6x29
+          text run at (156,8) width 6: &quot; &quot;
+        RenderText {#text} at (210,8) size 6x29
+          text run at (210,8) width 6: &quot; &quot;
+        RenderText {#text} at (264,8) size 6x29
+          text run at (264,8) width 6: &quot; &quot;
+        RenderText {#text} at (318,8) size 6x29
+          text run at (318,8) width 6: &quot; &quot;
+        RenderText {#text} at (372,8) size 6x29
+          text run at (372,8) width 6: &quot; &quot;
+        RenderText {#text} at (426,8) size 6x29
+          text run at (426,8) width 6: &quot; &quot;
+        RenderText {#text} at (480,8) size 6x29
+          text run at (480,8) width 6: &quot; &quot;
+        RenderText {#text} at (534,8) size 6x29
+          text run at (534,8) width 6: &quot; &quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,76) size 784x29
+        RenderInline {SPAN} at (0,0) size 53x29
+          RenderText {#text} at (590,0) size 53x29
+            text run at (590,0) width 53 RTL: &quot;\x{64A}\x{624}\x{644}\x{645}\x{646}\x{64A}&quot;
+        RenderText {#text} at (584,0) size 6x29
+          text run at (584,0) width 6 RTL: &quot; &quot;
+        RenderText {#text} at (525,0) size 6x29
+          text run at (525,0) width 6 RTL: &quot; &quot;
+        RenderText {#text} at (466,0) size 6x29
+          text run at (466,0) width 6 RTL: &quot; &quot;
+        RenderText {#text} at (407,0) size 6x29
+          text run at (407,0) width 6 RTL: &quot; &quot;
+        RenderText {#text} at (348,0) size 6x29
+          text run at (348,0) width 6 RTL: &quot; &quot;
+        RenderText {#text} at (289,0) size 6x29
+          text run at (289,0) width 6 RTL: &quot; &quot;
+        RenderText {#text} at (230,0) size 6x29
+          text run at (230,0) width 6 RTL: &quot; &quot;
+        RenderText {#text} at (171,0) size 6x29
+          text run at (171,0) width 6 RTL: &quot; &quot;
+        RenderText {#text} at (112,0) size 6x29
+          text run at (112,0) width 6 RTL: &quot; &quot;
+        RenderText {#text} at (53,0) size 6x29
+          text run at (53,0) width 6 RTL: &quot; &quot;
+        RenderText {#text} at (0,0) size 0x0
+layer at (8,42) size 48x29
+  RenderInline {SPAN} at (0,0) size 48x29
+    RenderText {#text} at (54,8) size 48x29
+      text run at (54,8) width 48: &quot;\x{916}\x{94B}\x{91C}\x{947}\x{902}&quot;
+layer at (8,42) size 48x29
+  RenderInline {SPAN} at (0,0) size 48x29
+    RenderText {#text} at (108,8) size 48x29
+      text run at (108,8) width 48: &quot;\x{916}\x{94B}\x{91C}\x{947}\x{902}&quot;
+layer at (8,42) size 48x29
+  RenderInline {SPAN} at (0,0) size 48x29
+    RenderText {#text} at (162,8) size 48x29
+      text run at (162,8) width 48: &quot;\x{916}\x{94B}\x{91C}\x{947}\x{902}&quot;
+layer at (8,42) size 48x29
+  RenderInline {SPAN} at (0,0) size 48x29
+    RenderText {#text} at (216,8) size 48x29
+      text run at (216,8) width 48: &quot;\x{916}\x{94B}\x{91C}\x{947}\x{902}&quot;
+layer at (8,42) size 48x29
+  RenderInline {SPAN} at (0,0) size 48x29
+    RenderText {#text} at (270,8) size 48x29
+      text run at (270,8) width 48: &quot;\x{916}\x{94B}\x{91C}\x{947}\x{902}&quot;
+layer at (8,42) size 48x29
+  RenderInline {SPAN} at (0,0) size 48x29
+    RenderText {#text} at (324,8) size 48x29
+      text run at (324,8) width 48: &quot;\x{916}\x{94B}\x{91C}\x{947}\x{902}&quot;
+layer at (8,42) size 48x29
+  RenderInline {SPAN} at (0,0) size 48x29
+    RenderText {#text} at (378,8) size 48x29
+      text run at (378,8) width 48: &quot;\x{916}\x{94B}\x{91C}\x{947}\x{902}&quot;
+layer at (8,42) size 48x29
+  RenderInline {SPAN} at (0,0) size 48x29
+    RenderText {#text} at (432,8) size 48x29
+      text run at (432,8) width 48: &quot;\x{916}\x{94B}\x{91C}\x{947}\x{902}&quot;
+layer at (8,42) size 48x29
+  RenderInline {SPAN} at (0,0) size 48x29
+    RenderText {#text} at (486,8) size 48x29
+      text run at (486,8) width 48: &quot;\x{916}\x{94B}\x{91C}\x{947}\x{902}&quot;
+layer at (8,42) size 48x29
+  RenderInline {SPAN} at (0,0) size 48x29
+    RenderText {#text} at (540,8) size 48x29
+      text run at (540,8) width 48: &quot;\x{916}\x{94B}\x{91C}\x{947}\x{902}&quot;
+layer at (8,84) size 53x29
+  RenderInline {SPAN} at (0,0) size 53x29
+    RenderText {#text} at (531,0) size 53x29
+      text run at (531,0) width 53 RTL: &quot;\x{64A}\x{624}\x{644}\x{645}\x{646}\x{64A}&quot;
+layer at (8,84) size 53x29
+  RenderInline {SPAN} at (0,0) size 53x29
+    RenderText {#text} at (472,0) size 53x29
+      text run at (472,0) width 53 RTL: &quot;\x{64A}\x{624}\x{644}\x{645}\x{646}\x{64A}&quot;
+layer at (8,84) size 53x29
+  RenderInline {SPAN} at (0,0) size 53x29
+    RenderText {#text} at (413,0) size 53x29
+      text run at (413,0) width 53 RTL: &quot;\x{64A}\x{624}\x{644}\x{645}\x{646}\x{64A}&quot;
+layer at (8,84) size 53x29
+  RenderInline {SPAN} at (0,0) size 53x29
+    RenderText {#text} at (354,0) size 53x29
+      text run at (354,0) width 53 RTL: &quot;\x{64A}\x{624}\x{644}\x{645}\x{646}\x{64A}&quot;
+layer at (8,84) size 53x29
+  RenderInline {SPAN} at (0,0) size 53x29
+    RenderText {#text} at (295,0) size 53x29
+      text run at (295,0) width 53 RTL: &quot;\x{64A}\x{624}\x{644}\x{645}\x{646}\x{64A}&quot;
+layer at (8,84) size 53x29
+  RenderInline {SPAN} at (0,0) size 53x29
+    RenderText {#text} at (236,0) size 53x29
+      text run at (236,0) width 53 RTL: &quot;\x{64A}\x{624}\x{644}\x{645}\x{646}\x{64A}&quot;
+layer at (8,84) size 53x29
+  RenderInline {SPAN} at (0,0) size 53x29
+    RenderText {#text} at (177,0) size 53x29
+      text run at (177,0) width 53 RTL: &quot;\x{64A}\x{624}\x{644}\x{645}\x{646}\x{64A}&quot;
+layer at (8,84) size 53x29
+  RenderInline {SPAN} at (0,0) size 53x29
+    RenderText {#text} at (118,0) size 53x29
+      text run at (118,0) width 53 RTL: &quot;\x{64A}\x{624}\x{644}\x{645}\x{646}\x{64A}&quot;
+layer at (8,84) size 53x29
+  RenderInline {SPAN} at (0,0) size 53x29
+    RenderText {#text} at (59,0) size 53x29
+      text run at (59,0) width 53 RTL: &quot;\x{64A}\x{624}\x{644}\x{645}\x{646}\x{64A}&quot;
+layer at (8,84) size 53x29
+  RenderInline {SPAN} at (0,0) size 53x29
+    RenderText {#text} at (0,0) size 53x29
+      text run at (0,0) width 53 RTL: &quot;\x{64A}\x{624}\x{644}\x{645}\x{646}\x{64A}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextinternational001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/international/001-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/international/001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/international/001-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderInline {A} at (0,0) size 32x18 [color=#0000EE]
+        RenderText {#text} at (0,0) size 32x18
+          text run at (0,0) width 32: &quot;\x{5EFA}\x{7BC9}&quot;
+      RenderText {#text} at (32,0) size 8x18
+        text run at (32,0) width 8: &quot;, &quot;
+      RenderInline {A} at (0,0) size 48x18 [color=#0000EE]
+        RenderText {#text} at (40,0) size 48x18
+          text run at (40,0) width 48: &quot;\x{7F8E}\x{8853}\x{9928}&quot;
+      RenderText {#text} at (88,0) size 8x18
+        text run at (88,0) width 8: &quot;, &quot;
+      RenderInline {A} at (0,0) size 32x18 [color=#0000EE]
+        RenderText {#text} at (96,0) size 32x18
+          text run at (96,0) width 32: &quot;\x{6B74}\x{53F2}&quot;
+      RenderText {#text} at (128,0) size 8x18
+        text run at (128,0) width 8: &quot;, &quot;
+      RenderInline {A} at (0,0) size 32x18 [color=#0000EE]
+        RenderText {#text} at (136,0) size 32x18
+          text run at (136,0) width 32: &quot;\x{6587}\x{5B66}&quot;
+      RenderText {#text} at (168,0) size 23x18
+        text run at (168,0) width 4: &quot; &quot;
+        text run at (172,0) width 19: &quot;...a&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextinternationalbidilinebreak001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/international/bidi-linebreak-001-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/international/bidi-linebreak-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/international/bidi-linebreak-001-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x154
+  RenderBlock {HTML} at (0,0) size 800x154
+    RenderBody {BODY} at (8,16) size 784x122
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 762x36
+          text run at (0,0) width 762: &quot;This HTML tests if the 'while-space' property controls the behavors of line-break characters (U+000A and U+000D) in a&quot;
+          text run at (0,18) width 85: &quot;complex text.&quot;
+      RenderBlock {P} at (0,52) size 784x18
+        RenderText {#text} at (0,0) size 503x18
+          text run at (0,0) width 292: &quot;If this test succeeds, you can see three words \&quot;&quot;
+          text run at (292,0) width 34 RTL: &quot;\x{5E9}\x{5D5}\x{5BC}\x{5E8}\x{5D4}&quot;
+          text run at (326,0) width 177: &quot;\&quot;, separated with line-break.&quot;
+      RenderBlock {P} at (0,86) size 784x36
+        RenderText {#text} at (0,0) size 68x36
+          text run at (0,0) width 34 RTL: &quot;\x{5E9}\x{5D5}\x{5BC}\x{5E8}\x{5D4}&quot;
+          text run at (34,0) width 0: &quot; &quot;
+          text run at (0,18) width 68 RTL: &quot;\x{5E9}\x{5D5}\x{5BC}\x{5E8}\x{5D4}\x{D}\x{5E9}\x{5D5}\x{5BC}\x{5E8}\x{5D4}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextinternationalbidilinebreak002expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/international/bidi-linebreak-002-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/international/bidi-linebreak-002-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/international/bidi-linebreak-002-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x136
+  RenderBlock {HTML} at (0,0) size 800x136
+    RenderBody {BODY} at (8,16) size 784x104
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 762x36
+          text run at (0,0) width 762: &quot;This HTML tests if the 'while-space' property controls the behavors of line-break characters (U+000A and U+000D) in a&quot;
+          text run at (0,18) width 85: &quot;complex text.&quot;
+      RenderBlock {P} at (0,52) size 784x18
+        RenderText {#text} at (0,0) size 475x18
+          text run at (0,0) width 292: &quot;If this test succeeds, you can see three words \&quot;&quot;
+          text run at (292,0) width 34 RTL: &quot;\x{5E9}\x{5D5}\x{5BC}\x{5E8}\x{5D4}&quot;
+          text run at (326,0) width 149: &quot;\&quot;, separated with space.&quot;
+      RenderBlock {P} at (0,86) size 784x18
+        RenderText {#text} at (0,0) size 106x18
+          text run at (0,0) width 106 RTL: &quot;\x{5E9}\x{5D5}\x{5BC}\x{5E8}\x{5D4} \x{5E9}\x{5D5}\x{5BC}\x{5E8}\x{5D4}\x{D}\x{5E9}\x{5D5}\x{5BC}\x{5E8}\x{5D4}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextinternationalbidilinebreak003expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/international/bidi-linebreak-003-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/international/bidi-linebreak-003-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/international/bidi-linebreak-003-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x136
+  RenderBlock {HTML} at (0,0) size 800x136
+    RenderBody {BODY} at (8,16) size 784x104
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 762x36
+          text run at (0,0) width 762: &quot;This HTML tests if the 'while-space' property controls the behavors of line-break characters (U+000A and U+000D) in a&quot;
+          text run at (0,18) width 85: &quot;complex text.&quot;
+      RenderBlock {P} at (0,52) size 784x18
+        RenderText {#text} at (0,0) size 475x18
+          text run at (0,0) width 292: &quot;If this test succeeds, you can see three words \&quot;&quot;
+          text run at (292,0) width 34 RTL: &quot;\x{5E9}\x{5D5}\x{5BC}\x{5E8}\x{5D4}&quot;
+          text run at (326,0) width 149: &quot;\&quot;, separated with space.&quot;
+      RenderBlock {P} at (0,86) size 784x18
+        RenderText {#text} at (0,0) size 106x18
+          text run at (0,0) width 106 RTL: &quot;\x{5E9}\x{5D5}\x{5BC}\x{5E8}\x{5D4} \x{5E9}\x{5D5}\x{5BC}\x{5E8}\x{5D4}\x{D}\x{5E9}\x{5D5}\x{5BC}\x{5E8}\x{5D4}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextinternationalbidilistboxatsuiexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/international/bidi-listbox-atsui-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/international/bidi-listbox-atsui-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/international/bidi-listbox-atsui-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,45 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 580x18
+          text run at (0,0) width 580: &quot;This tests that bidirectional text is correctly rendered when using ATSUI in list box controls.&quot;
+        RenderBR {BR} at (580,14) size 0x0
+        RenderText {#text} at (0,18) size 566x18
+          text run at (0,18) width 566: &quot;The order of the text below each list box should match the order of the select's option text.&quot;
+      RenderBlock (anonymous) at (0,52) size 784x87
+        RenderText {#text} at (0,0) size 97x18
+          text run at (0,0) width 97: &quot;1) direction: rtl;&quot;
+        RenderBR {BR} at (97,14) size 0x0
+        RenderListBox {SELECT} at (2,20) size 89x65 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderBR {BR} at (93,80) size 0x0
+      RenderBlock {DIV} at (0,139) size 100x19
+        RenderText {#text} at (18,1) size 82x18
+          text run at (18,1) width 60 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
+          text run at (78,1) width 22: &quot;a\x{300}bc&quot;
+      RenderBlock (anonymous) at (0,158) size 784x105
+        RenderBR {BR} at (0,0) size 0x18
+        RenderText {#text} at (0,18) size 97x18
+          text run at (0,18) width 97: &quot;2) direction: ltr;&quot;
+        RenderBR {BR} at (97,32) size 0x0
+        RenderListBox {SELECT} at (2,38) size 89x65 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderBR {BR} at (93,98) size 0x0
+      RenderBlock {DIV} at (0,263) size 100x19
+        RenderText {#text} at (0,1) size 82x18
+          text run at (0,1) width 22: &quot;a\x{300}bc&quot;
+          text run at (22,1) width 60 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
+      RenderBlock (anonymous) at (0,282) size 784x105
+        RenderBR {BR} at (0,0) size 0x18
+        RenderText {#text} at (0,18) size 70x18
+          text run at (0,18) width 70: &quot;3) No style&quot;
+        RenderBR {BR} at (70,32) size 0x0
+        RenderListBox {SELECT} at (2,38) size 89x65 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderBR {BR} at (93,98) size 0x0
+      RenderBlock {DIV} at (0,387) size 100x19
+        RenderText {#text} at (0,1) size 82x18
+          text run at (0,1) width 22: &quot;a\x{300}bc&quot;
+          text run at (22,1) width 60 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
+      RenderBlock (anonymous) at (0,406) size 784x18
+        RenderBR {BR} at (0,0) size 0x18
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextinternationalbidilistboxexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/international/bidi-listbox-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/international/bidi-listbox-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/international/bidi-listbox-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,45 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 451x18
+          text run at (0,0) width 451: &quot;This tests that bidirectional text is correctly rendered in list box controls.&quot;
+        RenderBR {BR} at (451,14) size 0x0
+        RenderText {#text} at (0,18) size 566x18
+          text run at (0,18) width 566: &quot;The order of the text below each list box should match the order of the select's option text.&quot;
+      RenderBlock (anonymous) at (0,52) size 784x87
+        RenderText {#text} at (0,0) size 97x18
+          text run at (0,0) width 97: &quot;1) direction: rtl;&quot;
+        RenderBR {BR} at (97,14) size 0x0
+        RenderListBox {SELECT} at (2,20) size 89x65 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderBR {BR} at (93,80) size 0x0
+      RenderBlock {DIV} at (0,139) size 100x19
+        RenderText {#text} at (18,1) size 82x18
+          text run at (18,1) width 60 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
+          text run at (78,1) width 22: &quot;abc&quot;
+      RenderBlock (anonymous) at (0,158) size 784x105
+        RenderBR {BR} at (0,0) size 0x18
+        RenderText {#text} at (0,18) size 97x18
+          text run at (0,18) width 97: &quot;2) direction: ltr;&quot;
+        RenderBR {BR} at (97,32) size 0x0
+        RenderListBox {SELECT} at (2,38) size 89x65 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderBR {BR} at (93,98) size 0x0
+      RenderBlock {DIV} at (0,263) size 100x19
+        RenderText {#text} at (0,1) size 82x18
+          text run at (0,1) width 22: &quot;abc&quot;
+          text run at (22,1) width 60 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
+      RenderBlock (anonymous) at (0,282) size 784x105
+        RenderBR {BR} at (0,0) size 0x18
+        RenderText {#text} at (0,18) size 70x18
+          text run at (0,18) width 70: &quot;3) No style&quot;
+        RenderBR {BR} at (70,32) size 0x0
+        RenderListBox {SELECT} at (2,38) size 89x65 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+        RenderBR {BR} at (93,98) size 0x0
+      RenderBlock {DIV} at (0,387) size 100x19
+        RenderText {#text} at (0,1) size 82x18
+          text run at (0,1) width 22: &quot;abc&quot;
+          text run at (22,1) width 60 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
+      RenderBlock (anonymous) at (0,406) size 784x18
+        RenderBR {BR} at (0,0) size 0x18
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextinternationalbidimenulistexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/text/international/bidi-menulist-expected.txt (178075 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/international/bidi-menulist-expected.txt        2015-01-08 01:59:27 UTC (rev 178075)
+++ trunk/LayoutTests/platform/win/fast/text/international/bidi-menulist-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -10,49 +10,49 @@
</span><span class="cx">         RenderText {#text} at (0,18) size 774x36
</span><span class="cx">           text run at (0,18) width 774: &quot;The order of the text below each popup button should match the order of the select's option text, and the order of the text in&quot;
</span><span class="cx">           text run at (0,36) width 106: &quot;the popup menu.&quot;
</span><del>-      RenderBlock (anonymous) at (0,70) size 784x40
</del><ins>+      RenderBlock (anonymous) at (0,70) size 784x46
</ins><span class="cx">         RenderText {#text} at (0,0) size 275x18
</span><span class="cx">           text run at (0,0) width 275: &quot;1) direction: rtl; -webkit-rtl-ordering: logical&quot;
</span><span class="cx">         RenderBR {BR} at (275,14) size 0x0
</span><del>-        RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 100x18
-            RenderText at (8,2) size 60x13
-              text run at (8,2) width 19: &quot;abc&quot;
-              text run at (26,2) width 42 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
-        RenderBR {BR} at (100,33) size 0x0
-      RenderBlock {DIV} at (0,110) size 100x19
</del><ins>+        RenderMenuList {SELECT} at (0,20) size 100x24 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (21,2) size 75x20
+            RenderText at (-16,2) size 68x15
+              text run at (-16,2) width 47 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
+              text run at (31,2) width 21: &quot;abc&quot;
+        RenderBR {BR} at (100,36) size 0x0
+      RenderBlock {DIV} at (0,116) size 100x19
</ins><span class="cx">         RenderText {#text} at (0,1) size 82x18
</span><span class="cx">           text run at (0,1) width 22: &quot;abc&quot;
</span><span class="cx">           text run at (22,1) width 60 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
</span><del>-      RenderBlock (anonymous) at (0,129) size 784x58
</del><ins>+      RenderBlock (anonymous) at (0,135) size 784x64
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 113x18
</span><span class="cx">           text run at (0,18) width 113: &quot;2) text-align: right&quot;
</span><span class="cx">         RenderBR {BR} at (113,32) size 0x0
</span><del>-        RenderMenuList {SELECT} at (0,38) size 200x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 200x18
-            RenderText at (8,2) size 60x13
-              text run at (8,2) width 19: &quot;abc&quot;
-              text run at (26,2) width 42 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
-        RenderBR {BR} at (200,51) size 0x0
-      RenderBlock {DIV} at (0,187) size 200x19
</del><ins>+        RenderMenuList {SELECT} at (0,38) size 200x24 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (4,2) size 175x20
+            RenderText at (8,2) size 68x15
+              text run at (8,2) width 21: &quot;abc&quot;
+              text run at (29,2) width 47 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
+        RenderBR {BR} at (200,54) size 0x0
+      RenderBlock {DIV} at (0,199) size 200x19
</ins><span class="cx">         RenderText {#text} at (0,1) size 82x18
</span><span class="cx">           text run at (0,1) width 22: &quot;abc&quot;
</span><span class="cx">           text run at (22,1) width 60 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
</span><del>-      RenderBlock (anonymous) at (0,206) size 784x58
</del><ins>+      RenderBlock (anonymous) at (0,218) size 784x64
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 70x18
</span><span class="cx">           text run at (0,18) width 70: &quot;3) No style&quot;
</span><span class="cx">         RenderBR {BR} at (70,32) size 0x0
</span><del>-        RenderMenuList {SELECT} at (0,38) size 100x18 [bgcolor=#FFFFFF]
-          RenderBlock (anonymous) at (0,0) size 100x18
-            RenderText at (8,2) size 60x13
-              text run at (8,2) width 19: &quot;abc&quot;
-              text run at (26,2) width 42 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
-        RenderBR {BR} at (100,51) size 0x0
-      RenderBlock {DIV} at (0,264) size 100x19
</del><ins>+        RenderMenuList {SELECT} at (0,38) size 100x24 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (4,2) size 75x20
+            RenderText at (8,2) size 68x15
+              text run at (8,2) width 21: &quot;abc&quot;
+              text run at (29,2) width 47 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
+        RenderBR {BR} at (100,54) size 0x0
+      RenderBlock {DIV} at (0,282) size 100x19
</ins><span class="cx">         RenderText {#text} at (0,1) size 82x18
</span><span class="cx">           text run at (0,1) width 22: &quot;abc&quot;
</span><span class="cx">           text run at (22,1) width 60 RTL: &quot;\x{5D0}\x{5E4}\x{5E8}\x{5E1}\x{5DE}\x{5D5}\x{5DF}&quot;
</span><del>-      RenderBlock (anonymous) at (0,283) size 784x18
</del><ins>+      RenderBlock (anonymous) at (0,301) size 784x18
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextinternationaldandaspaceexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/international/danda-space-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/international/danda-space-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/international/danda-space-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,16 @@
</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 784x18
+        RenderText {#text} at (0,0) size 53x18
+          text run at (0,0) width 53: &quot;Test for &quot;
+        RenderInline {A} at (0,0) size 68x18 [color=#0000EE]
+          RenderText {#text} at (53,0) size 68x18
+            text run at (53,0) width 68: &quot;bug 25464&quot;
+        RenderText {#text} at (121,0) size 385x18
+          text run at (121,0) width 385: &quot;: Test for rendering of Danda (U+0964) followed by a space.&quot;
+      RenderBlock {P} at (0,34) size 784x27
+        RenderText {#text} at (0,6) size 298x18
+          text run at (0,6) width 298: &quot;\x{A39}\x{A41}\x{A70}\x{A26}\x{A40} \x{A39}\x{A48}\x{964} \x{A07}\x{A38} \x{A32}\x{A3F}\x{A2A}\x{A40} \x{A26}\x{A47} \x{A35}\x{A3F}\x{A1A} \x{A69}\x{A6B} (35) \x{A05}\x{A71}\x{A16}\x{A30} \x{A39}\x{A41}\x{A70}\x{A26}\x{A47} \x{A39}\x{A28}\x{964}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextinternationalfloatasonlychildofisolatecrashexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextinternationalfloatasonlychildofisolatecrashexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt (178075 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt        2015-01-08 01:59:27 UTC (rev 178075)
+++ trunk/LayoutTests/platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -1,28 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderInline {BDI} at (0,0) size 574x18
-        RenderText {#text} at (0,0) size 0x0
-        RenderRuby (inline) {RUBY} at (0,0) size 254x18
-          RenderRubyRun (anonymous) at (0,136) size 254x18
-            RenderRubyBase (anonymous) at (0,0) size 254x18
-              RenderText {#text} at (0,0) size 254x18
-                text run at (0,0) width 254: &quot;PASS, if no exception or crash in debug&quot;
-        RenderText {#text} at (254,136) size 4x18
-          text run at (254,136) width 4: &quot;     &quot;
-        RenderInline {EM} at (0,0) size 312x18
-          RenderText {#text} at (258,136) size 4x18
-            text run at (258,136) width 4: &quot;         &quot;
-          RenderEmbeddedObject {EMBED} at (262,0) size 300x150
-          RenderText {#text} at (562,136) size 4x18
-            text run at (562,136) width 4: &quot;         &quot;
-          RenderText {#text} at (566,136) size 4x18
-            text run at (566,136) width 4: &quot;     &quot;
-        RenderText {#text} at (570,136) size 4x18
-          text run at (570,136) width 4: &quot; &quot;
-      RenderText {#text} at (574,136) size 4x18
-        text run at (574,136) width 4: &quot; &quot;
-      RenderText {#text} at (578,136) size 4x18
-        text run at (578,136) width 4: &quot; &quot;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextinternationalpopupbuttontextalignmentanddirectionexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,99 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x592
+  RenderBlock {HTML} at (0,0) size 800x592
+    RenderBody {BODY} at (8,16) size 784x568
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 695x18
+          text run at (0,0) width 486: &quot;Verify that the alignment and writing direction of each selected item matches &quot;
+          text run at (486,0) width 209: &quot;the one below the pop-up button.&quot;
+      RenderBlock {DIV} at (0,34) size 784x266
+        RenderMenuList {SELECT} at (0,0) size 500x27 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (4,2) size 475x23
+            RenderText at (8,2) size 179x18
+              text run at (8,2) width 35: &quot;First &quot;
+              text run at (43,2) width 56 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA}&quot;
+              text run at (99,2) width 18: &quot;03&quot;
+              text run at (117,2) width 41 RTL: &quot;\x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+              text run at (158,2) width 29: &quot; fifth&quot;
+        RenderBlock {DIV} at (0,29) size 470x36
+          RenderText {#text} at (10,10) size 163x16
+            text run at (10,10) width 32: &quot;First &quot;
+            text run at (41,10) width 49 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA}&quot;
+            text run at (89,10) width 17: &quot;03&quot;
+            text run at (105,10) width 37 RTL: &quot;\x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+            text run at (141,10) width 32: &quot; fifth&quot;
+        RenderMenuList {SELECT} at (0,67) size 500x27 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (4,2) size 475x23
+            RenderText at (8,2) size 179x18
+              text run at (8,2) width 25: &quot;fifth&quot;
+              text run at (33,2) width 60 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} &quot;
+              text run at (93,2) width 18: &quot;03&quot;
+              text run at (111,2) width 45 RTL: &quot; \x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+              text run at (156,2) width 31: &quot;First&quot;
+        RenderBlock {DIV} at (0,96) size 470x36
+          RenderText {#text} at (10,10) size 163x16
+            text run at (10,10) width 27: &quot;fifth&quot;
+            text run at (36,10) width 52 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} &quot;
+            text run at (87,10) width 18: &quot;03&quot;
+            text run at (104,10) width 41 RTL: &quot; \x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+            text run at (144,10) width 29: &quot;First&quot;
+        RenderMenuList {SELECT} at (0,134) size 500x27 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (4,2) size 475x23
+            RenderText at (8,2) size 179x18
+              text run at (8,2) width 179 LTR override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
+        RenderBlock {DIV} at (0,163) size 470x36
+          RenderText {#text} at (10,10) size 163x16
+            text run at (10,10) width 163 LTR override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
+        RenderMenuList {SELECT} at (0,201) size 500x27 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (4,2) size 475x23
+            RenderText at (8,2) size 179x18
+              text run at (8,2) width 179 RTL override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
+        RenderBlock {DIV} at (0,230) size 470x36
+          RenderText {#text} at (10,10) size 163x16
+            text run at (10,10) width 163 RTL override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
+      RenderBlock {DIV} at (0,302) size 784x266
+        RenderMenuList {SELECT} at (0,0) size 500x27 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (21,2) size 475x23
+            RenderText at (270,2) size 179x18
+              text run at (270,2) width 35: &quot;First &quot;
+              text run at (305,2) width 56 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA}&quot;
+              text run at (361,2) width 18: &quot;03&quot;
+              text run at (379,2) width 41 RTL: &quot;\x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+              text run at (420,2) width 29: &quot; fifth&quot;
+        RenderBlock {DIV} at (0,29) size 470x36
+          RenderText {#text} at (297,10) size 163x16
+            text run at (297,10) width 33: &quot;First &quot;
+            text run at (329,10) width 48 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA}&quot;
+            text run at (376,10) width 18: &quot;03&quot;
+            text run at (393,10) width 37 RTL: &quot;\x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+            text run at (429,10) width 31: &quot; fifth&quot;
+        RenderMenuList {SELECT} at (0,67) size 500x27 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (21,2) size 475x23
+            RenderText at (270,2) size 179x18
+              text run at (270,2) width 25: &quot;fifth&quot;
+              text run at (295,2) width 60 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} &quot;
+              text run at (355,2) width 18: &quot;03&quot;
+              text run at (373,2) width 45 RTL: &quot; \x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+              text run at (418,2) width 31: &quot;First&quot;
+        RenderBlock {DIV} at (0,96) size 470x36
+          RenderText {#text} at (297,10) size 163x16
+            text run at (297,10) width 28: &quot;fifth&quot;
+            text run at (324,10) width 52 RTL: &quot;) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} &quot;
+            text run at (375,10) width 17: &quot;03&quot;
+            text run at (391,10) width 42 RTL: &quot; \x{5E9}\x{5E0}\x{5D9}\x{5D4} (&quot;
+            text run at (432,10) width 28: &quot;First&quot;
+        RenderMenuList {SELECT} at (0,134) size 500x27 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (21,2) size 475x23
+            RenderText at (270,2) size 179x18
+              text run at (270,2) width 179 LTR override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
+        RenderBlock {DIV} at (0,163) size 470x36
+          RenderText {#text} at (297,10) size 163x16
+            text run at (297,10) width 163 LTR override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
+        RenderMenuList {SELECT} at (0,201) size 500x27 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (21,2) size 475x23
+            RenderText at (270,2) size 179x18
+              text run at (270,2) width 179 RTL override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
+        RenderBlock {DIV} at (0,230) size 470x36
+          RenderText {#text} at (297,10) size 163x16
+            text run at (297,10) width 163 RTL override: &quot;First \x{5E9}\x{5E0}\x{5D9}\x{5D4} (03) \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\x{5EA} fifth&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextinternationalsynthesizeditalicverticallatinexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/international/synthesized-italic-vertical-latin-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/international/synthesized-italic-vertical-latin-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/international/synthesized-italic-vertical-latin-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 96x600
+  RenderBlock {HTML} at (0,0) size 96x600
+    RenderBody {BODY} at (30,8) size 36x584
+      RenderBlock {P} at (0,0) size 36x584
+        RenderText {#text} at (0,0) size 36x368
+          text run at (0,0) width 368: &quot;ABC\x{4E39}\x{7FBD} \x{4EAE}\x{4ECB}ABC\x{4E39}\x{7FBD} \x{4EAE}\x{4ECB}&quot;
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/win/fast/text/international/synthesized-italic-vertical-latin-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svnexecutable"></a>
<div class="addfile"><h4>Added: svn:executable</h4></div>
<a id="trunkLayoutTestsplatformwinfasttextinternationalthaibahtspaceexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/international/thai-baht-space-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/international/thai-baht-space-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/international/thai-baht-space-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,20 @@
</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 (anonymous) at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 53x18
+          text run at (0,0) width 53: &quot;Test for &quot;
+        RenderInline {A} at (0,0) size 68x18 [color=#0000EE]
+          RenderText {#text} at (53,0) size 68x18
+            text run at (53,0) width 68: &quot;bug 25464&quot;
+        RenderText {#text} at (121,0) size 779x36
+          text run at (121,0) width 658: &quot;. Characters belonging to 'Common' script followed / preceeded by a space should be rendered correctly.&quot;
+          text run at (0,18) width 576: &quot;Two lines below have 4 Thai currency signs (U+0E3F) and all of them should be rendered.&quot;
+      RenderBlock {P} at (0,52) size 784x36
+        RenderText {#text} at (0,0) size 234x18
+          text run at (0,0) width 234: &quot;abc \x{E25}\x{E07}\x{E17}\x{E38}\x{E19}4000\x{E3F} \x{E23}\x{E31}\x{E1A}\x{E1B}\x{E23}\x{E30}\x{E01}\x{E31}\x{E19}\x{E23}\x{E32}\x{E22}\x{E44}\x{E14}\x{E49} 50000\x{E3F}/M&quot;
+        RenderBR {BR} at (234,14) size 0x0
+        RenderText {#text} at (0,18) size 234x18
+          text run at (0,18) width 234: &quot;abc \x{E25}\x{E07}\x{E17}\x{E38}\x{E19}4000 \x{E3F}\x{E23}\x{E31}\x{E1A}\x{E1B}\x{E23}\x{E30}\x{E01}\x{E31}\x{E19}\x{E23}\x{E32}\x{E22}\x{E44}\x{E14}\x{E49} 50000\x{E3F}/M&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextshapingshapingscriptorderexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/shaping/shaping-script-order-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/shaping/shaping-script-order-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/shaping/shaping-script-order-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,14 @@
</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 (anonymous) at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 279x18
+          text run at (0,0) width 279: &quot;The following two lines should be the same:&quot;
+      RenderBlock {P} at (0,34) size 784x18
+        RenderText {#text} at (0,0) size 66x17
+          text run at (0,0) width 66 LTR override: &quot;abc\x{5D2}\x{5D1}\x{5D0}\x{661}\x{662}\x{663}&quot;
+      RenderBlock {P} at (0,68) size 784x18
+        RenderText {#text} at (0,0) size 66x17
+          text run at (0,0) width 66 LTR override: &quot;abc\x{5D2}\x{5D1}\x{5D0}\x{661}\x{662}\x{663}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextshapingshapingselectionrectexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/shaping/shaping-selection-rect-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/shaping/shaping-selection-rect-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/shaping/shaping-selection-rect-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 645x18
+          text run at (0,0) width 645: &quot;The selection should cover the all of the below text. There should be no blank between either C and F.&quot;
+      RenderBlock {DIV} at (0,34) size 784x18
+        RenderText {#text} at (0,0) size 34x17
+          text run at (0,0) width 34: &quot;ABC&quot;
+        RenderInline {SPAN} at (0,0) size 31x17
+          RenderText {#text} at (34,0) size 31x17
+            text run at (34,0) width 31 RTL override: &quot;DEF&quot;
+        RenderText {#text} at (65,0) size 29x17
+          text run at (65,0) width 29: &quot;GHI&quot;
+      RenderBlock {DIV} at (0,52) size 784x18
+        RenderText {#text} at (0,0) size 34x17
+          text run at (0,0) width 34: &quot;ABC&quot;
+        RenderInline {SPAN} at (0,0) size 31x17
+          RenderText {#text} at (34,0) size 31x17
+            text run at (34,0) width 31 RTL override: &quot;DEF&quot;
+        RenderText {#text} at (65,0) size 29x17
+          text run at (65,0) width 29: &quot;GHI&quot;
+selection start: position 1 of child 0 {#text} of child 2 {DIV} of body
+selection end:   position 3 of child 2 {#text} of child 4 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextupdateNewFontexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/updateNewFont-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/updateNewFont-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/updateNewFont-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x116
+  RenderBlock {HTML} at (0,0) size 800x116
+    RenderBody {BODY} at (8,8) size 784x100
+      RenderListBox {SELECT} at (0,0) size 37x100 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextverticalrlrtllinebreakexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/text/vertical-rl-rtl-linebreak-expected.txt (0 => 178076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/vertical-rl-rtl-linebreak-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/text/vertical-rl-rtl-linebreak-expected.txt        2015-01-08 02:01:54 UTC (rev 178076)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x211
+  RenderBlock {HTML} at (0,0) size 800x212
+    RenderBody {BODY} at (8,16) size 784x188
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 760x36
+          text run at (0,0) width 760: &quot;This tests line break on vertical text. The test should be run on a cold font cache and refreshing the page should not show&quot;
+          text run at (0,18) width 67: &quot;difference.&quot;
+      RenderBlock {DIV} at (0,52) size 98x136
+        RenderText {#text} at (0,16) size 46x120
+          text run at (0,16) width 119 RTL: &quot;\x{5D0}\x{5E0}\x{5D9} \x{5D7}\x{5EA}\x{5D5}\x{5DC}. \x{5D0}\x{5D9}\x{5DF}&quot;
+          text run at (23,71) width 64 RTL: &quot;\x{5DC}\x{5D9} \x{5E9}\x{5DD}.&quot;
</ins></span></pre>
</div>
</div>

</body>
</html>