<!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>[178678] 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/178678">178678</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2015-01-19 15:43:42 -0800 (Mon, 19 Jan 2015)</dd>
</dl>

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

Rebaseline a few tests based on current bot output.

* platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
* platform/win/fast/regions/region-dynamic-after-before-expected.txt:
* platform/win/fast/regions/region-generated-content-before-after-expected.txt:
* platform/win/fast/regions/text-region-split-small-pagination-expected.txt:
* platform/win/fast/text/international/thai-baht-space-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastregionsmultipledirectionalitychangesinvariablewidthregionsexpectedtxt">trunk/LayoutTests/platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastregionsregiondynamicafterbeforeexpectedtxt">trunk/LayoutTests/platform/win/fast/regions/region-dynamic-after-before-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastregionsregiongeneratedcontentbeforeafterexpectedtxt">trunk/LayoutTests/platform/win/fast/regions/region-generated-content-before-after-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastregionstextregionsplitsmallpaginationexpectedtxt">trunk/LayoutTests/platform/win/fast/regions/text-region-split-small-pagination-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasttextinternationalthaibahtspaceexpectedtxt">trunk/LayoutTests/platform/win/fast/text/international/thai-baht-space-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (178677 => 178678)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-01-19 23:25:02 UTC (rev 178677)
+++ trunk/LayoutTests/ChangeLog        2015-01-19 23:43:42 UTC (rev 178678)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2015-01-19  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Unreviewed Windows gardening.
+
+        Rebaseline a few tests based on current bot output.
+
+        * platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
+        * platform/win/fast/regions/region-dynamic-after-before-expected.txt:
+        * platform/win/fast/regions/region-generated-content-before-after-expected.txt:
+        * platform/win/fast/regions/text-region-split-small-pagination-expected.txt:
+        * platform/win/fast/text/international/thai-baht-space-expected.txt:
+
</ins><span class="cx"> 2015-01-19  Roger Fong  &lt;roger_fong@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Mac] Test fix after r178674.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastregionsmultipledirectionalitychangesinvariablewidthregionsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt (178677 => 178678)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt        2015-01-19 23:25:02 UTC (rev 178677)
+++ trunk/LayoutTests/platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt        2015-01-19 23:43:42 UTC (rev 178678)
</span><span class="lines">@@ -26,16 +26,16 @@
</span><span class="cx">                   text run at (-17,18) width 248: &quot;the region. This line of text should not&quot;
</span><span class="cx">                   text run at (-17,36) width 248: &quot;get out of the region. This line of text&quot;
</span><span class="cx">                   text run at (0,57) width 314: &quot;should not get out of the region. This line of text&quot;
</span><del>-                  text run at (0,75) width 205: &quot;should not get out of the region.&quot;
</del><ins>+                  text run at (0,75) width 201: &quot;should not get out of the region.&quot;
</ins><span class="cx">               RenderBlock {P} at (1,126) size 314x72
</span><span class="cx">                 RenderText {#text} at (0,0) size 314x71
</span><span class="cx">                   text run at (0,0) width 314: &quot;This line of text should not get out of the region.&quot;
</span><span class="cx">                   text run at (0,18) width 314: &quot;This line of text should not get out of the region.&quot;
</span><span class="cx">                   text run at (0,36) width 314: &quot;This line of text should not get out of the region.&quot;
</span><del>-                  text run at (0,54) width 311: &quot;This line of text should not get out of the region.&quot;
</del><ins>+                  text run at (0,54) width 304: &quot;This line of text should not get out of the region.&quot;
</ins><span class="cx">               RenderBlock {P} at (1,214) size 314x18
</span><del>-                RenderText {#text} at (0,0) size 311x17
-                  text run at (0,0) width 311: &quot;This line of text should not get out of the region.&quot;
</del><ins>+                RenderText {#text} at (0,0) size 304x17
+                  text run at (0,0) width 304: &quot;This line of text should not get out of the region.&quot;
</ins><span class="cx">     Regions for named flow 'flow1'
</span><span class="cx">       RenderNamedFlowFragment (anonymous child of {DIV} #region1)
</span><span class="cx">       RenderNamedFlowFragment (anonymous child of {DIV} #region2)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastregionsregiondynamicafterbeforeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/regions/region-dynamic-after-before-expected.txt (178677 => 178678)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/regions/region-dynamic-after-before-expected.txt        2015-01-19 23:25:02 UTC (rev 178677)
+++ trunk/LayoutTests/platform/win/fast/regions/region-dynamic-after-before-expected.txt        2015-01-19 23:43:42 UTC (rev 178678)
</span><span class="lines">@@ -6,21 +6,21 @@
</span><span class="cx"> layer at (8,8) size 80x112
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (0,0) size 80x112 [bgcolor=#D3D3D3]
</span><span class="cx">     RenderNamedFlowFragment at (0,16) size 80x96
</span><del>-layer at (8,8) size 66x18
-  RenderBlock (positioned) at (0,0) size 66x18
-    RenderText at (0,0) size 66x18
-      text run at (0,0) width 66: &quot;BEFORE&quot;
-layer at (34,102) size 54x18
-  RenderBlock (positioned) at (25,94) size 55x18
-    RenderText at (0,0) size 55x18
-      text run at (0,0) width 55: &quot;AFTER&quot;
</del><ins>+layer at (8,8) size 67x18
+  RenderBlock (positioned) at (0,0) size 67x18
+    RenderText at (0,0) size 67x18
+      text run at (0,0) width 67: &quot;BEFORE&quot;
+layer at (32,102) size 56x18
+  RenderBlock (positioned) at (24,94) size 56x18
+    RenderText at (0,0) size 56x18
+      text run at (0,0) width 56: &quot;AFTER&quot;
</ins><span class="cx"> Named flows
</span><span class="cx">   Named flow 'namedFlow'
</span><span class="cx">     layer at (0,0) size 80x96
</span><span class="cx">       RenderNamedFlowThread at (0,0) size 80x96
</span><span class="cx">         RenderBlock {P} at (0,16) size 80x36
</span><del>-          RenderText {#text} at (0,0) size 79x35
-            text run at (0,0) width 79: &quot;some text to&quot;
</del><ins>+          RenderText {#text} at (0,0) size 76x35
+            text run at (0,0) width 76: &quot;some text to&quot;
</ins><span class="cx">             text run at (0,18) width 29: &quot;flow&quot;
</span><span class="cx">     Regions for named flow 'namedFlow'
</span><span class="cx">       RenderNamedFlowFragment (anonymous child of {DIV} #region)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastregionsregiongeneratedcontentbeforeafterexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/regions/region-generated-content-before-after-expected.txt (178677 => 178678)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/regions/region-generated-content-before-after-expected.txt        2015-01-19 23:25:02 UTC (rev 178677)
+++ trunk/LayoutTests/platform/win/fast/regions/region-generated-content-before-after-expected.txt        2015-01-19 23:43:42 UTC (rev 178678)
</span><span class="lines">@@ -6,21 +6,21 @@
</span><span class="cx"> layer at (8,8) size 80x112
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (0,0) size 80x112 [bgcolor=#D3D3D3]
</span><span class="cx">     RenderNamedFlowFragment at (0,16) size 80x96
</span><del>-layer at (8,8) size 66x18
-  RenderBlock (positioned) at (0,0) size 66x18
-    RenderText at (0,0) size 66x18
-      text run at (0,0) width 66: &quot;BEFORE&quot;
-layer at (34,102) size 54x18
-  RenderBlock (positioned) at (25,94) size 55x18
-    RenderText at (0,0) size 55x18
-      text run at (0,0) width 55: &quot;AFTER&quot;
</del><ins>+layer at (8,8) size 67x18
+  RenderBlock (positioned) at (0,0) size 67x18
+    RenderText at (0,0) size 67x18
+      text run at (0,0) width 67: &quot;BEFORE&quot;
+layer at (32,102) size 56x18
+  RenderBlock (positioned) at (24,94) size 56x18
+    RenderText at (0,0) size 56x18
+      text run at (0,0) width 56: &quot;AFTER&quot;
</ins><span class="cx"> Named flows
</span><span class="cx">   Named flow 'namedFlow'
</span><span class="cx">     layer at (0,0) size 80x96
</span><span class="cx">       RenderNamedFlowThread at (0,0) size 80x96
</span><span class="cx">         RenderBlock {P} at (0,16) size 80x36
</span><del>-          RenderText {#text} at (0,0) size 79x35
-            text run at (0,0) width 79: &quot;some text to&quot;
</del><ins>+          RenderText {#text} at (0,0) size 76x35
+            text run at (0,0) width 76: &quot;some text to&quot;
</ins><span class="cx">             text run at (0,18) width 29: &quot;flow&quot;
</span><span class="cx">     Regions for named flow 'namedFlow'
</span><span class="cx">       RenderNamedFlowFragment (anonymous child of {DIV} #region)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastregionstextregionsplitsmallpaginationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/regions/text-region-split-small-pagination-expected.txt (178677 => 178678)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/regions/text-region-split-small-pagination-expected.txt        2015-01-19 23:25:02 UTC (rev 178677)
+++ trunk/LayoutTests/platform/win/fast/regions/text-region-split-small-pagination-expected.txt        2015-01-19 23:43:42 UTC (rev 178678)
</span><span class="lines">@@ -24,20 +24,20 @@
</span><span class="cx">             RenderInline {B} at (0,0) size 111x18
</span><span class="cx">               RenderText {#text} at (0,0) size 111x18
</span><span class="cx">                 text run at (0,0) width 111: &quot;Text in region 2.&quot;
</span><del>-            RenderText {#text} at (110,0) size 143x35
-              text run at (110,0) width 33: &quot; This&quot;
-              text run at (0,18) width 100: &quot;paragraph has \&quot;&quot;
-            RenderInline {I} at (0,0) size 199x50
-              RenderText {#text} at (99,18) size 199x50
-                text run at (99,18) width 100: &quot;-webkit-region-&quot;
-                text run at (0,50) width 126: &quot;break-after: always&quot;
-            RenderText {#text} at (125,50) size 15x17
-              text run at (125,50) width 15: &quot;\&quot;. &quot;
-            RenderInline {B} at (0,0) size 181x68
-              RenderText {#text} at (139,50) size 181x68
-                text run at (139,50) width 42: &quot;There&quot;
-                text run at (0,68) width 169: &quot;should be nothing in this&quot;
-                text run at (0,100) width 142: &quot;region after this line.&quot;
</del><ins>+            RenderText {#text} at (111,0) size 143x35
+              text run at (111,0) width 32: &quot; This&quot;
+              text run at (0,18) width 99: &quot;paragraph has \&quot;&quot;
+            RenderInline {I} at (0,0) size 196x50
+              RenderText {#text} at (99,18) size 196x50
+                text run at (99,18) width 97: &quot;-webkit-region-&quot;
+                text run at (0,50) width 123: &quot;break-after: always&quot;
+            RenderText {#text} at (123,50) size 15x17
+              text run at (123,50) width 15: &quot;\&quot;. &quot;
+            RenderInline {B} at (0,0) size 179x68
+              RenderText {#text} at (138,50) size 181x68
+                text run at (139,50) width 41: &quot;There&quot;
+                text run at (0,68) width 166: &quot;should be nothing in this&quot;
+                text run at (0,100) width 139: &quot;region after this line.&quot;
</ins><span class="cx">     Regions for named flow 'flow'
</span><span class="cx">       RenderNamedFlowFragment (anonymous child of {DIV} #region1)
</span><span class="cx">       RenderNamedFlowFragment (anonymous child of {DIV} #region2)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasttextinternationalthaibahtspaceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/text/international/thai-baht-space-expected.txt (178677 => 178678)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/text/international/thai-baht-space-expected.txt        2015-01-19 23:25:02 UTC (rev 178677)
+++ trunk/LayoutTests/platform/win/fast/text/international/thai-baht-space-expected.txt        2015-01-19 23:43:42 UTC (rev 178678)
</span><span class="lines">@@ -13,8 +13,8 @@
</span><span class="cx">           text run at (121,0) width 658: &quot;. Characters belonging to 'Common' script followed / preceeded by a space should be rendered correctly.&quot;
</span><span class="cx">           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;
</span><span class="cx">       RenderBlock {P} at (0,52) size 784x40
</span><del>-        RenderText {#text} at (0,0) size 289x18
-          text run at (0,0) width 289: &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;
</del><ins>+        RenderText {#text} at (0,2) size 289x18
+          text run at (0,2) width 289: &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 class="cx">         RenderBR {BR} at (289,16) size 0x0
</span><span class="cx">         RenderText {#text} at (0,22) size 289x18
</span><span class="cx">           text run at (0,22) width 289: &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;
</span></span></pre>
</div>
</div>

</body>
</html>