<!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>[181474] 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/181474">181474</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2015-03-13 00:18:22 -0700 (Fri, 13 Mar 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed GTK+ Gardening
https://bugs.webkit.org/show_bug.cgi?id=142620

Rebaseline the missing test result

Patch by Hunseop Jeong &lt;hs85.jeong@samsung.com&gt; on 2015-03-13

* platform/gtk/fast/borders/mixed-border-style2-expected.png: Added.
* platform/gtk/fast/css/css2-system-fonts-expected.txt: Added.
* platform/gtk/fast/text/tatechuyoko-expected.txt: Added.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformgtkfastbordersmixedborderstyle2expectedpng">trunk/LayoutTests/platform/gtk/fast/borders/mixed-border-style2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcsscss2systemfontsexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css/css2-system-fonts-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttexttatechuyokoexpectedtxt">trunk/LayoutTests/platform/gtk/fast/text/tatechuyoko-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (181473 => 181474)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-03-13 06:26:40 UTC (rev 181473)
+++ trunk/LayoutTests/ChangeLog        2015-03-13 07:18:22 UTC (rev 181474)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2015-03-13  Hunseop Jeong  &lt;hs85.jeong@samsung.com&gt;
+
+        Unreviewed GTK+ Gardening
+        https://bugs.webkit.org/show_bug.cgi?id=142620
+
+        Rebaseline the missing test result
+
+        * platform/gtk/fast/borders/mixed-border-style2-expected.png: Added.
+        * platform/gtk/fast/css/css2-system-fonts-expected.txt: Added.
+        * platform/gtk/fast/text/tatechuyoko-expected.txt: Added.
+
</ins><span class="cx"> 2015-03-12  Ryosuke Niwa  &lt;rniwa@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         REGRESSION(r180726): Removing an empty line at the end of textarea clears the entire texture
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastbordersmixedborderstyle2expectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/fast/borders/mixed-border-style2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/fast/borders/mixed-border-style2-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkfastcsscss2systemfontsexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/css/css2-system-fonts-expected.txt (0 => 181474)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css/css2-system-fonts-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/css/css2-system-fonts-expected.txt        2015-03-13 07:18:22 UTC (rev 181474)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+This tests platform specific system font styles. If any of the styles appear in monospace the test fails.
+caption: normal normal normal 16px/17px 'Liberation Sans'
+icon: normal normal normal 16px/17px 'Liberation Sans'
+menu: normal normal normal 16px/17px 'Liberation Sans'
+message-box: normal normal normal 16px/17px 'Liberation Sans'
+small-caption: normal normal normal 16px/17px 'Liberation Sans'
+status-bar: normal normal normal 16px/17px 'Liberation Sans'
+-webkit-mini-control: normal normal normal 16px/17px 'Liberation Sans'
+-webkit-small-control: normal normal normal 16px/17px 'Liberation Sans'
+-webkit-control: normal normal normal 16px/17px 'Liberation Sans'
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttexttatechuyokoexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/text/tatechuyoko-expected.txt (0 => 181474)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/text/tatechuyoko-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/text/tatechuyoko-expected.txt        2015-03-13 07:18:22 UTC (rev 181474)
</span><span class="lines">@@ -0,0 +1,23 @@
</span><ins>+layer at (0,0) size 785x658
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x658
+  RenderBlock {HTML} at (0,0) size 785x658
+    RenderBody {BODY} at (8,16) size 769x634
+      RenderBlock {P} at (0,0) size 769x34
+        RenderText {#text} at (0,0) size 256x17
+          text run at (0,0) width 256: &quot;\x{300C}\x{5411}\x{898B}\x{8AD6}\x{6CBB}\x{9053}\x{66F8}\x{FF0C}\x{5176}\x{9593}\x{6B32}\x{4EFF}\x{4E95}\x{7530}\x{4E4B}\x{610F}&quot;
+        RenderInline {SPAN} at (0,0) size 16x17
+          RenderCombineText {#text} at (256,0) size 16x17
+            text run at (256,0) width 16: &quot;12&quot;
+        RenderText {#text} at (272,0) size 768x34
+          text run at (272,0) width 496: &quot;\x{FF0C}\x{800C}\x{79D1}\x{689D}\x{5DDE}\x{90E1}\x{8CA1}\x{8CE6}\x{4E4B}\x{985E}\x{FF0C}\x{6B64}\x{56FA}\x{70BA}\x{6CBB}\x{4E4B}\x{5177}\x{3002}\x{7136}\x{65BD}\x{4E4B}\x{7576}\x{6709}\x{6B21}\x{7B2C}\x{3002}\x{4ECA}\x{65E5}\x{5148}\x{52D9}\x{FF0C}&quot;
+          text run at (0,17) width 80: &quot;\x{6050}\x{7576}\x{555F}\x{8FEA}\x{4E3B}\x{5FC3}&quot;
+      RenderBlock {P} at (16,50) size 34x584
+        RenderText {#text} at (0,0) size 17x272
+          text run at (0,0) width 272: &quot;\x{300C}\x{5411}\x{898B}\x{8AD6}\x{6CBB}\x{9053}\x{66F8}\x{FF0C}\x{5176}\x{9593}\x{6B32}\x{4EFF}\x{4E95}\x{7530}\x{4E4B}\x{610F}&quot;
+        RenderInline {SPAN} at (0,0) size 17x16
+          RenderCombineText {#text} at (0,272) size 17x16
+            text run at (0,272) width 16: &quot;\x{FFFC}&quot;
+        RenderText {#text} at (0,288) size 34x560
+          text run at (0,288) width 272: &quot;\x{FF0C}\x{800C}\x{79D1}\x{689D}\x{5DDE}\x{90E1}\x{8CA1}\x{8CE6}\x{4E4B}\x{985E}\x{FF0C}\x{6B64}\x{56FA}\x{70BA}\x{6CBB}\x{4E4B}&quot;
+          text run at (17,0) width 340: &quot;\x{5177}\x{3002}\x{7136}\x{65BD}\x{4E4B}\x{7576}\x{6709}\x{6B21}\x{7B2C}\x{3002}\x{4ECA}\x{65E5}\x{5148}\x{52D9}\x{FF0C}\x{6050}\x{7576}\x{555F}\x{8FEA}\x{4E3B}\x{5FC3}&quot;
</ins></span></pre>
</div>
</div>

</body>
</html>