<!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>[205945] 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/205945">205945</a></dd>
<dt>Author</dt> <dd>jiewen_tan@apple.com</dd>
<dt>Date</dt> <dd>2016-09-14 21:32:20 -0700 (Wed, 14 Sep 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed, update ios-simulator-wk1 test expectations after migrating to iOS 10

* 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 (205944 => 205945)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-09-15 01:14:45 UTC (rev 205944)
+++ trunk/LayoutTests/ChangeLog        2016-09-15 04:32:20 UTC (rev 205945)
</span><span class="lines">@@ -1,5 +1,13 @@
</span><span class="cx"> 2016-09-14  Jiewen Tan  &lt;jiewen_tan@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Unreviewed, update ios-simulator-wk1 test expectations after migrating to iOS 10
+
+        * platform/ios-simulator-wk1/TestExpectations:
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/ios-simulator/TestExpectations:
+
+2016-09-14  Jiewen Tan  &lt;jiewen_tan@apple.com&gt;
+
</ins><span class="cx">         WebCrypto algorithms should be exposed via KeyAlgorithm dictionary
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=128748
</span><span class="cx">         &lt;rdar://problem/27359438&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (205944 => 205945)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations        2016-09-15 01:14:45 UTC (rev 205944)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations        2016-09-15 04:32:20 UTC (rev 205945)
</span><span class="lines">@@ -615,7 +615,6 @@
</span><span class="cx"> css3/shapes/shape-outside/values/shape-margin-001.html [ Failure ]
</span><span class="cx"> css3/shapes/shape-outside/values/shape-outside-circle-004.html [ Failure ]
</span><span class="cx"> css3/shapes/shape-outside/values/shape-outside-circle-005.html [ Failure ]
</span><del>-css3/shapes/shape-outside/values/shape-outside-computed-shape-000.html [ Failure ]
</del><span class="cx"> css3/shapes/shape-outside/values/shape-outside-ellipse-004.html [ Failure ]
</span><span class="cx"> css3/shapes/shape-outside/values/shape-outside-ellipse-005.html [ Failure ]
</span><span class="cx"> css3/shapes/shape-outside/values/shape-outside-inset-003.html [ Failure ]
</span><span class="lines">@@ -1299,16 +1298,6 @@
</span><span class="cx"> fast/forms/input-set-composition-scroll.html [ Failure ]
</span><span class="cx"> fast/forms/input-step-as-double.html [ Failure ]
</span><span class="cx"> fast/forms/input-textarea-padding-match.html [ ImageOnlyFailure ]
</span><del>-fast/forms/label/labelable-elements.html [ Failure ]
-fast/forms/label/labels-add-htmlFor-label.html [ Failure ]
-fast/forms/label/labels-add-parent-label.html [ Failure ]
-fast/forms/label/labels-change-htmlFor-attribute.html [ Failure ]
-fast/forms/label/labels-multiple-sibling-labels.html [ Failure ]
-fast/forms/label/labels-parent-and-sibling-labels.html [ Failure ]
-fast/forms/label/labels-remove-htmlFor-attribute.html [ Failure ]
-fast/forms/label/labels-remove-htmlFor-label.html [ Failure ]
-fast/forms/label/labels-remove-parent-label.html [ Failure ]
-fast/forms/label/labels-set-htmlFor-attribute.html [ Failure ]
</del><span class="cx"> fast/forms/listbox-clip.html [ Failure ]
</span><span class="cx"> fast/forms/listbox-deselect-scroll.html [ Failure ]
</span><span class="cx"> fast/forms/listbox-non-contiguous-keyboard-selection.html [ Failure ]
</span><span class="lines">@@ -1856,7 +1845,6 @@
</span><span class="cx"> fast/text/justify-ideograph-vertical.html [ Failure ]
</span><span class="cx"> fast/text/justify-nbsp.html [ Failure ]
</span><span class="cx"> fast/text/mark-matches-rendering.html [ ImageOnlyFailure ]
</span><del>-fast/text/narrow-non-breaking-space.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/text/offsetForPosition-complex-fallback.html [ Failure ]
</span><span class="cx"> fast/text/reset-drag-on-mouse-down.html [ Failure ]
</span><span class="cx"> fast/text/selection-in-initial-advance-region.html [ Failure ]
</span><span class="lines">@@ -2482,7 +2470,6 @@
</span><span class="cx"> fast/table/collapsed-border-with-odd-pixel-width.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # Uncategorized reftest failures, uncovered once we made reftests work. Needs triage.
</span><del>-css3/font-variant-petite-caps-synthesis-coverage.html [ ImageOnlyFailure ]
</del><span class="cx"> css3/font-variant-small-caps-synthesis-coverage.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/font-variant-synthesis-jdaggett.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/backgrounds/background-image-large-float-intrinsic-ratio.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -2491,7 +2478,6 @@
</span><span class="cx"> fast/borders/border-image-space.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/css-generated-content/initial-letter-first-line-wrapping.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/css/pseudo-visited-background-color-on-input.html [ ImageOnlyFailure ]
</span><del>-fast/css3-text/css3-text-decoration/text-decoration-line-through-mispositioned.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/forms/select-size.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/inline/inline-with-outline-offset.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/inline/outline-corners-with-offset.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -2563,9 +2549,6 @@
</span><span class="cx"> # This test is iPad only
</span><span class="cx"> platform/ios-simulator/media/video-interruption-suspendunderlock.html [ Skip ]
</span><span class="cx"> 
</span><del>-# System font on iOS 9 cannot be bold and italic.
-fast/text/system-font-weight-italic.html [ Failure ]
-
</del><span class="cx"> media/accessibility-closed-captions-has-aria-owns.html
</span><span class="cx"> media/airplay-autoplay.html
</span><span class="cx"> media/airplay-target-availability.html
</span><span class="lines">@@ -2714,9 +2697,6 @@
</span><span class="cx"> # rdar://problem/26477897
</span><span class="cx"> imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_mimeheader_01.html [ Failure ]
</span><span class="cx"> 
</span><del>-# rdar://problem/26477855
-http/tests/xmlhttprequest/logout.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/156718 storage/websql/alter-to-info-table.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> css3/font-variant-petite-caps-synthesis.html [ ImageOnlyFailure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (205944 => 205945)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2016-09-15 01:14:45 UTC (rev 205944)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2016-09-15 04:32:20 UTC (rev 205945)
</span><span class="lines">@@ -246,7 +246,6 @@
</span><span class="cx"> editing/inserting/insert-3800346-fix.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-br-007.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-character-in-first-letter-crash.html [ Failure ]
</span><del>-editing/inserting/insert-paragraph-selection-outside-contenteditable.html [ Failure ]
</del><span class="cx"> editing/inserting/insert-tab-001.html [ Failure ]
</span><span class="cx"> editing/inserting/smart-quote-with-all-configurations.html [ Failure ]
</span><span class="cx"> editing/inserting/typing-space-to-trigger-smart-link.html [ Failure ]
</span><span class="lines">@@ -605,9 +604,7 @@
</span><span class="cx"> # CSS tests that fail:
</span><span class="cx"> css2.1/20110323/abspos-containing-block-initial-001.htm [ Failure ]
</span><span class="cx"> css2.1/20110323/abspos-containing-block-initial-007.htm [ Failure ]
</span><del>-css2.1/20110323/c541-word-sp-000.htm [ ImageOnlyFailure ]
</del><span class="cx"> css2.1/20110323/c543-txt-decor-000.html [ Failure ]
</span><del>-css2.1/20110323/vertical-align-boxes-001.htm [ ImageOnlyFailure ]
</del><span class="cx"> css2.1/t0803-c5502-mrgn-r-03-c.html [ Failure ]
</span><span class="cx"> css2.1/t0803-c5504-mrgn-l-03-c.html [ Failure ]
</span><span class="cx"> css2.1/t0804-c5507-padn-r-03-f.html [ Failure ]
</span><span class="lines">@@ -665,7 +662,6 @@
</span><span class="cx"> css2.1/t1508-c527-font-08-b.html [ Failure ]
</span><span class="cx"> css2.1/t1508-c527-font-09-b.html [ Failure ]
</span><span class="cx"> css2.1/t1508-c527-font-10-c.html [ Failure ]
</span><del>-css3/blending/blend-mode-isolation-flags-turn-off-blending.html [ Failure ]
</del><span class="cx"> css3/blending/blend-mode-isolation-flags-turn-on-stacking-context.html [ Failure ]
</span><span class="cx"> css3/filters/animation-from-initial-values-with-color-matrix.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/filters/backdrop/backdrop-filter-with-border-radius-and-reflection-add.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -676,7 +672,6 @@
</span><span class="cx"> css3/masking/mask-repeat-space-border.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # CSS tests that pass:
</span><del>-css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html [ Pass ]
</del><span class="cx"> css3/flexbox/csswg/ttwf-reftest-flex-wrap-reverse.html [ Pass ]
</span><span class="cx"> css3/flexbox/csswg/ttwf-reftest-flex-wrap.html [ Pass ]
</span><span class="cx"> css3/flexbox/image-percent-max-height.html [ Pass ]
</span><span class="lines">@@ -755,8 +750,6 @@
</span><span class="cx"> svg/animations/repeating-path-animation.svg [ ImageOnlyFailure ]
</span><span class="cx"> svg/animations/reset-animation-crash.html [ ImageOnlyFailure ]
</span><span class="cx"> svg/batik/text/textEffect.svg [ Failure ]
</span><del>-svg/css/parse-height.html [ Failure ]
-svg/css/parse-length.html [ Failure ]
</del><span class="cx"> svg/custom/filter-update-different-root.html [ ImageOnlyFailure ]
</span><span class="cx"> svg/custom/getscreenctm-in-scrollable-div-area-nested.xhtml [ Failure ]
</span><span class="cx"> svg/custom/root-size-attribute-changes.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -779,7 +772,6 @@
</span><span class="cx"> fast/block/min-max-height-percent-height-child.html [ Failure ]
</span><span class="cx"> fast/block/positioning/auto/vertical-rl/007.html [ Failure ]
</span><span class="cx"> fast/block/positioning/vertical-rl/fixed-positioning.html [ Failure ]
</span><del>-fast/borders/hidpi-border-clipping-right-after-move.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/css-grid-layout/grid-container-margin-border-padding-scrollbar.html [ Failure ]
</span><span class="cx"> fast/css-grid-layout/grid-percent-track-scrollbar.html [ Failure ]
</span><span class="cx"> fast/css/animation-pseudo-style-change.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -842,7 +834,6 @@
</span><span class="cx"> fast/forms/week/week-interactive-validation-required.html [ Failure ]
</span><span class="cx"> fast/gradients/viewport-units-gradient.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/harness/show-modal-dialog.html [ Failure ]
</span><del>-fast/hidpi/image-srcset-invalid-descriptor.html [ Failure ]
</del><span class="cx"> fast/html/details-remove-summary-1-and-click.html [ Failure ]
</span><span class="cx"> fast/html/details-remove-summary-4-and-click.html [ Failure ]
</span><span class="cx"> fast/html/set-text-direction.html [ Failure ]
</span><span class="lines">@@ -875,14 +866,11 @@
</span><span class="cx"> fast/text/decorations-with-text-combine.html [ Failure ]
</span><span class="cx"> fast/text/delete-hard-break-character.html [ Failure ]
</span><span class="cx"> fast/text/font-selection-font-variant.html [ ImageOnlyFailure ]
</span><del>-fast/text/font-weights.html [ Failure ]
</del><span class="cx"> fast/text/hyphenate-limit-before-after.html [ Failure ]
</span><del>-fast/text/international/khmer-selection.html [ Failure ]
</del><span class="cx"> fast/text/international/text-combine-image-test.html [ Failure ]
</span><span class="cx"> fast/text/multiple-text-shadow-overflow-layout-rect.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text/svg-font-invalid-glyph-path-failure.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text/svg-small-caps.html [ ImageOnlyFailure ]
</span><del>-fast/text/system-font-weight.html [ Failure ]
</del><span class="cx"> fast/text/text-combine-placement.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text/text-rendering-with-input-selection.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text/undefined-glyph-with-ligature.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1099,7 +1087,6 @@
</span><span class="cx"> http/tests/security/aboutBlank/xss-DENIED-set-opener.html [ Failure ]
</span><span class="cx"> http/tests/security/canvas-remote-read-remote-video-allowed-anonymous.html [ Failure ]
</span><span class="cx"> http/tests/security/canvas-remote-read-remote-video-allowed-with-credentials.html [ Failure ]
</span><del>-http/tests/security/contentSecurityPolicy/javascript-url-blocked-by-default-src-star.html [ Failure ]
</del><span class="cx"> http/tests/security/contentSecurityPolicy/object-src-url-allowed.html [ Failure ]
</span><span class="cx"> http/tests/security/cross-origin-local-storage-wk1.html [ Failure ]
</span><span class="cx"> http/tests/security/frameNavigation/not-opener.html [ Failure ]
</span><span class="lines">@@ -1215,7 +1202,6 @@
</span><span class="cx"> fast/text/international/bold-bengali.html [ Failure ]
</span><span class="cx"> fast/text/international/danda-space.html [ Failure ]
</span><span class="cx"> fast/text/international/thai-baht-space.html [ Failure ]
</span><del>-fast/text/line-initial-and-final-swashes.html [ Failure ]
</del><span class="cx"> fast/text/midword-break-before-surrogate-pair-2.html [ Failure ]
</span><span class="cx"> fast/text/shadow-no-blur.html [ Failure ]
</span><span class="cx"> fast/text/simple-line-layout-text-stroke-width.html [ Failure ]
</span><span class="lines">@@ -1234,7 +1220,6 @@
</span><span class="cx"> fast/masking/clip-path-on-subpixel-position.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/regions/overflow/overflow-scrollable-fit-complex.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/regions/webkit-background-clip-text.html [ ImageOnlyFailure ]
</span><del>-fast/text/break-word-pre-wrap.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/text/hidpi-text-selection-gap-between-words.html [ ImageOnlyFailure ]
</span><span class="cx"> svg/animations/animate-keytimes-crash.html [ ImageOnlyFailure ]
</span><span class="cx"> svg/filters/feMorphology-radius-cases.svg [ ImageOnlyFailure ]
</span><span class="lines">@@ -1421,10 +1406,6 @@
</span><span class="cx"> # Font tests that fail
</span><span class="cx"> fonts/use-typo-metrics-1.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-# Security tests that fail
-security/contentSecurityPolicy/link-with-blob-url-blocked-by-style-src-star.html [ ImageOnlyFailure ]
-security/contentSecurityPolicy/link-with-data-url-blocked-by-style-src-star.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # Flaky as of 08/28/2016
</span><span class="cx"> compositing/scrolling/touch-scrolling-repaint-spans.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> compositing/scrolling/touch-scrolling-repaint.html [ ImageOnlyFailure Pass ]
</span><span class="lines">@@ -1661,10 +1642,7 @@
</span><span class="cx"> [ Release ] editing/deleting/delete-br-010.html [ Failure ]
</span><span class="cx"> [ Release ] editing/deleting/delete-character-001.html [ Failure ]
</span><span class="cx"> [ Release ] editing/deleting/delete-hr.html [ Failure ]
</span><del>-[ Release ] editing/deleting/delete-image-001.html [ Failure ]
</del><span class="cx"> [ Release ] editing/deleting/delete-image-002.html [ Failure ]
</span><del>-[ Release ] editing/deleting/delete-image-003.html [ Failure ]
-[ Release ] editing/deleting/delete-line-001.html [ Failure ]
</del><span class="cx"> [ Release ] editing/deleting/delete-line-002.html [ Failure ]
</span><span class="cx"> [ Release ] editing/deleting/delete-line-005.html [ Failure ]
</span><span class="cx"> [ Release ] editing/deleting/delete-line-007.html [ Failure ]
</span><span class="lines">@@ -1675,7 +1653,6 @@
</span><span class="cx"> [ Release ] editing/deleting/delete-line-017.html [ Failure ]
</span><span class="cx"> [ Release ] editing/deleting/delete-listitem-002.html [ Failure ]
</span><span class="cx"> [ Release ] editing/deleting/delete-selection-001.html [ Failure ]
</span><del>-[ Release ] editing/deleting/delete-trailing-ws-001.html [ Failure ]
</del><span class="cx"> [ Release ] editing/deleting/delete-ws-fixup-002.html [ Failure ]
</span><span class="cx"> [ Release ] editing/deleting/list-item-1.html [ Failure ]
</span><span class="cx"> [ Release ] editing/deleting/merge-unrendered-space.html [ Failure ]
</span><span class="lines">@@ -1804,3 +1781,65 @@
</span><span class="cx"> svg/animations/reset-animation-crash.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> svg/css/use-window-inactive-crash.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> transitions/cancel-transition.html [ Pass Failure ]
</span><ins>+
+# Flaky as of 09/14/2016 after migrating bots to iOS 10.
+css3/blending/blend-mode-isolation-flags-turn-off-blending.html [ Pass Failure ]
+css3/font-variant-small-caps-synthesis-coverage.html [ Pass ImageOnlyFailure ]
+css3/font-variant-synthesis-jdaggett.html [ Pass ImageOnlyFailure ]
+css3/masking/mask-base64.html [ Pass ImageOnlyFailure ]
+editing/deleting/delete-image-001.html [ Pass Failure ]
+editing/deleting/delete-image-003.html [ Pass Failure ]
+editing/deleting/delete-line-001.html [ Pass Failure ]
+editing/deleting/delete-trailing-ws-001.html [ Pass Failure ]
+editing/deleting/merge-different-styles.html [ Pass Failure ]
+fast/borders/hidpi-border-clipping-right-after-move.html [ Pass ImageOnlyFailure ]
+fast/forms/input-select-webkit-user-select-none.html [ Crash Failure ]
+fast/forms/textarea-live-pseudo-selectors.html [ Crash Failure ]
+fast/text/font-weights.html [ Pass Failure ]
+http/tests/loading/preload-append-scan.php [ Crash Failure Pass ]
+http/tests/security/appcache-switching-private-browsing.html [ Pass Failure ]
+http/tests/security/contentSecurityPolicy/blob-url-does-not-match-source-self.html [ Pass ImageOnlyFailure ]
+http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/upgrade-insecure-fetch-in-main-frame.html [ Pass Failure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/bidi-embed-001.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/bidi-embed-002.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/bidi-embed-004.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/bidi-embed-005.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/bidi-embed-006.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/bidi-embed-011.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/bidi-isolate-007.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/bidi-isolate-override-006.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/bidi-isolate-override-009.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/bidi-plaintext-010.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/bidi-unset-002.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/bidi-unset-006.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/block-embed-003.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/block-override-004.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/block-override-isolate-001.html [ Pass ImageOnlyFailure ]
+imported/blink/imported/csswg-test/css-writing-modes-3/block-override-isolate-004.html [ Pass ImageOnlyFailure ]
+imported/blink/paint/inline/self-painting-continuation-outline.html [ Crash Pass ImageOnlyFailure ]
+imported/w3c/web-platform-tests/fetch/api/cors/cors-redirect.html [ Crash Pass ]
+platform/ios-simulator/ios/fast/coordinates/element-client-rects.html [ Crash Timeout ]
+perf/array-reverse.html [ Pass Failure ]
+
+# Failure as of 09/14/2016 after migrating bots to iOS 10.
+css2.1/t040302-c61-ex-len-00-b-a.html [ Failure ]
+css2.1/t040302-c61-rel-len-00-b-ag.html [ Failure ]
+css2.1/t100801-c544-valgn-01-d-ag.html [ Failure ]
+css2.1/t100801-c544-valgn-03-d-agi.html [ Failure ]
+css2.1/t100801-c548-ln-ht-02-b-ag.html [ Failure ]
+css2.1/t1507-c526-font-sz-02-b-a.html [ Failure ]
+css2.1/t1601-c547-indent-00-b-a.html [ Failure ]
+css2.1/t1604-c542-letter-sp-00-b-a.html [ Failure ]
+css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html [ ImageOnlyFailure ]
+[ Debug ] editing/inserting/insert-div-025.html [ Failure ]
+fast/dom/Element/scrolling-funtions-on-body-quirks.html [ Failure ]
+fast/dom/Element/scrolling-funtions-on-body.html [ Failure ]
+fast/text/atsui-negative-spacing-features.html [ Failure ]
+fast/text/atsui-spacing-features.html [ Failure ]
+fast/text/international/hebrew-vowels.html [ Failure ]
+fast/text/khmer-lao-font.html [ Failure ]
+
+# Timeout as of 09/14/2016 after migrating bots to iOS 10.
+[ Debug ] css3/flexbox/position-absolute-child.html [ Timeout ]
+fast/events/scoped/editing-commands.html [ Timeout ]
+fast/forms/selection-direction.html [ Timeout ]
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (205944 => 205945)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2016-09-15 01:14:45 UTC (rev 205944)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2016-09-15 04:32:20 UTC (rev 205945)
</span><span class="lines">@@ -1873,3 +1873,6 @@
</span><span class="cx"> webkit.org/b/161359 imported/w3c/web-platform-tests/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-top.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/161631 imported/w3c/web-platform-tests/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-id-top.html [ Pass Failure ]
</span><ins>+
+# rdar://problem/26477855
+http/tests/xmlhttprequest/logout.html [ Failure ]
</ins></span></pre>
</div>
</div>

</body>
</html>