<!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>[189430] 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/189430">189430</a></dd>
<dt>Author</dt> <dd>ap@apple.com</dd>
<dt>Date</dt> <dd>2015-09-05 00:29:46 -0700 (Sat, 05 Sep 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Fix lint warnings on iOS.

This enables the correct expectation for fast/events/scroll-in-scaled-page-with-overflow-hidden.html.
For other tests, I went with the expectation that was currently in effect.

Re-landing, as this had to be rolled out together with another patch.

* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorTestExpectations">trunk/LayoutTests/platform/ios-simulator/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1TestExpectations">trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2TestExpectations">trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (189429 => 189430)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-09-05 07:22:54 UTC (rev 189429)
+++ trunk/LayoutTests/ChangeLog        2015-09-05 07:29:46 UTC (rev 189430)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2015-09-04  Alexey Proskuryakov  &lt;ap@apple.com&gt;
+
+        Fix lint warnings on iOS.
+
+        This enables the correct expectation for fast/events/scroll-in-scaled-page-with-overflow-hidden.html.
+        For other tests, I went with the expectation that was currently in effect.
+
+        Re-landing, as this had to be rolled out together with another patch.
+
+        * platform/ios-simulator-wk1/TestExpectations:
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/ios-simulator/TestExpectations:
+
</ins><span class="cx"> 2015-09-05  Commit Queue  &lt;commit-queue@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed, rolling out r189372 and r189403.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (189429 => 189430)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations        2015-09-05 07:22:54 UTC (rev 189429)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations        2015-09-05 07:29:46 UTC (rev 189430)
</span><span class="lines">@@ -368,7 +368,6 @@
</span><span class="cx"> 
</span><span class="cx"> # Compositing tests that fail:
</span><span class="cx"> compositing/regions/abs-transformed-dynamic-update.html [ ImageOnlyFailure ]
</span><del>-compositing/regions/fixed-in-diff-named-flows-zIndex.html [ ImageOnlyFailure ]
</del><span class="cx"> compositing/regions/fixed-in-named-flow-position-changed.html [ ImageOnlyFailure ]
</span><span class="cx"> compositing/regions/fixed-in-named-flow-zIndex.html [ ImageOnlyFailure ]
</span><span class="cx"> compositing/regions/inline-replaced-transformed-in-region.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -384,7 +383,6 @@
</span><span class="cx"> compositing/iframes/nested-iframe-scrolling.html [ Failure ]
</span><span class="cx"> compositing/images/direct-image-object-fit.html [ Failure ]
</span><span class="cx"> compositing/layer-creation/spanOverlapsCanvas.html [ Failure ]
</span><del>-compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor.html [ Failure ]
</del><span class="cx"> compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor.html [ Failure ]
</span><span class="cx"> compositing/reflections/direct-image-object-fit-reflected.html [ Failure ]
</span><span class="cx"> compositing/repaint/page-scale-repaint.html [ Failure ]
</span><span class="lines">@@ -1660,7 +1658,6 @@
</span><span class="cx"> fast/events/scale-and-scroll-iframe-body.html [ Failure ]
</span><span class="cx"> fast/events/scale-and-scroll-iframe-window.html [ Failure ]
</span><span class="cx"> fast/events/scroll-after-click-on-tab-index.html [ Failure ]
</span><del>-fast/events/scroll-in-scaled-page-with-overflow-hidden.html [ Failure ]
</del><span class="cx"> fast/events/scrollbar-double-click.html [ Failure ]
</span><span class="cx"> fast/events/select-element.html [ Failure ]
</span><span class="cx"> fast/events/selectionchange-user-initiated.html [ Failure ]
</span><span class="lines">@@ -2717,8 +2714,6 @@
</span><span class="cx"> compositing/backing/form-controls-backing.html [ Failure ]
</span><span class="cx"> compositing/fixed-with-fixed-layout.html [ Failure ]
</span><span class="cx"> compositing/geometry/ancestor-overflow-change.html [ Failure ]
</span><del>-compositing/layer-creation/fixed-overlap-extent-rtl.html [ Failure ]
-compositing/layer-creation/fixed-overlap-extent.html [ Failure ]
</del><span class="cx"> compositing/layer-creation/will-change-layer-creation.html [ Failure ]
</span><span class="cx"> css3/scroll-snap/nested-elements.html [ Failure ]
</span><span class="cx"> css3/scroll-snap/scroll-snap-coordinate.html [ Failure ]
</span><span class="lines">@@ -2756,7 +2751,7 @@
</span><span class="cx"> fast/text/synthetic-bold-transformed.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text/word-break-keep-all.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-# Skip tests that timeout:
</del><ins>+# Skip tests that time out:
</ins><span class="cx"> compositing/video/video-clip-change-src.html [ Skip ]
</span><span class="cx"> fast/events/scroll-in-scaled-page-with-overflow-hidden.html [ Skip ]
</span><span class="cx"> compositing/images/content-image-change.html [ Skip ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (189429 => 189430)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2015-09-05 07:22:54 UTC (rev 189429)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2015-09-05 07:29:46 UTC (rev 189430)
</span><span class="lines">@@ -1246,7 +1246,6 @@
</span><span class="cx"> inspector/page/javascriptDialogEvents.html [ Failure ]
</span><span class="cx"> platform/ios-simulator/ios/fast/text/underline-scaling.html [ Failure ]
</span><span class="cx"> svg/custom/linking-uri-01-b.svg [ Failure ]
</span><del>-compositing/backgrounds/background-image-with-negative-zindex.html [ ImageOnlyFailure ]
</del><span class="cx"> compositing/masks/compositing-clip-path-mask-change.html [ ImageOnlyFailure ]
</span><span class="cx"> compositing/masks/compositing-clip-path-on-subpixel-position.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/borders/dashed-border-on-subpixel-position.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1306,15 +1305,12 @@
</span><span class="cx"> accessibility/ios-simulator/focus-change-notifications.html [ Skip ]
</span><span class="cx"> accessibility/ios-simulator/header-elements.html [ Skip ]
</span><span class="cx"> accessibility/ios-simulator/identifier.html [ Skip ]
</span><del>-compositing/masks/cease-tiled-mask.html [ Skip ]
</del><span class="cx"> compositing/masks/compositing-clip-path-and-mask.html [ Skip ]
</span><span class="cx"> compositing/masks/compositing-clip-path-change-no-repaint.html [ Skip ]
</span><del>-compositing/overflow/automatically-opt-into-composited-scrolling.html [ Skip ]
</del><span class="cx"> compositing/overflow/clip-content-under-overflow-controls.html [ Skip ]
</span><span class="cx"> compositing/overflow/clip-descendents.html [ Skip ]
</span><span class="cx"> compositing/overlap-blending/children-opacity-no-overlap.html [ Skip ]
</span><span class="cx"> compositing/overlap-blending/nested-non-overlap-clipping.html [ Skip ]
</span><del>-compositing/overlap-blending/nested-overlap-overflow.html [ Skip ]
</del><span class="cx"> compositing/patterns/direct-pattern-compositing-change.html [ Skip ]
</span><span class="cx"> compositing/patterns/direct-pattern-compositing-contain-no-repeat.html [ Skip ]
</span><span class="cx"> compositing/patterns/direct-pattern-compositing-contain.html [ Skip ]
</span><span class="lines">@@ -1329,19 +1325,9 @@
</span><span class="cx"> compositing/regions/composited-content-fixed-region-scrolled.html [ Skip ]
</span><span class="cx"> compositing/regions/crash-transform-inside-region.html [ Skip ]
</span><span class="cx"> compositing/repaint/absolute-painted-into-composited-ancestor.html [ Skip ]
</span><del>-compositing/repaint/clipped-layer-size-change.html [ Skip ]
</del><span class="cx"> compositing/repaint/composited-document-element.html [ Skip ]
</span><span class="cx"> compositing/repaint/content-into-overflow.html [ Skip ]
</span><del>-compositing/repaint/fixed-background-scroll.html [ Skip ]
-compositing/repaint/iframes/composited-iframe-with-fixed-background-doc-repaint.html [ Skip ]
-compositing/repaint/iframes/compositing-iframe-scroll-repaint.html [ Skip ]
-compositing/repaint/iframes/compositing-iframe-with-fixed-background-doc-repaint.html [ Skip ]
-compositing/rtl/rtl-absolute-overflow-scrolled.html [ Skip ]
-compositing/rtl/rtl-absolute-overflow.html [ Skip ]
</del><span class="cx"> compositing/rtl/rtl-absolute.html [ Skip ]
</span><del>-compositing/rtl/rtl-fixed-overflow-scrolled.html [ Skip ]
-compositing/rtl/rtl-fixed-overflow.html [ Skip ]
-compositing/rtl/rtl-fixed.html [ Skip ]
</del><span class="cx"> compositing/video/video-controls-layer-creation.html [ Skip ]
</span><span class="cx"> fast/css-grid-layout/flex-content-sized-columns-resize.html [ Skip ]
</span><span class="cx"> fast/css-grid-layout/flex-factor-sum-less-than-1.html [ Skip ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (189429 => 189430)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2015-09-05 07:22:54 UTC (rev 189429)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2015-09-05 07:29:46 UTC (rev 189430)
</span><span class="lines">@@ -4,6 +4,7 @@
</span><span class="cx"> 
</span><span class="cx"> # Animation tests that fail:
</span><span class="cx"> webkit.org/b/129562 [ Debug ] animations/animation-direction-reverse-fill-mode.html [ Skip ]
</span><ins>+[ Release ] animations/animation-direction-reverse-fill-mode.html [ Timeout Pass ]
</ins><span class="cx"> webkit.org/b/129562 [ Debug ] animations/fill-mode-reverse.html [ Skip ]
</span><span class="cx"> animations/additive-transform-animations.html [ Pass Failure ]
</span><span class="cx"> animations/play-state-paused.html [ Pass Failure ]
</span><span class="lines">@@ -1594,8 +1595,6 @@
</span><span class="cx"> http/tests/misc/DOMContentLoaded-event.html [ Failure Pass ]
</span><span class="cx"> http/tests/misc/slow-loading-mask.html [ Failure Pass ]
</span><span class="cx"> http/tests/websocket/tests/hybi/invalid-encode-length.html [ Failure Pass ]
</span><del>-imported/mozilla/svg/filters/feColorMatrix-1.svg [ Failure Pass ]
-imported/mozilla/svg/filters/feColorMatrix-2.svg [ Failure Pass ]
</del><span class="cx"> imported/mozilla/svg/filters/filter-marked-line-02.svg [ Failure Pass ]
</span><span class="cx"> imported/mozilla/svg/filters/filter-marked-line-03.svg [ Failure Pass ]
</span><span class="cx"> imported/mozilla/svg/filters/filter-marked-line-04.svg [ Failure Pass ]
</span><span class="lines">@@ -1796,7 +1795,6 @@
</span><span class="cx"> fast/loader/iframe-set-location-base-blank.html [ Failure Pass ]
</span><span class="cx"> fast/loader/refresh-iframe-base-blank.html [ Failure Pass ]
</span><span class="cx"> perf/append-text-nodes-without-renderers.html [ Failure Pass ]
</span><del>-animations/animation-direction-reverse-fill-mode.html [ Timeout Pass ]
</del><span class="cx"> animations/unprefixed-events.html [ Failure Timeout Pass ]
</span><span class="cx"> compositing/layer-creation/mismatched-rotated-transform-animation-overlap.html [ Timeout Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -2043,8 +2041,6 @@
</span><span class="cx"> 
</span><span class="cx"> fast/text/combining-character-sequence-vertical.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text/vertical-quotation-marks.html [ ImageOnlyFailure ]
</span><del>-imported/mozilla/svg/filters/feColorMatrix-1.svg [ ImageOnlyFailure ]
-imported/mozilla/svg/filters/feColorMatrix-2.svg [ ImageOnlyFailure ]
</del><span class="cx"> 
</span><span class="cx"> # Skip Crashes
</span><span class="cx"> fast/forms/focus-option-control-on-page.html [ Skip ]
</span></span></pre>
</div>
</div>

</body>
</html>