<!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>[199716] 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/199716">199716</a></dd>
<dt>Author</dt> <dd>carlosgc@webkit.org</dd>
<dt>Date</dt> <dd>2016-04-19 03:32:13 -0700 (Tue, 19 Apr 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed GTK+ gardening. Rebaseline tests after <a href="http://trac.webkit.org/projects/webkit/changeset/199034">r199034</a>.

* platform/gtk/fast/block/float/016-expected.txt:
* platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt:
* platform/gtk/media/video-zoom-controls-expected.txt:
* platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastblockfloat016expectedtxt">trunk/LayoutTests/platform/gtk/fast/block/float/016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssbidioverrideinanonymousblockexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkmediavideozoomcontrolsexpectedtxt">trunk/LayoutTests/platform/gtk/media/video-zoom-controls-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgzoompagezoomreplacedintrinsicratio001expectedtxt">trunk/LayoutTests/platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug10552expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (199715 => 199716)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-04-19 09:50:26 UTC (rev 199715)
+++ trunk/LayoutTests/ChangeLog        2016-04-19 10:32:13 UTC (rev 199716)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2016-04-19  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
+        Unreviewed GTK+ gardening. Rebaseline tests after r199034.
+
+        * platform/gtk/fast/block/float/016-expected.txt:
+        * platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt:
+        * platform/gtk/media/video-zoom-controls-expected.txt:
+        * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
+
</ins><span class="cx"> 2016-04-19  Joanmarie Diggs  &lt;jdiggs@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [GTK] accessibility/gtk/entry-and-password.html is failing since r194847
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastblockfloat016expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/block/float/016-expected.txt (199715 => 199716)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/block/float/016-expected.txt        2016-04-19 09:50:26 UTC (rev 199715)
+++ trunk/LayoutTests/platform/gtk/fast/block/float/016-expected.txt        2016-04-19 10:32:13 UTC (rev 199716)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx">       RenderBlock {UL} at (185,0) size 414x192
</span><span class="cx">         RenderListItem {LI} at (0,48) size 284x72
</span><span class="cx">           RenderBlock {A} at (123,0) size 161x139 [color=#CCCCCC]
</span><del>-            RenderBlock {B} at (0,0) size 160x71 [border: none (40px solid #00000000) (69.27px solid #CCCCCC) (40px solid #00000000)]
-            RenderBlock {B} at (0,70) size 160x71 [border: (69.27px solid #CCCCCC) (40px solid #00000000) none (40px solid #00000000)]
</del><ins>+            RenderBlock {B} at (0,0) size 160x70 [border: none (40px solid #00000000) (69px solid #CCCCCC) (40px solid #00000000)]
+            RenderBlock {B} at (0,70) size 160x70 [border: (69px solid #CCCCCC) (40px solid #00000000) none (40px solid #00000000)]
</ins><span class="cx">             RenderBlock {SPAN} at (8,61) size 144x18 [color=#000000]
</span><span class="cx">               RenderInline {ABBR} at (0,0) size 35x17
</span><span class="cx">                 RenderText {#text} at (18,0) size 35x17
</span><span class="lines">@@ -16,30 +16,30 @@
</span><span class="cx">                 text run at (52,0) width 74: &quot; examples&quot;
</span><span class="cx">         RenderListItem {LI} at (0,119) size 247x72
</span><span class="cx">           RenderBlock {A} at (0,0) size 160x139 [color=#CCCCCC]
</span><del>-            RenderBlock {B} at (0,0) size 160x71 [border: none (40px solid #00000000) (69.27px solid #CCCCCC) (40px solid #00000000)]
-            RenderBlock {B} at (0,70) size 160x71 [border: (69.27px solid #CCCCCC) (40px solid #00000000) none (40px solid #00000000)]
</del><ins>+            RenderBlock {B} at (0,0) size 160x70 [border: none (40px solid #00000000) (69px solid #CCCCCC) (40px solid #00000000)]
+            RenderBlock {B} at (0,70) size 160x70 [border: (69px solid #CCCCCC) (40px solid #00000000) none (40px solid #00000000)]
</ins><span class="cx">             RenderBlock {SPAN} at (8,61) size 144x18 [color=#000000]
</span><span class="cx">               RenderText {#text} at (41,0) size 62x17
</span><span class="cx">                 text run at (41,0) width 62: &quot;Favelets&quot;
</span><span class="cx">         RenderListItem {LI} at (246,119) size 161x72
</span><span class="cx">           RenderBlock {A} at (0,0) size 160x139 [color=#CCCCCC]
</span><del>-            RenderBlock {B} at (0,0) size 160x71 [border: none (40px solid #00000000) (69.27px solid #CCCCCC) (40px solid #00000000)]
-            RenderBlock {B} at (0,70) size 160x71 [border: (69.27px solid #CCCCCC) (40px solid #00000000) none (40px solid #00000000)]
</del><ins>+            RenderBlock {B} at (0,0) size 160x70 [border: none (40px solid #00000000) (69px solid #CCCCCC) (40px solid #00000000)]
+            RenderBlock {B} at (0,70) size 160x70 [border: (69px solid #CCCCCC) (40px solid #00000000) none (40px solid #00000000)]
</ins><span class="cx">             RenderBlock {SPAN} at (8,61) size 144x18 [color=#000000]
</span><span class="cx">               RenderInline {ABBR} at (0,0) size 24x17
</span><span class="cx">                 RenderText {#text} at (60,0) size 24x17
</span><span class="cx">                   text run at (60,0) width 24: &quot;CV&quot;
</span><span class="cx">         RenderListItem {LI} at (0,190) size 284x72
</span><span class="cx">           RenderBlock {A} at (123,0) size 161x139 [color=#CCCCCC]
</span><del>-            RenderBlock {B} at (0,0) size 160x71 [border: none (40px solid #00000000) (69.27px solid #CCCCCC) (40px solid #00000000)]
-            RenderBlock {B} at (0,70) size 160x71 [border: (69.27px solid #CCCCCC) (40px solid #00000000) none (40px solid #00000000)]
</del><ins>+            RenderBlock {B} at (0,0) size 160x70 [border: none (40px solid #00000000) (69px solid #CCCCCC) (40px solid #00000000)]
+            RenderBlock {B} at (0,70) size 160x70 [border: (69px solid #CCCCCC) (40px solid #00000000) none (40px solid #00000000)]
</ins><span class="cx">             RenderBlock {SPAN} at (8,61) size 144x18 [color=#000000]
</span><span class="cx">               RenderText {#text} at (61,0) size 22x17
</span><span class="cx">                 text run at (61,0) width 22: &quot;log&quot;
</span><span class="cx">         RenderListItem {LI} at (0,261) size 247x72
</span><span class="cx">           RenderBlock {A} at (0,0) size 160x139 [color=#CCCCCC]
</span><del>-            RenderBlock {B} at (0,0) size 160x71 [border: none (40px solid #00000000) (69.27px solid #CCCCCC) (40px solid #00000000)]
-            RenderBlock {B} at (0,70) size 160x71 [border: (69.27px solid #CCCCCC) (40px solid #00000000) none (40px solid #00000000)]
</del><ins>+            RenderBlock {B} at (0,0) size 160x70 [border: none (40px solid #00000000) (69px solid #CCCCCC) (40px solid #00000000)]
+            RenderBlock {B} at (0,70) size 160x70 [border: (69px solid #CCCCCC) (40px solid #00000000) none (40px solid #00000000)]
</ins><span class="cx">             RenderBlock {SPAN} at (8,61) size 144x18 [color=#000000]
</span><span class="cx">               RenderText {#text} at (0,0) size 52x17
</span><span class="cx">                 text run at (0,0) width 52: &quot;simple &quot;
</span><span class="lines">@@ -50,15 +50,15 @@
</span><span class="cx">                 text run at (106,0) width 38: &quot; tests&quot;
</span><span class="cx">         RenderListItem {LI} at (246,261) size 161x72
</span><span class="cx">           RenderBlock {A} at (0,0) size 160x139 [color=#CCCCCC]
</span><del>-            RenderBlock {B} at (0,0) size 160x71 [border: none (40px solid #00000000) (69.27px solid #CCCCCC) (40px solid #00000000)]
-            RenderBlock {B} at (0,70) size 160x71 [border: (69.27px solid #CCCCCC) (40px solid #00000000) none (40px solid #00000000)]
</del><ins>+            RenderBlock {B} at (0,0) size 160x70 [border: none (40px solid #00000000) (69px solid #CCCCCC) (40px solid #00000000)]
+            RenderBlock {B} at (0,70) size 160x70 [border: (69px solid #CCCCCC) (40px solid #00000000) none (40px solid #00000000)]
</ins><span class="cx">             RenderBlock {SPAN} at (8,61) size 144x18 [color=#000000]
</span><span class="cx">               RenderText {#text} at (37,0) size 70x17
</span><span class="cx">                 text run at (37,0) width 70: &quot;entrances&quot;
</span><span class="cx">         RenderListItem {LI} at (0,332) size 284x72
</span><span class="cx">           RenderBlock {A} at (123,0) size 161x139 [color=#CCCCCC]
</span><del>-            RenderBlock {B} at (0,0) size 160x71 [border: none (40px solid #00000000) (69.27px solid #CCCCCC) (40px solid #00000000)]
-            RenderBlock {B} at (0,70) size 160x71 [border: (69.27px solid #CCCCCC) (40px solid #00000000) none (40px solid #00000000)]
</del><ins>+            RenderBlock {B} at (0,0) size 160x70 [border: none (40px solid #00000000) (69px solid #CCCCCC) (40px solid #00000000)]
+            RenderBlock {B} at (0,70) size 160x70 [border: (69px solid #CCCCCC) (40px solid #00000000) none (40px solid #00000000)]
</ins><span class="cx">             RenderBlock {SPAN} at (8,61) size 144x18 [color=#000000]
</span><span class="cx">               RenderText {#text} at (59,0) size 26x17
</span><span class="cx">                 text run at (59,0) width 26: &quot;exit&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssbidioverrideinanonymousblockexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt (199715 => 199716)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt        2016-04-19 09:50:26 UTC (rev 199715)
+++ trunk/LayoutTests/platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt        2016-04-19 10:32:13 UTC (rev 199716)
</span><span class="lines">@@ -1,161 +1,161 @@
</span><del>-layer at (0,0) size 785x1187
</del><ins>+layer at (0,0) size 785x1177
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1187
-  RenderBlock {HTML} at (0,0) size 785x1188
-    RenderBody {BODY} at (8,16) size 769x1164
</del><ins>+layer at (0,0) size 785x1177
+  RenderBlock {HTML} at (0,0) size 785x1177
+    RenderBody {BODY} at (8,16) size 769x1153
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 162x17
</span><span class="cx">           text run at (0,0) width 162: &quot;div, span, nested div/span&quot;
</span><span class="cx">       RenderBlock {P} at (0,33) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 64x17
</span><span class="cx">           text run at (0,0) width 64: &quot;Single div&quot;
</span><del>-      RenderBlock {DIV} at (1,66) size 767x21 [border: (1.59px solid #000000)]
-        RenderText {#text} at (742,2) size 23x17
-          text run at (742,2) width 23 RTL override: &quot;abc&quot;
-      RenderBlock {P} at (0,102) size 769x18
</del><ins>+      RenderBlock {DIV} at (1,66) size 767x19 [border: (1px solid #000000)]
+        RenderText {#text} at (742,1) size 23x17
+          text run at (742,1) width 23 RTL override: &quot;abc&quot;
+      RenderBlock {P} at (0,101) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 410x17
</span><span class="cx">           text run at (0,0) width 410: &quot;The following 2 lines should be identical, ignorning whitespaces:&quot;
</span><del>-      RenderBlock {DIV} at (1,135) size 767x38 [border: (1.59px solid #000000)]
-        RenderBlock (anonymous) at (1,1) size 764x18
-          RenderText {#text} at (740,0) size 23x17
-            text run at (740,0) width 23 RTL override: &quot;abc&quot;
-        RenderBlock {DIV} at (1,18) size 764x18
-          RenderText {#text} at (740,0) size 23x17
-            text run at (740,0) width 23: &quot;cba&quot;
-      RenderBlock {P} at (0,188) size 769x18
</del><ins>+      RenderBlock {DIV} at (1,134) size 767x36 [border: (1px solid #000000)]
+        RenderBlock (anonymous) at (1,1) size 764x17
+          RenderText {#text} at (741,0) size 23x17
+            text run at (741,0) width 23 RTL override: &quot;abc&quot;
+        RenderBlock {DIV} at (1,18) size 764x17
+          RenderText {#text} at (741,0) size 23x17
+            text run at (741,0) width 23: &quot;cba&quot;
+      RenderBlock {P} at (0,186) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 417x17
</span><span class="cx">           text run at (0,0) width 417: &quot;The following 2 textes should be identical, ignorning whitespaces:&quot;
</span><del>-      RenderBlock {DIV} at (1,221) size 767x21 [border: (1.59px solid #000000)]
-        RenderText {#text} at (738,2) size 27x17
-          text run at (738,2) width 27 RTL override: &quot;abc &quot;
</del><ins>+      RenderBlock {DIV} at (1,219) size 767x19 [border: (1px solid #000000)]
+        RenderText {#text} at (738,1) size 27x17
+          text run at (738,1) width 27 RTL override: &quot;abc &quot;
</ins><span class="cx">         RenderInline {SPAN} at (0,0) size 23x17
</span><del>-          RenderText {#text} at (716,2) size 23x17
-            text run at (716,2) width 23 RTL override: &quot;abc&quot;
-      RenderBlock {P} at (0,257) size 769x18
</del><ins>+          RenderText {#text} at (716,1) size 23x17
+            text run at (716,1) width 23 RTL override: &quot;abc&quot;
+      RenderBlock {P} at (0,254) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 410x17
</span><span class="cx">           text run at (0,0) width 410: &quot;The following 2 lines should be identical, ignorning whitespaces:&quot;
</span><del>-      RenderBlock {DIV} at (1,290) size 767x38 [border: (1.59px solid #000000)]
-        RenderBlock {DIV} at (1,1) size 764x18
-          RenderText {#text} at (740,0) size 23x17
-            text run at (740,0) width 23: &quot;cba&quot;
-        RenderBlock (anonymous) at (1,18) size 764x18
-          RenderText {#text} at (740,0) size 23x17
-            text run at (740,0) width 23 RTL override: &quot;abc&quot;
-      RenderBlock {P} at (0,343) size 769x18
</del><ins>+      RenderBlock {DIV} at (1,287) size 767x36 [border: (1px solid #000000)]
+        RenderBlock {DIV} at (1,1) size 764x17
+          RenderText {#text} at (741,0) size 23x17
+            text run at (741,0) width 23: &quot;cba&quot;
+        RenderBlock (anonymous) at (1,18) size 764x17
+          RenderText {#text} at (741,0) size 23x17
+            text run at (741,0) width 23 RTL override: &quot;abc&quot;
+      RenderBlock {P} at (0,339) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 417x17
</span><span class="cx">           text run at (0,0) width 417: &quot;The following 2 textes should be identical, ignorning whitespaces:&quot;
</span><del>-      RenderBlock {DIV} at (1,376) size 767x21 [border: (1.59px solid #000000)]
</del><ins>+      RenderBlock {DIV} at (1,372) size 767x19 [border: (1px solid #000000)]
</ins><span class="cx">         RenderInline {SPAN} at (0,0) size 27x17
</span><del>-          RenderText {#text} at (738,2) size 27x17
-            text run at (738,2) width 27 RTL override: &quot;abc &quot;
-        RenderText {#text} at (716,2) size 23x17
-          text run at (716,2) width 23 RTL override: &quot;abc&quot;
-      RenderBlock {P} at (0,412) size 769x18
</del><ins>+          RenderText {#text} at (738,1) size 27x17
+            text run at (738,1) width 27 RTL override: &quot;abc &quot;
+        RenderText {#text} at (716,1) size 23x17
+          text run at (716,1) width 23 RTL override: &quot;abc&quot;
+      RenderBlock {P} at (0,407) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 73x17
</span><span class="cx">           text run at (0,0) width 73: &quot;Single span&quot;
</span><del>-      RenderBlock (anonymous) at (0,445) size 769x18
-        RenderInline {SPAN} at (0,0) size 26x21 [border: (1.59px solid #000000)]
-          RenderText {#text} at (3,0) size 23x17
-            text run at (3,0) width 23 RTL override: &quot;abc&quot;
</del><ins>+      RenderBlock (anonymous) at (0,440) size 769x17
+        RenderInline {SPAN} at (0,0) size 25x19 [border: (1px solid #000000)]
+          RenderText {#text} at (2,0) size 23x17
+            text run at (2,0) width 23 RTL override: &quot;abc&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {P} at (0,478) size 769x18
</del><ins>+      RenderBlock {P} at (0,473) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 417x17
</span><span class="cx">           text run at (0,0) width 417: &quot;The following 2 textes should be identical, ignorning whitespaces:&quot;
</span><del>-      RenderBlock (anonymous) at (0,511) size 769x18
-        RenderInline {SPAN} at (0,0) size 52x21 [border: (1.59px solid #000000)]
-          RenderText {#text} at (25,0) size 27x17
-            text run at (25,0) width 27 RTL override: &quot;abc &quot;
</del><ins>+      RenderBlock (anonymous) at (0,506) size 769x17
+        RenderInline {SPAN} at (0,0) size 51x19 [border: (1px solid #000000)]
+          RenderText {#text} at (24,0) size 27x17
+            text run at (24,0) width 27 RTL override: &quot;abc &quot;
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 23x17
</span><del>-            RenderText {#text} at (3,0) size 23x17
-              text run at (3,0) width 23 RTL override: &quot;abc&quot;
</del><ins>+            RenderText {#text} at (2,0) size 23x17
+              text run at (2,0) width 23 RTL override: &quot;abc&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {P} at (0,544) size 769x18
</del><ins>+      RenderBlock {P} at (0,539) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 417x17
</span><span class="cx">           text run at (0,0) width 417: &quot;The following 2 textes should be identical, ignorning whitespaces:&quot;
</span><del>-      RenderBlock (anonymous) at (0,577) size 769x18
-        RenderInline {SPAN} at (0,0) size 52x21 [border: (1.59px solid #000000)]
</del><ins>+      RenderBlock (anonymous) at (0,572) size 769x17
+        RenderInline {SPAN} at (0,0) size 51x19 [border: (1px solid #000000)]
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 27x17
</span><del>-            RenderText {#text} at (25,0) size 27x17
-              text run at (25,0) width 27 RTL override: &quot;abc &quot;
-          RenderText {#text} at (3,0) size 23x17
-            text run at (3,0) width 23 RTL override: &quot;abc&quot;
</del><ins>+            RenderText {#text} at (24,0) size 27x17
+              text run at (24,0) width 27 RTL override: &quot;abc &quot;
+          RenderText {#text} at (2,0) size 23x17
+            text run at (2,0) width 23 RTL override: &quot;abc&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {P} at (0,610) size 769x18
</del><ins>+      RenderBlock {P} at (0,605) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 417x17
</span><span class="cx">           text run at (0,0) width 417: &quot;The following 2 textes should be identical, ignorning whitespaces:&quot;
</span><del>-      RenderBlock (anonymous) at (0,643) size 769x18
-        RenderInline {SPAN} at (0,0) size 24x21 [border: (1.59px solid #000000)]
</del><ins>+      RenderBlock (anonymous) at (0,638) size 769x17
+        RenderInline {SPAN} at (0,0) size 23x19 [border: (1px solid #000000)]
</ins><span class="cx">           RenderText {#text} at (0,0) size 22x17
</span><span class="cx">             text run at (0,0) width 22 RTL override: &quot;abc&quot;
</span><del>-      RenderBlock (anonymous) at (0,660) size 769x18
</del><ins>+      RenderBlock (anonymous) at (0,655) size 769x17
</ins><span class="cx">         RenderBlock {DIV} at (0,0) size 769x17
</span><span class="cx">           RenderText {#text} at (747,0) size 22x17
</span><span class="cx">             text run at (747,0) width 22: &quot;cba&quot;
</span><del>-      RenderBlock (anonymous) at (0,677) size 769x18
-        RenderInline {SPAN} at (0,0) size 3x21 [border: (1.59px solid #000000)]
</del><ins>+      RenderBlock (anonymous) at (0,672) size 769x17
+        RenderInline {SPAN} at (0,0) size 2x19 [border: (1px solid #000000)]
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {P} at (0,710) size 769x18
</del><ins>+      RenderBlock {P} at (0,705) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 417x17
</span><span class="cx">           text run at (0,0) width 417: &quot;The following 2 textes should be identical, ignorning whitespaces:&quot;
</span><del>-      RenderBlock (anonymous) at (0,743) size 769x18
-        RenderInline {SPAN} at (0,0) size 2x21 [border: (1.59px solid #000000)]
-      RenderBlock (anonymous) at (0,760) size 769x18
</del><ins>+      RenderBlock (anonymous) at (0,738) size 769x17
+        RenderInline {SPAN} at (0,0) size 1x19 [border: (1px solid #000000)]
+      RenderBlock (anonymous) at (0,755) size 769x17
</ins><span class="cx">         RenderBlock {DIV} at (0,0) size 769x17
</span><span class="cx">           RenderText {#text} at (747,0) size 22x17
</span><span class="cx">             text run at (747,0) width 22: &quot;cba&quot;
</span><del>-      RenderBlock (anonymous) at (0,777) size 769x18
-        RenderInline {SPAN} at (0,0) size 25x21 [border: (1.59px solid #000000)]
-          RenderText {#text} at (3,0) size 23x17
-            text run at (3,0) width 23 RTL override: &quot;abc&quot;
</del><ins>+      RenderBlock (anonymous) at (0,772) size 769x17
+        RenderInline {SPAN} at (0,0) size 24x19 [border: (1px solid #000000)]
+          RenderText {#text} at (2,0) size 23x17
+            text run at (2,0) width 23 RTL override: &quot;abc&quot;
</ins><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {P} at (0,810) size 769x18
</del><ins>+      RenderBlock {P} at (0,805) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 29x17
</span><span class="cx">           text run at (0,0) width 29: &quot;ruby&quot;
</span><del>-      RenderBlock {DIV} at (0,843) size 769x32 [border: (1.59px solid #000000)]
-        RenderRuby (inline) {RUBY} at (0,0) size 23x18
-          RenderRubyRun (anonymous) at (168,11) size 23x18
</del><ins>+      RenderBlock {DIV} at (0,838) size 769x29 [border: (1px solid #000000)]
+        RenderRuby (inline) {RUBY} at (0,0) size 23x17
+          RenderRubyRun (anonymous) at (167,11) size 23x17
</ins><span class="cx">             RenderRubyText {RT} at (0,-10) size 22x10
</span><span class="cx">               RenderText {#text} at (5,0) size 12x10
</span><span class="cx">                 text run at (5,0) width 12: &quot;def&quot;
</span><span class="cx">             RenderRubyBase (anonymous) at (0,0) size 22x17
</span><span class="cx">               RenderText {#text} at (0,0) size 22x17
</span><span class="cx">                 text run at (0,0) width 22 RTL override: &quot;abc&quot;
</span><del>-        RenderText {#text} at (162,11) size 5x18
</del><ins>+        RenderText {#text} at (162,11) size 5x17
</ins><span class="cx">           text run at (162,11) width 5 RTL: &quot; &quot;
</span><del>-        RenderRuby (inline) {RUBY} at (0,0) size 23x18
-          RenderRubyRun (anonymous) at (139,11) size 23x18
</del><ins>+        RenderRuby (inline) {RUBY} at (0,0) size 23x17
+          RenderRubyRun (anonymous) at (138,11) size 23x17
</ins><span class="cx">             RenderRubyText {RT} at (0,-10) size 22x10
</span><span class="cx">               RenderText {#text} at (5,0) size 12x10
</span><span class="cx">                 text run at (5,0) width 12 RTL override: &quot;def&quot;
</span><span class="cx">             RenderRubyBase (anonymous) at (0,0) size 22x17
</span><span class="cx">               RenderText {#text} at (0,0) size 22x17
</span><span class="cx">                 text run at (0,0) width 22 RTL override: &quot;abc&quot;
</span><del>-        RenderText {#text} at (133,11) size 5x18
-          text run at (133,11) width 5 RTL: &quot; &quot;
-        RenderRuby (inline) {RUBY} at (0,0) size 23x18
-          RenderRubyRun (anonymous) at (109,11) size 23x18
</del><ins>+        RenderText {#text} at (132,11) size 5x17
+          text run at (132,11) width 5 RTL: &quot; &quot;
+        RenderRuby (inline) {RUBY} at (0,0) size 23x17
+          RenderRubyRun (anonymous) at (109,11) size 23x17
</ins><span class="cx">             RenderRubyBase (anonymous) at (0,0) size 22x17
</span><span class="cx">               RenderText {#text} at (0,0) size 22x17
</span><span class="cx">                 text run at (0,0) width 22 RTL override: &quot;abc&quot;
</span><del>-        RenderText {#text} at (104,11) size 5x18
-          text run at (104,11) width 5 RTL: &quot; &quot;
-        RenderRuby (inline) {RUBY} at (0,0) size 13x18
</del><ins>+        RenderText {#text} at (103,11) size 5x17
+          text run at (103,11) width 5 RTL: &quot; &quot;
+        RenderRuby (inline) {RUBY} at (0,0) size 13x17
</ins><span class="cx">           RenderRubyRun (anonymous) at (90,27) size 13x0
</span><span class="cx">             RenderRubyText {RT} at (0,-10) size 12x10
</span><span class="cx">               RenderText {#text} at (0,0) size 12x10
</span><span class="cx">                 text run at (0,0) width 12: &quot;def&quot;
</span><del>-        RenderText {#text} at (85,11) size 5x18
-          text run at (85,11) width 5 RTL: &quot; &quot;
-        RenderRuby (inline) {RUBY} at (0,0) size 23x18
-          RenderRubyRun (anonymous) at (61,11) size 23x18
</del><ins>+        RenderText {#text} at (84,11) size 5x17
+          text run at (84,11) width 5 RTL: &quot; &quot;
+        RenderRuby (inline) {RUBY} at (0,0) size 23x17
+          RenderRubyRun (anonymous) at (60,11) size 23x17
</ins><span class="cx">             RenderRubyBase (anonymous) at (0,0) size 22x17
</span><span class="cx">               RenderInline {RB} at (0,0) size 22x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 22x17
</span><span class="cx">                   text run at (0,0) width 22 RTL override: &quot;abc&quot;
</span><del>-        RenderText {#text} at (55,11) size 5x18
</del><ins>+        RenderText {#text} at (55,11) size 5x17
</ins><span class="cx">           text run at (55,11) width 5 RTL: &quot; &quot;
</span><del>-        RenderRuby (inline) {RUBY} at (0,0) size 23x18
-          RenderRubyRun (anonymous) at (32,11) size 23x18
</del><ins>+        RenderRuby (inline) {RUBY} at (0,0) size 23x17
+          RenderRubyRun (anonymous) at (31,11) size 23x17
</ins><span class="cx">             RenderRubyText {RT} at (0,-10) size 22x10
</span><span class="cx">               RenderText {#text} at (5,0) size 12x10
</span><span class="cx">                 text run at (5,0) width 12: &quot;def&quot;
</span><span class="lines">@@ -163,10 +163,10 @@
</span><span class="cx">               RenderInline {RB} at (0,0) size 22x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 22x17
</span><span class="cx">                   text run at (0,0) width 22 RTL override: &quot;abc&quot;
</span><del>-        RenderText {#text} at (26,11) size 5x18
</del><ins>+        RenderText {#text} at (26,11) size 5x17
</ins><span class="cx">           text run at (26,11) width 5 RTL: &quot; &quot;
</span><del>-        RenderRuby (inline) {RUBY} at (0,0) size 23x18
-          RenderRubyRun (anonymous) at (3,11) size 23x18
</del><ins>+        RenderRuby (inline) {RUBY} at (0,0) size 23x17
+          RenderRubyRun (anonymous) at (2,11) size 23x17
</ins><span class="cx">             RenderRubyText {RT} at (0,-10) size 22x10
</span><span class="cx">               RenderText {#text} at (5,0) size 12x10
</span><span class="cx">                 text run at (5,0) width 12: &quot;def&quot;
</span><span class="lines">@@ -175,52 +175,52 @@
</span><span class="cx">                 RenderText {#text} at (0,0) size 22x17
</span><span class="cx">                   text run at (0,0) width 22 RTL override: &quot;abc&quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {P} at (0,890) size 769x18
</del><ins>+      RenderBlock {P} at (0,883) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 417x17
</span><span class="cx">           text run at (0,0) width 417: &quot;The following 2 tables should be identical, ignorning whitespaces:&quot;
</span><del>-      RenderTable {TABLE} at (1,923) size 85x65 [border: (1.59px solid #808080)]
</del><ins>+      RenderTable {TABLE} at (1,916) size 85x63 [border: (1px solid #808080)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 84x17
</span><span class="cx">           RenderText {#text} at (0,0) size 84x17
</span><span class="cx">             text run at (0,0) width 84: &quot;NormalTable&quot;
</span><del>-        RenderTableSection {TBODY} at (1,18) size 82x45
-          RenderTableRow {TR} at (0,2) size 81x19
-            RenderTableCell {TD} at (42,2) size 37x19 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (12,1) size 23x17
-                text run at (12,1) width 23: &quot;abc&quot;
-            RenderTableCell {TD} at (2,2) size 39x19 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (17,1) size 21x17
-                text run at (17,1) width 21: &quot;def&quot;
-          RenderTableRow {TR} at (0,23) size 81x19
-            RenderTableCell {TD} at (42,23) size 37x19 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (18,1) size 17x17
-                text run at (18,1) width 17: &quot;hij&quot;
-            RenderTableCell {TD} at (2,23) size 39x19 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (13,1) size 25x17
-                text run at (13,1) width 25: &quot;opq&quot;
-      RenderTable {DIV} at (1,988) size 146x56 [border: (1.59px solid #000000)]
</del><ins>+        RenderTableSection {TBODY} at (1,18) size 82x44
+          RenderTableRow {TR} at (0,2) size 82x19
+            RenderTableCell {TD} at (43,2) size 38x19 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (13,1) size 23x17
+                text run at (13,1) width 23: &quot;abc&quot;
+            RenderTableCell {TD} at (2,2) size 40x19 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (18,1) size 21x17
+                text run at (18,1) width 21: &quot;def&quot;
+          RenderTableRow {TR} at (0,23) size 82x19
+            RenderTableCell {TD} at (43,23) size 38x19 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (19,1) size 17x17
+                text run at (19,1) width 17: &quot;hij&quot;
+            RenderTableCell {TD} at (2,23) size 40x19 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (14,1) size 25x17
+                text run at (14,1) width 25: &quot;opq&quot;
+      RenderTable {DIV} at (1,980) size 146x54 [border: (1px solid #000000)]
</ins><span class="cx">         RenderBlock {DIV} at (0,0) size 145x17
</span><span class="cx">           RenderText {#text} at (0,0) size 145x17
</span><span class="cx">             text run at (0,0) width 145: &quot;AnonymousTableRow&quot;
</span><del>-        RenderTableSection (anonymous) at (1,18) size 143x35
-          RenderTableRow {DIV} at (0,0) size 142x17
-            RenderTableCell {DIV} at (74,0) size 68x17 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (45,0) size 23x17
-                text run at (45,0) width 23: &quot;abc&quot;
-            RenderTableCell {DIV} at (0,0) size 74x17 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (54,0) size 20x17
-                text run at (54,0) width 20: &quot;def&quot;
-          RenderTableRow {DIV} at (0,17) size 142x17
-            RenderTableCell {DIV} at (74,17) size 68x17 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (51,0) size 17x17
-                text run at (51,0) width 17: &quot;hij&quot;
-            RenderTableCell {DIV} at (0,17) size 74x17 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (50,0) size 24x17
-                text run at (50,0) width 24: &quot;opq&quot;
-      RenderBlock {P} at (0,1059) size 769x18
</del><ins>+        RenderTableSection (anonymous) at (1,18) size 143x34
+          RenderTableRow {DIV} at (0,0) size 143x17
+            RenderTableCell {DIV} at (74,0) size 70x17 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (46,0) size 23x17
+                text run at (46,0) width 23: &quot;abc&quot;
+            RenderTableCell {DIV} at (0,0) size 75x17 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (54,0) size 21x17
+                text run at (54,0) width 21: &quot;def&quot;
+          RenderTableRow {DIV} at (0,17) size 143x17
+            RenderTableCell {DIV} at (74,17) size 70x17 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (52,0) size 17x17
+                text run at (52,0) width 17: &quot;hij&quot;
+            RenderTableCell {DIV} at (0,17) size 75x17 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (50,0) size 25x17
+                text run at (50,0) width 25: &quot;opq&quot;
+      RenderBlock {P} at (0,1049) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 523x17
</span><span class="cx">           text run at (0,0) width 523: &quot;Anonymous TABLE, TABLE_ROW, TABLE_ROW_GROUP, TABLE_CELL&quot;
</span><del>-      RenderBlock {DIV} at (0,1092) size 769x72 [border: (1.59px solid #000000)]
-        RenderTable at (1,1) size 25x69
</del><ins>+      RenderBlock {DIV} at (0,1082) size 769x71 [border: (1px solid #000000)]
+        RenderTable at (1,1) size 24x68
</ins><span class="cx">           RenderTableSection (anonymous) at (0,17) size 24x34
</span><span class="cx">             RenderTableRow {DIV} at (0,0) size 24x17
</span><span class="cx">               RenderTableCell (anonymous) at (0,0) size 24x17 [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkmediavideozoomcontrolsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/media/video-zoom-controls-expected.txt (199715 => 199716)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/media/video-zoom-controls-expected.txt        2016-04-19 09:50:26 UTC (rev 199715)
+++ trunk/LayoutTests/platform/gtk/media/video-zoom-controls-expected.txt        2016-04-19 10:32:13 UTC (rev 199716)
</span><span class="lines">@@ -14,8 +14,8 @@
</span><span class="cx"> layer at (65,211) size 225x45
</span><span class="cx">   RenderFlexibleBox {DIV} at (7,7) size 226x46 [bgcolor=#141414CC]
</span><span class="cx">     RenderSlider {INPUT} at (73,16) size 38x13 [color=#E6E6E659]
</span><del>-      RenderFlexibleBox {DIV} at (0,0) size 38x12 [border: (1.50px solid #E6E6E659)]
-        RenderBlock {DIV} at (1,-3) size 56x18
</del><ins>+      RenderFlexibleBox {DIV} at (0,0) size 38x12 [border: (1px solid #E6E6E659)]
+        RenderBlock {DIV} at (1,-3) size 57x18
</ins><span class="cx">           RenderBlock {DIV} at (-11,0) size 19x18 [color=#FFFFFF]
</span><span class="cx">     RenderBlock {DIV} at (133,0) size 109x45 [color=#FFFFFF]
</span><span class="cx">       RenderText {#text} at (0,11) size 108x22
</span><span class="lines">@@ -33,8 +33,8 @@
</span><span class="cx"> layer at (65,436) size 225x45
</span><span class="cx">   RenderFlexibleBox {DIV} at (7,7) size 226x46 [bgcolor=#141414CC]
</span><span class="cx">     RenderSlider {INPUT} at (73,16) size 38x13 [color=#E6E6E659]
</span><del>-      RenderFlexibleBox {DIV} at (0,0) size 38x12 [border: (1.50px solid #E6E6E659)]
-        RenderBlock {DIV} at (1,-3) size 56x18
</del><ins>+      RenderFlexibleBox {DIV} at (0,0) size 38x12 [border: (1px solid #E6E6E659)]
+        RenderBlock {DIV} at (1,-3) size 57x18
</ins><span class="cx">           RenderBlock {DIV} at (-11,0) size 19x18 [color=#FFFFFF]
</span><span class="cx">     RenderBlock {DIV} at (133,0) size 109x45 [color=#FFFFFF]
</span><span class="cx">       RenderText {#text} at (0,11) size 108x22
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgzoompagezoomreplacedintrinsicratio001expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt (199715 => 199716)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt        2016-04-19 09:50:26 UTC (rev 199715)
+++ trunk/LayoutTests/platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt        2016-04-19 10:32:13 UTC (rev 199716)
</span><span class="lines">@@ -1,62 +1,62 @@
</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 800x474
-  RenderBlock {HTML} at (0,0) size 800x475
-    RenderBody {BODY} at (4,4) size 142x463 [border: (1px dashed #C0C0C0)]
</del><ins>+layer at (0,0) size 800x476
+  RenderBlock {HTML} at (0,0) size 800x476
+    RenderBody {BODY} at (4,4) size 142x464 [border: (1px dashed #C0C0C0)]
</ins><span class="cx">       RenderBlock {P} at (1,10) size 139x28
</span><span class="cx">         RenderText {#text} at (0,-1) size 137x28
</span><span class="cx">           text run at (0,-1) width 135: &quot;The following six blue boxes must&quot;
</span><span class="cx">           text run at (0,8) width 137: &quot;be of the same width. There must be&quot;
</span><span class="cx">           text run at (0,17) width 26: &quot;no red.&quot;
</span><del>-      RenderBlock {P} at (10,46) size 121x29 [bgcolor=#008000] [border: (9.25px solid #0000FF)]
-        RenderText {#text} at (9,8) size 3x10
-          text run at (9,8) width 3: &quot; &quot;
-      RenderBlock {P} at (1,129) size 139x11
</del><ins>+      RenderBlock {P} at (10,46) size 121x28 [bgcolor=#008000] [border: (9px solid #0000FF)]
+        RenderText {#text} at (9,8) size 2x10
+          text run at (9,8) width 2: &quot; &quot;
+      RenderBlock {P} at (1,129) size 139x10
</ins><span class="cx">         RenderText {#text} at (0,-1) size 12x10
</span><span class="cx">           text run at (0,-1) width 12: &quot;      &quot;
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-        RenderEmbeddedObject {OBJECT} at (9,-1) size 121x45 [bgcolor=#FF0000] [border: (9.25px solid #0000FF)]
-          layer at (0,0) size 102x25
-            RenderView at (0,0) size 102x25
-          layer at (0,0) size 102x25
-            RenderSVGRoot {svg} at (0,0) size 101x25
-              RenderSVGRect {rect} at (0,0) size 101x25 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
-              RenderSVGPath {path} at (15,5) size 70x15 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
</del><ins>+        RenderEmbeddedObject {OBJECT} at (9,-1) size 121x45 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
+          layer at (0,0) size 102x26
+            RenderView at (0,0) size 102x26
+          layer at (0,0) size 102x26
+            RenderSVGRoot {svg} at (0,0) size 102x26
+              RenderSVGRect {rect} at (0,0) size 102x26 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
+              RenderSVGPath {path} at (15,5) size 72x16 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
</ins><span class="cx">       RenderBlock {P} at (1,194) size 139x10
</span><del>-        RenderEmbeddedObject {OBJECT} at (9,0) size 121x44 [bgcolor=#FF0000] [border: (9.25px solid #0000FF)]
-          layer at (0,0) size 102x25
-            RenderView at (0,0) size 102x25
-          layer at (0,0) size 102x25
-            RenderSVGRoot {svg} at (0,0) size 101x25
-              RenderSVGRect {rect} at (0,0) size 101x25 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
-              RenderSVGPath {path} at (15,5) size 70x15 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
-      RenderTable at (1,259) size 139x46
-        RenderTableSection (anonymous) at (0,0) size 139x45
-          RenderTableRow (anonymous) at (0,0) size 139x45
-            RenderTableCell {P} at (0,0) size 139x45 [r=0 c=0 rs=1 cs=1]
-              RenderEmbeddedObject {OBJECT} at (9,0) size 121x44 [bgcolor=#FF0000] [border: (9.25px solid #0000FF)]
-                layer at (0,0) size 102x25
-                  RenderView at (0,0) size 102x25
-                layer at (0,0) size 102x25
-                  RenderSVGRoot {svg} at (0,0) size 101x25
-                    RenderSVGRect {rect} at (0,0) size 101x25 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
-                    RenderSVGPath {path} at (15,5) size 70x15 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
-      RenderTable {TABLE} at (1,359) size 139x46
-        RenderTableSection {TBODY} at (0,0) size 139x45
-          RenderTableRow {TR} at (0,0) size 139x45
-            RenderTableCell {TD} at (0,0) size 139x45 [r=0 c=0 rs=1 cs=1]
-              RenderEmbeddedObject {OBJECT} at (9,0) size 121x44 [bgcolor=#FF0000] [border: (9.25px solid #0000FF)]
-                layer at (0,0) size 102x25
-                  RenderView at (0,0) size 102x25
-                layer at (0,0) size 102x25
-                  RenderSVGRoot {svg} at (0,0) size 101x25
-                    RenderSVGRect {rect} at (0,0) size 101x25 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
-                    RenderSVGPath {path} at (15,5) size 70x15 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
-      RenderBlock (floating) {P} at (1,460) size 139x10
-        RenderEmbeddedObject {OBJECT} at (9,0) size 121x44 [bgcolor=#FF0000] [border: (9.25px solid #0000FF)]
-          layer at (0,0) size 102x25
-            RenderView at (0,0) size 102x25
-          layer at (0,0) size 102x25
-            RenderSVGRoot {svg} at (0,0) size 101x25
-              RenderSVGRect {rect} at (0,0) size 101x25 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
-              RenderSVGPath {path} at (15,5) size 70x15 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
</del><ins>+        RenderEmbeddedObject {OBJECT} at (9,0) size 121x44 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
+          layer at (0,0) size 102x26
+            RenderView at (0,0) size 102x26
+          layer at (0,0) size 102x26
+            RenderSVGRoot {svg} at (0,0) size 102x26
+              RenderSVGRect {rect} at (0,0) size 102x26 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
+              RenderSVGPath {path} at (15,5) size 72x16 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
+      RenderTable at (1,258) size 139x47
+        RenderTableSection (anonymous) at (0,0) size 139x46
+          RenderTableRow (anonymous) at (0,0) size 139x46
+            RenderTableCell {P} at (0,0) size 139x46 [r=0 c=0 rs=1 cs=1]
+              RenderEmbeddedObject {OBJECT} at (9,0) size 121x44 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
+                layer at (0,0) size 102x26
+                  RenderView at (0,0) size 102x26
+                layer at (0,0) size 102x26
+                  RenderSVGRoot {svg} at (0,0) size 102x26
+                    RenderSVGRect {rect} at (0,0) size 102x26 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
+                    RenderSVGPath {path} at (15,5) size 72x16 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
+      RenderTable {TABLE} at (1,360) size 139x47
+        RenderTableSection {TBODY} at (0,0) size 139x46
+          RenderTableRow {TR} at (0,0) size 139x46
+            RenderTableCell {TD} at (0,0) size 139x46 [r=0 c=0 rs=1 cs=1]
+              RenderEmbeddedObject {OBJECT} at (9,0) size 121x44 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
+                layer at (0,0) size 102x26
+                  RenderView at (0,0) size 102x26
+                layer at (0,0) size 102x26
+                  RenderSVGRoot {svg} at (0,0) size 102x26
+                    RenderSVGRect {rect} at (0,0) size 102x26 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
+                    RenderSVGPath {path} at (15,5) size 72x16 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
+      RenderBlock (floating) {P} at (1,461) size 139x11
+        RenderEmbeddedObject {OBJECT} at (9,0) size 121x44 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
+          layer at (0,0) size 102x26
+            RenderView at (0,0) size 102x26
+          layer at (0,0) size 102x26
+            RenderSVGRoot {svg} at (0,0) size 102x26
+              RenderSVGRect {rect} at (0,0) size 102x26 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
+              RenderSVGPath {path} at (15,5) size 72x16 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 500 50 L 150 200 L 850 200 Z&quot;]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug10552expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt (199715 => 199716)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt        2016-04-19 09:50:26 UTC (rev 199715)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt        2016-04-19 10:32:13 UTC (rev 199716)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x882
</del><ins>+layer at (0,0) size 785x877
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x882
-  RenderBlock {HTML} at (0,0) size 785x882
-    RenderBody {BODY} at (8,8) size 769x858 [bgcolor=#FFFFFF]
</del><ins>+layer at (0,0) size 785x877
+  RenderBlock {HTML} at (0,0) size 785x878
+    RenderBody {BODY} at (8,8) size 769x854 [bgcolor=#FFFFFF]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x36
</span><span class="cx">         RenderText {#text} at (0,0) size 359x36
</span><span class="cx">           text run at (0,0) width 359: &quot;Tests de conformit\x{E9} CSS 2&quot;
</span><span class="lines">@@ -53,41 +53,41 @@
</span><span class="cx">           text run at (0,135) width 480: &quot;.secondtable { border-width : 10pt ; border-color : yellow ;&quot;
</span><span class="cx">           text run at (0,150) width 312: &quot;                border-style : double ;&quot;
</span><span class="cx">           text run at (0,165) width 352: &quot;                border-collapse : collapse }&quot;
</span><del>-      RenderTable {TABLE} at (96,432) size 577x132 [border: (13.33px double #FFFF00)]
-        RenderTableSection {TBODY} at (13,13) size 551x106
-          RenderTableRow {TR} at (0,2) size 551x33
-            RenderTableCell {TD} at (2,2) size 181x33 [border: (6.66px double #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (7,8) size 9x17
-                text run at (7,8) width 9: &quot;1&quot;
-            RenderTableCell {TD} at (184,2) size 182x33 [border: (6.66px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (7,8) size 9x17
-                text run at (7,8) width 9: &quot;2&quot;
-            RenderTableCell {TD} at (367,2) size 182x33 [border: (6.66px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
-              RenderText {#text} at (7,8) size 9x17
-                text run at (7,8) width 9: &quot;3&quot;
-          RenderTableRow {TR} at (0,36) size 551x33
-            RenderTableCell {TD} at (2,36) size 181x33 [border: (6.66px inset #0000FF)] [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (7,8) size 9x17
-                text run at (7,8) width 9: &quot;4&quot;
-            RenderTableCell {TD} at (184,36) size 182x33 [border: (6.66px double #000000)] [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (7,8) size 9x17
-                text run at (7,8) width 9: &quot;5&quot;
-            RenderTableCell {TD} at (367,36) size 182x33 [border: (6.66px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
-              RenderText {#text} at (7,8) size 9x17
-                text run at (7,8) width 9: &quot;6&quot;
-          RenderTableRow {TR} at (0,70) size 551x33
-            RenderTableCell {TD} at (2,70) size 181x33 [border: (6.66px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
-              RenderText {#text} at (7,8) size 9x17
-                text run at (7,8) width 9: &quot;7&quot;
-            RenderTableCell {TD} at (184,70) size 182x33 [border: (6.66px inset #0000FF)] [r=2 c=1 rs=1 cs=1]
-              RenderText {#text} at (7,8) size 9x17
-                text run at (7,8) width 9: &quot;8&quot;
-            RenderTableCell {TD} at (367,70) size 182x33 [border: (6.66px double #000000)] [r=2 c=2 rs=1 cs=1]
-              RenderText {#text} at (7,8) size 9x17
-                text run at (7,8) width 9: &quot;9&quot;
-      RenderBlock (anonymous) at (0,563) size 769x18
</del><ins>+      RenderTable {TABLE} at (96,432) size 577x128 [border: (13px double #FFFF00)]
+        RenderTableSection {TBODY} at (13,13) size 551x101
+          RenderTableRow {TR} at (0,2) size 551x31
+            RenderTableCell {TD} at (2,2) size 181x31 [border: (6px double #000000)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (7,7) size 8x17
+                text run at (7,7) width 8: &quot;1&quot;
+            RenderTableCell {TD} at (184,2) size 182x31 [border: (6px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (7,7) size 8x17
+                text run at (7,7) width 8: &quot;2&quot;
+            RenderTableCell {TD} at (367,2) size 182x31 [border: (6px groove #00FF00)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (7,7) size 8x17
+                text run at (7,7) width 8: &quot;3&quot;
+          RenderTableRow {TR} at (0,35) size 551x31
+            RenderTableCell {TD} at (2,35) size 181x31 [border: (6px inset #0000FF)] [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (7,7) size 8x17
+                text run at (7,7) width 8: &quot;4&quot;
+            RenderTableCell {TD} at (184,35) size 182x31 [border: (6px double #000000)] [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (7,7) size 8x17
+                text run at (7,7) width 8: &quot;5&quot;
+            RenderTableCell {TD} at (367,35) size 182x31 [border: (6px solid #FF0000)] [r=1 c=2 rs=1 cs=1]
+              RenderText {#text} at (7,7) size 8x17
+                text run at (7,7) width 8: &quot;6&quot;
+          RenderTableRow {TR} at (0,68) size 551x31
+            RenderTableCell {TD} at (2,68) size 181x31 [border: (6px groove #00FF00)] [r=2 c=0 rs=1 cs=1]
+              RenderText {#text} at (7,7) size 8x17
+                text run at (7,7) width 8: &quot;7&quot;
+            RenderTableCell {TD} at (184,68) size 182x31 [border: (6px inset #0000FF)] [r=2 c=1 rs=1 cs=1]
+              RenderText {#text} at (7,7) size 8x17
+                text run at (7,7) width 8: &quot;8&quot;
+            RenderTableCell {TD} at (367,68) size 182x31 [border: (6px double #000000)] [r=2 c=2 rs=1 cs=1]
+              RenderText {#text} at (7,7) size 8x17
+                text run at (7,7) width 8: &quot;9&quot;
+      RenderBlock (anonymous) at (0,559) size 769x18
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><del>-      RenderTable {TABLE} at (96,580) size 577x96 [border: (6px double #FFFF00)]
</del><ins>+      RenderTable {TABLE} at (96,576) size 577x96 [border: (6px double #FFFF00)]
</ins><span class="cx">         RenderTableSection {TBODY} at (6,6) size 564x82
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 564x29
</span><span class="cx">             RenderTableCell {TD} at (0,0) size 205x29 [border: (7px double #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -119,13 +119,13 @@
</span><span class="cx">             RenderTableCell {TD} at (369,54) size 195x28 [border: (3px double #000000)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,4) size 8x17
</span><span class="cx">                 text run at (4,4) width 8: &quot;9&quot;
</span><del>-      RenderBlock {P} at (0,691) size 769x35
</del><ins>+      RenderBlock {P} at (0,687) size 769x35
</ins><span class="cx">         RenderText {#text} at (0,0) size 754x34
</span><span class="cx">           text run at (0,0) width 302: &quot;Si toutes les conditions exprim\x{E9}es par les r\x{E8}gles &quot;
</span><span class="cx">           text run at (302,0) width 452: &quot;CSS ci-dessus se retrouvent dans le formatage des tableaux ci-dessus, la&quot;
</span><span class="cx">           text run at (0,17) width 43: &quot;valeur &quot;
</span><span class="cx">           text run at (43,17) width 160: &quot;de ce test est 2 et 0 sinon.&quot;
</span><del>-      RenderTable {TABLE} at (192,741) size 577x46
</del><ins>+      RenderTable {TABLE} at (192,737) size 577x46
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 577x45
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 577x20
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 573x20 [r=0 c=0 rs=1 cs=3]
</span><span class="lines">@@ -142,15 +142,15 @@
</span><span class="cx">               RenderInline {A} at (0,0) size 71x17 [color=#0000EE]
</span><span class="cx">                 RenderText {#text} at (71,1) size 71x17
</span><span class="cx">                   text run at (71,1) width 71: &quot;test suivant&quot;
</span><del>-      RenderBlock {P} at (0,741) size 769x18
</del><ins>+      RenderBlock {P} at (0,737) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 4x17
</span><span class="cx">           text run at (0,0) width 4: &quot; &quot;
</span><del>-      RenderBlock {P} at (0,774) size 769x18
</del><ins>+      RenderBlock {P} at (0,770) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 4x17
</span><span class="cx">           text run at (0,0) width 4: &quot; &quot;
</span><del>-      RenderBlock {P} at (0,807) size 769x18
</del><ins>+      RenderBlock {P} at (0,803) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 4x17
</span><span class="cx">           text run at (0,0) width 4: &quot; &quot;
</span><del>-      RenderBlock {P} at (0,840) size 769x18
</del><ins>+      RenderBlock {P} at (0,836) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 163x17
</span><span class="cx">           text run at (0,0) width 163: &quot;Auteur : Daniel Glazman.&quot;
</span></span></pre>
</div>
</div>

</body>
</html>