<!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>[212204] 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/212204">212204</a></dd>
<dt>Author</dt> <dd>carlosgc@webkit.org</dd>
<dt>Date</dt> <dd>2017-02-12 04:04:20 -0800 (Sun, 12 Feb 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed GTK+ gardening. Rebaseline some test and update expectations.

* platform/gtk/TestExpectations:
* platform/gtk/fast/events/focus-label-legend-elements-with-tab-expected.txt: Added.
* platform/gtk/fast/events/touch/document-create-touch-expected.txt: Added.
* platform/gtk/fast/repaint/block-inputrange-repaint-expected.txt: Added.
* platform/gtk/http/tests/dom/document-attributes-null-handling-expected.txt: Added.</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="#trunkLayoutTestsplatformgtkfasteventsfocuslabellegendelementswithtabexpectedtxt">trunk/LayoutTests/platform/gtk/fast/events/focus-label-legend-elements-with-tab-expected.txt</a></li>
<li>trunk/LayoutTests/platform/gtk/fast/events/touch/</li>
<li><a href="#trunkLayoutTestsplatformgtkfasteventstouchdocumentcreatetouchexpectedtxt">trunk/LayoutTests/platform/gtk/fast/events/touch/document-create-touch-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintblockinputrangerepaintexpectedtxt">trunk/LayoutTests/platform/gtk/fast/repaint/block-inputrange-repaint-expected.txt</a></li>
<li>trunk/LayoutTests/platform/gtk/http/tests/dom/</li>
<li><a href="#trunkLayoutTestsplatformgtkhttptestsdomdocumentattributesnullhandlingexpectedtxt">trunk/LayoutTests/platform/gtk/http/tests/dom/document-attributes-null-handling-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (212203 => 212204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2017-02-12 10:21:19 UTC (rev 212203)
+++ trunk/LayoutTests/ChangeLog        2017-02-12 12:04:20 UTC (rev 212204)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2017-02-12  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
+        Unreviewed GTK+ gardening. Rebaseline some test and update expectations.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/events/focus-label-legend-elements-with-tab-expected.txt: Added.
+        * platform/gtk/fast/events/touch/document-create-touch-expected.txt: Added.
+        * platform/gtk/fast/repaint/block-inputrange-repaint-expected.txt: Added.
+        * platform/gtk/http/tests/dom/document-attributes-null-handling-expected.txt: Added.
+
</ins><span class="cx"> 2017-02-11  Youenn Fablet  &lt;youennf@gmail.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Refresh WPT tests up to 06c6c52e05e05483d3c844168a417ee27a554eb7
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (212203 => 212204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2017-02-12 10:21:19 UTC (rev 212203)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2017-02-12 12:04:20 UTC (rev 212204)
</span><span class="lines">@@ -474,6 +474,7 @@
</span><span class="cx"> 
</span><span class="cx"> # Tests in the gesture folder exercise IOS-specific code, non appliable to GTK+
</span><span class="cx"> fast/events/touch/gesture [ Skip ]
</span><ins>+fast/shadow-dom/touch-event-on-text-assigned-to-slot.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # These tests rely on touch event grouping, which X11/GTK+ doesn't do by design
</span><span class="cx"> webkit.org/b/128172 fast/events/touch/basic-multi-touch-events-limited.html [ Failure ]
</span><span class="lines">@@ -499,6 +500,7 @@
</span><span class="cx"> webkit.org/b/131347 fast/forms/hidpi-textfield-background-bleeding.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/clip-text-in-hidpi.html [ Failure Pass Missing ]
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/filters-morphology.html [ ImageOnlyFailure Pass Crash ]
</span><ins>+webkit.org/b/131347 fast/hidpi/hidpi-3x-device-pixel-ratio.html [ Failure ]
</ins><span class="cx"> webkit.org/b/131347 fast/hidpi/image-set-background-dynamic.html [ Failure Pass Missing ]
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/image-set-border-image-dynamic.html [ Failure Pass Missing ]
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/image-srcset-png-canvas.html [ ImageOnlyFailure Pass ]
</span><span class="lines">@@ -795,6 +797,13 @@
</span><span class="cx"> # CSS image-resolution is not yet enabled.
</span><span class="cx"> webkit.org/b/85262 fast/css/image-resolution [ Skip ]
</span><span class="cx"> 
</span><ins>+# LEGACY_ENCRYPTED_MEDIA is disabled
+fast/events/webkit-media-key-events-constructor.html [ Skip ]
+
+# eventSender.callAfterScrollingCompletes doesn't work.
+webkit.org/b/168189 fast/scrolling/arrow-key-scroll-in-rtl-document.html [ Failure ]
+webkit.org/b/168189 fast/scrolling/scroll-container-horizontally.html [ Failure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Expected failures
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -2771,6 +2780,19 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/145260 media/audio-playback-restriction-play.html  [ Failure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/168188 fast/events/ime-compositionend-on-selection-change.html [ Failure ]
+
+webkit.org/b/168164 fast/picture/viewport-resize.html [ Failure ]
+
+webkit.org/b/168190 fast/spatial-navigation/snav-input.html [ Failure ]
+webkit.org/b/168190 fast/spatial-navigation/snav-textarea.html [ Failure ]
+
+webkit.org/b/168191 fast/text/system-font-weight-italic.html [ Failure ]
+webkit.org/b/168191 fast/text/system-font-weight.html [ Failure ]
+webkit.org/b/168191 fast/text/trak-optimizeLegibility.html [ Failure ]
+
+webkit.org/b/168192 http/tests/media/hls/video-duration-accessibility.html [ Failure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of non-crashing, non-flaky tests failing
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasteventsfocuslabellegendelementswithtabexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/events/focus-label-legend-elements-with-tab-expected.txt (0 => 212204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/events/focus-label-legend-elements-with-tab-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/events/focus-label-legend-elements-with-tab-expected.txt        2017-02-12 12:04:20 UTC (rev 212204)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+Tests for moving focus by pressing tab key across label and legend elements.
+To manually test, press tab key seven times then shift+tab six times.
+It should traverse focusable elements in the ascending order from 1 to 7 and then in the descending order back to 1.
+
+
+1. An input element inside a non-focusable label element
+2. A label element with an input element
+3. An input elment inside a focusable label element
+4. A label element with just text
+5. A fieldset element with tabindex
+6. A focusable legend element inside a fieldset element
+7. An input element inside a fieldset element
+6. A focusable legend element inside a fieldset element
+5. A fieldset element with tabindex
+4. A label element with just text
+3. An input elment inside a focusable label element
+2. A label element with an input element
+1. An input element inside a non-focusable label element
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasteventstouchdocumentcreatetouchexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/events/touch/document-create-touch-expected.txt (0 => 212204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/events/touch/document-create-touch-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/events/touch/document-create-touch-expected.txt        2017-02-12 12:04:20 UTC (rev 212204)
</span><span class="lines">@@ -0,0 +1,30 @@
</span><ins>+CONSOLE MESSAGE: line 39: TypeError: Argument 1 ('window') to Document.createTouch must be an instance of DOMWindow
+This tests support for the document.createTouch API.
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS &quot;createTouch&quot; in document is true
+PASS touch is non-null.
+PASS touch.target is box
+PASS touch.identifier is 1
+PASS touch.pageX is 100
+PASS touch.pageY is 101
+PASS touch.screenX is 102
+PASS touch.screenY is 103
+PASS touch.webkitRadiusX is 5
+PASS touch.webkitRadiusY is 3
+PASS touch.webkitRotationAngle is 10
+PASS touch.webkitForce is 10
+PASS emptyTouch is non-null.
+PASS emptyTouch.target is null
+PASS emptyTouch.identifier is 0
+PASS emptyTouch.pageX is 0
+PASS emptyTouch.pageY is 0
+PASS emptyTouch.screenX is 0
+PASS emptyTouch.screenY is 0
+PASS emptyTouch.webkitRadiusX is 0
+PASS emptyTouch.webkitRadiusY is 0
+PASS emptyTouch.webkitRotationAngle is NaN
+PASS emptyTouch.webkitForce is NaN
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintblockinputrangerepaintexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/repaint/block-inputrange-repaint-expected.txt (0 => 212204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/repaint/block-inputrange-repaint-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/block-inputrange-repaint-expected.txt        2017-02-12 12:04:20 UTC (rev 212204)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+FAIL repaintRects.indexOf('495 8 15 15') should not be -1.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkhttptestsdomdocumentattributesnullhandlingexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/http/tests/dom/document-attributes-null-handling-expected.txt (0 => 212204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/http/tests/dom/document-attributes-null-handling-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/http/tests/dom/document-attributes-null-handling-expected.txt        2017-02-12 12:04:20 UTC (rev 212204)
</span><span class="lines">@@ -0,0 +1,25 @@
</span><ins>+Test null handling of several Document attributes
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+* cookie attribute
+PASS document.cookie is &quot;&quot;
+document.cookie = 'key=value'
+PASS document.cookie is &quot;key=value&quot;
+document.cookie = null
+FAIL document.cookie should be key=value; null=. Was key=value; null.
+
+* title attribute
+PASS document.title is &quot;&quot;
+document.title = null
+PASS document.title is &quot;null&quot;
+
+* domain attribute
+PASS document.domain is &quot;127.0.0.1&quot;
+PASS document.domain = null threw exception SecurityError (DOM Exception 18): The operation is insecure..
+PASS document.domain is &quot;127.0.0.1&quot;
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre>
</div>
</div>

</body>
</html>