<!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>[159841] 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/159841">159841</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2013-11-28 07:27:04 -0800 (Thu, 28 Nov 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>[EFL] Layout tests need to be rebaselined.
https://bugs.webkit.org/show_bug.cgi?id=124879

Unreviewed, EFL rebaseline.

EFL tests need to be rebaselined after <a href="http://trac.webkit.org/projects/webkit/changeset/159747">r159747</a>

Patch by Jongwoo Choi &lt;jw0330.choi@samsung.com&gt; on 2013-11-28

* platform/efl/fast/table/011-expected.txt:
* platform/efl/fast/table/border-collapsing/004-expected.txt:
* platform/efl/fast/table/tableInsideCaption-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformeflfasttable011expectedtxt">trunk/LayoutTests/platform/efl/fast/table/011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflfasttablebordercollapsing004expectedtxt">trunk/LayoutTests/platform/efl/fast/table/border-collapsing/004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflfasttabletableInsideCaptionexpectedtxt">trunk/LayoutTests/platform/efl/fast/table/tableInsideCaption-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (159840 => 159841)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2013-11-28 15:15:49 UTC (rev 159840)
+++ trunk/LayoutTests/ChangeLog        2013-11-28 15:27:04 UTC (rev 159841)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2013-11-28  Jongwoo Choi  &lt;jw0330.choi@samsung.com&gt;
+
+        [EFL] Layout tests need to be rebaselined.
+        https://bugs.webkit.org/show_bug.cgi?id=124879
+
+        Unreviewed, EFL rebaseline.
+
+        EFL tests need to be rebaselined after r159747
+
+        * platform/efl/fast/table/011-expected.txt:
+        * platform/efl/fast/table/border-collapsing/004-expected.txt:
+        * platform/efl/fast/table/tableInsideCaption-expected.txt:
+
</ins><span class="cx"> 2013-11-27  Gustavo Noronha Silva  &lt;gustavo.noronha@collabora.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [GTK] Support custom types for drag and drop data
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfasttable011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/fast/table/011-expected.txt (159840 => 159841)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/fast/table/011-expected.txt        2013-11-28 15:15:49 UTC (rev 159840)
+++ trunk/LayoutTests/platform/efl/fast/table/011-expected.txt        2013-11-28 15:27:04 UTC (rev 159841)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x88
-  RenderBlock {HTML} at (0,0) size 800x88
-    RenderBody {BODY} at (8,8) size 784x72
-      RenderTable {TABLE} at (0,0) size 66x72
</del><ins>+layer at (0,0) size 800x80
+  RenderBlock {HTML} at (0,0) size 800x80
+    RenderBody {BODY} at (8,8) size 784x64
+      RenderTable {TABLE} at (0,0) size 66x64
</ins><span class="cx">         RenderTableSection {THEAD} at (0,0) size 66x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 66x20
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 14x20 [color=#FF0000] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -18,31 +18,31 @@
</span><span class="cx">             RenderTableCell {TH} at (50,2) size 14x20 [color=#FF0000] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 12x17
</span><span class="cx">                 text run at (1,1) width 12: &quot;D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,48) size 66x24
-          RenderTableRow {TR} at (0,2) size 66x20
-            RenderTableCell {TH} at (2,2) size 14x20 [color=#0000FF] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (0,44) size 66x20
+          RenderTableRow {TR} at (0,0) size 66x18
+            RenderTableCell {TH} at (2,-1) size 14x20 [color=#0000FF] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,1) size 10x17
</span><span class="cx">                 text run at (2,1) width 10: &quot;F&quot;
</span><del>-            RenderTableCell {TH} at (18,2) size 14x20 [color=#0000FF] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (18,-1) size 14x20 [color=#0000FF] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 12x17
</span><span class="cx">                 text run at (1,1) width 12: &quot;O&quot;
</span><del>-            RenderTableCell {TH} at (34,2) size 14x20 [color=#0000FF] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (34,-1) size 14x20 [color=#0000FF] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 12x17
</span><span class="cx">                 text run at (1,1) width 12: &quot;O&quot;
</span><del>-            RenderTableCell {TH} at (50,2) size 14x20 [color=#0000FF] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (50,-1) size 14x20 [color=#0000FF] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 12x17
</span><span class="cx">                 text run at (1,1) width 12: &quot;T&quot;
</span><del>-        RenderTableSection {TBODY} at (0,24) size 66x24
-          RenderTableRow {TR} at (0,2) size 66x20
-            RenderTableCell {TD} at (2,2) size 14x20 [color=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,24) size 66x20
+          RenderTableRow {TR} at (0,0) size 66x18
+            RenderTableCell {TD} at (2,-1) size 14x20 [color=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x17
</span><span class="cx">                 text run at (1,1) width 8: &quot;b&quot;
</span><del>-            RenderTableCell {TD} at (18,2) size 14x20 [color=#008000] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (18,-1) size 14x20 [color=#008000] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x17
</span><span class="cx">                 text run at (1,1) width 8: &quot;o&quot;
</span><del>-            RenderTableCell {TD} at (34,2) size 14x20 [color=#008000] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (34,-1) size 14x20 [color=#008000] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x17
</span><span class="cx">                 text run at (1,1) width 8: &quot;d&quot;
</span><del>-            RenderTableCell {TD} at (50,2) size 14x20 [color=#008000] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,-1) size 14x20 [color=#008000] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x17
</span><span class="cx">                 text run at (1,1) width 8: &quot;y&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfasttablebordercollapsing004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/fast/table/border-collapsing/004-expected.txt (159840 => 159841)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/fast/table/border-collapsing/004-expected.txt        2013-11-28 15:15:49 UTC (rev 159840)
+++ trunk/LayoutTests/platform/efl/fast/table/border-collapsing/004-expected.txt        2013-11-28 15:27:04 UTC (rev 159841)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1478
</del><ins>+layer at (0,0) size 785x1472
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1478
-  RenderBlock {HTML} at (0,0) size 785x1478
-    RenderBody {BODY} at (8,21) size 769x1441
</del><ins>+layer at (0,0) size 785x1472
+  RenderBlock {HTML} at (0,0) size 785x1472
+    RenderBody {BODY} at (8,21) size 769x1435
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x37
</span><span class="cx">         RenderText {#text} at (0,0) size 290x36
</span><span class="cx">           text run at (0,0) width 290: &quot;Table Border Models&quot;
</span><span class="lines">@@ -263,7 +263,7 @@
</span><span class="cx">                 text run at (47,42) width 226: &quot;Because of its margins, the width of&quot;
</span><span class="cx">                 text run at (6,60) width 23: &quot;the &quot;
</span><span class="cx">                 text run at (29,60) width 198: &quot;table should be less than 100%.&quot;
</span><del>-      RenderTable {TABLE} at (16,1256) size 737x185
</del><ins>+      RenderTable {TABLE} at (16,1256) size 737x179
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 737x18
</span><span class="cx">           RenderText {#text} at (309,0) size 119x17
</span><span class="cx">             text run at (309,0) width 119: &quot;This is the caption.&quot;
</span><span class="lines">@@ -283,37 +283,37 @@
</span><span class="cx">             RenderTableCell {TH} at (446,2) size 289x28 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (97,5) size 95x17
</span><span class="cx">                 text run at (97,5) width 95: &quot;Header Three&quot;
</span><del>-        RenderTableSection {TBODY} at (0,50) size 737x134 [border: (3px solid #FF0000)]
-          RenderTableRow {TR} at (0,2) size 737x64 [border: (3px solid #FF0000)]
-            RenderTableCell {TD} at (2,2) size 120x64 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,50) size 737x128 [border: (3px solid #FF0000)]
+          RenderTableRow {TR} at (0,0) size 737x62 [border: (3px solid #FF0000)]
+            RenderTableCell {TD} at (2,-1) size 120x64 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 94x53
</span><span class="cx">                 text run at (5,5) width 93: &quot;This table uses&quot;
</span><span class="cx">                 text run at (5,23) width 82: &quot;the separated&quot;
</span><span class="cx">                 text run at (5,41) width 94: &quot;borders model.&quot;
</span><del>-            RenderTableCell {TD} at (124,11) size 320x46 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (124,8) size 320x46 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 279x35
</span><span class="cx">                 text run at (5,5) width 279: &quot;This means that borders are allowed only on&quot;
</span><span class="cx">                 text run at (5,23) width 144: &quot;table elements or table &quot;
</span><span class="cx">                 text run at (149,23) width 85: &quot;cell elements.&quot;
</span><del>-            RenderTableCell {TD} at (446,2) size 289x64 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (446,-1) size 289x64 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 255x53
</span><span class="cx">                 text run at (5,5) width 240: &quot;They are not allowed on elements that&quot;
</span><span class="cx">                 text run at (5,23) width 100: &quot;represent rows, &quot;
</span><span class="cx">                 text run at (105,23) width 155: &quot;row-groups, columns, or&quot;
</span><span class="cx">                 text run at (5,41) width 99: &quot;column-groups.&quot;
</span><del>-          RenderTableRow {TR} at (0,68) size 737x64 [border: (3px solid #FF0000)]
-            RenderTableCell {TD} at (2,68) size 120x64 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,64) size 737x62 [border: (3px solid #FF0000)]
+            RenderTableCell {TD} at (2,63) size 120x64 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 102x53
</span><span class="cx">                 text run at (5,5) width 102: &quot;There should be&quot;
</span><span class="cx">                 text run at (5,23) width 101: &quot;no borders at all&quot;
</span><span class="cx">                 text run at (5,41) width 81: &quot;on this table!&quot;
</span><del>-            RenderTableCell {TD} at (124,68) size 320x64 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (124,63) size 320x64 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 306x53
</span><span class="cx">                 text run at (5,5) width 266: &quot;If there are any borders shown that are not&quot;
</span><span class="cx">                 text run at (5,23) width 148: &quot;medium solid red, then &quot;
</span><span class="cx">                 text run at (153,23) width 158: &quot;the problem is something&quot;
</span><span class="cx">                 text run at (5,41) width 212: &quot;other than what this test is testing.&quot;
</span><del>-            RenderTableCell {TD} at (446,68) size 289x64 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (446,63) size 289x64 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 265x53
</span><span class="cx">                 text run at (5,5) width 232: &quot;This table should have a 1em margin&quot;
</span><span class="cx">                 text run at (5,23) width 111: &quot;around all edges. &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfasttabletableInsideCaptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/fast/table/tableInsideCaption-expected.txt (159840 => 159841)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/fast/table/tableInsideCaption-expected.txt        2013-11-28 15:15:49 UTC (rev 159840)
+++ trunk/LayoutTests/platform/efl/fast/table/tableInsideCaption-expected.txt        2013-11-28 15:27:04 UTC (rev 159841)
</span><span class="lines">@@ -3,17 +3,17 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 202x80
-        RenderTableSection {TBODY} at (0,0) size 202x80
-          RenderTableRow {TR} at (0,2) size 202x76
-            RenderTableCell {TD} at (2,2) size 198x76 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 202x76
+        RenderTableSection {TBODY} at (0,0) size 202x76
+          RenderTableRow {TR} at (0,2) size 202x72
+            RenderTableCell {TD} at (2,2) size 198x72 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 196x24
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 196x24
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 196x20
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 192x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 190x17
</span><span class="cx">                         text run at (1,1) width 190: &quot;This should all be on one line.&quot;
</span><del>-              RenderTable {TABLE} at (1,25) size 84x50
</del><ins>+              RenderTable {TABLE} at (1,25) size 84x46
</ins><span class="cx">                 RenderTableSection {THEAD} at (0,24) size 84x2
</span><span class="cx">                 RenderBlock {CAPTION} at (0,0) size 84x24
</span><span class="cx">                   RenderTable {TABLE} at (14,0) size 56x24
</span><span class="lines">@@ -22,11 +22,11 @@
</span><span class="cx">                         RenderTableCell {TD} at (2,2) size 52x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (1,1) size 50x17
</span><span class="cx">                             text run at (1,1) width 50: &quot;Caption&quot;
</span><del>-                RenderTableSection {TBODY} at (0,26) size 84x24
-                  RenderTableRow {TR} at (0,2) size 84x20
-                    RenderTableCell {TD} at (2,2) size 49x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (0,26) size 84x20
+                  RenderTableRow {TR} at (0,0) size 84x18
+                    RenderTableCell {TD} at (2,-1) size 49x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 47x17
</span><span class="cx">                         text run at (1,1) width 47: &quot;Bottom&quot;
</span><del>-                    RenderTableCell {TD} at (53,2) size 29x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (53,-1) size 29x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 27x17
</span><span class="cx">                         text run at (1,1) width 27: &quot;line.&quot;
</span></span></pre>
</div>
</div>

</body>
</html>