<!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>[202220] 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/202220">202220</a></dd>
<dt>Author</dt> <dd>mcatanzaro@igalia.com</dd>
<dt>Date</dt> <dd>2016-06-19 18:19:50 -0700 (Sun, 19 Jun 2016)</dd>
</dl>

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

* fast/forms/select-non-native-rendering-direction-expected.txt: Added.
* fast/text/hyphenate-avoid-orphaned-word-expected.txt: Added.
* platform/gtk/TestExpectations:</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>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsfastformsselectnonnativerenderingdirectionexpectedtxt">trunk/LayoutTests/fast/forms/select-non-native-rendering-direction-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasttexthyphenateavoidorphanedwordexpectedtxt">trunk/LayoutTests/fast/text/hyphenate-avoid-orphaned-word-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (202219 => 202220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-06-20 00:17:05 UTC (rev 202219)
+++ trunk/LayoutTests/ChangeLog        2016-06-20 01:19:50 UTC (rev 202220)
</span><span class="lines">@@ -1,3 +1,11 @@
</span><ins>+2016-06-19  Michael Catanzaro  &lt;mcatanzaro@igalia.com&gt;
+
+        [GTK] Unreviewed test gardening
+
+        * fast/forms/select-non-native-rendering-direction-expected.txt: Added.
+        * fast/text/hyphenate-avoid-orphaned-word-expected.txt: Added.
+        * platform/gtk/TestExpectations:
+
</ins><span class="cx"> 2016-06-17  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Add test expectations for macOS Sierra
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsselectnonnativerenderingdirectionexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/forms/select-non-native-rendering-direction-expected.txt (0 => 202220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/select-non-native-rendering-direction-expected.txt                                (rev 0)
+++ trunk/LayoutTests/fast/forms/select-non-native-rendering-direction-expected.txt        2016-06-20 01:19:50 UTC (rev 202220)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {DIV} at (0,0) size 784x31
+        RenderText {#text} at (0,7) size 122x17
+          text run at (0,7) width 122: &quot;Left to right select: &quot;
+        RenderMenuList {SELECT} at (124,2) size 140x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (1,1) size 138x25
+            RenderText at (4,4) size 64x17
+              text run at (4,4) width 64: &quot;Alabama&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,31) size 784x31
+        RenderText {#text} at (662,7) size 122x17
+          text run at (662,7) width 8 RTL: &quot;: &quot;
+          text run at (670,7) width 114: &quot;Right to left select&quot;
+        RenderMenuList {SELECT} at (520,2) size 140x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+          RenderBlock (anonymous) at (1,1) size 138x25
+            RenderText at (70,4) size 64x17
+              text run at (70,4) width 64: &quot;Alabama&quot;
+        RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsfasttexthyphenateavoidorphanedwordexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/text/hyphenate-avoid-orphaned-word-expected.txt (0 => 202220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/text/hyphenate-avoid-orphaned-word-expected.txt                                (rev 0)
+++ trunk/LayoutTests/fast/text/hyphenate-avoid-orphaned-word-expected.txt        2016-06-20 01:19:50 UTC (rev 202220)
</span><span class="lines">@@ -0,0 +1,93 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock (floating) {DIV} at (4,0) size 344x224
+        RenderBlock {P} at (0,16) size 344x18
+          RenderText {#text} at (0,0) size 203x17
+            text run at (0,0) width 203: &quot;The initial value (should be like &quot;
+          RenderInline {TT} at (0,0) size 32x15
+            RenderText {#text} at (203,3) size 32x15
+              text run at (203,3) width 32: &quot;auto&quot;
+          RenderText {#text} at (235,0) size 5x17
+            text run at (235,0) width 5: &quot;)&quot;
+        RenderBlock {DIV} at (0,50) size 344x174 [border: (3px solid #000000)]
+          RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF]
+          RenderText {#text} at (7,7) size 330x160
+            text run at (7,7) width 245: &quot;The chief difficulty Alice found&quot;
+            text run at (7,27) width 245: &quot;at first was in managing her&quot;
+            text run at (7,47) width 245: &quot;flamingo: she succeeded in get&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (7,67) width 208: &quot;ting its body tucked away, &quot;
+            text run at (215,67) width 37: &quot;com&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (7,87) width 245: &quot;fortably enough, under her arm,&quot;
+            text run at (7,107) width 226: &quot;with its legs hanging down, &quot;
+            text run at (233,107) width 104: &quot;but generally,&quot;
+            text run at (7,127) width 330: &quot;just as she had got its neck nicely&quot;
+            text run at (7,147) width 93: &quot;straightened.&quot;
+      RenderBlock (floating) {DIV} at (356,0) size 344x224
+        RenderBlock {P} at (0,16) size 344x18
+          RenderText {#text} at (0,0) size 81x17
+            text run at (0,0) width 81: &quot;The default (&quot;
+          RenderInline {TT} at (0,0) size 200x15
+            RenderText {#text} at (81,3) size 200x15
+              text run at (81,3) width 200: &quot;hyphenate-character: auto&quot;
+          RenderText {#text} at (281,0) size 5x17
+            text run at (281,0) width 5: &quot;)&quot;
+        RenderBlock {DIV} at (0,50) size 344x174 [border: (3px solid #000000)]
+          RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF]
+          RenderText {#text} at (7,7) size 330x160
+            text run at (7,7) width 245: &quot;The chief difficulty Alice found&quot;
+            text run at (7,27) width 245: &quot;at first was in managing her&quot;
+            text run at (7,47) width 245: &quot;flamingo: she succeeded in get&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (7,67) width 208: &quot;ting its body tucked away, &quot;
+            text run at (215,67) width 37: &quot;com&quot; + hyphen string &quot;\x{2010}&quot;
+            text run at (7,87) width 245: &quot;fortably enough, under her arm,&quot;
+            text run at (7,107) width 226: &quot;with its legs hanging down, &quot;
+            text run at (233,107) width 104: &quot;but generally,&quot;
+            text run at (7,127) width 330: &quot;just as she had got its neck nicely&quot;
+            text run at (7,147) width 93: &quot;straightened.&quot;
+      RenderBlock (floating) {DIV} at (4,224) size 344x224
+        RenderBlock {P} at (0,16) size 344x18
+          RenderText {#text} at (0,0) size 47x17
+            text run at (0,0) width 47: &quot;Bullet (&quot;
+          RenderInline {TT} at (0,0) size 224x15
+            RenderText {#text} at (47,3) size 224x15
+              text run at (47,3) width 224: &quot;hyphenate-character: \&quot;\\2022\&quot;&quot;
+          RenderText {#text} at (271,0) size 5x17
+            text run at (271,0) width 5: &quot;)&quot;
+        RenderBlock {DIV} at (0,50) size 344x174 [border: (3px solid #000000)]
+          RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF]
+          RenderText {#text} at (7,7) size 330x160
+            text run at (7,7) width 245: &quot;The chief difficulty Alice found&quot;
+            text run at (7,27) width 245: &quot;at first was in managing her&quot;
+            text run at (7,47) width 245: &quot;flamingo: she succeeded in get&quot; + hyphen string &quot;\x{2022}&quot;
+            text run at (7,67) width 208: &quot;ting its body tucked away, &quot;
+            text run at (215,67) width 37: &quot;com&quot; + hyphen string &quot;\x{2022}&quot;
+            text run at (7,87) width 245: &quot;fortably enough, under her arm,&quot;
+            text run at (7,107) width 226: &quot;with its legs hanging down, &quot;
+            text run at (233,107) width 104: &quot;but generally,&quot;
+            text run at (7,127) width 330: &quot;just as she had got its neck nicely&quot;
+            text run at (7,147) width 93: &quot;straightened.&quot;
+      RenderBlock (floating) {DIV} at (356,224) size 357x224
+        RenderBlock {P} at (0,16) size 357x18
+          RenderText {#text} at (0,0) size 136x17
+            text run at (0,0) width 136: &quot;Middle dot and tilde (&quot;
+          RenderInline {TT} at (0,0) size 216x15
+            RenderText {#text} at (136,3) size 216x15
+              text run at (136,3) width 216: &quot;hyphenate-character: \&quot;\\B7~\&quot;&quot;
+          RenderText {#text} at (352,0) size 5x17
+            text run at (352,0) width 5: &quot;)&quot;
+        RenderBlock {DIV} at (0,50) size 344x174 [border: (3px solid #000000)]
+          RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF]
+          RenderText {#text} at (7,7) size 330x160
+            text run at (7,7) width 245: &quot;The chief difficulty Alice found&quot;
+            text run at (7,27) width 245: &quot;at first was in managing her&quot;
+            text run at (7,47) width 245: &quot;flamingo: she succeeded in get&quot; + hyphen string &quot;\x{B7}~&quot;
+            text run at (7,67) width 199: &quot;ting its body tucked away, &quot;
+            text run at (206,67) width 46: &quot;com&quot; + hyphen string &quot;\x{B7}~&quot;
+            text run at (7,87) width 245: &quot;fortably enough, under her arm,&quot;
+            text run at (7,107) width 226: &quot;with its legs hanging down, &quot;
+            text run at (233,107) width 104: &quot;but generally,&quot;
+            text run at (7,127) width 330: &quot;just as she had got its neck nicely&quot;
+            text run at (7,147) width 93: &quot;straightened.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (202219 => 202220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2016-06-20 00:17:05 UTC (rev 202219)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2016-06-20 01:19:50 UTC (rev 202220)
</span><span class="lines">@@ -710,10 +710,6 @@
</span><span class="cx"> webkit.org/b/156148 svg/text/text-text-06-t.svg [ Failure ]
</span><span class="cx"> webkit.org/b/156148 svg/text/text-vkern.svg [ Failure ]
</span><span class="cx"> 
</span><del>-# Some shadow-dom tests that are not under fast/shadow-dom that are passing for mac
-webkit.org/b/148695 imported/w3c/csswg-test/css-scoping-1 [ Timeout Failure ImageOnlyFailure ]
-
-
</del><span class="cx"> # Since r200320 resource-timing feature is a runtime flag.
</span><span class="cx"> webkit.org/b/158617 fast/dom/Window/window-properties-performance-resource-timing.html [ Failure ]
</span><span class="cx"> webkit.org/b/158617 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_connection_reuse.html [ Timeout ]
</span><span class="lines">@@ -811,8 +807,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/129050 fast/sub-pixel/compositing-layers-on-subpixel-position.html [ ImageOnlyFailure Crash Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/144771 editing/selection/selection-invalid-offset.html [ Crash ]
-
</del><span class="cx"> webkit.org/b/152043 [ Debug ] http/tests/media/clearkey/clear-key-hls-aes128.html [ Crash ]
</span><span class="cx"> webkit.org/b/152043 [ Debug ] http/tests/media/hls [ Crash ]
</span><span class="cx"> 
</span><span class="lines">@@ -1333,6 +1327,25 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/158472 fast/text/international/system-language/han-quotes.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/158912 imported/blink/compositing/animation/hidden-animated-layer-should-not-have-scrollbars.html [ ImageOnlyFailure Pass ]
+
+webkit.org/b/158913 media/media-controls-play-button-updates.html [ Failure Pass ]
+
+webkit.org/b/158914 media/restore-from-page-cache.html [ Failure Pass ]
+
+webkit.org/b/158915 fast/forms/select/menulist-type-ahead-find.html [ Failure Pass ]
+
+webkit.org/b/158916 fast/forms/input-appearance-preventDefault.html [ Failure Pass ]
+
+webkit.org/b/158917 fast/scrolling/overflow-scroll-past-max.html [ Failure Pass ]
+
+webkit.org/b/158918 fast/css3-text/css3-text-decoration/text-decoration-dashed.html [ ImageOnlyFailure Pass ]
+webkit.org/b/158918 fast/css3-text/css3-text-decoration/text-decoration-dotted-dashed.html [ ImageOnlyFailure Pass ]
+webkit.org/b/158918 fast/css3-text/css3-text-decoration/text-decoration-dotted.html [ ImageOnlyFailure Pass ]
+
+webkit.org/b/158919 http/tests/loading/basic-auth-resend-wrong-credentials.html [ Failure Pass ]
+webkit.org/b/158919 http/tests/loading/basic-credentials-sent-automatically.html [ Failure Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Flaky tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1618,6 +1631,18 @@
</span><span class="cx"> webkit.org/b/156109 http/tests/security/contentSecurityPolicy/audio-redirect-blocked.html [ Timeout ]
</span><span class="cx"> webkit.org/b/156109 http/tests/security/contentSecurityPolicy/video-redirect-blocked.html [ Timeout ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/158921 http/tests/security/video-cross-origin-caching.html [ Timeout ]
+
+webkit.org/b/158922 imported/w3c/web-platform-tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments.htm [ Timeout ]
+
+webkit.org/b/158923 media/airplay-autoplay.html [ Timeout ]
+
+webkit.org/b/158924 media/media-fullscreen-return-to-inline.html [ Timeout ]
+
+webkit.org/b/158925 media/media-source/media-source-loadedmetada-with-two-sourcebuffers.html [ Timeout ]
+
+webkit.org/b/158926 media/video-load-preload-none.html [ Timeout ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests timing out
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -2577,6 +2602,15 @@
</span><span class="cx"> webkit.org/b/156438 inspector/indexeddb/requestDatabaseNames.html [ Failure ]
</span><span class="cx"> webkit.org/b/156438 storage/indexeddb/cursor-key-order.html [ Failure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/158927 webaudio/codec-tests/aac/vbr-128kbps-44khz.html [ Failure ]
+webkit.org/b/158927 webaudio/codec-tests/vorbis/vbr-128kbps-44khz.html [ Failure ]
+webkit.org/b/158927 webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html [ Failure ]
+webkit.org/b/158927 webaudio/codec-tests/vorbis/vbr-96kbps-44khz.html [ Failure ]
+
+webkit.org/b/158928 svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml [ Failure ]
+webkit.org/b/158928 svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml [ Failure ]
+webkit.org/b/158928 svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml [ 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">@@ -2649,6 +2683,6 @@
</span><span class="cx"> # Timing out on OS X.
</span><span class="cx"> imported/w3c/web-platform-tests/IndexedDB/idbcursor_iterating.htm [ Pass ]
</span><span class="cx"> 
</span><del>-# These tests hardcode platform-specific font aliases.
-webkit.org/b/158649 fast/text/chinese-font-name-aliases.html [ ImageOnlyFailure ]
-webkit.org/b/158649 fast/text/chinese-font-name-aliases-2.html [ ImageOnlyFailure ]
</del><ins>+#////////////////////////////////////////////////////////////////////////////////////////
+# End of PASSING tests. See top of file where to put new expectations.
+#////////////////////////////////////////////////////////////////////////////////////////
</ins></span></pre>
</div>
</div>

</body>
</html>