<!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>[204644] 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/204644">204644</a></dd>
<dt>Author</dt> <dd>clopez@igalia.com</dd>
<dt>Date</dt> <dd>2016-08-19 12:07:30 -0700 (Fri, 19 Aug 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Gardening: Layout tests expectations updates and test rebaselines.

Unreviewed.

LayoutTests/imported/w3c:

The test below contained wrong results (FAIL strings instead of PASS).
There are many more. I'm only updating this 3 ones because they are passing
on the GTK+ port, but the tooling gives Failures due to the wrong expectation
files. Reported https://bugs.webkit.org/show_bug.cgi?id=161003 regarding this.

* web-platform-tests/XMLHttpRequest/send-entity-body-empty-expected.txt:
* web-platform-tests/XMLHttpRequest/send-entity-body-none-expected.txt:
* web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt:

LayoutTests:

* TestExpectations: Mark as failing 3 tests from imported/w3c/web-platform-tests/XMLHttpRequest that had wrong results.
* platform/gtk/TestExpectations: Update list for imported/w3c/web-platform-tests/XMLHttpRequest and merge repeated results.
* platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Added. Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/201449">r201449</a> (updated version of libicu).
* platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Added. Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/201449">r201449</a> (updated version of libicu).
* platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Added. Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/201449">r201449</a> (updated version of libicu).
* platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Added. Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/201449">r201449</a> (updated version of libicu).</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsTestExpectations">trunk/LayoutTests/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsimportedw3cChangeLog">trunk/LayoutTests/imported/w3c/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestsendentitybodyemptyexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-empty-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestsendentitybodynoneexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-none-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestsetrequestheadercontenttypeexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/</li>
<li><a href="#trunkLayoutTestsplatformgtksputnikUnicodeUnicode_510S76_A31expectedtxt">trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtksputnikUnicodeUnicode_510S76_A32expectedtxt">trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtksputnikUnicodeUnicode_510S76_A53_T1expectedtxt">trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtksputnikUnicodeUnicode_510S76_A53_T2expectedtxt">trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (204643 => 204644)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-08-19 18:58:56 UTC (rev 204643)
+++ trunk/LayoutTests/ChangeLog        2016-08-19 19:07:30 UTC (rev 204644)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2016-08-19  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Gardening: Layout tests expectations updates and test rebaselines.
+
+        Unreviewed.
+
+        * TestExpectations: Mark as failing 3 tests from imported/w3c/web-platform-tests/XMLHttpRequest that had wrong results.
+        * platform/gtk/TestExpectations: Update list for imported/w3c/web-platform-tests/XMLHttpRequest and merge repeated results.
+        * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Added. Rebaseline after r201449 (updated version of libicu).
+        * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Added. Rebaseline after r201449 (updated version of libicu).
+        * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Added. Rebaseline after r201449 (updated version of libicu).
+        * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Added. Rebaseline after r201449 (updated version of libicu).
+
</ins><span class="cx"> 2016-08-19  Johan K. Jensen  &lt;johan_jensen@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Resource Timing: Make PerformanceEntryList a sequence as per spec
</span></span></pre></div>
<a id="trunkLayoutTestsTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/TestExpectations (204643 => 204644)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/TestExpectations        2016-08-19 18:58:56 UTC (rev 204643)
+++ trunk/LayoutTests/TestExpectations        2016-08-19 19:07:30 UTC (rev 204644)
</span><span class="lines">@@ -313,7 +313,7 @@
</span><span class="cx"> webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-text.html  [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # WPT tests that fail after doing full test repository reimport and need further investigation
</span><del>-imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-document.htm [ Pass Failure ]
</del><ins>+imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-document.htm [ Pass Failure Timeout ]
</ins><span class="cx"> imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/155516 [ Debug ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-area-element/area-coords.html [ Skip ]
</span><span class="cx"> webkit.org/b/155516 [ Release ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-area-element/area-coords.html [ Failure ]
</span><span class="lines">@@ -338,6 +338,9 @@
</span><span class="cx"> imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect-to-non-cors.htm [ Skip ]
</span><span class="cx"> # Failing assertion with dynamic message
</span><span class="cx"> imported/w3c/web-platform-tests/XMLHttpRequest/responsexml-document-properties.htm [ Failure ]
</span><ins>+webkit.org/b/161003 imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type.htm [ Failure ]
+webkit.org/b/161003 imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-none.htm [ Failure ]
+webkit.org/b/161003 imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-empty.htm  [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/160510 http/tests/fetch/fetch-in-worker-crash.html [ Failure Crash Pass ]
</span><span class="cx"> imported/w3c/web-platform-tests/fetch/api/request/request-cache.html [ Skip ]
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/ChangeLog (204643 => 204644)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/ChangeLog        2016-08-19 18:58:56 UTC (rev 204643)
+++ trunk/LayoutTests/imported/w3c/ChangeLog        2016-08-19 19:07:30 UTC (rev 204644)
</span><span class="lines">@@ -1,3 +1,18 @@
</span><ins>+2016-08-19  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Gardening: Layout tests expectations updates and test rebaselines.
+
+        Unreviewed.
+
+        The test below contained wrong results (FAIL strings instead of PASS).
+        There are many more. I'm only updating this 3 ones because they are passing
+        on the GTK+ port, but the tooling gives Failures due to the wrong expectation
+        files. Reported https://bugs.webkit.org/show_bug.cgi?id=161003 regarding this.
+
+        * web-platform-tests/XMLHttpRequest/send-entity-body-empty-expected.txt:
+        * web-platform-tests/XMLHttpRequest/send-entity-body-none-expected.txt:
+        * web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt:
+
</ins><span class="cx"> 2016-08-19  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         WebKit should unset event propagation flags after dispatch
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestsendentitybodyemptyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-empty-expected.txt (204643 => 204644)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-empty-expected.txt        2016-08-19 18:58:56 UTC (rev 204643)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-empty-expected.txt        2016-08-19 19:07:30 UTC (rev 204644)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><span class="cx"> 
</span><span class="cx"> PASS XMLHttpRequest: send(&quot;&quot;) - empty entity body (POST) 
</span><span class="cx"> PASS XMLHttpRequest: send(&quot;&quot;) - empty entity body (PUT) 
</span><del>-FAIL XMLHttpRequest: send(&quot;&quot;) - empty entity body (HEAD) assert_equals: expected &quot;NO&quot; but got &quot;0&quot;
</del><ins>+PASS XMLHttpRequest: send(&quot;&quot;) - empty entity body (HEAD) 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestsendentitybodynoneexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-none-expected.txt (204643 => 204644)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-none-expected.txt        2016-08-19 18:58:56 UTC (rev 204643)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-none-expected.txt        2016-08-19 19:07:30 UTC (rev 204644)
</span><span class="lines">@@ -1,7 +1,7 @@
</span><span class="cx"> 
</span><span class="cx"> PASS No content type (POST) 
</span><span class="cx"> PASS No content type (PUT) 
</span><del>-FAIL No content type (HEAD) assert_equals: expected &quot;NO&quot; but got &quot;0&quot;
</del><ins>+PASS No content type (HEAD) 
</ins><span class="cx"> PASS Explicit content type (POST) 
</span><span class="cx"> PASS Explicit content type (PUT) 
</span><span class="cx"> FAIL Explicit content type (HEAD) assert_equals: expected &quot;NO&quot; but got &quot;0&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestsetrequestheadercontenttypeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt (204643 => 204644)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt        2016-08-19 18:58:56 UTC (rev 204643)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt        2016-08-19 19:07:30 UTC (rev 204644)
</span><span class="lines">@@ -20,10 +20,10 @@
</span><span class="cx"> PASS Blob request with set type uses that it for Content-Type unless setRequestHeader() 
</span><span class="cx"> PASS Blob request with set type keeps setRequestHeader() Content-Type and charset 
</span><span class="cx"> PASS ArrayBuffer request respects setRequestHeader(&quot;&quot;) 
</span><del>-FAIL ArrayBuffer request sends no Content-Type without setRequestHeader() call assert_equals: expected &quot;&quot; but got &quot;content-type: application/x-www-form-urlencoded&quot;
</del><ins>+PASS ArrayBuffer request sends no Content-Type without setRequestHeader() call 
</ins><span class="cx"> PASS ArrayBuffer request keeps setRequestHeader() Content-Type and charset 
</span><span class="cx"> PASS ArrayBufferView request respects setRequestHeader(&quot;&quot;) 
</span><del>-FAIL ArrayBufferView request sends no Content-Type without setRequestHeader() call assert_equals: expected &quot;&quot; but got &quot;content-type: application/x-www-form-urlencoded&quot;
</del><ins>+PASS ArrayBufferView request sends no Content-Type without setRequestHeader() call 
</ins><span class="cx"> PASS ArrayBufferView request keeps setRequestHeader() Content-Type and charset 
</span><span class="cx"> PASS FormData request respects setRequestHeader(&quot;&quot;) 
</span><span class="cx"> PASS FormData request has correct default Content-Type of &quot;multipart/form-data;boundary=_&quot; 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (204643 => 204644)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2016-08-19 18:58:56 UTC (rev 204643)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2016-08-19 19:07:30 UTC (rev 204644)
</span><span class="lines">@@ -1302,8 +1302,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/156436 fast/harness/sample-fail-mismatch-reftest.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/156437 fast/scrolling/rtl-scrollbars-listbox-scroll.html [ ImageOnlyFailure Pass ]
-
</del><span class="cx"> webkit.org/b/157728 plugins/get-javascript-url.html [ Timeout Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/145639 media/volume-bar-empty-when-muted.html [ Failure Pass ]
</span><span class="lines">@@ -2486,6 +2484,7 @@
</span><span class="cx"> webkit.org/b/149128 fast/text/control-characters [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # web-platform-tests XHR tests
</span><ins>+imported/w3c/web-platform-tests/XMLHttpRequest/headers-normalize-response.htm [ Failure ]
</ins><span class="cx"> imported/w3c/web-platform-tests/XMLHttpRequest/send-accept-language.htm [ Failure ]
</span><span class="cx"> imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head-async.htm [ Failure ]
</span><span class="cx"> imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head.htm [ Failure ]
</span><span class="lines">@@ -2493,8 +2492,12 @@
</span><span class="cx"> imported/w3c/web-platform-tests/XMLHttpRequest/status-async.htm [ Failure ]
</span><span class="cx"> imported/w3c/web-platform-tests/XMLHttpRequest/status-basic.htm [ Failure ]
</span><span class="cx"> imported/w3c/web-platform-tests/XMLHttpRequest/status-error.htm [ Failure ]
</span><del>-imported/w3c/web-platform-tests/XMLHttpRequest/event-readystatechange-loaded.htm [ Timeout ]
</del><ins>+imported/w3c/web-platform-tests/XMLHttpRequest/event-readystatechange-loaded.htm [ Failure Timeout ]
+imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type.htm [ Pass ]
+imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-none.htm [ Pass ]
+imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-empty.htm  [ Pass ]
</ins><span class="cx"> 
</span><ins>+
</ins><span class="cx"> webkit.org/b/151267 imported/blink/compositing/squashing/squashing-reflection-disallowed.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/compositing/will-change/stacking-context-creation.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/css3/blending/mix-blend-mode-background-size.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -2652,7 +2655,6 @@
</span><span class="cx"> fast/scrolling/rtl-scrollbars-elementFromPoint-static.html [ Pass ]
</span><span class="cx"> fast/scrolling/rtl-scrollbars-iframe-scrolled.html [ Pass ]
</span><span class="cx"> fast/scrolling/rtl-scrollbars-positioning.html [ Pass ]
</span><del>-fast/scrolling/rtl-scrollbars-listbox-scroll.html [ Pass ]
</del><span class="cx"> fast/scrolling/rtl-scrollbars-listbox-select-left.html [ Pass ]
</span><span class="cx"> fast/scrolling/rtl-scrollbars-listbox-select-right.html [ Pass ]
</span><span class="cx"> fast/scrolling/rtl-scrollbars-listbox-simple.html [ Pass ]
</span><span class="lines">@@ -2660,7 +2662,7 @@
</span><span class="cx"> fast/scrolling/rtl-scrollbars-positioned-intersect-scrollbars.html [ Pass ]
</span><span class="cx"> fast/scrolling/rtl-scrollbars-alternate-body-dir-attr-does-not-update-scrollbar-placement.html [ Pass ]
</span><span class="cx"> fast/scrolling/rtl-scrollbars-alternate-body-dir-attr-does-not-update-scrollbar-placement-2.html [ Pass ]
</span><del>-fast/scrolling/rtl-scrollbars-alternate-iframe-body-dir-attr-does-not-update-scrollbar-placement.html [ Pass ]
</del><ins>+webkit.org/b/156437 fast/scrolling/rtl-scrollbars-listbox-scroll.html [ ImageOnlyFailure Pass ]
</ins><span class="cx"> 
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=156612
</span><span class="cx"> http/tests/security/contentSecurityPolicy/embed-redirect-blocked3.html [ Pass ]
</span><span class="lines">@@ -2785,7 +2787,7 @@
</span><span class="cx"> webkit.org/b/160119 fast/repaint/selection-gap-flipped-fixed-child.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/160119 fast/scrolling/iframe-scrollable-after-back.html [ Failure Pass ]
</span><del>-webkit.org/b/160119 fast/scrolling/rtl-scrollbars-alternate-iframe-body-dir-attr-does-not-update-scrollbar-placement.html [ Failure ]
</del><ins>+webkit.org/b/160119 fast/scrolling/rtl-scrollbars-alternate-iframe-body-dir-attr-does-not-update-scrollbar-placement.html [ ImageOnlyFailure ]
</ins><span class="cx"> webkit.org/b/160119 fast/scrolling/rtl-scrollbars-sticky-document.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/160119 fast/scrolling/rtl-scrollbars-sticky-document-2.html [ Failure ]
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksputnikUnicodeUnicode_510S76_A31expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt (0 => 204644)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt        2016-08-19 19:07:30 UTC (rev 204644)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+S7.6_A3.1
+
+FAIL SputnikError: #037F 
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtksputnikUnicodeUnicode_510S76_A32expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt (0 => 204644)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt        2016-08-19 19:07:30 UTC (rev 204644)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+S7.6_A3.2
+
+FAIL SputnikError: #037F 
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtksputnikUnicodeUnicode_510S76_A53_T1expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt (0 => 204644)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt        2016-08-19 19:07:30 UTC (rev 204644)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+S7.6_A5.3_T1
+
+FAIL SputnikError: #037F 
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtksputnikUnicodeUnicode_510S76_A53_T2expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt (0 => 204644)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt        2016-08-19 19:07:30 UTC (rev 204644)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+S7.6_A5.3_T2
+
+FAIL SputnikError: #037F 
+
+TEST COMPLETE
+
</ins></span></pre>
</div>
</div>

</body>
</html>