<!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>[180796] 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/180796">180796</a></dd>
<dt>Author</dt> <dd>mmaxfield@apple.com</dd>
<dt>Date</dt> <dd>2015-02-27 16:28:12 -0800 (Fri, 27 Feb 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Updating more tests after <a href="http://trac.webkit.org/projects/webkit/changeset/177774">r177774</a>

Unreviewed.

Most of these tests simply need to be updated. However, I found two real bugs while
going through these!

* fast/css-generated-content/after-with-inline-continuation-expected.html:
* fast/css-generated-content/after-with-inline-continuation.html:
* fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines-expected.html:
* fast/inline/hidpi-select-inline-on-subpixel-position-expected.html:
* fast/inline/hidpi-select-inline-on-subpixel-position.html:
* fast/lists/rtl-marker-expected.html:
* fast/lists/rtl-marker.html:
* fast/multicol/cell-shrinkback-expected.html:
* fast/multicol/cell-shrinkback.html:
* fast/multicol/newmulticol/breaks-3-columns-3-expected.html:
* fast/multicol/newmulticol/breaks-3-columns-3.html:
* fast/regions/last-region-border-radius-expected.html:
* fast/regions/last-region-border-radius.html:
* fast/regions/overflow/overflow-first-and-last-regions.html:
* fast/regions/overflow/overflow-in-uniform-regions-dynamic-expected.html:
* fast/regions/overflow/overflow-in-uniform-regions-dynamic.html:
* fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius-expected.html:
* fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html:
* fast/shapes/shape-outside-floats/shape-outside-rounded-inset-expected.html:
* fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html:
* fast/table/td-width-fifty-percent-regression-expected.html:
* fast/table/td-width-fifty-percent-regression.html:
* fast/text/complex-initial-advance-expected.html:
* fast/text/complex-initial-advance.html:
* platform/mac/TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsfastcssgeneratedcontentafterwithinlinecontinuationexpectedhtml">trunk/LayoutTests/fast/css-generated-content/after-with-inline-continuation-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcssgeneratedcontentafterwithinlinecontinuationhtml">trunk/LayoutTests/fast/css-generated-content/after-with-inline-continuation.html</a></li>
<li><a href="#trunkLayoutTestsfastinlinehidpipixelgapbetweenadjacentselectioninlinesexpectedhtml">trunk/LayoutTests/fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastinlinehidpiselectinlineonsubpixelpositionexpectedhtml">trunk/LayoutTests/fast/inline/hidpi-select-inline-on-subpixel-position-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastinlinehidpiselectinlineonsubpixelpositionhtml">trunk/LayoutTests/fast/inline/hidpi-select-inline-on-subpixel-position.html</a></li>
<li><a href="#trunkLayoutTestsfastlistsrtlmarkerexpectedhtml">trunk/LayoutTests/fast/lists/rtl-marker-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastlistsrtlmarkerhtml">trunk/LayoutTests/fast/lists/rtl-marker.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolcellshrinkbackexpectedhtml">trunk/LayoutTests/fast/multicol/cell-shrinkback-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolcellshrinkbackhtml">trunk/LayoutTests/fast/multicol/cell-shrinkback.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolbreaks3columns3expectedhtml">trunk/LayoutTests/fast/multicol/newmulticol/breaks-3-columns-3-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastmulticolnewmulticolbreaks3columns3html">trunk/LayoutTests/fast/multicol/newmulticol/breaks-3-columns-3.html</a></li>
<li><a href="#trunkLayoutTestsfastregionslastregionborderradiusexpectedhtml">trunk/LayoutTests/fast/regions/last-region-border-radius-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastregionslastregionborderradiushtml">trunk/LayoutTests/fast/regions/last-region-border-radius.html</a></li>
<li><a href="#trunkLayoutTestsfastregionsoverflowoverflowfirstandlastregionshtml">trunk/LayoutTests/fast/regions/overflow/overflow-first-and-last-regions.html</a></li>
<li><a href="#trunkLayoutTestsfastregionsoverflowoverflowinuniformregionsdynamicexpectedhtml">trunk/LayoutTests/fast/regions/overflow/overflow-in-uniform-regions-dynamic-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastregionsoverflowoverflowinuniformregionsdynamichtml">trunk/LayoutTests/fast/regions/overflow/overflow-in-uniform-regions-dynamic.html</a></li>
<li><a href="#trunkLayoutTestsfastshapesshapeoutsidefloatsshapeoutsidefloatsinsetroundedlargeradiusexpectedhtml">trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastshapesshapeoutsidefloatsshapeoutsidefloatsinsetroundedlargeradiushtml">trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html</a></li>
<li><a href="#trunkLayoutTestsfastshapesshapeoutsidefloatsshapeoutsideroundedinsetexpectedhtml">trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-inset-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastshapesshapeoutsidefloatsshapeoutsideroundedinsethtml">trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html</a></li>
<li><a href="#trunkLayoutTestsfasttabletdwidthfiftypercentregressionexpectedhtml">trunk/LayoutTests/fast/table/td-width-fifty-percent-regression-expected.html</a></li>
<li><a href="#trunkLayoutTestsfasttabletdwidthfiftypercentregressionhtml">trunk/LayoutTests/fast/table/td-width-fifty-percent-regression.html</a></li>
<li><a href="#trunkLayoutTestsfasttextcomplexinitialadvanceexpectedhtml">trunk/LayoutTests/fast/text/complex-initial-advance-expected.html</a></li>
<li><a href="#trunkLayoutTestsfasttextcomplexinitialadvancehtml">trunk/LayoutTests/fast/text/complex-initial-advance.html</a></li>
<li><a href="#trunkLayoutTestsplatformmacTestExpectations">trunk/LayoutTests/platform/mac/TestExpectations</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/ChangeLog        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -1,5 +1,40 @@
</span><span class="cx"> 2015-02-27  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Updating more tests after r177774
+
+        Unreviewed.
+
+        Most of these tests simply need to be updated. However, I found two real bugs while
+        going through these!
+
+        * fast/css-generated-content/after-with-inline-continuation-expected.html:
+        * fast/css-generated-content/after-with-inline-continuation.html:
+        * fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines-expected.html:
+        * fast/inline/hidpi-select-inline-on-subpixel-position-expected.html:
+        * fast/inline/hidpi-select-inline-on-subpixel-position.html:
+        * fast/lists/rtl-marker-expected.html:
+        * fast/lists/rtl-marker.html:
+        * fast/multicol/cell-shrinkback-expected.html:
+        * fast/multicol/cell-shrinkback.html:
+        * fast/multicol/newmulticol/breaks-3-columns-3-expected.html:
+        * fast/multicol/newmulticol/breaks-3-columns-3.html:
+        * fast/regions/last-region-border-radius-expected.html:
+        * fast/regions/last-region-border-radius.html:
+        * fast/regions/overflow/overflow-first-and-last-regions.html:
+        * fast/regions/overflow/overflow-in-uniform-regions-dynamic-expected.html:
+        * fast/regions/overflow/overflow-in-uniform-regions-dynamic.html:
+        * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius-expected.html:
+        * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html:
+        * fast/shapes/shape-outside-floats/shape-outside-rounded-inset-expected.html:
+        * fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html:
+        * fast/table/td-width-fifty-percent-regression-expected.html:
+        * fast/table/td-width-fifty-percent-regression.html:
+        * fast/text/complex-initial-advance-expected.html:
+        * fast/text/complex-initial-advance.html:
+        * platform/mac/TestExpectations:
+
+2015-02-27  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
+
</ins><span class="cx">         [Subpixel] Subpixelize RenderListMarker
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=142093
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssgeneratedcontentafterwithinlinecontinuationexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css-generated-content/after-with-inline-continuation-expected.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css-generated-content/after-with-inline-continuation-expected.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/css-generated-content/after-with-inline-continuation-expected.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -14,23 +14,5 @@
</span><span class="cx"> &lt;/style&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;div class=&quot;block&quot;&gt;A&lt;/div&gt;
-&lt;span&gt;
-  &lt;div class=&quot;block&quot;&gt;A&lt;/div&gt;
-    &lt;span&gt;
-      &lt;div class=&quot;block&quot;&gt;A&lt;/div&gt;
-        &lt;span&gt;
-            &lt;div&gt;&lt;/div&gt;
-            &lt;div&gt;&lt;/div&gt;
-            &lt;div&gt;&lt;/div&gt;
-            &lt;div&gt;&lt;/div&gt;
-            &lt;div&gt;&lt;/div&gt;
-            &lt;div&gt;&lt;/div&gt;
-            &lt;div&gt;&lt;/div&gt;
-        &lt;/span&gt;
-        &lt;div class=&quot;block&quot;&gt;B&lt;/div&gt;
-    &lt;/span&gt;
-    &lt;div class=&quot;block&quot;&gt;B&lt;/div&gt;
-&lt;/span&gt;
-&lt;div class=&quot;block&quot;&gt;B&lt;/div&gt;
</del><ins>+&lt;div class=&quot;block&quot;&gt;A&lt;/div&gt;&lt;span&gt;&lt;div class=&quot;block&quot;&gt;A&lt;/div&gt;&lt;span&gt;&lt;div class=&quot;block&quot;&gt;A&lt;/div&gt;&lt;span&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class=&quot;block&quot;&gt;B&lt;/div&gt;&lt;/span&gt;&lt;div class=&quot;block&quot;&gt;B&lt;/div&gt;&lt;/span&gt;&lt;div class=&quot;block&quot;&gt;B&lt;/div&gt;
</ins><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssgeneratedcontentafterwithinlinecontinuationhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css-generated-content/after-with-inline-continuation.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css-generated-content/after-with-inline-continuation.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/css-generated-content/after-with-inline-continuation.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -44,17 +44,5 @@
</span><span class="cx"> &lt;!-- [bug 93170] http://bugs.webkit.org/show_bug.cgi?id=91370 --&gt;
</span><span class="cx"> &lt;!-- If test passes, you should see A A A B B B. --&gt;
</span><span class="cx"> 
</span><del>-&lt;span&gt;
-    &lt;span&gt;
-        &lt;span&gt;
-            &lt;div&gt;&lt;/div&gt;
-            &lt;div&gt;&lt;/div&gt;
-            &lt;div&gt;&lt;/div&gt;
-            &lt;div&gt;&lt;/div&gt;
-            &lt;div&gt;&lt;/div&gt;
-            &lt;div&gt;&lt;/div&gt;
-            &lt;div&gt;&lt;/div&gt;
-        &lt;/span&gt;
-    &lt;/span&gt;
-&lt;/span&gt;
</del><ins>+&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
</ins><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastinlinehidpipixelgapbetweenadjacentselectioninlinesexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines-expected.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines-expected.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines-expected.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx">     font-size: 16px;
</span><span class="cx">   }
</span><span class="cx">   .bckg {
</span><del>-    width: 46px;
</del><ins>+    width: 46.5px;
</ins><span class="cx">     height: 18px;
</span><span class="cx">     background: rgba(255, 0, 0, 0.9);
</span><span class="cx">     z-index: -10000;
</span></span></pre></div>
<a id="trunkLayoutTestsfastinlinehidpiselectinlineonsubpixelpositionexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/inline/hidpi-select-inline-on-subpixel-position-expected.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/inline/hidpi-select-inline-on-subpixel-position-expected.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/inline/hidpi-select-inline-on-subpixel-position-expected.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -5,7 +5,6 @@
</span><span class="cx"> &lt;style&gt;
</span><span class="cx">   div {
</span><span class="cx">     font-size: 16px;
</span><del>-    width: 21px;
</del><span class="cx">     height: 18px;
</span><span class="cx">     position: fixed;
</span><span class="cx">     background: rgba(255, 0, 0, 0.9);
</span><span class="lines">@@ -23,6 +22,10 @@
</span><span class="cx">       var e = document.createElement(&quot;div&quot;);
</span><span class="cx">       e.style.top = (30 * i + j * adjustment) + &quot;px&quot;;
</span><span class="cx">       e.style.left = (30 * j + i * adjustment) + &quot;px&quot;;
</span><ins>+      if (i == 0 || i == 3 || i == 5 || i == 8)
+        e.style.width = &quot;21.5px&quot;;
+      else
+        e.style.width = &quot;21px&quot;;
</ins><span class="cx">       e.innerHTML = &quot;foo&quot;;
</span><span class="cx">       container.appendChild(e);
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkLayoutTestsfastinlinehidpiselectinlineonsubpixelpositionhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/inline/hidpi-select-inline-on-subpixel-position.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/inline/hidpi-select-inline-on-subpixel-position.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/inline/hidpi-select-inline-on-subpixel-position.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -9,7 +9,6 @@
</span><span class="cx"> 
</span><span class="cx">   div {
</span><span class="cx">     font-size: 16px;
</span><del>-    height: 10px;
</del><span class="cx">     width: 1px;
</span><span class="cx">     height: 1px;
</span><span class="cx">     position: fixed;
</span></span></pre></div>
<a id="trunkLayoutTestsfastlistsrtlmarkerexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/lists/rtl-marker-expected.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/lists/rtl-marker-expected.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/lists/rtl-marker-expected.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> This test makes sure that lists whose markers are in RTL languages are correctly rendered.
</span><del>-&lt;ol style=&quot;line-height: 50px; list-style-type: hebrew; list-style-type: none;&quot; start=&quot;97&quot;&gt;
</del><ins>+&lt;ol style=&quot;line-height: 50px; list-style-type: hebrew; list-style-type: none; text-rendering: optimizeSpeed;&quot; start=&quot;97&quot;&gt;
</ins><span class="cx"> &lt;li&gt;&amp;#x5e6;&amp;#x5d6;.&lt;/li&gt;
</span><span class="cx"> &lt;/ol&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastlistsrtlmarkerhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/lists/rtl-marker.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/lists/rtl-marker.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/lists/rtl-marker.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> This test makes sure that lists whose markers are in RTL languages are correctly rendered.
</span><del>-&lt;ol style=&quot;line-height: 50px; list-style-type: hebrew; list-style-position: inside;&quot; start=&quot;97&quot;&gt;
</del><ins>+&lt;ol style=&quot;line-height: 50px; list-style-type: hebrew; list-style-position: inside; text-rendering: optimizeSpeed;&quot; start=&quot;97&quot;&gt;
</ins><span class="cx"> &lt;li&gt;&lt;/li&gt;
</span><span class="cx"> &lt;/ol&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastmulticolcellshrinkbackexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/multicol/cell-shrinkback-expected.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/cell-shrinkback-expected.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/multicol/cell-shrinkback-expected.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> &lt;div style=&quot;height: 100px; width: 200px; border: solid;position:relative&quot;&gt;
</span><del>-    &lt;div style=&quot;left:25px; bottom:0; position:absolute; height:45px; width:29px;background-color:orange&quot;&gt;&lt;/div&gt;
</del><ins>+    &lt;div style=&quot;left:25px; bottom:0; position:absolute; height:45px; width:64px;background-color:orange&quot;&gt;&lt;/div&gt;
</ins><span class="cx">     &lt;div style=&quot;border-bottom:solid; position:absolute; right:0px; width:100px&quot;&gt;
</span><del>-        &lt;div style=&quot;background-color:orange; float:left;margin-left:25px&quot;&gt;Text&lt;/div&gt;
</del><ins>+        &lt;div style=&quot;background-color:orange; float:left; margin-left:25px; font-family: Ahem;&quot;&gt;Text&lt;/div&gt;
</ins><span class="cx">     &lt;/div&gt;
</span><span class="cx"> &lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastmulticolcellshrinkbackhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/multicol/cell-shrinkback.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/cell-shrinkback.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/multicol/cell-shrinkback.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx">     &lt;table cellspacing=0 cellpadding=0&gt;
</span><span class="cx">         &lt;tr&gt;
</span><span class="cx">             &lt;td&gt;&lt;div style=&quot;height: 50px; width: 25px;&quot;&gt;&lt;/div&gt;&lt;/td&gt;
</span><del>-            &lt;td style=&quot;background-color: orange;&quot; valign=bottom&gt;Text&lt;/td&gt;
</del><ins>+            &lt;td style=&quot;background-color: orange; font-family: Ahem;&quot; valign=bottom&gt;Text&lt;/td&gt;
</ins><span class="cx">         &lt;/tr&gt;
</span><span class="cx">     &lt;/table&gt;
</span><span class="cx">     &lt;div style=&quot;border-top: solid;&quot;&gt;&lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolbreaks3columns3expectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/multicol/newmulticol/breaks-3-columns-3-expected.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/breaks-3-columns-3-expected.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/multicol/newmulticol/breaks-3-columns-3-expected.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx">     &lt;head&gt;
</span><span class="cx">         &lt;title&gt;auto-height multicol with break&lt;/title&gt;
</span><span class="cx">         &lt;style&gt;
</span><del>-            .mc { float:left; width:6em; padding:0 0.5em; }
</del><ins>+            .mc { float:left; width:7em; padding:0 0.5em; }
</ins><span class="cx">             .gap { float:left; width:1em; }
</span><span class="cx">         &lt;/style&gt;
</span><span class="cx">     &lt;/head&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastmulticolnewmulticolbreaks3columns3html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/multicol/newmulticol/breaks-3-columns-3.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/newmulticol/breaks-3-columns-3.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/multicol/newmulticol/breaks-3-columns-3.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         &lt;/style&gt;
</span><span class="cx">     &lt;/head&gt;
</span><span class="cx">     &lt;body style=&quot;min-width:40em;&quot;&gt;
</span><del>-        &lt;div class=&quot;mc&quot; style=&quot;-webkit-columns:3; -webkit-column-gap:1em; columns:3; column-gap:1em; orphans:1; widows:1; width:23em; background:olive;&quot;&gt;
</del><ins>+        &lt;div class=&quot;mc&quot; style=&quot;-webkit-columns:3; -webkit-column-gap:1em; columns:3; column-gap:1em; orphans:1; widows:1; width:26em; background:olive;&quot;&gt;
</ins><span class="cx">             &lt;div style=&quot;-webkit-column-break-after:always; break-after:column;&quot;&gt;
</span><span class="cx">                 first column&lt;br&gt;
</span><span class="cx">             &lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastregionslastregionborderradiusexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/regions/last-region-border-radius-expected.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/regions/last-region-border-radius-expected.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/regions/last-region-border-radius-expected.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">         &lt;/style&gt;
</span><span class="cx">     &lt;/head&gt;
</span><span class="cx">     &lt;body&gt;
</span><del>-        &lt;p&gt;Test for &lt;a href=&quot;https://bugs.webkit.org/show_bug.cgi?id=103684&quot;&gt; [CSS Regions]  border-radius on a region causes overflow to be hidden&lt;/a&gt;.&lt;/p&gt;
</del><ins>+        &lt;p&gt;Test for &lt;a href=&quot;https://bugs.webkit.org/show_bug.cgi?id=103684&quot; style=&quot;text-decoration: none;&quot;&gt; [CSS Regions]  border-radius on a region causes overflow to be hidden&lt;/a&gt;.&lt;/p&gt;
</ins><span class="cx">         &lt;p&gt;On success, you should not see any red below.&lt;/p&gt;
</span><span class="cx">         &lt;div id=&quot;region&quot;&gt;
</span><span class="cx">             &lt;div id=&quot;article&quot;&gt;&lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastregionslastregionborderradiushtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/regions/last-region-border-radius.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/regions/last-region-border-radius.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/regions/last-region-border-radius.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">         &lt;/style&gt;
</span><span class="cx">     &lt;/head&gt;
</span><span class="cx">     &lt;body&gt;
</span><del>-        &lt;p&gt;Test for &lt;a href=&quot;https://bugs.webkit.org/show_bug.cgi?id=103684&quot;&gt; [CSS Regions] border-radius on a region causes overflow to be hidden&lt;/a&gt;.&lt;/p&gt;
</del><ins>+        &lt;p&gt;Test for &lt;a href=&quot;https://bugs.webkit.org/show_bug.cgi?id=103684&quot; style=&quot;text-decoration: none;&quot;&gt; [CSS Regions] border-radius on a region causes overflow to be hidden&lt;/a&gt;.&lt;/p&gt;
</ins><span class="cx">         &lt;p&gt;On success, you should not see any red below.&lt;/p&gt;
</span><span class="cx">         &lt;div id=&quot;article&quot;&gt;&lt;/div&gt;
</span><span class="cx">         &lt;div id=&quot;redBox&quot;&gt;&lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastregionsoverflowoverflowfirstandlastregionshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/regions/overflow/overflow-first-and-last-regions.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/regions/overflow/overflow-first-and-last-regions.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/regions/overflow/overflow-first-and-last-regions.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx"> 
</span><span class="cx">                 var elemResult = document.getElementById(&quot;result1&quot;);
</span><span class="cx">                 var result = &quot;FAIL&quot;;
</span><del>-                if (selection.toString() == &quot;verflow2_1\nOverflo&quot;)
</del><ins>+                if (selection.toString() == &quot;erflow2_1\nOverflow&quot;)
</ins><span class="cx">                     result = &quot;PASS&quot;;
</span><span class="cx"> 
</span><span class="cx">                 elemResult.className = result;
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> 
</span><span class="cx">                 elemResult = document.getElementById(&quot;result2&quot;);
</span><span class="cx">                 result = &quot;FAIL&quot;;
</span><del>-                if (selection.toString() == &quot;verflow1_1\nOverflo&quot;)
</del><ins>+                if (selection.toString() == &quot;erflow1_1\nOverflow&quot;)
</ins><span class="cx">                     result = &quot;PASS&quot;;
</span><span class="cx"> 
</span><span class="cx">                 elemResult.className = result;
</span></span></pre></div>
<a id="trunkLayoutTestsfastregionsoverflowoverflowinuniformregionsdynamicexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/regions/overflow/overflow-in-uniform-regions-dynamic-expected.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/regions/overflow/overflow-in-uniform-regions-dynamic-expected.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/regions/overflow/overflow-in-uniform-regions-dynamic-expected.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -56,9 +56,9 @@
</span><span class="cx">                     &lt;div class=&quot;first-box&quot; style=&quot;border-bottom-width:0px;&quot;&gt;
</span><span class="cx">                         &lt;div class=&quot;float left&quot; id=&quot;float1&quot;&gt;&lt;/div&gt; &lt;div class=&quot;float right&quot; id=&quot;float2&quot;&gt;&lt;/div&gt;
</span><span class="cx">                         &lt;div class=&quot;second-box&quot; style=&quot;border-bottom-width: 0px;&quot;&gt;
</span><del>-                            &lt;p&gt;These lines will not spill out of the regions. These lines will not spill out of the regions.
-                            These lines will not spill out of the regions. These lines will not spill out of the regions.&lt;/p&gt;
-                            &lt;p style=&quot;text-align: justify;&quot;&gt;These lines will not spill out of the regions.&lt;/p&gt;
</del><ins>+                            &lt;p&gt;These lines will not spill out of the region. These lines will not spill out of the region.
+                            These lines will not spill out of the region. These lines will not spill out of the region.&lt;/p&gt;
+                            &lt;p style=&quot;text-align: justify;&quot;&gt;These lines will not spill out of the region.&lt;/p&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx">                     &lt;/div&gt;
</span><span class="cx">                 &lt;/div&gt;
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx">                 &lt;div class=&quot;content&quot; style=&quot;padding-top:0px;&quot;&gt;
</span><span class="cx">                     &lt;div class=&quot;first-box&quot; style=&quot;padding-top:0px;border-top-width:0px;&quot;&gt;
</span><span class="cx">                         &lt;div class=&quot;second-box&quot; style=&quot;padding-top:0px;border-top-width:0px;&quot;&gt;
</span><del>-                            &lt;p style=&quot;padding-top:0px;margin-top:0px;&quot;&gt;These lines will not spill out of the regions. These lines will not spill out of the regions. These lines will not spill out of the regions. &lt;/p&gt;
</del><ins>+                            &lt;p style=&quot;padding-top:0px;margin-top:0px;&quot;&gt;These lines will not spill out of the region. These lines will not spill out of the region. These lines will not spill out of the region. &lt;/p&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx">                     &lt;/div&gt;
</span><span class="cx">                 &lt;/div&gt;
</span><span class="lines">@@ -81,4 +81,4 @@
</span><span class="cx">         document.getElementById('float2').style.width = '50px';
</span><span class="cx">         &lt;/script&gt;
</span><span class="cx">     &lt;/body&gt;
</span><del>-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastregionsoverflowoverflowinuniformregionsdynamichtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/regions/overflow/overflow-in-uniform-regions-dynamic.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/regions/overflow/overflow-in-uniform-regions-dynamic.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/regions/overflow/overflow-in-uniform-regions-dynamic.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -53,10 +53,10 @@
</span><span class="cx">     &lt;div id=&quot;first-box&quot;&gt;
</span><span class="cx">         &lt;div class=&quot;float left&quot; id=&quot;float1&quot;&gt;&lt;/div&gt; &lt;div class=&quot;float right&quot; id=&quot;float2&quot;&gt;&lt;/div&gt;
</span><span class="cx">         &lt;div id=&quot;second-box&quot;&gt;
</span><del>-            &lt;p&gt;These lines will not spill out of the regions. These lines will not spill out of the regions.
-            These lines will not spill out of the regions. These lines will not spill out of the regions. &lt;/p&gt;
-            &lt;p&gt;These lines will not spill out of the regions. These lines will not spill out of the regions.
-            These lines will not spill out of the regions. These lines will not spill out of the regions. &lt;/p&gt;
</del><ins>+            &lt;p&gt;These lines will not spill out of the region. These lines will not spill out of the region.
+            These lines will not spill out of the region. These lines will not spill out of the region. &lt;/p&gt;
+            &lt;p&gt;These lines will not spill out of the region. These lines will not spill out of the region.
+            These lines will not spill out of the region. These lines will not spill out of the region. &lt;/p&gt;
</ins><span class="cx">         &lt;/div&gt;
</span><span class="cx">     &lt;/div&gt;
</span><span class="cx"> &lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastshapesshapeoutsidefloatsshapeoutsidefloatsinsetroundedlargeradiusexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius-expected.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius-expected.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius-expected.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -32,18 +32,18 @@
</span><span class="cx"> &lt;/style&gt;
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> &lt;div class=&quot;container&quot; style=&quot;text-align: right&quot;&gt;
</span><del>-X&lt;br/&gt;
</del><ins>+X&amp;nbsp;&lt;br/&gt;
</ins><span class="cx">     &lt;div id=&quot;right-rounded-rect-outline&quot; class=&quot;rounded-rect&quot;&gt;&lt;/div&gt;
</span><span class="cx">     &lt;!-- generated right-rounded-rect-float-line divs will be inserted here --&gt;
</span><del>-X&lt;br/&gt;
-X&lt;br/&gt;
-X&lt;br/&gt;
-X&lt;br/&gt;
-X&lt;br/&gt;
-X&lt;br/&gt;
-X&lt;br/&gt;
-X&lt;br/&gt;
-X
</del><ins>+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;
</ins><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;script src=&quot;../resources/rounded-rectangle.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../resources/subpixel-utils.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastshapesshapeoutsidefloatsshapeoutsidefloatsinsetroundedlargeradiushtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -19,17 +19,17 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> &lt;div class=&quot;container&quot; style=&quot;text-align: right&quot;&gt;
</span><del>-X&lt;br/&gt;
</del><ins>+X&amp;nbsp;&lt;br/&gt;
</ins><span class="cx">     &lt;div style=&quot;float: right&quot; class=&quot;rounded-rect&quot;&gt;&lt;/div&gt;
</span><del>-X&lt;br/&gt;
-X&lt;br/&gt;
-X&lt;br/&gt;
-X&lt;br/&gt;
-X&lt;br/&gt;
-X&lt;br/&gt;
-X&lt;br/&gt;
-X&lt;br/&gt;
-X
</del><ins>+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;&lt;br/&gt;
+X&amp;nbsp;
</ins><span class="cx"> &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;p&gt;Requires Ahem font. There is a 0px size inset applied on the right float with 200px radius.&lt;br&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastshapesshapeoutsidefloatsshapeoutsideroundedinsetexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-inset-expected.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-inset-expected.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-inset-expected.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -18,14 +18,14 @@
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;div class='shape-outside'&gt;
</span><del>-    &lt;span style=&quot;margin-left: 66px;&quot;&gt;&lt;/span&gt;x&lt;br/&gt;
-    &lt;span style=&quot;margin-left: 74px;&quot;&gt;&lt;/span&gt;x&lt;br/&gt;
-    &lt;span style=&quot;margin-left: 78px;&quot;&gt;&lt;/span&gt;x&lt;br/&gt;
-    &lt;span style=&quot;margin-left: 80px;&quot;&gt;&lt;/span&gt;x&lt;br/&gt;
-    &lt;span style=&quot;margin-left: 80px;&quot;&gt;&lt;/span&gt;x&lt;br/&gt;
-    &lt;span style=&quot;margin-left: 78px;&quot;&gt;&lt;/span&gt;x&lt;br/&gt;
-    &lt;span style=&quot;margin-left: 74px;&quot;&gt;&lt;/span&gt;x&lt;br/&gt;
-    &lt;span style=&quot;margin-left: 66px;&quot;&gt;&lt;/span&gt;x&lt;br/&gt;
</del><ins>+    &lt;span style=&quot;margin-left: 66.25px;&quot;&gt;&lt;/span&gt;&amp;nbsp;x&lt;br/&gt;
+    &lt;span style=&quot;margin-left: 74.5px;&quot;&gt;&lt;/span&gt;&amp;nbsp;x&lt;br/&gt;
+    &lt;span style=&quot;margin-left: 78.5px;&quot;&gt;&lt;/span&gt;&amp;nbsp;x&lt;br/&gt;
+    &lt;span style=&quot;margin-left: 80px;&quot;&gt;&lt;/span&gt;&amp;nbsp;x&lt;br/&gt;
+    &lt;span style=&quot;margin-left: 80px;&quot;&gt;&lt;/span&gt;&amp;nbsp;x&lt;br/&gt;
+    &lt;span style=&quot;margin-left: 78.5px;&quot;&gt;&lt;/span&gt;&amp;nbsp;x&lt;br/&gt;
+    &lt;span style=&quot;margin-left: 74.5px;&quot;&gt;&lt;/span&gt;&amp;nbsp;x&lt;br/&gt;
+    &lt;span style=&quot;margin-left: 66.25px;&quot;&gt;&lt;/span&gt;&amp;nbsp;x&lt;br/&gt;
</ins><span class="cx"> &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;p style=&quot;margin-top: 100px;&quot;&gt;The black rectangles should respect the boundaries of the shape-outside (green circle),
</span></span></pre></div>
<a id="trunkLayoutTestsfastshapesshapeoutsidefloatsshapeoutsideroundedinsethtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -22,14 +22,14 @@
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> &lt;div class='container'&gt;
</span><span class="cx">     &lt;div class='shape-outside'&gt;&lt;/div&gt;
</span><del>-    x&lt;br/&gt;
-    x&lt;br/&gt;
-    x&lt;br/&gt;
-    x&lt;br/&gt;
-    x&lt;br/&gt;
-    x&lt;br/&gt;
-    x&lt;br/&gt;
-    x&lt;br/&gt;
</del><ins>+    &amp;nbsp;x&lt;br/&gt;
+    &amp;nbsp;x&lt;br/&gt;
+    &amp;nbsp;x&lt;br/&gt;
+    &amp;nbsp;x&lt;br/&gt;
+    &amp;nbsp;x&lt;br/&gt;
+    &amp;nbsp;x&lt;br/&gt;
+    &amp;nbsp;x&lt;br/&gt;
+    &amp;nbsp;x&lt;br/&gt;
</ins><span class="cx"> &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;p style=&quot;margin-top: 100px;&quot;&gt;The black rectangles should respect the boundaries of the shape-outside (green circle),
</span></span></pre></div>
<a id="trunkLayoutTestsfasttabletdwidthfiftypercentregressionexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/table/td-width-fifty-percent-regression-expected.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/table/td-width-fifty-percent-regression-expected.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/table/td-width-fifty-percent-regression-expected.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">         &lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
</span><span class="cx">     &lt;/tr&gt;
</span><span class="cx">     &lt;tr&gt;
</span><del>-        &lt;td colspan=&quot;2&quot;&gt;Lorem&lt;/td&gt;
</del><ins>+        &lt;td colspan=&quot;2&quot; style=&quot;font-family: Ahem;&quot;&gt;Lorem&lt;/td&gt;
</ins><span class="cx">     &lt;/tr&gt;
</span><span class="cx"> &lt;/table&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfasttabletdwidthfiftypercentregressionhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/table/td-width-fifty-percent-regression.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/table/td-width-fifty-percent-regression.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/table/td-width-fifty-percent-regression.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">         &lt;td class=&quot;fiftyPercent&quot;&gt;&lt;/td&gt;&lt;td class=&quot;fiftyPercent&quot;&gt;&lt;/td&gt;
</span><span class="cx">     &lt;/tr&gt;
</span><span class="cx">     &lt;tr&gt;
</span><del>-        &lt;td colspan=&quot;2&quot;&gt;Lorem&lt;/td&gt;
</del><ins>+        &lt;td colspan=&quot;2&quot; style=&quot;font-family: Ahem;&quot;&gt;Lorem&lt;/td&gt;
</ins><span class="cx">     &lt;/tr&gt;
</span><span class="cx"> &lt;/table&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfasttextcomplexinitialadvanceexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/text/complex-initial-advance-expected.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/text/complex-initial-advance-expected.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/text/complex-initial-advance-expected.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;meta charset=&quot;utf-8&quot;&gt;
</span><span class="cx"> &lt;/head&gt;
</span><del>-&lt;body style=&quot;font-family: Geeza Pro&quot;&gt;
</del><ins>+&lt;body style=&quot;font-family: Geeza Pro; text-rendering: optimizeSpeed;&quot;&gt;
</ins><span class="cx"> &lt;span&gt;مليئ حياةٍ مليئ&lt;/span&gt;
</span><span class="cx"> &lt;/body&gt;
</span><del>-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfasttextcomplexinitialadvancehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/text/complex-initial-advance.html (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/text/complex-initial-advance.html        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/fast/text/complex-initial-advance.html        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;meta charset=&quot;utf-8&quot;&gt;
</span><span class="cx"> &lt;/head&gt;
</span><del>-&lt;body style=&quot;font-family: Geeza Pro&quot;&gt;
</del><ins>+&lt;body style=&quot;font-family: Geeza Pro; text-rendering: optimizeSpeed;&quot;&gt;
</ins><span class="cx"> &lt;span&gt;مليئ&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;حياةٍ&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;مليئ&lt;/span&gt;
</span><span class="cx"> &lt;/body&gt;
</span><del>-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (180795 => 180796)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations        2015-02-28 00:23:15 UTC (rev 180795)
+++ trunk/LayoutTests/platform/mac/TestExpectations        2015-02-28 00:28:12 UTC (rev 180796)
</span><span class="lines">@@ -1213,26 +1213,6 @@
</span><span class="cx"> fast/canvas/canvas-fillRect-gradient-shadow.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Kerning, Ligatures, and Printer Fonts caused these tests to fail
</span><del>-# The following tests are reftests
-webkit.org/b/139968 fast/css-generated-content/after-with-inline-continuation.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/css-intrinsic-dimensions/width-avoid-floats.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/css/object-fit/object-fit-canvas.html [ Pass ImageOnlyFailure ]
-webkit.org/b/139968 fast/css/word-spacing-between-blocks.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/css/word-spacing-between-inlines.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/css/word-spacing-characters.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/css3-text/css3-text-decoration/no-gap-between-two-rounded-textboxes.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/inline/hidpi-select-inline-on-subpixel-position.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/multicol/cell-shrinkback.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/multicol/newmulticol/breaks-3-columns-3.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/regions/last-region-border-radius.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/regions/overflow/overflow-first-and-last-regions.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/regions/overflow/overflow-in-uniform-regions-dynamic.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/table/td-width-fifty-percent-regression.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/text/complex-initial-advance.html [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/139968 fast/text/font-kerning.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/139968 fast/text/font-variant-ligatures.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/139968 fast/text/whitespace/inline-whitespace-wrapping-7.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1244,8 +1224,16 @@
</span><span class="cx"> webkit.org/b/139968 svg/text/tspan-outline.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/139968 svg/transforms/transformed-text-fill-gradient.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><ins>+# Word-spacing is incorrectly applied
+webkit.org/b/142086 fast/css/word-spacing-between-blocks.html [ ImageOnlyFailure ]
+webkit.org/b/142086 fast/css/word-spacing-between-inlines.html [ ImageOnlyFailure ]
+webkit.org/b/142086 fast/css/word-spacing-characters.html [ ImageOnlyFailure ]
+
+# Underlines' starting and ending positions need to be pixel-snapped
+webkit.org/b/142087 fast/css3-text/css3-text-decoration/no-gap-between-two-rounded-textboxes.html [ ImageOnlyFailure ]
+webkit.org/b/142087 fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit.html [ ImageOnlyFailure ]
+
</ins><span class="cx"> # Tests that fail with the SVG -&gt; OTF font converter, but are lower priority than live-on
</span><del>-webkit.org/b/140537 fast/css/ex-unit-with-no-x-height.html [ Failure ]
</del><span class="cx"> webkit.org/b/140588 svg/W3C-SVG-1.1/fonts-desc-02-t.svg [ Failure ]
</span><span class="cx"> webkit.org/b/137096 svg/W3C-SVG-1.1/text-altglyph-01-b.svg [ Failure ]
</span><span class="cx"> webkit.org/b/137096 svg/custom/altglyph.svg [ Failure ]
</span><span class="lines">@@ -1264,7 +1252,11 @@
</span><span class="cx"> webkit.org/b/139968 svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg [ Failure ]
</span><span class="cx"> webkit.org/b/139968 svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg [ Failure ]
</span><span class="cx"> webkit.org/b/139968 svg/custom/svg-fonts-without-missing-glyph.xhtml [ Pass Failure ]
</span><ins>+webkit.org/b/140537 fast/css/ex-unit-with-no-x-height.html [ Failure ]
</ins><span class="cx"> 
</span><ins>+# Subpixel bug about rounding
+webkit.org/b/142065 fast/css-intrinsic-dimensions/width-avoid-floats.html [ ImageOnlyFailure ]
+
</ins><span class="cx"> # Sometimes has an extra space at the end
</span><span class="cx"> fast/forms/focus-selection-textarea.html [ Pass Failure ]
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>