<!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>[205423] 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/205423">205423</a></dd>
<dt>Author</dt> <dd>mcatanzaro@igalia.com</dd>
<dt>Date</dt> <dd>2016-09-04 20:13:00 -0700 (Sun, 04 Sep 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Miscellaneous unreviewed GTK test gardening

* platform/gtk/TestExpectations:
* platform/gtk/accessibility/math-multiscript-attributes-expected.txt:
* platform/gtk/css1/box_properties/float_on_text_elements-expected.txt:
* platform/gtk/editing/pasteboard/image-in-iframe-expected.txt: Added.
* platform/gtk/editing/pasteboard/onpaste-text-html-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkaccessibilitymathmultiscriptattributesexpectedtxt">trunk/LayoutTests/platform/gtk/accessibility/math-multiscript-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss1box_propertiesfloat_on_text_elementsexpectedtxt">trunk/LayoutTests/platform/gtk/css1/box_properties/float_on_text_elements-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkeditingpasteboardonpastetexthtmlexpectedtxt">trunk/LayoutTests/platform/gtk/editing/pasteboard/onpaste-text-html-expected.txt</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformgtkeditingpasteboardimageiniframeexpectedtxt">trunk/LayoutTests/platform/gtk/editing/pasteboard/image-in-iframe-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (205422 => 205423)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-09-05 03:11:55 UTC (rev 205422)
+++ trunk/LayoutTests/ChangeLog        2016-09-05 03:13:00 UTC (rev 205423)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2016-09-04  Michael Catanzaro  &lt;mcatanzaro@igalia.com&gt;
+
+        Miscellaneous unreviewed GTK test gardening
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/accessibility/math-multiscript-attributes-expected.txt:
+        * platform/gtk/css1/box_properties/float_on_text_elements-expected.txt:
+        * platform/gtk/editing/pasteboard/image-in-iframe-expected.txt: Added.
+        * platform/gtk/editing/pasteboard/onpaste-text-html-expected.txt:
+
</ins><span class="cx"> 2016-09-03  Ryosuke Niwa  &lt;rniwa@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Update the semantics of defined-ness of custom elements per spec changes
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (205422 => 205423)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2016-09-05 03:11:55 UTC (rev 205422)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2016-09-05 03:13:00 UTC (rev 205423)
</span><span class="lines">@@ -730,6 +730,9 @@
</span><span class="cx"> http/tests/media/hls/hls-accessiblity-describes-video-menu.html [ Skip ]
</span><span class="cx"> http/tests/media/hls/hls-accessiblity-describes-video.html [ Skip ]
</span><span class="cx"> 
</span><ins>+# No support for font-variant-* properties in @font-face declarations
+webkit.org/b/161586 css3/font-feature-settings-font-face-rendering.html [ ImageOnlyFailure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Expected failures
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -820,6 +823,11 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/153937 http/tests/misc/detach-during-notifyDone.html [ Crash Pass ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/161582 fast/mediastream/apply-constraints-video.html [ Crash ]
+webkit.org/b/161582 fast/mediastream/MediaStream-video-element-displays-buffer.html [ Crash ]
+webkit.org/b/161582 fast/mediastream/MediaStream-video-element-video-tracks-disabled-then-enabled.html [ Crash ]
+webkit.org/b/161582 fast/mediastream/MediaStream-video-element-video-tracks-disabled.html [ Crash ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Crashing tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -2601,6 +2609,16 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/160251 fast/text/font-kerning.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/161583 accessibility/auto-fill-types.html [ Failure ]
+webkit.org/b/161584 accessibility/children-changed-sends-notification.html [ Failure ]
+webkit.org/b/161585 accessibility/media-emits-object-replacement.html [ Failure ]
+
+webkit.org/b/161587 css3/font-feature-settings-rendering.html [ ImageOnlyFailure ]
+webkit.org/b/161588 css3/font-variant-synthesis-jdaggett.html [ ImageOnlyFailure ]
+webkit.org/b/161589 css3/masking/mask-repeat-space-padding.html [ ImageOnlyFailure ]
+
+webkit.org/b/161590 editing/inserting/typing-space-to-trigger-smart-link.html [ Failure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of non-crashing, non-flaky tests failing
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -2690,7 +2708,7 @@
</span><span class="cx"> # Tests failing due to switch to THREADED COMPOSITOR
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><del>-webkit.org/b/160119 accessibility/media-element.html [ Timeout Crash Pass ]
</del><ins>+webkit.org/b/160119 accessibility/media-element.html [ Timeout Crash Pass Failure ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/160119 editing/input/caret-at-the-edge-of-contenteditable.html [ Failure ]
</span><span class="cx"> webkit.org/b/160119 editing/input/reveal-caret-of-multiline-contenteditable.html [ Failure ]
</span><span class="lines">@@ -2794,6 +2812,8 @@
</span><span class="cx"> webkit.org/b/161242 compositing/fixed-with-fixed-layout.html [ Skip ]
</span><span class="cx"> webkit.org/b/161242 fast/fixed-layout/fixed-layout.html [ Skip ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/161242 animations/negative-delay.html [ Pass Failure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of tests failing due to THREADED COMPOSITOR enablement. Don't put random test
</span><span class="cx"> # failures here. See the top of the file for where to put new expectations.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkaccessibilitymathmultiscriptattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/accessibility/math-multiscript-attributes-expected.txt (205422 => 205423)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/accessibility/math-multiscript-attributes-expected.txt        2016-09-05 03:11:55 UTC (rev 205422)
+++ trunk/LayoutTests/platform/gtk/accessibility/math-multiscript-attributes-expected.txt        2016-09-05 03:13:00 UTC (rev 205423)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> AXRole: AXStatic
</span><span class="cx"> AXParent: AXSection
</span><span class="cx"> AXChildren: 0
</span><del>-AXPosition: { 18.000000, -33.000000 }
</del><ins>+AXPosition: { 17.000000, -33.000000 }
</ins><span class="cx"> AXSize: { 14.000000, 106.000000 }
</span><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> AXRole: AXSubscript
</span><span class="cx"> AXParent: AXSection
</span><span class="cx"> AXChildren: 0
</span><del>-AXPosition: { 31.000000, -14.000000 }
</del><ins>+AXPosition: { 30.000000, -14.000000 }
</ins><span class="cx"> AXSize: { 11.000000, 81.000000 }
</span><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> AXRole: AXSuperscript
</span><span class="cx"> AXParent: AXSection
</span><span class="cx"> AXChildren: 0
</span><del>-AXPosition: { 31.000000, -26.000000 }
</del><ins>+AXPosition: { 30.000000, -26.000000 }
</ins><span class="cx"> AXSize: { 10.000000, 80.000000 }
</span><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx"> AXRole: AXSubscript
</span><span class="cx"> AXParent: AXSection
</span><span class="cx"> AXChildren: 0
</span><del>-AXPosition: { 9.000000, -14.000000 }
</del><ins>+AXPosition: { 8.000000, -14.000000 }
</ins><span class="cx"> AXSize: { 10.000000, 81.000000 }
</span><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx"> AXRole: AXSuperscript
</span><span class="cx"> AXParent: AXSection
</span><span class="cx"> AXChildren: 0
</span><del>-AXPosition: { 9.000000, -26.000000 }
</del><ins>+AXPosition: { 8.000000, -26.000000 }
</ins><span class="cx"> AXSize: { 10.000000, 80.000000 }
</span><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss1box_propertiesfloat_on_text_elementsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/css1/box_properties/float_on_text_elements-expected.txt (205422 => 205423)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css1/box_properties/float_on_text_elements-expected.txt        2016-09-05 03:11:55 UTC (rev 205422)
+++ trunk/LayoutTests/platform/gtk/css1/box_properties/float_on_text_elements-expected.txt        2016-09-05 03:13:00 UTC (rev 205423)
</span><span class="lines">@@ -338,7 +338,7 @@
</span><span class="cx">                     text run at (0,17) width 411: &quot;background of the DIV element is blue and its width is 75%.&quot;
</span><span class="cx">                     text run at (0,34) width 33: &quot;This &quot;
</span><span class="cx">                     text run at (32,34) width 369: &quot;text should all be inside the blue rectangle. The blue DIV &quot;
</span><del>-                    text run at (400,34) width 161: &quot;element has another DIV&quot;
</del><ins>+                    text run at (401,34) width 160: &quot;element has another DIV&quot;
</ins><span class="cx">                     text run at (0,51) width 218: &quot;element as a child. It has a yellow &quot;
</span><span class="cx">                     text run at (217,51) width 344: &quot;background color and is floated to the right. Since it is&quot;
</span><span class="cx">                     text run at (0,68) width 12: &quot;a &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingpasteboardimageiniframeexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/editing/pasteboard/image-in-iframe-expected.txt (0 => 205423)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/pasteboard/image-in-iframe-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/image-in-iframe-expected.txt        2016-09-05 03:13:00 UTC (rev 205423)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x275
+  RenderBlock {HTML} at (0,0) size 800x275
+    RenderBody {BODY} at (8,8) size 784x259
+      RenderBlock {DIV} at (0,0) size 502x102 [border: (1px solid #FF0000)]
+        RenderImage {IMG} at (1,1) size 76x103
+      RenderBlock (anonymous) at (0,102) size 784x157
+        RenderIFrame {IFRAME} at (0,0) size 304x154 [border: (2px inset #000000)]
+          layer at (0,0) size 300x150
+            RenderView at (0,0) size 300x150
+          layer at (0,0) size 300x150
+            RenderBlock {HTML} at (0,0) size 300x150
+              RenderBody {BODY} at (0,0) size 300x150
+                RenderImage {IMG} at (0,0) size 76x103
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0
+caret: position 1 of child 0 {IMG} of child 1 {DIV} of body
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkeditingpasteboardonpastetexthtmlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/editing/pasteboard/onpaste-text-html-expected.txt (205422 => 205423)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/editing/pasteboard/onpaste-text-html-expected.txt        2016-09-05 03:11:55 UTC (rev 205422)
+++ trunk/LayoutTests/platform/gtk/editing/pasteboard/onpaste-text-html-expected.txt        2016-09-05 03:13:00 UTC (rev 205423)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> CONSOLE MESSAGE: line 21: text/plain: This test verifies that we can get text/html from the clipboard during an onpaste event. 
</span><del>-CONSOLE MESSAGE: line 23: text/html: &lt;span style=&quot;color: rgb(0, 0, 0); font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); -webkit-text-stroke-width: 0px; display: inline !important; float: none;&quot;&gt;This test verifies that we can get text/html from the clipboard during an onpaste event.&lt;span class=&quot;Apple-converted-space&quot;&gt; &lt;/span&gt;&lt;/span&gt;
</del><ins>+CONSOLE MESSAGE: line 23: text/html: &lt;span style=&quot;color: rgb(0, 0, 0); font-size: medium; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); -webkit-text-stroke-width: 0px; display: inline !important; float: none;&quot;&gt;This test verifies that we can get text/html from the clipboard during an onpaste event.&lt;span class=&quot;Apple-converted-space&quot;&gt; &lt;/span&gt;&lt;/span&gt;
</ins><span class="cx"> This test verifies that we can get text/html from the clipboard during an onpaste event. This test requires DRT.
</span><del>-Paste content in this div.This test verifies that we can get text/html from the clipboard during an onpaste event. 
</del><ins>+Paste content in this div.This test verifies that we can get text/html from the clipboard during an onpaste event. 
</ins><span class="cx"> PASS
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>