<!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>[205141] 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/205141">205141</a></dd>
<dt>Author</dt> <dd>ryanhaddad@apple.com</dd>
<dt>Date</dt> <dd>2016-08-29 13:22:30 -0700 (Mon, 29 Aug 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed, rolling out <a href="http://trac.webkit.org/projects/webkit/changeset/205140">r205140</a>.

The changelog entry for this commit is incorrect and
misattributed.

Reverted changeset:

&quot;Marking media/track/text-track-cue-is-reachable.html as flaky
on ios-simulator-wk2.&quot;
https://bugs.webkit.org/show_bug.cgi?id=161323
http://trac.webkit.org/changeset/205140</pre>

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

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (205140 => 205141)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-08-29 20:18:19 UTC (rev 205140)
+++ trunk/LayoutTests/ChangeLog        2016-08-29 20:22:30 UTC (rev 205141)
</span><span class="lines">@@ -1,5 +1,19 @@
</span><span class="cx"> 2016-08-29  Ryan Haddad  &lt;ryanhaddad@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Unreviewed, rolling out r205140.
+
+        The changelog entry for this commit is incorrect and
+        misattributed.
+
+        Reverted changeset:
+
+        &quot;Marking media/track/text-track-cue-is-reachable.html as flaky
+        on ios-simulator-wk2.&quot;
+        https://bugs.webkit.org/show_bug.cgi?id=161323
+        http://trac.webkit.org/changeset/205140
+
+2016-08-29  Ryan Haddad  &lt;ryanhaddad@apple.com&gt;
+
</ins><span class="cx">         Marking media/track/text-track-cue-is-reachable.html as flaky on ios-simulator-wk2.
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=161323
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (205140 => 205141)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2016-08-29 20:18:19 UTC (rev 205140)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2016-08-29 20:22:30 UTC (rev 205141)
</span><span class="lines">@@ -310,11 +310,11 @@
</span><span class="cx"> editing/selection/focus-body.html [ Failure ]
</span><span class="cx"> editing/selection/internal-caret-rect.html [ Failure ]
</span><span class="cx"> editing/selection/last-empty-inline.html [ Failure ]
</span><del>-editing/selection/mixed-editability-4.html [ Failure Pass ]
</del><ins>+editing/selection/mixed-editability-4.html [ Failure ]
</ins><span class="cx"> editing/selection/mixed-editability-9.html [ Failure ]
</span><span class="cx"> editing/selection/modify-up-on-rtl-wrapping-text.html [ Failure ]
</span><span class="cx"> editing/selection/move-begin-end.html [ Failure ]
</span><del>-editing/selection/move-between-blocks-no-001.html [ Failure Pass ]
</del><ins>+editing/selection/move-between-blocks-no-001.html [ Failure ]
</ins><span class="cx"> editing/selection/move-between-lines-of-different-editabilities.html [ Failure ]
</span><span class="cx"> editing/selection/move-by-character-6.html [ Failure ]
</span><span class="cx"> editing/selection/move-by-word-001.html [ Failure ]
</span><span class="lines">@@ -387,13 +387,15 @@
</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><ins>+platform/ios-simulator/ios/fast/coordinates/document-elementFromPoint.html [ Failure ]
</ins><span class="cx"> platform/ios-simulator/ios/fast/coordinates/element-client-rects.html [ Failure ]
</span><span class="cx"> platform/ios-simulator/ios/fast/coordinates/mouse-event-zoomed.html [ Failure ]
</span><span class="cx"> platform/ios-simulator/ios/fast/coordinates/page-offsets.html [ Failure ]
</span><span class="cx"> platform/ios-simulator/ios/fast/coordinates/range-client-rects.html [ Failure ]
</span><ins>+platform/ios-simulator/ios/fast/coordinates/touch-event-zoomed.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><del>-editing/inserting/editing-empty-divs.html [ Failure Pass ]
</del><ins>+editing/inserting/editing-empty-divs.html [ Failure ]
</ins><span class="cx"> editing/inserting/insert-3654864-fix.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-3775316-fix.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-after-delete-001.html [ Failure ]
</span><span class="lines">@@ -869,6 +871,7 @@
</span><span class="cx"> fast/loader/user-stylesheet-fast-path.html [ Failure ]
</span><span class="cx"> fast/misc/subtree-layouts.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/multicol/nested-filter-in-columns.html [ ImageOnlyFailure ]
</span><ins>+fast/multicol/newmulticol/hide-box-horizontal-bt.html [ ImageOnlyFailure ]
</ins><span class="cx"> fast/overflow/child-100percent-height-inside-fixed-container-with-overflow-auto.html [ Failure ]
</span><span class="cx"> fast/overflow/overflow-focus-ring.html [ Failure ]
</span><span class="cx"> fast/overflow/overflow-update-transform.html [ Failure ]
</span><span class="lines">@@ -1120,6 +1123,8 @@
</span><span class="cx"> http/tests/security/canvas-remote-read-remote-video-allowed-with-credentials.html [ Failure ]
</span><span class="cx"> http/tests/security/contentSecurityPolicy/javascript-url-blocked-by-default-src-star.html [ Failure ]
</span><span class="cx"> http/tests/security/contentSecurityPolicy/object-src-url-allowed.html [ Failure ]
</span><ins>+http/tests/security/cross-origin-indexeddb-allowed.html [ Failure ]
+http/tests/security/cross-origin-indexeddb.html [ Failure ]
</ins><span class="cx"> http/tests/security/cross-origin-local-storage-wk1.html [ Failure ]
</span><span class="cx"> http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html [ Failure ]
</span><span class="cx"> http/tests/security/dataURL/xss-DENIED-to-data-url-window-open.html [ Failure ]
</span><span class="lines">@@ -1287,6 +1292,8 @@
</span><span class="cx"> compositing/iframes/display-none-subframe.html [ Failure ]
</span><span class="cx"> css3/blending/blend-mode-simple-composited.html [ Failure ]
</span><span class="cx"> editing/selection/caret-mode-document-begin-end.html [ Failure ]
</span><ins>+fast/events/onchange-passwordfield.html [ Failure ]
+fast/forms/input-text-option-delete.html [ Failure ]
</ins><span class="cx"> fast/xsl/xslt-extra-content-at-end.xml [ Failure ]
</span><span class="cx"> fast/xsl/xslt-missing-namespace-in-xslt.xml [ Failure ]
</span><span class="cx"> js/dom/JSON-stringify.html [ Failure ]
</span><span class="lines">@@ -1353,6 +1360,7 @@
</span><span class="cx"> imported/blink/fast/masking/mask-serializing.html [ Crash Pass ]
</span><span class="cx"> imported/blink/fast/multicol/newmulticol/multicol-becomes-regular-block.html [ Crash Pass ]
</span><span class="cx"> imported/blink/fast/scrolling/fractional-scroll-offset-iframe-fixed-position.html [ ImageOnlyFailure ]
</span><ins>+imported/blink/editing/undo/crash-redo-with-iframes.html [ Failure Pass ]
</ins><span class="cx"> imported/blink/fast/css-grid-layout/stale-grid-layout-2.html [ Failure Pass ]
</span><span class="cx"> imported/blink/svg/animations/animateTransform-to-mismatched-types.html [ ImageOnlyFailure ]
</span><span class="cx"> imported/blink/svg/animations/no-attr-radialgradient-spreadmethod.svg [ ImageOnlyFailure ]
</span><span class="lines">@@ -1364,7 +1372,7 @@
</span><span class="cx"> imported/blink/storage/indexeddb/blob-basics-metadata.html [ Failure ]
</span><span class="cx"> imported/blink/storage/indexeddb/empty-blob-file.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/155495 compositing/visible-rect/animated-from-none.html [ Failure Pass ]
</del><ins>+webkit.org/b/155495 compositing/visible-rect/animated-from-none.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # &lt;a download&gt; is not support in WK1 yet.
</span><span class="cx"> webkit.org/b/156069 http/tests/security/anchor-download-allow-blob.html [ Skip ]
</span><span class="lines">@@ -1378,6 +1386,7 @@
</span><span class="cx"> js/dom/regress-157246.html
</span><span class="cx"> 
</span><span class="cx"> fast/scrolling/ios/clipping-ancestor-with-accelerated-scrolling-ancestor.html [ Failure ]
</span><ins>+fast/scrolling/ios/overflow-div-scrolling.html [ Failure ]
</ins><span class="cx"> fast/scrolling/ios/overflow-scrolling-ancestor-clip-size.html [ Failure ]
</span><span class="cx"> fast/scrolling/ios/overflow-scrolling-ancestor-clip.html [ Failure ]
</span><span class="cx"> fast/scrolling/ios/scrollTo-at-page-load.html [ Failure ]
</span><span class="lines">@@ -1423,6 +1432,7 @@
</span><span class="cx"> fast/dom/URL-attribute-reflection.html [ Crash ]
</span><span class="cx"> fast/images/large-size-image-crash.html [ Crash ]
</span><span class="cx"> http/tests/security/cross-origin-indexeddb-allowed.html [ Crash ]
</span><ins>+http/tests/security/cross-origin-indexeddb.html [ Crash ]
</ins><span class="cx"> imported/blink/storage/indexeddb/blob-delete-objectstore-db.html [ Crash ]
</span><span class="cx"> imported/blink/storage/indexeddb/blob-valid-after-deletion.html [ Crash ]
</span><span class="cx"> imported/blink/storage/indexeddb/blob-valid-before-commit.html [ Crash ]
</span><span class="lines">@@ -1514,16 +1524,6 @@
</span><span class="cx"> compositing/masks/solid-color-masked.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> compositing/repaint/foreground-layer-change.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> css3/filters/remove-filter-repaint.html [ ImageOnlyFailure Pass ]
</span><del>-css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html [ Pass Failure ]
-css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-absolute.html [ ImageOnlyFailure Pass ]
-css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh.html [ ImageOnlyFailure Pass ]
-css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax.html [ ImageOnlyFailure Pass ]
-css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-absolute.html [ ImageOnlyFailure Pass ]
-css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin.html [ ImageOnlyFailure Pass ]
-css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw.html [ ImageOnlyFailure Pass ]
-css3/viewport-percentage-lengths/viewport-percentage-image-size.html [ ImageOnlyFailure Pass ]
-css3/viewport-percentage-lengths/viewport-percentage-lengths-calc.html [ Pass Failure ]
-css3/viewport-percentage-lengths/viewport-percentage-vertical-align.html [ ImageOnlyFailure Pass ]
</del><span class="cx"> editing/deleting/delete-at-paragraph-boundaries-004.html [ Pass Failure ]
</span><span class="cx"> editing/deleting/delete-at-paragraph-boundaries-010.html [ Pass Failure ]
</span><span class="cx"> editing/deleting/delete-block-merge-contents-001.html [ Pass Failure ]
</span><span class="lines">@@ -1562,7 +1562,6 @@
</span><span class="cx"> editing/inserting/insert-div-024.html [ Failure Pass ]
</span><span class="cx"> editing/inserting/insert-div-026.html [ Failure Pass ]
</span><span class="cx"> editing/inserting/insert-tab-003.html [ Failure Pass ]
</span><del>-editing/inserting/inserting-trailing-space-and-letter.html [ Pass ImageOnlyFailure ]
</del><span class="cx"> editing/inserting/paragraph-separator-03.html [ Failure Pass ]
</span><span class="cx"> editing/inserting/typing-002.html [ Failure Pass ]
</span><span class="cx"> editing/selection/editable-html-element.html [ Failure Pass ]
</span><span class="lines">@@ -1588,29 +1587,22 @@
</span><span class="cx"> fast/forms/plaintext-mode-2.html [ Failure Pass ]
</span><span class="cx"> fast/forms/textinput-not-fired-on-enter-in-input.html [ Failure Pass ]
</span><span class="cx"> fast/history/history-length.html [ Crash Pass ]
</span><del>-fast/inline/out-of-flow-positioned-render-replaced-box-moves.html [ Pass ImageOnlyFailure ]
</del><span class="cx"> fast/multicol/newmulticol/hide-box-horizontal-bt.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> fast/multicol/newmulticol/hide-box-vertical-lr.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> fast/multicol/newmulticol/hide-box-vertical-rl.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> fast/overflow/scrollbar-restored.html [ Failure Pass ]
</span><span class="cx"> fast/regions/region-styling/region-style-inline-background-color.html [ Pass ImageOnlyFailure ]
</span><del>-fast/replaced/iframe-with-percentage-height-within-table-with-anonymous-table-cell.html [ Failure Pass ]
-fast/replaced/iframe-with-percentage-height-within-table-with-table-cell-ignore-height.html [ Failure Pass ]
</del><span class="cx"> fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> fast/sub-pixel/simple-clipping.html [ Pass ImageOnlyFailure ]
</span><del>-fonts/cursive.html [ Pass Crash ]
</del><span class="cx"> http/tests/fetch/fetch-in-worker-crash.html [ Failure Pass ]
</span><span class="cx"> http/tests/loading/preload-img-srcset-sizes.html [ Failure Pass ]
</span><span class="cx"> http/tests/navigation/relativeanchor-basic.html [ Failure Pass ]
</span><span class="cx"> http/tests/navigation/relativeanchor-goback.html [ Failure Pass ]
</span><del>-http/tests/security/cross-origin-indexeddb.html [ Crash Pass ]
</del><span class="cx"> http/tests/storage/callbacks-are-called-in-correct-context.html [ Failure Pass ]
</span><span class="cx"> http/tests/xmlhttprequest/cross-origin-cookie-storage.html [ Failure Pass ]
</span><span class="cx"> http/tests/xmlhttprequest/failed-auth.html [ Failure Pass ]
</span><span class="cx"> ietestcenter/css3/flexbox/flexbox-layout-001.htm [ Pass ImageOnlyFailure ]
</span><span class="cx"> imported/blink/compositing/reorder-z-with-style.html [ Timeout Pass ImageOnlyFailure ]
</span><del>-imported/blink/fast/css/fixed-overlaps-absolute-in-clip.html [ Pass ImageOnlyFailure ]
-imported/blink/fast/multicol/dynamic/add-spanner-inside-overflow-hidden.html [ Pass ImageOnlyFailure Crash ]
</del><span class="cx"> imported/mozilla/svg/filters/filter-marked-line-02.svg [ Pass ImageOnlyFailure ]
</span><span class="cx"> imported/mozilla/svg/filters/filter-marked-line-03.svg [ Pass ImageOnlyFailure ]
</span><span class="cx"> imported/mozilla/svg/filters/filter-marked-line-04.svg [ Pass ImageOnlyFailure ]
</span><span class="lines">@@ -1620,13 +1612,9 @@
</span><span class="cx"> imported/mozilla/svg/filters/filter-marked-line-08.svg [ Pass ImageOnlyFailure ]
</span><span class="cx"> imported/mozilla/svg/filters/filter-marked-line-09.svg [ Pass ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-nested-column-rule-001.xht [ Pass ImageOnlyFailure ]
</span><del>-imported/w3c/web-platform-tests/fetch/api/cors/cors-preflight-redirect.html [ Crash Pass ]
-perf/append-text-nodes-without-renderers.html [ Pass Failure ]
-security/contentSecurityPolicy/video-with-file-url-allowed-by-media-src-star-with-AllowContentSecurityPolicySourceStarToMatchAnyProtocol-enabled.html [ Pass ImageOnlyFailure ]
</del><span class="cx"> svg/animations/getCurrentTime-pause-unpause.html [ Pass Failure ]
</span><span class="cx"> svg/animations/list-wrapper-assertion.svg [ Pass ImageOnlyFailure ]
</span><span class="cx"> svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg [ Pass ImageOnlyFailure ]
</span><span class="cx"> svg/as-image/svg-image-with-data-uri-use-data-uri.svg [ Pass ImageOnlyFailure ]
</span><span class="cx"> svg/W3C-I18N/g-dirLTR-ubNone.svg [ Pass Failure ]
</span><del>-tables/hittesting/filltable-stress.html [ Failure Pass ]
</del><span class="cx"> transitions/svg-text-shadow-transition.html [ Failure Pass ]
</span></span></pre>
</div>
</div>

</body>
</html>