<!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>[170916] 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/170916">170916</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-07-09 06:54:16 -0700 (Wed, 09 Jul 2014)</dd>
</dl>

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

Patch by Carlos Alberto Lopez Perez &lt;clopez@igalia.com&gt; on 2014-07-09

* platform/gtk/TestExpectations: Report and mark new failing and flaky tests. Adjust some tests expectations.
* platform/gtk/css1/formatting_model/inline_elements-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/170875">r170875</a>.</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="#trunkLayoutTestsplatformgtkcss1formatting_modelinline_elementsexpectedtxt">trunk/LayoutTests/platform/gtk/css1/formatting_model/inline_elements-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (170915 => 170916)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-07-09 09:12:53 UTC (rev 170915)
+++ trunk/LayoutTests/ChangeLog        2014-07-09 13:54:16 UTC (rev 170916)
</span><span class="lines">@@ -1,3 +1,10 @@
</span><ins>+2014-07-09  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Report and mark new failing and flaky tests. Adjust some tests expectations.
+        * platform/gtk/css1/formatting_model/inline_elements-expected.txt: Rebaseline after r170875.
+
</ins><span class="cx"> 2014-07-08  Alex Christensen  &lt;achristensen@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove webkit prefix from pointer lock tests.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (170915 => 170916)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-07-09 09:12:53 UTC (rev 170915)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-07-09 13:54:16 UTC (rev 170916)
</span><span class="lines">@@ -417,6 +417,7 @@
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/image-srcset-simple-2x.html [ Failure ]
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/image-srcset-src-selection-2x.html [ Failure ]
</span><span class="cx"> webkit.org/b/131347 fast/inline-block/hidpi-margin-top-with-subpixel-value-and-overflow-hidden.html [ ImageOnlyFailure ]
</span><ins>+webkit.org/b/131347 fast/inline/hidpi-inline-text-decoration-with-subpixel-value.html [ ImageOnlyFailure ]
</ins><span class="cx"> webkit.org/b/131347 fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/inline/hidpi-select-inline-on-subpixel-position.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/inline/hidpi-selection-gap-and-inline-selection-have-gap-rtl.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -659,6 +660,7 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/105191 media/video-playing-and-pause.html [ Failure Pass ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/105280 http/tests/xmlhttprequest/access-control-preflight-async-header-denied.html [ Failure Pass ]
</ins><span class="cx"> webkit.org/b/105280 http/tests/xmlhttprequest/access-control-preflight-async-method-denied.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/105280 http/tests/xmlhttprequest/access-control-preflight-async-not-supported.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/105280 http/tests/xmlhttprequest/cross-site-denied-response.html [ Failure Pass ]
</span><span class="lines">@@ -783,8 +785,9 @@
</span><span class="cx"> webkit.org/b/132184 fast/multicol/span/span-as-immediate-columns-child-dynamic.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132185 platform/gtk/editing/pasteboard/middle-button-paste.html [ Failure Pass ]
</span><span class="cx"> 
</span><del>-#Some media fragment tests are flaky
</del><ins>+# Some media fragment tests are flaky
</ins><span class="cx"> webkit.org/b/132864 media/media-fragments/TC0005.html [ Failure Pass ]
</span><ins>+webkit.org/b/132248 media/media-fragments/TC0006.html [ Failure Pass ]
</ins><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0037.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0078.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0079.html [ Failure Pass ]
</span><span class="lines">@@ -865,11 +868,19 @@
</span><span class="cx"> webkit.org/b/134573 media/track/audio-track.html [ Failure Timeout Pass ]
</span><span class="cx"> webkit.org/b/134574 media/media-fragments/TC0024.html [ Failure Timeout Pass ]
</span><span class="cx"> webkit.org/b/134575 http/tests/media/hls/video-controls-live-stream.html [ Crash Failure Timeout Pass ]
</span><ins>+webkit.org/b/134576 media/track/audio/audio-track-mkv-vorbis-language.html [ Failure Timeout Pass ]
+webkit.org/b/134576 media/track/track-cue-rendering.html [ Failure Timeout Pass ]
</ins><span class="cx"> webkit.org/b/134576 media/track/video/video-track-mkv-theora-selected.html [ Failure Timeout Pass ]
</span><ins>+webkit.org/b/134576 media/track/video/video-track-mkv-theora-language.html [ Failure Timeout Pass ]
</ins><span class="cx"> webkit.org/b/134577 svg/dom/svg-root-lengths.html [ Failure Timeout Pass ]
</span><span class="cx"> webkit.org/b/103383 fast/css/counters/element-removal-crash.xhtml [ Failure Pass ]
</span><span class="cx"> webkit.org/b/134579 fast/forms/state-restore-to-non-edited-controls.html [ Timeout Pass ]
</span><ins>+webkit.org/b/134758 svg/custom/composited-svg-with-opacity.html [ ImageOnlyFailure Pass ]
</ins><span class="cx"> 
</span><ins>+webkit.org/b/134760 plugins/layout-in-beforeload-listener-affects-plugin-loading.html [ Failure Pass ]
+
+webkit.org/b/134761 svg/custom/animate-initial-pause-unpause.html [ Failure Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Flaky tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -992,7 +1003,7 @@
</span><span class="cx"> webkit.org/b/122571 inspector-protocol/debugger/setBreakpoint-dfg.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/122571 inspector-protocol/profiler/console-profile.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/122571 inspector-protocol/dom/request-child-nodes-depth.html [ Timeout Pass ]
</span><del>-webkit.org/b/122571 inspector-protocol/dom/focus.html [ Timeout Pass ]
</del><ins>+webkit.org/b/122571 inspector-protocol/dom/focus.html [ Failure Timeout Pass ]
</ins><span class="cx"> webkit.org/b/122571 inspector-protocol/runtime/getProperties.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/122571 inspector-protocol/page/javascriptDialogEvents.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/122571 inspector-protocol/page/frameStartedLoading.html [ Timeout Pass ]
</span><span class="lines">@@ -1974,6 +1985,10 @@
</span><span class="cx"> # Difference invisible at the naked eye with Latin Modern Math.
</span><span class="cx"> webkit.org/b/134153 mathml/presentation/mo-stacked-glyphs.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/134756 fast/dom/HTMLImageElement/sizes/image-sizes-2x.html [ Failure ]
+webkit.org/b/134756 fast/dom/HTMLImageElement/sizes/image-sizes-js-change.html [ Failure ]
+webkit.org/b/134756 http/tests/loading/sizes/preload-image-sizes-2x.html [ Failure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests failing
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1formatting_modelinline_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/formatting_model/inline_elements-expected.txt (170915 => 170916)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/formatting_model/inline_elements-expected.txt        2014-07-09 09:12:53 UTC (rev 170915)
+++ trunk/LayoutTests/platform/gtk/css1/formatting_model/inline_elements-expected.txt        2014-07-09 13:54:16 UTC (rev 170916)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">       RenderBlock {P} at (0,169) size 769x192
</span><span class="cx">         RenderText {#text} at (0,7) size 187x17
</span><span class="cx">           text run at (0,7) width 187: &quot;This is a paragraph that has a &quot;
</span><del>-        RenderInline {SPAN} at (0,0) size 761x171 [border: (10px solid #FF0000)]
-          RenderText {#text} at (239,7) size 761x145
-            text run at (239,7) width 522: &quot;very long span in it, and the span has a 10px red border separated from the span by&quot;
</del><ins>+        RenderInline {SPAN} at (0,0) size 762x171 [border: (10px solid #FF0000)]
+          RenderText {#text} at (239,7) size 762x145
+            text run at (239,7) width 523: &quot;very long span in it, and the span has a 10px red border separated from the span by&quot;
</ins><span class="cx">             text run at (0,39) width 167: &quot;2pt, and a margin of 30pt. &quot;
</span><span class="cx">             text run at (167,39) width 560: &quot;The padding and border should be present on all sides of the span (although vertical lines&quot;
</span><span class="cx">             text run at (0,71) width 539: &quot;should appear only at the beginning and the end of the whole span, not on each line). &quot;
</span><span class="lines">@@ -35,23 +35,23 @@
</span><span class="cx">             text run at (0,103) width 388: &quot;should all be noticeable at the beginning and end of the span. &quot;
</span><span class="cx">             text run at (388,103) width 366: &quot;However, the line height should not be changed by any of&quot;
</span><span class="cx">             text run at (0,135) width 585: &quot;them, so the margin should be unnoticeable and the border should overlap text on other lines.&quot;
</span><del>-        RenderText {#text} at (637,135) size 761x49
-          text run at (637,135) width 4: &quot; &quot;
-          text run at (641,135) width 120: &quot;The line spacing in&quot;
</del><ins>+        RenderText {#text} at (637,135) size 762x49
+          text run at (637,135) width 5: &quot; &quot;
+          text run at (641,135) width 121: &quot;The line spacing in&quot;
</ins><span class="cx">           text run at (0,167) width 336: &quot;the whole paragraph should be 200% of the font size.&quot;
</span><span class="cx">       RenderBlock {P} at (0,377) size 769x64
</span><span class="cx">         RenderText {#text} at (0,0) size 159x15
</span><span class="cx">           text run at (0,0) width 159: &quot;This is a paragraph that has a &quot;
</span><span class="cx">         RenderInline {SPAN} at (0,0) size 764x93 [border: (12px solid #FF0000)]
</span><span class="cx">           RenderText {#text} at (173,0) size 764x63
</span><del>-            text run at (173,0) width 552: &quot;very long span in it, and the span has a 12px red border separated from the span by 2pt of padding (the&quot;
</del><ins>+            text run at (173,0) width 553: &quot;very long span in it, and the span has a 12px red border separated from the span by 2pt of padding (the&quot;
</ins><span class="cx">             text run at (0,16) width 764: &quot;difference between the line-height and the font-size), which should overlap with the lines of text above and below the span, since the padding&quot;
</span><span class="cx">             text run at (0,32) width 240: &quot;and border should not effect the line height. &quot;
</span><span class="cx">             text run at (240,32) width 524: &quot;The span's border should have vertical lines only at the beginning and end of the whole span, not&quot;
</span><span class="cx">             text run at (0,48) width 69: &quot;on each line.&quot;
</span><del>-        RenderText {#text} at (83,48) size 415x15
-          text run at (83,48) width 3: &quot; &quot;
-          text run at (86,48) width 412: &quot;The line spacing in the whole paragraph should be 12pt, with font-size 10pt.&quot;
</del><ins>+        RenderText {#text} at (83,48) size 416x15
+          text run at (83,48) width 4: &quot; &quot;
+          text run at (86,48) width 413: &quot;The line spacing in the whole paragraph should be 12pt, with font-size 10pt.&quot;
</ins><span class="cx">       RenderTable {TABLE} at (0,454) size 769x308 [border: (1px outset #808080)]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 767x305
</span><span class="cx">           RenderTableRow {TR} at (0,0) size 767x25
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">                   text run at (0,7) width 187: &quot;This is a paragraph that has a &quot;
</span><span class="cx">                 RenderInline {SPAN} at (0,0) size 747x171 [border: (10px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (239,7) size 747x145
</span><del>-                    text run at (239,7) width 502: &quot;very long span in it, and the span has a 10px red border separated from the span&quot;
</del><ins>+                    text run at (239,7) width 503: &quot;very long span in it, and the span has a 10px red border separated from the span&quot;
</ins><span class="cx">                     text run at (0,39) width 187: &quot;by 2pt, and a margin of 30pt. &quot;
</span><span class="cx">                     text run at (187,39) width 560: &quot;The padding and border should be present on all sides of the span (although vertical lines&quot;
</span><span class="cx">                     text run at (0,71) width 539: &quot;should appear only at the beginning and the end of the whole span, not on each line). &quot;
</span><span class="lines">@@ -77,20 +77,20 @@
</span><span class="cx">                     text run at (0,103) width 388: &quot;should all be noticeable at the beginning and end of the span. &quot;
</span><span class="cx">                     text run at (388,103) width 349: &quot;However, the line height should not be changed by any&quot;
</span><span class="cx">                     text run at (0,135) width 602: &quot;of them, so the margin should be unnoticeable and the border should overlap text on other lines.&quot;
</span><del>-                RenderText {#text} at (654,135) size 710x49
-                  text run at (654,135) width 4: &quot; &quot;
-                  text run at (658,135) width 52: &quot;The line&quot;
</del><ins>+                RenderText {#text} at (654,135) size 711x49
+                  text run at (654,135) width 5: &quot; &quot;
+                  text run at (658,135) width 53: &quot;The line&quot;
</ins><span class="cx">                   text run at (0,167) width 404: &quot;spacing in the whole paragraph should be 200% of the font size.&quot;
</span><span class="cx">               RenderBlock {P} at (4,212) size 747x64
</span><span class="cx">                 RenderText {#text} at (0,0) size 159x15
</span><span class="cx">                   text run at (0,0) width 159: &quot;This is a paragraph that has a &quot;
</span><del>-                RenderInline {SPAN} at (0,0) size 725x93 [border: (12px solid #FF0000)]
-                  RenderText {#text} at (173,0) size 725x63
-                    text run at (173,0) width 552: &quot;very long span in it, and the span has a 12px red border separated from the span by 2pt of padding (the&quot;
</del><ins>+                RenderInline {SPAN} at (0,0) size 726x93 [border: (12px solid #FF0000)]
+                  RenderText {#text} at (173,0) size 726x63
+                    text run at (173,0) width 553: &quot;very long span in it, and the span has a 12px red border separated from the span by 2pt of padding (the&quot;
</ins><span class="cx">                     text run at (0,16) width 716: &quot;difference between the line-height and the font-size), which should overlap with the lines of text above and below the span, since the&quot;
</span><span class="cx">                     text run at (0,32) width 288: &quot;padding and border should not effect the line height. &quot;
</span><span class="cx">                     text run at (288,32) width 436: &quot;The span's border should have vertical lines only at the beginning and end of the&quot;
</span><span class="cx">                     text run at (0,48) width 157: &quot;whole span, not on each line.&quot;
</span><del>-                RenderText {#text} at (171,48) size 415x15
-                  text run at (171,48) width 3: &quot; &quot;
-                  text run at (174,48) width 412: &quot;The line spacing in the whole paragraph should be 12pt, with font-size 10pt.&quot;
</del><ins>+                RenderText {#text} at (171,48) size 416x15
+                  text run at (171,48) width 4: &quot; &quot;
+                  text run at (174,48) width 413: &quot;The line spacing in the whole paragraph should be 12pt, with font-size 10pt.&quot;
</ins></span></pre>
</div>
</div>

</body>
</html>