<!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>[214474] 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/214474">214474</a></dd>
<dt>Author</dt> <dd>jbedard@apple.com</dd>
<dt>Date</dt> <dd>2017-03-28 08:30:06 -0700 (Tue, 28 Mar 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>Moved gardened ios-simulator tests to ios folders
&lt;rdar://problem/30948691&gt;

Unreviewed test re-organization.

Moving ios-simulator test expectations to share as many expectations
as possible with on-device testing.

* platform/ios: Moved from platform/ios-simulator.
* platform/ios-device: Added.
* platform/ios-device-wk1: Added.
* platform/ios-device-wk2: Added.
* platform/ios-simulator: Moved to platform/ios.
* platform/ios-simulator-wk1: Moved to platform/ios-wk1.
* platform/ios-simulator-wk2: Moved to platform/ios-wk2.
* platform/ios-wk1: Moved from platform/ios-simulator-wk1.
* platform/ios-wk2: Moved from platform/ios-simulator-wk2.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformiosTestExpectations">trunk/LayoutTests/platform/ios/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformioswk1TestExpectations">trunk/LayoutTests/platform/ios-wk1/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformioswk2TestExpectations">trunk/LayoutTests/platform/ios-wk2/TestExpectations</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>trunk/LayoutTests/platform/ios/</li>
<li>trunk/LayoutTests/platform/ios-device/</li>
<li><a href="#trunkLayoutTestsplatformiosdeviceTestExpectations">trunk/LayoutTests/platform/ios-device/TestExpectations</a></li>
<li>trunk/LayoutTests/platform/ios-device-wk1/</li>
<li><a href="#trunkLayoutTestsplatformiosdevicewk1TestExpectations">trunk/LayoutTests/platform/ios-device-wk1/TestExpectations</a></li>
<li>trunk/LayoutTests/platform/ios-device-wk2/</li>
<li><a href="#trunkLayoutTestsplatformiosdevicewk2TestExpectations">trunk/LayoutTests/platform/ios-device-wk2/TestExpectations</a></li>
<li>trunk/LayoutTests/platform/ios-simulator/</li>
<li><a href="#trunkLayoutTestsplatformiossimulatorTestExpectations">trunk/LayoutTests/platform/ios-simulator/TestExpectations</a></li>
<li>trunk/LayoutTests/platform/ios-simulator-wk1/</li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1TestExpectations">trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations</a></li>
<li>trunk/LayoutTests/platform/ios-simulator-wk2/</li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2TestExpectations">trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations</a></li>
<li>trunk/LayoutTests/platform/ios-wk1/</li>
<li>trunk/LayoutTests/platform/ios-wk2/</li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li>trunk/LayoutTests/platform/ios-simulator/</li>
<li>trunk/LayoutTests/platform/ios-simulator-wk1/</li>
<li>trunk/LayoutTests/platform/ios-simulator-wk2/</li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (214473 => 214474)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2017-03-28 14:06:49 UTC (rev 214473)
+++ trunk/LayoutTests/ChangeLog        2017-03-28 15:30:06 UTC (rev 214474)
</span><span class="lines">@@ -1,3 +1,23 @@
</span><ins>+2017-03-28  Jonathan Bedard  &lt;jbedard@apple.com&gt;
+
+        Moved gardened ios-simulator tests to ios folders
+        &lt;rdar://problem/30948691&gt;
+
+        Unreviewed test re-organization.
+
+        Moving ios-simulator test expectations to share as many expectations
+        as possible with on-device testing.
+
+        * platform/ios: Moved from platform/ios-simulator.
+        * platform/ios-device: Added.
+        * platform/ios-device-wk1: Added.
+        * platform/ios-device-wk2: Added.
+        * platform/ios-simulator: Moved to platform/ios.
+        * platform/ios-simulator-wk1: Moved to platform/ios-wk1.
+        * platform/ios-simulator-wk2: Moved to platform/ios-wk2.
+        * platform/ios-wk1: Moved from platform/ios-simulator-wk1.
+        * platform/ios-wk2: Moved from platform/ios-simulator-wk2.
+
</ins><span class="cx"> 2017-03-28  Yoav Weiss  &lt;yoav@yoav.ws&gt;
</span><span class="cx"> 
</span><span class="cx">         Add a warning for unused link preloads.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiosTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios/TestExpectations (214473 => 214474)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations        2017-03-28 14:06:49 UTC (rev 214473)
+++ trunk/LayoutTests/platform/ios/TestExpectations        2017-03-28 15:30:06 UTC (rev 214474)
</span><span class="lines">@@ -156,12 +156,12 @@
</span><span class="cx"> http/tests/quicklook/hide-referer-on-navigation.html [ Skip ]
</span><span class="cx"> imported/w3c/web-platform-tests/touch-events [ Skip ]
</span><span class="cx"> media/modern-media-controls/media-controller/media-controller-ios-only-enable-tap-gesture-recognizer-with-fades-when-idle.html [ Skip ]
</span><del>-platform/ios-simulator/ios/fast/forms/range-input-container-touches.html [ Skip ]
-platform/ios-simulator/ios/fast/forms/range-input-readonly-and-disabled.html [ Skip ]
-platform/ios-simulator/ios/fast/forms/range-input-touches.html [ Skip ]
-platform/ios-simulator/ios/fast/text/data-detectors/phone-disabled.html [ Skip ]
-platform/ios-simulator/ios/fast/text/data-detectors/phone.html [ Skip ]
-platform/ios-simulator/ios/touch [ Skip ]
</del><ins>+platform/ios/ios/fast/forms/range-input-container-touches.html [ Skip ]
+platform/ios/ios/fast/forms/range-input-readonly-and-disabled.html [ Skip ]
+platform/ios/ios/fast/forms/range-input-touches.html [ Skip ]
+platform/ios/ios/fast/text/data-detectors/phone-disabled.html [ Skip ]
+platform/ios/ios/fast/text/data-detectors/phone.html [ Skip ]
+platform/ios/ios/touch [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # WebKitDataCue is supported, not DataCue
</span><span class="cx"> media/track/track-datacue.html
</span><span class="lines">@@ -2119,25 +2119,25 @@
</span><span class="cx"> storage/websql/sql-error-codes.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # iOS-specific tests that fail:
</span><del>-platform/ios-simulator/ios/compositing/overlap-page-scale.html [ Failure ]
-platform/ios-simulator/ios/fast/fixed/absolute-over-fixed.html [ Failure ]
-platform/ios-simulator/ios/fast/fixed/fixed-in-transform.html [ Failure ]
-platform/ios-simulator/ios/fast/fixed/four-bars.html [ Failure ]
-platform/ios-simulator/ios/fast/fixed/frame-with-fixed.html [ Failure ]
-platform/ios-simulator/ios/fast/fixed/overlay-fixed.html [ Failure ]
-platform/ios-simulator/ios/fast/forms/borderless-input-gradient.html [ Failure ]
-platform/ios-simulator/ios/fast/forms/date-input-decorations.html [ Failure ]
-platform/ios-simulator/ios/fast/forms/form-controls-on-backgrounds.html [ Failure ]
-platform/ios-simulator/ios/fast/text/apple-logo.html [ Failure ]
-platform/ios-simulator/ios/fast/text/emoji-complextext.html [ Failure ]
-platform/ios-simulator/ios/fast/text/emoji-text.html [ Failure ]
-platform/ios-simulator/ios/fast/text/line-breaking-with-kerning.html [ Failure ]
-platform/ios-simulator/ios/fast/text/mid-word-break-before-combining-mark.html [ Failure ]
-platform/ios-simulator/ios/fast/text/textStylesWithSizes.html [ Failure ]
-platform/ios-simulator/ios/fixed/absolute-inside-fixed.html [ Failure ]
-platform/ios-simulator/ios/fixed/four-bars.html [ Failure ]
-platform/ios-simulator/ios/fixed/nested-fixed.html [ Failure ]
-platform/ios-simulator/ios/fixed/percentage-inside-fixed.html [ Failure ]
</del><ins>+platform/ios/ios/compositing/overlap-page-scale.html [ Failure ]
+platform/ios/ios/fast/fixed/absolute-over-fixed.html [ Failure ]
+platform/ios/ios/fast/fixed/fixed-in-transform.html [ Failure ]
+platform/ios/ios/fast/fixed/four-bars.html [ Failure ]
+platform/ios/ios/fast/fixed/frame-with-fixed.html [ Failure ]
+platform/ios/ios/fast/fixed/overlay-fixed.html [ Failure ]
+platform/ios/ios/fast/forms/borderless-input-gradient.html [ Failure ]
+platform/ios/ios/fast/forms/date-input-decorations.html [ Failure ]
+platform/ios/ios/fast/forms/form-controls-on-backgrounds.html [ Failure ]
+platform/ios/ios/fast/text/apple-logo.html [ Failure ]
+platform/ios/ios/fast/text/emoji-complextext.html [ Failure ]
+platform/ios/ios/fast/text/emoji-text.html [ Failure ]
+platform/ios/ios/fast/text/line-breaking-with-kerning.html [ Failure ]
+platform/ios/ios/fast/text/mid-word-break-before-combining-mark.html [ Failure ]
+platform/ios/ios/fast/text/textStylesWithSizes.html [ Failure ]
+platform/ios/ios/fixed/absolute-inside-fixed.html [ Failure ]
+platform/ios/ios/fixed/four-bars.html [ Failure ]
+platform/ios/ios/fixed/nested-fixed.html [ Failure ]
+platform/ios/ios/fixed/percentage-inside-fixed.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # image inputs get rounded corners on iOS
</span><span class="cx"> fast/css/object-position/object-position-input-image.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -2147,7 +2147,7 @@
</span><span class="cx"> webkit.org/b/145432 media/video-transformed-by-javascript.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # iOS tests that assert:
</span><del>-platform/ios-simulator/ios/fast/text/combining-enclosing-keycap.html
</del><ins>+platform/ios/ios/fast/text/combining-enclosing-keycap.html
</ins><span class="cx"> 
</span><span class="cx"> # Kerning, Ligatures, and Printer Fonts caused these tests to fail.
</span><span class="cx"> # The following tests are reftests (and also fail on Mac):
</span><span class="lines">@@ -2282,8 +2282,8 @@
</span><span class="cx"> fast/layers/video-layer.html [ Failure ]
</span><span class="cx"> fast/parser/xml-colon-entity.html [ Failure ]
</span><span class="cx"> fast/parser/xml-declaration-missing-ending-mark.html [ Failure ]
</span><del>-platform/ios-simulator/ios/accessibility/set-value.html [ Failure ]
-platform/ios-simulator/ios/fast/css/webkit-overflow-scrolling-parsing.html [ Failure ]
</del><ins>+platform/ios/ios/accessibility/set-value.html [ Failure ]
+platform/ios/ios/fast/css/webkit-overflow-scrolling-parsing.html [ Failure ]
</ins><span class="cx"> svg/custom/bug78807.svg [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> fast/filter-image/background-filter-image.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -2580,7 +2580,7 @@
</span><span class="cx"> webkit.org/b/142969 editing/spelling/copy-paste-crash.html
</span><span class="cx"> 
</span><span class="cx"> # This test is iPad only
</span><del>-platform/ios-simulator/media/video-interruption-suspendunderlock.html [ Skip ]
</del><ins>+platform/ios/media/video-interruption-suspendunderlock.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> media/accessibility-closed-captions-has-aria-owns.html
</span><span class="cx"> media/airplay-autoplay.html
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiosdeviceTestExpectations"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-device/TestExpectations (0 => 214474)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-device/TestExpectations                                (rev 0)
+++ trunk/LayoutTests/platform/ios-device/TestExpectations        2017-03-28 15:30:06 UTC (rev 214474)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+# These are the layout test expectations for Apple's iOS device port of WebKit (both WebKit1 and WebKit2).
+#
+# See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
+#
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiosdevicewk1TestExpectations"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-device-wk1/TestExpectations (0 => 214474)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-device-wk1/TestExpectations                                (rev 0)
+++ trunk/LayoutTests/platform/ios-device-wk1/TestExpectations        2017-03-28 15:30:06 UTC (rev 214474)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+# These are the layout test expectations for Apple's iOS device port of WebKit1
+#
+# See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
+#
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiosdevicewk2TestExpectations"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-device-wk2/TestExpectations (0 => 214474)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-device-wk2/TestExpectations                                (rev 0)
+++ trunk/LayoutTests/platform/ios-device-wk2/TestExpectations        2017-03-28 15:30:06 UTC (rev 214474)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+# These are the layout test expectations for Apple's iOS device port of WebKit2
+#
+# See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
+#
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorTestExpectations"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/TestExpectations (0 => 214474)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations        2017-03-28 15:30:06 UTC (rev 214474)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+# These are the layout test expectations for Apple's iOS simulator port of WebKit (both WebKit1 and WebKit2).
+#
+# See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
+#
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1TestExpectations"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (0 => 214474)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2017-03-28 15:30:06 UTC (rev 214474)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+# These are the layout test expectations for Apple's iOS simulator port of WebKit1
+#
+# See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
+#
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2TestExpectations"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (0 => 214474)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2017-03-28 15:30:06 UTC (rev 214474)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+# These are the layout test expectations for Apple's iOS simulator port of WebKit2
+#
+# See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
+#
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformioswk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-wk1/TestExpectations (214473 => 214474)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2017-03-28 14:06:49 UTC (rev 214473)
+++ trunk/LayoutTests/platform/ios-wk1/TestExpectations        2017-03-28 15:30:06 UTC (rev 214474)
</span><span class="lines">@@ -387,10 +387,10 @@
</span><span class="cx"> editing/unsupported-content/list-delete-003.html [ Failure ]
</span><span class="cx"> editing/unsupported-content/table-delete-002.html [ Failure ]
</span><span class="cx"> fast/forms/textfield-outline.html [ Failure ]
</span><del>-platform/ios-simulator/ios/fast/coordinates/element-client-rects.html [ Failure ]
-platform/ios-simulator/ios/fast/coordinates/mouse-event-zoomed.html [ Failure ]
-platform/ios-simulator/ios/fast/coordinates/page-offsets.html [ Failure ]
-platform/ios-simulator/ios/fast/coordinates/range-client-rects.html [ Failure ]
</del><ins>+platform/ios/ios/fast/coordinates/element-client-rects.html [ Failure ]
+platform/ios/ios/fast/coordinates/mouse-event-zoomed.html [ Failure ]
+platform/ios/ios/fast/coordinates/page-offsets.html [ Failure ]
+platform/ios/ios/fast/coordinates/range-client-rects.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # &lt;rdar://problem/12068794&gt; Many editing/inserting tests have editing delegate callbacks out of order from baseline
</span><span class="cx"> editing/inserting/editing-empty-divs.html [ Failure Pass ]
</span><span class="lines">@@ -885,7 +885,7 @@
</span><span class="cx"> js/dom/deep-recursion-test.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # iOS-specific tests that fail:
</span><del>-platform/ios-simulator/ios/storage/domstorage/5mb-quota.html [ Failure ]
</del><ins>+platform/ios/ios/storage/domstorage/5mb-quota.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # LayoutTests/fast test that time out:
</span><span class="cx"> fast/block/positioning/vertical-rl/001.html
</span><span class="lines">@@ -1213,7 +1213,7 @@
</span><span class="cx"> fast/writing-mode/broken-ideograph-small-caps.html [ Failure ]
</span><span class="cx"> fast/writing-mode/broken-ideographic-font.html [ Failure ]
</span><span class="cx"> fast/writing-mode/japanese-rl-text-with-broken-font.html [ Failure ]
</span><del>-platform/ios-simulator/ios/fast/text/underline-scaling.html [ Failure ]
</del><ins>+platform/ios/ios/fast/text/underline-scaling.html [ Failure ]
</ins><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="cx"> fast/borders/dotted-border-on-subpixel-position.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1411,9 +1411,9 @@
</span><span class="cx"> imported/blink/editing/undo/crash-redo-with-iframes.html [ Crash Pass ]
</span><span class="cx"> imported/blink/paint/deprecatedpaintlayer/non-self-painting-layer-overrides-visibility.html [ Crash Pass ]
</span><span class="cx"> imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location.html [ Crash Pass ]
</span><del>-platform/ios-simulator/ios/fast/coordinates/document-elementFromPoint.html [ Timeout Failure ]
-platform/ios-simulator/ios/fast/coordinates/touch-event-zoomed.html [ Crash Timeout ]
-platform/ios-simulator/ios/fast/coordinates/touch-event.html [ Crash Timeout ]
</del><ins>+platform/ios/ios/fast/coordinates/document-elementFromPoint.html [ Timeout Failure ]
+platform/ios/ios/fast/coordinates/touch-event-zoomed.html [ Crash Timeout ]
+platform/ios/ios/fast/coordinates/touch-event.html [ Crash Timeout ]
</ins><span class="cx"> security/contentSecurityPolicy/blocks-video.html [ Crash Pass ]
</span><span class="cx"> 
</span><span class="cx"> # Font tests that fail
</span><span class="lines">@@ -1462,7 +1462,7 @@
</span><span class="cx"> imported/mozilla/svg/text/clipPath-applied.svg [ Pass ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-rule-large-001.xht [ Pass ImageOnlyFailure ]
</span><span class="cx"> perf/mouse-event.html [ Pass Failure ]
</span><del>-platform/ios-simulator/ios/fast/fixed/auto-position-fixed.html [ Pass Failure ]
</del><ins>+platform/ios/ios/fast/fixed/auto-position-fixed.html [ Pass Failure ]
</ins><span class="cx"> svg/transforms/transformed-text-fill-pattern.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> transforms/hittest-translated-content-off-to-infinity-and-back.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1750,7 +1750,7 @@
</span><span class="cx"> imported/mozilla/svg/tspan-rotate-05.svg [ Pass ImageOnlyFailure ]
</span><span class="cx"> imported/mozilla/svg/tspan-xy-01.svg [ Pass ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/web-platform-tests/fetch/api/cors/cors-origin.html [ Pass Crash ]
</span><del>-platform/ios-simulator/ios/plugin/youtube-flash-plugin-iframe.html [ Pass Failure ]
</del><ins>+platform/ios/ios/plugin/youtube-flash-plugin-iframe.html [ Pass Failure ]
</ins><span class="cx"> svg/text/add-tspan-position-bug.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> security/contentSecurityPolicy/video-with-file-url-allowed-by-media-src-star.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> svg/text/hidpi-text-selection-rect-position.html [ Pass ImageOnlyFailure ]
</span><span class="lines">@@ -1828,7 +1828,7 @@
</span><span class="cx"> imported/blink/imported/csswg-test/css-writing-modes-3/block-override-isolate-004.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> imported/blink/paint/inline/self-painting-continuation-outline.html [ Crash Pass ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/web-platform-tests/fetch/api/cors/cors-redirect.html [ Crash Pass ]
</span><del>-platform/ios-simulator/ios/fast/coordinates/element-client-rects.html [ Crash Timeout ]
</del><ins>+platform/ios/ios/fast/coordinates/element-client-rects.html [ Crash Timeout ]
</ins><span class="cx"> perf/array-reverse.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Failure as of 09/14/2016 after migrating bots to iOS 10.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformioswk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (214473 => 214474)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2017-03-28 14:06:49 UTC (rev 214473)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations        2017-03-28 15:30:06 UTC (rev 214474)
</span><span class="lines">@@ -1214,15 +1214,15 @@
</span><span class="cx"> editing/unsupported-content/table-type-before.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> # iOS-specific tests that fail:
</span><del>-platform/ios-simulator/ios/storage/domstorage/5mb-quota-expected.txt [ Failure ]
</del><ins>+platform/ios/ios/storage/domstorage/5mb-quota-expected.txt [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # iOS-specific tests that time out:
</span><del>-platform/ios-simulator/ios/fast/coordinates/mouse-event-zoomed.html
-platform/ios-simulator/ios/fast/coordinates/mouse-event.html
</del><ins>+platform/ios/ios/fast/coordinates/mouse-event-zoomed.html
+platform/ios/ios/fast/coordinates/mouse-event.html
</ins><span class="cx"> 
</span><span class="cx"> # iOS-specific tests that time out or fail in WebKitTestRunner due to missing DRT-specific functionality:
</span><del>-platform/ios-simulator/ios/fast/coordinates/touch-event-zoomed.html
-platform/ios-simulator/ios/fast/coordinates/touch-event.html
</del><ins>+platform/ios/ios/fast/coordinates/touch-event-zoomed.html
+platform/ios/ios/fast/coordinates/touch-event.html
</ins><span class="cx"> 
</span><span class="cx"> # Flaky tests:
</span><span class="cx"> compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants.html [ Failure Pass ]
</span><span class="lines">@@ -1593,7 +1593,7 @@
</span><span class="cx"> http/tests/navigation/postredirect-basic.html [ Failure ]
</span><span class="cx"> http/tests/navigation/postredirect-goback1.html [ Failure ]
</span><span class="cx"> 
</span><del>-platform/ios-simulator/ios/fast/text/underline-scaling.html [ Failure ]
</del><ins>+platform/ios/ios/fast/text/underline-scaling.html [ Failure ]
</ins><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="cx"> fast/borders/dotted-border-on-subpixel-position.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1699,7 +1699,7 @@
</span><span class="cx"> editing/selection/move-by-sentence-001.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/149087 http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html [ Pass Timeout ]
</span><span class="cx"> perf/mouse-event.html [ Failure Pass ]
</span><del>-platform/ios-simulator/ios/fast/coordinates/document-elementFromPoint.html [ Failure Pass ]
</del><ins>+platform/ios/ios/fast/coordinates/document-elementFromPoint.html [ Failure Pass ]
</ins><span class="cx"> transitions/transition-on-element-with-content.html [ Failure Pass ]
</span><span class="cx"> transitions/visited-link-color.html [ Failure Pass ]
</span><span class="cx"> transitions/zero-duration-in-list.html [ Failure Pass ]
</span><span class="lines">@@ -1908,7 +1908,7 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/127116 [ Debug ] svg/custom/animate-initial-pause-unpause.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/163362 [ Debug ] platform/ios-simulator/ios/plugin/youtube-flash-plugin-iframe.html [ Pass Failure ]
</del><ins>+webkit.org/b/163362 [ Debug ] platform/ios/ios/plugin/youtube-flash-plugin-iframe.html [ Pass Failure ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/164960 [ Release ] http/tests/security/module-correct-mime-types.html [ Slow ]
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>