<!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>[161872] 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/161872">161872</a></dd>
<dt>Author</dt> <dd>zandobersek@gmail.com</dd>
<dt>Date</dt> <dd>2014-01-13 02:45:01 -0800 (Mon, 13 Jan 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed GTK gardening. Rebaselining after <a href="http://trac.webkit.org/projects/webkit/changeset/161696">r161696</a>. Adding failure expectations
for a few reference tests that were introduced in <a href="http://trac.webkit.org/projects/webkit/changeset/161573">r161573</a> and <a href="http://trac.webkit.org/projects/webkit/changeset/161626">r161626</a>.

* platform/gtk/TestExpectations:
* platform/gtk/css1/text_properties/word_spacing-expected.png:
* platform/gtk/css1/text_properties/word_spacing-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1text_propertiesword_spacingexpectedpng">trunk/LayoutTests/platform/gtk/css1/text_properties/word_spacing-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1text_propertiesword_spacingexpectedtxt">trunk/LayoutTests/platform/gtk/css1/text_properties/word_spacing-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (161871 => 161872)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-01-13 10:44:18 UTC (rev 161871)
+++ trunk/LayoutTests/ChangeLog        2014-01-13 10:45:01 UTC (rev 161872)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-01-13  Zan Dobersek  &lt;zdobersek@igalia.com&gt;
+
+        Unreviewed GTK gardening. Rebaselining after r161696. Adding failure expectations
+        for a few reference tests that were introduced in r161573 and r161626.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/css1/text_properties/word_spacing-expected.png:
+        * platform/gtk/css1/text_properties/word_spacing-expected.txt:
+
</ins><span class="cx"> 2014-01-13  László Langó  &lt;llango.u-szeged@partner.samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Comment should be consructable.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (161871 => 161872)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-01-13 10:44:18 UTC (rev 161871)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-01-13 10:45:01 UTC (rev 161872)
</span><span class="lines">@@ -1520,6 +1520,11 @@
</span><span class="cx"> webkit.org/b/124770 fast/forms/select-accesskey.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/124834 fast/block/float/clear-negative-margin-top.html [ ImageOnlyFailure ]
</span><ins>+webkit.org/b/124834 fast/regions/overflow-in-variable-width-regions-inline-bt.html [ ImageOnlyFailure ]
+webkit.org/b/124834 fast/regions/overflow-in-variable-width-regions-inline-continuation.html [ ImageOnlyFailure ]
+webkit.org/b/124834 fast/regions/overflow-in-variable-width-regions-inline-lr.html [ ImageOnlyFailure ]
+webkit.org/b/124834 fast/regions/overflow-in-variable-width-regions-inline-rl.html [ ImageOnlyFailure ]
+webkit.org/b/124834 fast/regions/overflow-in-variable-width-regions-inline.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/125071 fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1538,6 +1543,8 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/126619 http/tests/media/video-auth.html [ Failure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/126879 fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-tall-underlines.html [ ImageOnlyFailure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests failing
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1text_propertiesword_spacingexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/text_properties/word_spacing-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1text_propertiesword_spacingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/text_properties/word_spacing-expected.txt (161871 => 161872)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/text_properties/word_spacing-expected.txt        2014-01-13 10:44:18 UTC (rev 161871)
+++ trunk/LayoutTests/platform/gtk/css1/text_properties/word_spacing-expected.txt        2014-01-13 10:45:01 UTC (rev 161872)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><del>-layer at (0,0) size 785x973
</del><ins>+layer at (0,0) size 785x892
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x973
-  RenderBlock {HTML} at (0,0) size 785x973
-    RenderBody {BODY} at (8,8) size 769x957 [bgcolor=#CCCCCC]
</del><ins>+layer at (0,0) size 785x892
+  RenderBlock {HTML} at (0,0) size 785x892
+    RenderBody {BODY} at (8,8) size 769x876 [bgcolor=#CCCCCC]
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 355x17
</span><span class="cx">           text run at (0,0) width 355: &quot;The style declarations which apply to the text below are:&quot;
</span><del>-      RenderBlock {PRE} at (0,33) size 769x180
-        RenderText {#text} at (0,0) size 248x180
</del><ins>+      RenderBlock {PRE} at (0,33) size 769x165
+        RenderText {#text} at (0,0) size 232x165
</ins><span class="cx">           text run at (0,0) width 216: &quot;.one {word-spacing: 0.3in;}&quot;
</span><span class="cx">           text run at (216,0) width 0: &quot; &quot;
</span><span class="cx">           text run at (0,15) width 216: &quot;.two {word-spacing: 0.5cm;}&quot;
</span><span class="lines">@@ -26,34 +26,32 @@
</span><span class="cx">           text run at (216,105) width 0: &quot; &quot;
</span><span class="cx">           text run at (0,120) width 232: &quot;.nine {word-spacing: normal;}&quot;
</span><span class="cx">           text run at (232,120) width 0: &quot; &quot;
</span><del>-          text run at (0,135) width 208: &quot;.ten {word-spacing: 300%;}&quot;
-          text run at (208,135) width 0: &quot; &quot;
-          text run at (0,150) width 248: &quot;.eleven {word-spacing: -0.2em;}&quot;
-          text run at (248,150) width 0: &quot; &quot;
-          text run at (0,165) width 0: &quot; &quot;
-      RenderBlock {HR} at (0,226) size 769x2 [border: (1px inset #000000)]
-      RenderBlock {P} at (0,244) size 769x17
</del><ins>+          text run at (0,135) width 224: &quot;.ten {word-spacing: -0.2em;}&quot;
+          text run at (224,135) width 0: &quot; &quot;
+          text run at (0,150) width 0: &quot; &quot;
+      RenderBlock {HR} at (0,211) size 769x2 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,229) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 709x17
</span><span class="cx">           text run at (0,0) width 709: &quot;This words in this sentence should have extra space between them.&quot;
</span><del>-      RenderBlock {P} at (0,277) size 769x17
</del><ins>+      RenderBlock {P} at (0,262) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 610x17
</span><span class="cx">           text run at (0,0) width 610: &quot;This words in this sentence should have extra space between them.&quot;
</span><del>-      RenderBlock {P} at (0,310) size 769x17
</del><ins>+      RenderBlock {P} at (0,295) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 610x17
</span><span class="cx">           text run at (0,0) width 610: &quot;This words in this sentence should have extra space between them.&quot;
</span><del>-      RenderBlock {P} at (0,343) size 769x17
</del><ins>+      RenderBlock {P} at (0,328) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 461x17
</span><span class="cx">           text run at (0,0) width 461: &quot;This words in this sentence should have extra space between them.&quot;
</span><del>-      RenderBlock {P} at (0,376) size 769x17
</del><ins>+      RenderBlock {P} at (0,361) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 461x17
</span><span class="cx">           text run at (0,0) width 461: &quot;This words in this sentence should have extra space between them.&quot;
</span><del>-      RenderBlock {P} at (0,409) size 769x17
</del><ins>+      RenderBlock {P} at (0,394) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 581x17
</span><span class="cx">           text run at (0,0) width 581: &quot;This words in this sentence should have extra space between them.&quot;
</span><del>-      RenderBlock {P} at (0,442) size 769x17
</del><ins>+      RenderBlock {P} at (0,427) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 501x17
</span><span class="cx">           text run at (0,0) width 501: &quot;This words in this sentence should have extra space between them.&quot;
</span><del>-      RenderBlock {P} at (0,475) size 769x34
</del><ins>+      RenderBlock {P} at (0,460) size 769x34
</ins><span class="cx">         RenderText {#text} at (0,0) size 751x17
</span><span class="cx">           text run at (0,0) width 751: &quot;This words in this sentence should have extra space between them, but the last few words in the sentence&quot;
</span><span class="cx">         RenderInline {SPAN} at (0,0) size 176x17
</span><span class="lines">@@ -61,24 +59,21 @@
</span><span class="cx">             text run at (0,17) width 176: &quot;should have normal spacing&quot;
</span><span class="cx">         RenderText {#text} at (176,17) size 4x17
</span><span class="cx">           text run at (176,17) width 4: &quot;.&quot;
</span><del>-      RenderBlock {P} at (0,525) size 769x17
-        RenderText {#text} at (0,0) size 668x17
-          text run at (0,0) width 668: &quot;This sentence should have normal word-spacing, since percentage values are not allowed on this property.&quot;
-      RenderBlock {P} at (0,558) size 769x17
</del><ins>+      RenderBlock {P} at (0,510) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x17
</span><span class="cx">           text run at (0,0) width 704: &quot;This words in this sentence should have reduced space between them, since negative values are allowed on this property.&quot;
</span><del>-      RenderTable {TABLE} at (0,591) size 769x366 [border: (1px outset #808080)]
-        RenderTableSection {TBODY} at (1,1) size 767x364
</del><ins>+      RenderTable {TABLE} at (0,543) size 769x333 [border: (1px outset #808080)]
+        RenderTableSection {TBODY} at (1,1) size 767x331
</ins><span class="cx">           RenderTableRow {TR} at (0,0) size 767x25
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 767x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderInline {STRONG} at (0,0) size 163x17
</span><span class="cx">                 RenderText {#text} at (4,4) size 163x17
</span><span class="cx">                   text run at (4,4) width 163: &quot;TABLE Testing Section&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 767x339
-            RenderTableCell {TD} at (0,182) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,25) size 767x306
+            RenderTableCell {TD} at (0,165) size 12x25 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (4,4) size 4x17
</span><span class="cx">                 text run at (4,4) width 4: &quot; &quot;
</span><del>-            RenderTableCell {TD} at (12,25) size 755x339 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (12,25) size 755x306 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (4,4) size 747x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 709x17
</span><span class="cx">                   text run at (0,0) width 709: &quot;This words in this sentence should have extra space between them.&quot;
</span><span class="lines">@@ -110,8 +105,5 @@
</span><span class="cx">                 RenderText {#text} at (239,17) size 4x17
</span><span class="cx">                   text run at (239,17) width 4: &quot;.&quot;
</span><span class="cx">               RenderBlock {P} at (4,285) size 747x17
</span><del>-                RenderText {#text} at (0,0) size 668x17
-                  text run at (0,0) width 668: &quot;This sentence should have normal word-spacing, since percentage values are not allowed on this property.&quot;
-              RenderBlock {P} at (4,318) size 747x17
</del><span class="cx">                 RenderText {#text} at (0,0) size 704x17
</span><span class="cx">                   text run at (0,0) width 704: &quot;This words in this sentence should have reduced space between them, since negative values are allowed on this property.&quot;
</span></span></pre>
</div>
</div>

</body>
</html>