<!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>[205126] 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/205126">205126</a></dd>
<dt>Author</dt> <dd>jiewen_tan@apple.com</dd>
<dt>Date</dt> <dd>2016-08-29 11:06:41 -0700 (Mon, 29 Aug 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed, update iOS simulator WK1 flaky tests.

* 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 (205125 => 205126)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-08-29 17:49:13 UTC (rev 205125)
+++ trunk/LayoutTests/ChangeLog        2016-08-29 18:06:41 UTC (rev 205126)
</span><span class="lines">@@ -1,3 +1,11 @@
</span><ins>+2016-08-29  Jiewen Tan  &lt;jiewen_tan@apple.com&gt;
+
+        Unreviewed, update iOS simulator WK1 flaky tests.
+
+        * platform/ios-simulator-wk1/TestExpectations:
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/ios-simulator/TestExpectations:
+
</ins><span class="cx"> 2016-08-29  Ryan Haddad  &lt;ryanhaddad@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Skipping http/tests/media/hls/hls-accessiblity-describes-video-menu.html on mac
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (205125 => 205126)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations        2016-08-29 17:49:13 UTC (rev 205125)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations        2016-08-29 18:06:41 UTC (rev 205126)
</span><span class="lines">@@ -313,10 +313,7 @@
</span><span class="cx"> webkit.org/b/148695 fast/shadow-dom [ Pass ]
</span><span class="cx"> 
</span><span class="cx"> # No tab navigation support on iOS
</span><del>-fast/shadow-dom/focus-across-details-element.html [ Failure ]
-fast/shadow-dom/focus-navigation-across-slots.html [ Failure ]
</del><span class="cx"> fast/shadow-dom/focus-on-iframe.html [ Failure ]
</span><del>-fast/shadow-dom/negative-tabindex-on-shadow-host.html [ Failure ]
</del><span class="cx"> webkit.org/b/116046 fast/events/sequential-focus-navigation-starting-point.html [ Skip ]
</span><span class="cx"> webkit.org/b/159240 fast/events/remove-focus-navigation-starting-point-crash.html [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -685,10 +682,8 @@
</span><span class="cx"> scrollbars/scrolling-by-page-ignoring-transparent-fixed-elements-on-keyboard-spacebar.html [ Failure ]
</span><span class="cx"> scrollbars/scrolling-by-page-on-keyboard-spacebar.html [ Failure ]
</span><span class="cx"> scrollbars/scrollbar-miss-mousemove-disabled.html [ Failure ]
</span><del>-scrollbars/scrollbars-on-positioned-content.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # JavaScript tests that fail:
</span><del>-js/dom/dfg-inline-resolve.html [ Failure ]
</del><span class="cx"> js/dom/dom-static-property-for-in-iteration.html [ Failure ]
</span><span class="cx"> js/dom/global-constructors-attributes.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1031,7 +1026,6 @@
</span><span class="cx"> fast/borders/border-painting-correctness-dotted.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/borders/border-radius-on-subpixel-position-non-hidpi.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/borders/hidpi-double-border-with-border-radius-always-produce-solid-line.html [ ImageOnlyFailure ]
</span><del>-fast/box-sizing/box-sizing.html [ Failure ]
</del><span class="cx"> fast/canvas/canvas-bg.html [ Failure ]
</span><span class="cx"> fast/canvas/canvas-blending-global-alpha.html [ Failure ]
</span><span class="cx"> fast/canvas/canvas-gradient-addStop-error.html [ Failure ]
</span><span class="lines">@@ -1123,7 +1117,6 @@
</span><span class="cx"> fast/dom/Element/getBoundingClientRect.html [ Failure ]
</span><span class="cx"> fast/dom/Geolocation/page-reload-cancel-permission-requests.html [ Failure ]
</span><span class="cx"> fast/dom/HTMLAnchorElement/anchor-download.html [ Failure ]
</span><del>-fast/dom/HTMLAnchorElement/anchor-in-noscroll-iframe.html [ Failure ]
</del><span class="cx"> fast/dom/HTMLAnchorElement/anchor-nodownload-set.html [ Failure ]
</span><span class="cx"> fast/dom/HTMLHeadElement/textInHead1.html [ Failure ]
</span><span class="cx"> fast/dom/HTMLHeadElement/textInHead2.html [ Failure ]
</span><span class="lines">@@ -1158,7 +1151,6 @@
</span><span class="cx"> fast/dom/Window/window-screen-properties.html [ Failure ]
</span><span class="cx"> fast/dom/Window/window-xy-properties.html [ Failure ]
</span><span class="cx"> fast/dom/access-key-iframe.html [ Failure ]
</span><del>-fast/dom/adopt-node-crash-2.html [ Failure ]
</del><span class="cx"> fast/dom/anchor-text.html [ Failure ]
</span><span class="cx"> fast/dom/attr_dead_doc.html [ Failure ]
</span><span class="cx"> fast/dom/client-width-height-quirks.html [ Failure ]
</span><span class="lines">@@ -1179,20 +1171,14 @@
</span><span class="cx"> fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2.html [ Failure ]
</span><span class="cx"> fast/events/5056619.html [ Failure ]
</span><span class="cx"> fast/events/arrow-navigation.html [ Failure ]
</span><del>-fast/events/attempt-scroll-with-no-scrollbars.html [ Failure ]
-fast/events/autoscroll-in-overflow-hidden-html.html [ Failure ]
</del><span class="cx"> fast/events/autoscroll-in-textarea.html [ Failure ]
</span><span class="cx"> fast/events/autoscroll-in-textfield.html [ Failure ]
</span><span class="cx"> fast/events/autoscroll-nonscrollable-iframe-in-scrollable-div.html [ Failure ]
</span><span class="cx"> fast/events/backspace-navigates-back.html [ Failure ]
</span><del>-fast/events/blur-focus-window-should-blur-focus-element.html [ Failure ]
-fast/events/capture-on-target.html [ Failure ]
</del><span class="cx"> fast/events/check-defocus-event-order-when-triggered-by-mouse-click.html [ Failure ]
</span><span class="cx"> fast/events/check-defocus-event-order-when-triggered-by-tab.html [ Failure ]
</span><span class="cx"> fast/events/click-count.html [ Failure ]
</span><del>-fast/events/click-focus-anchor.html [ Failure ]
</del><span class="cx"> fast/events/click-focus-control.html [ Failure ]
</span><del>-fast/events/click-range-slider.html [ Failure ]
</del><span class="cx"> fast/events/clientXY-in-zoom-and-scroll.html [ Failure ]
</span><span class="cx"> fast/events/constructors/mouse-event-constructor.html [ Failure ]
</span><span class="cx"> fast/events/constructors/wheel-event-constructor.html [ Failure ]
</span><span class="lines">@@ -1201,35 +1187,22 @@
</span><span class="cx"> fast/events/data-transfer-files-attribute-identity.html [ Failure ]
</span><span class="cx"> fast/events/dblclick-addEventListener.html [ Failure ]
</span><span class="cx"> fast/events/document-elementFromPoint.html [ Failure ]
</span><del>-fast/events/dont-loose-last-event.html [ Failure ]
</del><span class="cx"> fast/events/event-attribute.html [ Failure ]
</span><span class="cx"> fast/events/event-input-contentEditable.html [ Failure ]
</span><del>-fast/events/event-sender-mouse-moved.html [ Failure ]
-fast/events/event-view-toString.html [ Failure ]
</del><span class="cx"> fast/events/fire-mousedown-while-pressing-mouse-button.html [ Failure ]
</span><span class="cx"> fast/events/focus-change-crash.html [ Failure ]
</span><span class="cx"> fast/events/focus-change-crash2.html [ Failure ]
</span><del>-fast/events/frame-click-focus.html [ Failure ]
-fast/events/frame-detached-in-mousedown.html [ Failure ]
</del><span class="cx"> fast/events/frame-scroll-fake-mouse-move.html [ Failure ]
</span><span class="cx"> fast/events/frame-tab-focus.html [ Failure ]
</span><del>-fast/events/iframe-onmousemove.html [ Failure ]
-fast/events/imagemap-norender-crash.html [ Failure ]
</del><span class="cx"> fast/events/ime-composition-events-001.html [ Failure ]
</span><del>-fast/events/input-tab-focus-no-duplicate-events.html [ Failure ]
</del><span class="cx"> fast/events/inputText-never-fired-on-keydown-cancel.html [ Failure ]
</span><del>-fast/events/js-keyboard-event-creation.html [ Failure ]
</del><span class="cx"> fast/events/key-events-in-input-button.html [ Failure ]
</span><span class="cx"> fast/events/keydown-1.html [ Failure ]
</span><del>-fast/events/keydown-function-keys.html [ Failure ]
-fast/events/keydown-keypress-focus-change.html [ Failure ]
-fast/events/keydown-keypress-preventDefault.html [ Failure ]
</del><span class="cx"> fast/events/keydown-leftright-keys.html [ Failure ]
</span><span class="cx"> fast/events/keydown-numpad-keys.html [ Failure ]
</span><span class="cx"> fast/events/keyevent-iframe-removed-crash.html [ Failure ]
</span><span class="cx"> fast/events/keypress-focus-change.html [ Failure ]
</span><span class="cx"> fast/events/keypress-insert-tab.html [ Failure ]
</span><del>-fast/events/media-element-focus-tab.html [ Failure ]
</del><span class="cx"> fast/events/mouse-click-events.html [ Failure ]
</span><span class="cx"> fast/events/mouse-cursor-change.html [ Failure ]
</span><span class="cx"> fast/events/mouse-cursor-multiframecur.html [ Failure ]
</span><span class="lines">@@ -1251,7 +1224,6 @@
</span><span class="cx"> fast/events/onchange-text-form-field.html [ Failure ]
</span><span class="cx"> fast/events/ondragenter.html [ Failure ]
</span><span class="cx"> fast/events/ondrop-text-html.html [ Failure ]
</span><del>-fast/events/overflow-scroll-fake-mouse-move.html [ Failure ]
</del><span class="cx"> fast/events/page-scaled-mouse-click-iframe.html [ Failure ]
</span><span class="cx"> fast/events/page-scaled-mouse-click.html [ Failure ]
</span><span class="cx"> fast/events/remove-target-with-shadow-in-drag.html [ Failure ]
</span><span class="lines">@@ -1437,11 +1409,9 @@
</span><span class="cx"> fast/frames/iframe-text-contents.html [ Failure ]
</span><span class="cx"> fast/frames/iframe-window-focus.html [ Failure ]
</span><span class="cx"> fast/frames/invalid.html [ Failure ]
</span><del>-fast/frames/location-redirect-user-gesture.html [ Failure ]
</del><span class="cx"> fast/frames/paint-iframe-background.html [ Failure ]
</span><span class="cx"> fast/frames/sandboxed-iframe-about-blank.html [ Failure ]
</span><span class="cx"> fast/frames/sandboxed-iframe-close-top-noclose.html [ Failure ]
</span><del>-fast/frames/sandboxed-iframe-close-top.html [ Failure ]
</del><span class="cx"> fast/frames/sandboxed-iframe-navigation-allowed.html [ Failure ]
</span><span class="cx"> fast/frames/valid.html [ Failure ]
</span><span class="cx"> fast/gradients/background-clipped.html [ Failure ]
</span><span class="lines">@@ -2103,10 +2073,10 @@
</span><span class="cx"> 
</span><span class="cx"> # Editing tests that fail:
</span><span class="cx"> editing/inserting/typing-at-end-of-line.html [ Failure ]
</span><del>-editing/undo/undo-combined-delete-boundary.html [ Failure ]
-editing/undo/undo-combined-delete.html [ Failure ]
-editing/undo/undo-forward-delete-boundary.html [ Failure ]
-editing/undo/undo-forward-delete.html [ Failure ]
</del><ins>+editing/undo/undo-combined-delete-boundary.html [ Failure Pass ]
+editing/undo/undo-combined-delete.html [ Pass Failure ]
+editing/undo/undo-forward-delete-boundary.html [ Pass Failure ]
+editing/undo/undo-forward-delete.html [ Pass Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Sputnik tests that are flaky:
</span><span class="cx"> sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.4_T2.html
</span><span class="lines">@@ -2191,7 +2161,6 @@
</span><span class="cx"> fast/events/init-event-after-dispatch.html [ Timeout Pass ]
</span><span class="cx"> fast/events/init-event-null-view.html [ Timeout Pass ]
</span><span class="cx"> fast/events/onchange-textfield.html [ Failure Timeout ]
</span><del>-fast/events/onclick-list-marker.html [ Failure Timeout ]
</del><span class="cx"> fast/forms/drag-into-textarea.html [ Failure Timeout ]
</span><span class="cx"> fast/forms/drag-out-of-textarea.html [ Failure Timeout ]
</span><span class="cx"> fast/forms/input-maxlength-ime-completed.html [ Timeout Pass ]
</span><span class="lines">@@ -2341,7 +2310,7 @@
</span><span class="cx"> imported/w3c/web-platform-tests/dom/events/Event-constants.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # Tests that fail as of 09/02/2015:
</span><del>-editing/deleting/delete-block-merge-contents-010.html [ Failure ]
</del><ins>+editing/deleting/delete-block-merge-contents-010.html [ Pass Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Skip tests that crash as of 09/02/2015:
</span><span class="cx"> fast/dom/offset-position-writing-modes.html [ Skip ]
</span><span class="lines">@@ -2511,8 +2480,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/153762 fast/regions/text-break-properties.html [ Skip ]
</span><span class="cx"> 
</span><del>-webkit.org/b/153029 fast/css-generated-content/details-summary-before-after.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/76121 imported/blink/fast/events/event-trusted.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/154253 animations/animation-delay-changed.html [ Pass Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (205125 => 205126)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2016-08-29 17:49:13 UTC (rev 205125)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2016-08-29 18:06:41 UTC (rev 205126)
</span><span class="lines">@@ -98,7 +98,6 @@
</span><span class="cx"> editing/inserting/insert-before-link-1.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-paragraph-03.html [ Failure ]
</span><span class="cx"> editing/inserting/paragraph-outside-nested-divs.html [ Failure ]
</span><del>-editing/inserting/paragraph-separator-03.html [ Failure ]
</del><span class="cx"> editing/inserting/typing-tab-designmode-forms.html [ Failure ]
</span><span class="cx"> editing/inserting/typing-tab-designmode.html [ Failure ]
</span><span class="cx"> editing/style/4916887.html [ Failure ]
</span><span class="lines">@@ -158,25 +157,12 @@
</span><span class="cx"> editing/deleting/delete-all-text-in-text-field-assertion.html [ Failure ]
</span><span class="cx"> editing/deleting/delete-and-undo.html [ Failure ]
</span><span class="cx"> editing/deleting/delete-at-paragraph-boundaries-001.html [ Failure ]
</span><del>-editing/deleting/delete-at-paragraph-boundaries-004.html [ Failure ]
-editing/deleting/delete-at-paragraph-boundaries-010.html [ Failure ]
</del><span class="cx"> editing/deleting/delete-block-contents-001.html [ Failure ]
</span><span class="cx"> editing/deleting/delete-block-contents-002.html [ Failure ]
</span><del>-editing/deleting/delete-block-merge-contents-001.html [ Failure ]
-editing/deleting/delete-block-merge-contents-003.html [ Failure ]
-editing/deleting/delete-block-merge-contents-004.html [ Failure ]
-editing/deleting/delete-block-merge-contents-005.html [ Failure ]
-editing/deleting/delete-block-merge-contents-008.html [ Failure ]
-editing/deleting/delete-block-merge-contents-015.html [ Failure ]
-editing/deleting/delete-block-merge-contents-017.html [ Failure ]
-editing/deleting/delete-block-merge-contents-019.html [ Failure ]
-editing/deleting/delete-block-merge-contents-020.html [ Failure ]
-editing/deleting/delete-block-merge-contents-021.html [ Failure ]
</del><span class="cx"> editing/deleting/delete-br-002.html [ Failure ]
</span><span class="cx"> editing/deleting/delete-br-004.html [ Failure ]
</span><span class="cx"> editing/deleting/delete-br-005.html [ Failure ]
</span><span class="cx"> editing/deleting/delete-br-006.html [ Failure ]
</span><del>-editing/deleting/delete-br-008.html [ Failure ]
</del><span class="cx"> editing/deleting/delete-br-009.html [ Failure ]
</span><span class="cx"> editing/deleting/delete-br-011.html [ Failure ]
</span><span class="cx"> editing/deleting/delete-by-word-001.html [ Failure ]
</span><span class="lines">@@ -185,25 +171,13 @@
</span><span class="cx"> editing/deleting/delete-image-004.html [ Failure ]
</span><span class="cx"> editing/deleting/delete-leading-ws-001.html [ Failure ]
</span><span class="cx"> editing/deleting/delete-ligature-001.html [ Failure ]
</span><del>-editing/deleting/delete-ligature-002.html [ Failure ]
</del><span class="cx"> editing/deleting/delete-ligature-003.html [ Failure ]
</span><del>-editing/deleting/delete-line-004.html [ Failure ]
-editing/deleting/delete-line-006.html [ Failure ]
-editing/deleting/delete-line-008.html [ Failure ]
</del><span class="cx"> editing/deleting/delete-line-011.html [ Failure ]
</span><del>-editing/deleting/delete-line-012.html [ Failure ]
-editing/deleting/delete-line-014.html [ Failure ]
-editing/deleting/delete-line-016.html [ Failure ]
</del><span class="cx"> editing/deleting/delete-line-end-ws-001.html [ Failure ]
</span><span class="cx"> editing/deleting/delete-line-end-ws-002.html [ Failure ]
</span><span class="cx"> editing/deleting/delete-tab-001.html [ Failure ]
</span><del>-editing/deleting/delete-tab-002.html [ Failure ]
-editing/deleting/delete-tab-003.html [ Failure ]
</del><span class="cx"> editing/deleting/delete-tab-004.html [ Failure ]
</span><span class="cx"> editing/deleting/delete-ws-fixup-001.html [ Failure ]
</span><del>-editing/deleting/delete-ws-fixup-003.html [ Failure ]
-editing/deleting/delete-ws-fixup-004.html [ Failure ]
-editing/deleting/merge-endOfParagraph.html [ Failure ]
</del><span class="cx"> editing/deleting/merge-paragraph-from-address.html [ Failure ]
</span><span class="cx"> editing/deleting/merge-paragraph-from-h6-with-style-2.html [ Failure ]
</span><span class="cx"> editing/deleting/merge-paragraph-from-h6-with-style.html [ Failure ]
</span><span class="lines">@@ -220,7 +194,6 @@
</span><span class="cx"> editing/deleting/merge-paragraph-into-pre.html [ Failure ]
</span><span class="cx"> editing/deleting/paragraph-in-preserveNewline.html [ Failure ]
</span><span class="cx"> editing/deleting/pruning-after-merge-1.html [ Failure ]
</span><del>-editing/deleting/pruning-after-merge-2.html [ Failure ]
</del><span class="cx"> editing/deleting/skip-virama-001.html [ Failure ]
</span><span class="cx"> editing/deleting/smart-delete-002.html [ Failure ]
</span><span class="cx"> editing/deleting/smart-delete-across-editable-boundaries-2.html [ Failure ]
</span><span class="lines">@@ -244,9 +217,7 @@
</span><span class="cx"> editing/execCommand/indent-nested-lists-4.html [ Failure ]
</span><span class="cx"> editing/execCommand/indent-nested-lists-7.html [ Failure ]
</span><span class="cx"> editing/execCommand/indent-pre.html [ Failure ]
</span><del>-editing/execCommand/indent-selection.html [ Failure ]
</del><span class="cx"> editing/execCommand/insert-line-break-no-scroll.html [ Failure ]
</span><del>-editing/execCommand/insertHorizontalRule.html [ Failure ]
</del><span class="cx"> editing/execCommand/outdent-nested-lists-4.html [ Failure ]
</span><span class="cx"> editing/execCommand/query-command-state.html [ Failure ]
</span><span class="cx"> editing/execCommand/remove-format-multiple-elements-mac.html [ Failure ]
</span><span class="lines">@@ -271,8 +242,6 @@
</span><span class="cx"> editing/input/reveal-caret-of-multiline-input.html [ Failure ]
</span><span class="cx"> editing/input/reveal-caret-of-transformed-multiline-input.html [ Failure ]
</span><span class="cx"> editing/input/reveal-edit-on-input-vertically.html [ Failure ]
</span><del>-editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable.html [ Failure ]
-editing/input/scroll-to-edge-if-paragraph-separator-at-end-of-document-contenteditable.html [ Failure ]
</del><span class="cx"> editing/input/scroll-viewport-page-up-down.html [ Failure ]
</span><span class="cx"> editing/input/select-all-clear-input-method.html [ Failure ]
</span><span class="cx"> editing/input/setting-input-value-cancel-ime-composition.html [ Failure ]
</span><span class="lines">@@ -322,7 +291,6 @@
</span><span class="cx"> editing/selection/drag-start-event-client-x-y.html [ Failure ]
</span><span class="cx"> editing/selection/drag-text-delay.html [ Failure ]
</span><span class="cx"> editing/selection/editable-div-clear-on-keydown.html [ Failure ]
</span><del>-editing/selection/editable-html-element.html [ Failure ]
</del><span class="cx"> editing/selection/editable-links.html [ Failure ]
</span><span class="cx"> editing/selection/extend-after-mouse-selection.html [ Failure ]
</span><span class="cx"> editing/selection/extend-by-character-006.html [ Failure ]
</span><span class="lines">@@ -340,11 +308,9 @@
</span><span class="cx"> editing/selection/fake-drag.html [ Failure ]
</span><span class="cx"> editing/selection/find-yensign-and-backslash.html [ Failure ]
</span><span class="cx"> editing/selection/focus-body.html [ Failure ]
</span><del>-editing/selection/focus_editable_html.html [ Failure ]
</del><span class="cx"> editing/selection/internal-caret-rect.html [ Failure ]
</span><span class="cx"> editing/selection/last-empty-inline.html [ Failure ]
</span><span class="cx"> editing/selection/mixed-editability-4.html [ Failure ]
</span><del>-editing/selection/mixed-editability-5.html [ Failure ]
</del><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><span class="lines">@@ -380,13 +346,8 @@
</span><span class="cx"> editing/spelling/misspelling-dots-dont-extend-beyond-words.html [ Failure ]
</span><span class="cx"> editing/spelling/spellcheck-input-search-crash.html [ Failure ]
</span><span class="cx"> editing/spelling/spelling-unified-emulation.html [ Failure ]
</span><del>-editing/spelling/spelling.html [ Failure ]
</del><span class="cx"> editing/style/5046875-2.html [ Failure ]
</span><span class="cx"> editing/style/5084241.html [ Failure ]
</span><del>-editing/style/create-block-for-style-001.html [ Failure ]
-editing/style/create-block-for-style-004.html [ Failure ]
-editing/style/create-block-for-style-009.html [ Failure ]
-editing/style/create-block-for-style-011.html [ Failure ]
</del><span class="cx"> editing/style/fore-color-by-name.html [ Failure ]
</span><span class="cx"> editing/style/make-text-writing-direction-inline-mac.html [ Failure ]
</span><span class="cx"> editing/style/push-down-font-styles-mac.html [ Failure ]
</span><span class="lines">@@ -395,7 +356,6 @@
</span><span class="cx"> editing/style/push-down-implicit-styles-around-list-win.html [ Failure ]
</span><span class="cx"> editing/style/push-down-implicit-styles-mac.html [ Failure ]
</span><span class="cx"> editing/style/style-3681552-fix-001.html [ Failure ]
</span><del>-editing/style/style-3681552-fix-002.html [ Failure ]
</del><span class="cx"> editing/style/style-3690704-fix.html [ Failure ]
</span><span class="cx"> editing/style/style-boundary-002.html [ Failure ]
</span><span class="cx"> editing/style/style-boundary-003.html [ Failure ]
</span><span class="lines">@@ -416,7 +376,6 @@
</span><span class="cx"> editing/undo/replace-by-span-then-remove.html [ Failure ]
</span><span class="cx"> editing/undo/replace-text-in-node-preserving-markers-crash.html [ Failure ]
</span><span class="cx"> editing/undo/undo-after-setting-value.html [ Failure ]
</span><del>-editing/undo/undo-delete-boundary.html [ Failure ]
</del><span class="cx"> editing/undo/undo-deleteWord.html [ Failure ]
</span><span class="cx"> editing/undo/undo-iframe-location-change.html [ Failure ]
</span><span class="cx"> editing/undo/undo-indent.html [ Failure ]
</span><span class="lines">@@ -436,8 +395,6 @@
</span><span class="cx"> platform/ios-simulator/ios/fast/coordinates/touch-event-zoomed.html [ Failure ]
</span><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/4278698.html [ Failure ]
-editing/inserting/before-after-input-element.html [ Failure ]
</del><span class="cx"> editing/inserting/editing-empty-divs.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-3654864-fix.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-3775316-fix.html [ Failure ]
</span><span class="lines">@@ -451,8 +408,6 @@
</span><span class="cx"> editing/inserting/insert-br-005.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-br-006.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-br-008.html [ Failure ]
</span><del>-editing/inserting/insert-br-quoted-003.html [ Failure ]
-editing/inserting/insert-br-quoted-005.html [ Failure ]
</del><span class="cx"> editing/inserting/insert-div-001.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-div-002.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-div-003.html [ Failure ]
</span><span class="lines">@@ -462,17 +417,12 @@
</span><span class="cx"> editing/inserting/insert-div-007.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-div-008.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-div-021.html [ Failure ]
</span><del>-editing/inserting/insert-div-023.html [ Failure ]
-editing/inserting/insert-div-024.html [ Failure ]
-editing/inserting/insert-div-026.html [ Failure ]
</del><span class="cx"> editing/inserting/insert-space-in-empty-doc.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-tab-002.html [ Failure ]
</span><del>-editing/inserting/insert-tab-003.html [ Failure ]
</del><span class="cx"> editing/inserting/insert-tab-004.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-text-with-newlines.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-thai-characters-001.html [ Failure ]
</span><span class="cx"> editing/inserting/typing-001.html [ Failure ]
</span><del>-editing/inserting/typing-002.html [ Failure ]
</del><span class="cx"> editing/inserting/typing-around-br-001.html [ Failure ]
</span><span class="cx"> editing/inserting/typing-around-image-001.html [ Failure ]
</span><span class="cx"> editing/unsupported-content/list-type-after.html [ Failure ]
</span><span class="lines">@@ -649,13 +599,11 @@
</span><span class="cx"> compositing/visible-rect/nested-transform.html [ Failure ]
</span><span class="cx"> compositing/visible-rect/scrolled.html [ Failure ]
</span><span class="cx"> compositing/contents-scale/incremental-change.html [ ImageOnlyFailure ]
</span><del>-compositing/masks/solid-color-masked.html [ ImageOnlyFailure ]
</del><span class="cx"> compositing/overlap-blending/nested-overlap-overflow.html [ ImageOnlyFailure ]
</span><span class="cx"> compositing/overlap-blending/reflection-opacity-huge.html [ ImageOnlyFailure ]
</span><span class="cx"> compositing/regions/propagate-region-box-shadow-border-padding.html [ ImageOnlyFailure ]
</span><span class="cx"> compositing/regions/z-index-update.html [ ImageOnlyFailure ]
</span><span class="cx"> compositing/regions/z-index.html [ ImageOnlyFailure ]
</span><del>-compositing/repaint/foreground-layer-change.html [ ImageOnlyFailure ]
</del><span class="cx"> compositing/text-on-scaled-layer.html [ ImageOnlyFailure ]
</span><span class="cx"> compositing/text-on-scaled-surface.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="lines">@@ -668,11 +616,8 @@
</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/abspos-non-replaced-width-margin-000.htm [ Failure ]
-css2.1/20110323/abspos-replaced-width-margin-000.htm [ Failure ]
</del><span class="cx"> css2.1/20110323/c541-word-sp-000.htm [ ImageOnlyFailure ]
</span><span class="cx"> css2.1/20110323/c543-txt-decor-000.html [ Failure ]
</span><del>-css2.1/20110323/replaced-intrinsic-ratio-001.htm [ Failure ]
</del><span class="cx"> css2.1/20110323/vertical-align-boxes-001.htm [ ImageOnlyFailure ]
</span><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="lines">@@ -737,7 +682,6 @@
</span><span class="cx"> css3/filters/backdrop/backdrop-filter-with-border-radius-and-reflection-add.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/filters/backdrop/backdrop-filter-with-border-radius-and-reflection.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/filters/backdrop/backdrop-filter-with-clip-path.html [ ImageOnlyFailure ]
</span><del>-css3/filters/remove-filter-repaint.html [ ImageOnlyFailure ]
</del><span class="cx"> css3/flexbox/content-height-with-scrollbars.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/line-break/line-break-auto-centered-2.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/masking/mask-repeat-space-border.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -799,7 +743,6 @@
</span><span class="cx"> imported/mozilla/svg/text/dynamic-font-size-3.svg [ ImageOnlyFailure ]
</span><span class="cx"> imported/mozilla/svg/text/dynamic-font-size-4.svg [ ImageOnlyFailure ]
</span><span class="cx"> imported/mozilla/svg/text/multiple-x-percentages.svg [ ImageOnlyFailure ]
</span><del>-svg/W3C-I18N/g-dirLTR-ubNone.svg [ Failure ]
</del><span class="cx"> svg/animations/animate-linear-discrete-additive-b.svg [ ImageOnlyFailure ]
</span><span class="cx"> svg/animations/animate-linear-discrete-additive-c.svg [ ImageOnlyFailure ]
</span><span class="cx"> svg/animations/animate-linear-discrete-additive.svg [ ImageOnlyFailure ]
</span><span class="lines">@@ -818,11 +761,8 @@
</span><span class="cx"> svg/animations/animateTransform-skewX.svg [ ImageOnlyFailure ]
</span><span class="cx"> svg/animations/animateTransform-skewY.svg [ ImageOnlyFailure ]
</span><span class="cx"> svg/animations/animateTransform-translate.svg [ ImageOnlyFailure ]
</span><del>-svg/animations/getCurrentTime-pause-unpause.html [ Failure ]
</del><span class="cx"> svg/animations/length-list-animation.svg [ ImageOnlyFailure ]
</span><del>-svg/animations/list-wrapper-assertion.svg [ ImageOnlyFailure ]
</del><span class="cx"> svg/animations/mozilla/animateMotion-by-1.svg [ ImageOnlyFailure ]
</span><del>-svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg [ ImageOnlyFailure ]
</del><span class="cx"> svg/animations/multiple-animateTransform-additive-sum.svg [ ImageOnlyFailure ]
</span><span class="cx"> svg/animations/path-animation.svg [ ImageOnlyFailure ]
</span><span class="cx"> svg/animations/polygon-set.svg [ ImageOnlyFailure ]
</span><span class="lines">@@ -830,7 +770,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/animations/svglengthlist-animation-3.html [ Failure ]
</span><del>-svg/as-image/svg-image-with-data-uri-use-data-uri.svg [ ImageOnlyFailure ]
</del><span class="cx"> svg/batik/text/textEffect.svg [ Failure ]
</span><span class="cx"> svg/css/parse-height.html [ Failure ]
</span><span class="cx"> svg/css/parse-length.html [ Failure ]
</span><span class="lines">@@ -877,7 +816,6 @@
</span><span class="cx"> fast/dom/Element/scrollLeft.html [ Failure ]
</span><span class="cx"> fast/dom/Element/scrollTop-Quirks.html [ Failure ]
</span><span class="cx"> fast/dom/Element/scrollTop.html [ Failure ]
</span><del>-fast/dom/HTMLLinkElement/prefetch-beforeload.html [ Failure ]
</del><span class="cx"> fast/dom/Range/getBoundingClientRect-getClientRects-relative-to-viewport.html [ Failure ]
</span><span class="cx"> fast/dom/Window/Plug-ins.html [ Failure ]
</span><span class="cx"> fast/dom/Window/window-lookup-precedence.html [ Failure ]
</span><span class="lines">@@ -919,7 +857,6 @@
</span><span class="cx"> fast/forms/validation-message-on-range.html [ Failure ]
</span><span class="cx"> fast/forms/validation-message-on-textarea.html [ Failure ]
</span><span class="cx"> fast/forms/week/week-interactive-validation-required.html [ Failure ]
</span><del>-fast/forms/plaintext-mode-2.html [ Failure ]
</del><span class="cx"> fast/gradients/viewport-units-gradient.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/harness/show-modal-dialog.html [ Failure ]
</span><span class="cx"> fast/hidpi/image-srcset-invalid-descriptor.html [ Failure ]
</span><span class="lines">@@ -935,8 +872,6 @@
</span><span class="cx"> fast/misc/subtree-layouts.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/multicol/nested-filter-in-columns.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/multicol/newmulticol/hide-box-horizontal-bt.html [ ImageOnlyFailure ]
</span><del>-fast/multicol/newmulticol/hide-box-vertical-lr.html [ ImageOnlyFailure ]
-fast/multicol/newmulticol/hide-box-vertical-rl.html [ ImageOnlyFailure ]
</del><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">@@ -948,14 +883,7 @@
</span><span class="cx"> fast/scrolling/rtl-initial-scroll-position.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/scrolling/rtl-scrollbars-sticky-overflow-scroll-2.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/scrolling/rtl-scrollbars-sticky-overflow-scroll.html [ ImageOnlyFailure ]
</span><del>-fast/shapes/shape-outside-floats/shape-outside-floats-circle-000.html [ ImageOnlyFailure ]
-fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000.html [ ImageOnlyFailure ]
-fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-bottom-left.html [ ImageOnlyFailure ]
-fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-bottom-right.html [ ImageOnlyFailure ]
-fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-top-left.html [ ImageOnlyFailure ]
-fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-top-right.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/shapes/shape-outside-floats/shape-outside-insert-svg-shape.html [ ImageOnlyFailure ]
</span><del>-fast/sub-pixel/simple-clipping.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/text-autosizing/ios/line-height-text-autosizing.html [ Failure ]
</span><span class="cx"> fast/text-autosizing/constrained-and-overflow-hidden-ancestor.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text-autosizing/constrained-maxheight-ancestor.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -963,7 +891,6 @@
</span><span class="cx"> fast/text-autosizing/constrained-percent-maxheight.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text-autosizing/constrained-percent-of-viewport-maxheight.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text-autosizing/constrained-within-overflow-ancestor.html [ ImageOnlyFailure ]
</span><del>-fast/text/ascent-adjustment-webfont.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/text/crash-complex-unknown-font.html [ ImageOnlyFailure ]
</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="lines">@@ -972,7 +899,6 @@
</span><span class="cx"> fast/text/hyphenate-limit-before-after.html [ Failure ]
</span><span class="cx"> fast/text/international/khmer-selection.html [ Failure ]
</span><span class="cx"> fast/text/international/text-combine-image-test.html [ Failure ]
</span><del>-fast/text/khmer-lao-font.html [ Failure ]
</del><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><span class="lines">@@ -987,8 +913,6 @@
</span><span class="cx"> http/tests/navigation/page-cache-iframe-no-current-historyItem.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # XMLHttpRequest tests that fail
</span><del>-http/tests/xmlhttprequest/cross-origin-cookie-storage.html [ Failure ]
-http/tests/xmlhttprequest/failed-auth.html [ Failure ]
</del><span class="cx"> webkit.org/b/82672 http/tests/xmlhttprequest/range-test.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # JavaScripts tests that fail:
</span><span class="lines">@@ -1081,10 +1005,6 @@
</span><span class="cx"> imported/mozilla/svg/text/simple-fill-color-dynamic.svg [ ImageOnlyFailure ]
</span><span class="cx"> imported/mozilla/svg/text/text-shadow.svg [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-# Userscripts that fail:
-userscripts/user-script-audio-document.html [ Failure ]
-userscripts/user-script-video-document.html [ Failure ]
-
</del><span class="cx"> # Misc tests that assert:
</span><span class="cx"> compositing/overflow/overflow-positioning.html
</span><span class="cx"> css3/filters/filter-animation-from-none-hw.html
</span><span class="lines">@@ -1194,8 +1114,6 @@
</span><span class="cx"> http/tests/navigation/javascriptlink-frames.html [ Failure ]
</span><span class="cx"> http/tests/navigation/postredirect-basic.html [ Failure ]
</span><span class="cx"> http/tests/navigation/postredirect-goback1.html [ Failure ]
</span><del>-http/tests/navigation/relativeanchor-basic.html [ Failure ]
-http/tests/navigation/relativeanchor-goback.html [ Failure ]
</del><span class="cx"> http/tests/navigation/target-blank-opener-post.html [ Failure ]
</span><span class="cx"> http/tests/navigation/target-blank-opener.html [ Failure ]
</span><span class="cx"> http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write.html [ Failure ]
</span><span class="lines">@@ -1288,7 +1206,6 @@
</span><span class="cx"> editing/inserting/4959067.html [ Failure ]
</span><span class="cx"> editing/inserting/5002441.html [ Failure ]
</span><span class="cx"> editing/selection/mixed-editability-3.html [ Failure ]
</span><del>-editing/style/style-boundary-001.html [ Failure ]
</del><span class="cx"> fast/attachment/attachment-select-on-click-inside-user-select-all.html [ Failure ]
</span><span class="cx"> fast/attachment/attachment-select-on-click.html [ Pass ]
</span><span class="cx"> fast/block/basic/011.html [ Failure ]
</span><span class="lines">@@ -1309,14 +1226,11 @@
</span><span class="cx"> fast/dom/Element/body-scrollTop-basics-quirks.html [ Failure ]
</span><span class="cx"> fast/dom/HTMLImageElement/sizes/image-sizes-invalids.html [ Failure ]
</span><span class="cx"> fast/dom/focus-contenteditable.html [ Failure ]
</span><del>-fast/dom/fragment-activation-focuses-target.html [ Failure ]
</del><span class="cx"> fast/dom/timer-throttling-subframe.html [ Failure ]
</span><del>-fast/events/scroll-to-anchor-in-overflow-hidden.html [ Failure ]
</del><span class="cx"> fast/forms/auto-fill-button/input-auto-fill-button.html [ Failure ]
</span><span class="cx"> fast/forms/listbox-visible-size.html [ Failure ]
</span><span class="cx"> fast/forms/search-styled.html [ Failure ]
</span><span class="cx"> fast/invalid/008.html [ Failure ]
</span><del>-fast/loader/repeat-same-document-navigation.html [ Failure ]
</del><span class="cx"> fast/overflow/003.xml [ Failure ]
</span><span class="cx"> fast/overflow/infiniteRecursion.html [ Failure ]
</span><span class="cx"> fast/table/rowindex.html [ Failure ]
</span><span class="lines">@@ -1340,7 +1254,6 @@
</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><span class="cx"> platform/ios-simulator/ios/fast/text/underline-scaling.html [ Failure ]
</span><del>-compositing/masks/compositing-clip-path-mask-change.html [ ImageOnlyFailure ]
</del><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">@@ -1349,7 +1262,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/shapes/shape-outside-floats/shape-outside-rounded-inset.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/text/break-word-pre-wrap.html [ ImageOnlyFailure ]
</span><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="lines">@@ -1356,9 +1268,7 @@
</span><span class="cx"> svg/filters/feMorphology-radius-cases.svg [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # Crashes as of 06/08/2015
</span><del>-fast/history/page-cache-webdatabase-pending-transaction.html [ Crash ]
</del><span class="cx"> http/tests/navigation/metaredirect-subframeload.html [ Crash ]
</span><del>-http/tests/storage/callbacks-are-called-in-correct-context.html [ Crash ]
</del><span class="cx"> 
</span><span class="cx"> # Time outs as of 06/08/2015
</span><span class="cx"> fast/fixed-layout/fixed-layout.html
</span><span class="lines">@@ -1372,10 +1282,6 @@
</span><span class="cx"> # Failures as of 06/09/2015
</span><span class="cx"> fast/files/file-reader-sandbox-iframe.html [ Failure Pass ]
</span><span class="cx"> 
</span><del>-# Crashes as of 06/09/2015
-fast/history/history-length.html [ Crash ]
-storage/websql/alter-to-info-table.html [ Crash ]
-
</del><span class="cx"> webkit.org/b/145432 media/video-transformed-by-javascript.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> fast/dom/timer-fire-after-page-pause.html [ Pass ]
</span><span class="lines">@@ -1437,7 +1343,6 @@
</span><span class="cx"> # Imported Blink tests.
</span><span class="cx"> imported/blink/compositing/layer-creation/iframe-clip-removed.html [ ImageOnlyFailure ]
</span><span class="cx"> imported/blink/compositing/repaint/end-of-opacity-transition.html [ ImageOnlyFailure Pass ]
</span><del>-imported/blink/compositing/reorder-z-with-style.html [ Timeout ]
</del><span class="cx"> imported/blink/compositing/squashing/invalidate-on-grouped-mapping-reorder.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> imported/blink/compositing/squashing/squash-overflow-hidden-scrolltop.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> imported/blink/css3/blending/mix-blend-mode-has-ancestor-clipping-layer.html [ ImageOnlyFailure Pass ]
</span><span class="lines">@@ -1482,12 +1387,10 @@
</span><span class="cx"> 
</span><span class="cx"> fast/scrolling/ios/clipping-ancestor-with-accelerated-scrolling-ancestor.html [ Failure ]
</span><span class="cx"> fast/scrolling/ios/overflow-div-scrolling.html [ Failure ]
</span><del>-fast/scrolling/ios/overflow-scroll-touch.html [ Failure ]
</del><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="cx"> fast/scrolling/ios/scrolling-content-clip-to-viewport.html [ Failure ]
</span><del>-fast/scrolling/ios/textarea-scroll-touch.html [ Failure ]
</del><span class="cx"> fast/scrolling/ios/touch-stacking.html [ Failure ]
</span><span class="cx"> fast/scrolling/ios/touch-scroll-visibility-hidden.html [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -1504,6 +1407,9 @@
</span><span class="cx"> # fast tests that pass
</span><span class="cx"> fast/text/emoji-gender.html [ Pass ]
</span><span class="cx"> fast/css/ancestor-of-hovered-element-removed.html [ Pass ]
</span><ins>+fast/images/animated-gif-no-layout.html [ Pass ]
+fast/images/gif-loop-count.html [ Pass ]
+fast/scrolling/rtl-scrollbars-alternate-body-dir-attr-does-not-update-scrollbar-placement-2.html [ Pass ]
</ins><span class="cx"> 
</span><span class="cx"> # w3c tests that fail
</span><span class="cx"> imported/w3c/web-platform-tests/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-anchor-name.html [ Failure ]
</span><span class="lines">@@ -1612,3 +1518,103 @@
</span><span class="cx"> platform/ios-simulator/ios/fast/fixed/auto-position-fixed.html [ Pass Failure ]
</span><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><ins>+
+# Flaky as of 08/29/2016
+compositing/masks/compositing-clip-path-mask-change.html [ Pass ImageOnlyFailure ]
+compositing/masks/solid-color-masked.html [ Pass ImageOnlyFailure ]
+compositing/repaint/foreground-layer-change.html [ ImageOnlyFailure Pass ]
+css3/filters/remove-filter-repaint.html [ ImageOnlyFailure Pass ]
+editing/deleting/delete-at-paragraph-boundaries-004.html [ Pass Failure ]
+editing/deleting/delete-at-paragraph-boundaries-010.html [ Pass Failure ]
+editing/deleting/delete-block-merge-contents-001.html [ Pass Failure ]
+editing/deleting/delete-block-merge-contents-003.html [ Failure Pass ]
+editing/deleting/delete-block-merge-contents-004.html [ Failure Pass ]
+editing/deleting/delete-block-merge-contents-005.html [ Failure Pass ]
+editing/deleting/delete-block-merge-contents-008.html [ Failure Pass ]
+editing/deleting/delete-block-merge-contents-015.html [ Failure Pass ]
+editing/deleting/delete-block-merge-contents-017.html [ Failure Pass ]
+editing/deleting/delete-block-merge-contents-019.html [ Failure Pass ]
+editing/deleting/delete-block-merge-contents-020.html [ Failure Pass ]
+editing/deleting/delete-block-merge-contents-021.html [ Failure Pass ]
+editing/deleting/delete-br-008.html [ Failure Pass ]
+editing/deleting/delete-ligature-002.html [ Failure Pass ]
+editing/deleting/delete-line-004.html [ Failure Pass ]
+editing/deleting/delete-line-006.html [ Failure Pass ]
+editing/deleting/delete-line-008.html [ Failure Pass ]
+editing/deleting/delete-line-012.html [ Failure Pass ]
+editing/deleting/delete-line-014.html [ Failure Pass ]
+editing/deleting/delete-line-016.html [ Failure Pass ]
+editing/deleting/delete-tab-002.html [ Failure Pass ]
+editing/deleting/delete-tab-003.html [ Failure Pass ]
+editing/deleting/delete-ws-fixup-003.html [ Failure Pass ]
+editing/deleting/delete-ws-fixup-004.html [ Failure Pass ]
+editing/deleting/merge-endOfParagraph.html [ Failure Pass ]
+editing/deleting/pruning-after-merge-2.html [ Failure Pass ]
+editing/execCommand/indent-selection.html [ Failure Pass ]
+editing/execCommand/insertHorizontalRule.html [ Failure Pass ]
+editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable.html [ Failure Pass ]
+editing/input/scroll-to-edge-if-paragraph-separator-at-end-of-document-contenteditable.html [ Failure Pass ]
+editing/inserting/4278698.html [ Failure Pass ]
+editing/inserting/before-after-input-element.html [ Failure Pass ]
+editing/inserting/insert-br-quoted-003.html [ Failure Pass ]
+editing/inserting/insert-br-quoted-005.html [ Failure Pass ]
+editing/inserting/insert-div-023.html [ Failure Pass ]
+editing/inserting/insert-div-024.html [ Failure Pass ]
+editing/inserting/insert-div-026.html [ Failure Pass ]
+editing/inserting/insert-tab-003.html [ Failure Pass ]
+editing/inserting/paragraph-separator-03.html [ Failure Pass ]
+editing/inserting/typing-002.html [ Failure Pass ]
+editing/selection/editable-html-element.html [ Failure Pass ]
+editing/selection/focus_editable_html.html [ Failure Pass ]
+editing/selection/mixed-editability-5.html [ Failure Pass ]
+editing/spelling/spelling.html [ Failure Pass ]
+editing/style/create-block-for-style-001.html [ Failure Pass ]
+editing/style/create-block-for-style-004.html [ Failure Pass ]
+editing/style/create-block-for-style-009.html [ Failure Pass ]
+editing/style/create-block-for-style-011.html [ Failure Pass ]
+editing/style/style-3681552-fix-002.html [ Failure Pass ]
+editing/style/style-boundary-001.html [ Failure Pass ]
+editing/undo/undo-delete-boundary.html [ Failure Pass ]
+fast/events/check-defocus-event-order-when-triggered-by-tab.html [ Failure Pass ]
+fast/events/event-input-contentEditable.html [ Failure Pass ]
+fast/events/focus-change-crash.html [ Failure Pass ]
+fast/events/onchange-passwordfield.html [ Failure Pass ]
+fast/events/onchange-textfield.html [ Failure Pass ]
+fast/forms/input-maxlength-inserting-in-middle.html [ Failure Pass ]
+fast/forms/input-text-option-delete.html [ Failure Pass ]
+fast/forms/number/number-input-changeevent.html [ Failure Pass ]
+fast/forms/onchange-enter-submit.html [ Failure Pass ]
+fast/forms/plaintext-mode-2.html [ Failure Pass ]
+fast/forms/textinput-not-fired-on-enter-in-input.html [ Failure Pass ]
+fast/history/history-length.html [ Crash Pass ]
+fast/multicol/newmulticol/hide-box-horizontal-bt.html [ Pass ImageOnlyFailure ]
+fast/multicol/newmulticol/hide-box-vertical-lr.html [ Pass ImageOnlyFailure ]
+fast/multicol/newmulticol/hide-box-vertical-rl.html [ Pass ImageOnlyFailure ]
+fast/overflow/scrollbar-restored.html [ Failure Pass ]
+fast/regions/region-styling/region-style-inline-background-color.html [ Pass ImageOnlyFailure ]
+fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html [ Pass ImageOnlyFailure ]
+fast/sub-pixel/simple-clipping.html [ Pass ImageOnlyFailure ]
+http/tests/fetch/fetch-in-worker-crash.html [ Failure Pass ]
+http/tests/loading/preload-img-srcset-sizes.html [ Failure Pass ]
+http/tests/navigation/relativeanchor-basic.html [ Failure Pass ]
+http/tests/navigation/relativeanchor-goback.html [ Failure Pass ]
+http/tests/storage/callbacks-are-called-in-correct-context.html [ Failure Pass ]
+http/tests/xmlhttprequest/cross-origin-cookie-storage.html [ Failure Pass ]
+http/tests/xmlhttprequest/failed-auth.html [ Failure Pass ]
+ietestcenter/css3/flexbox/flexbox-layout-001.htm [ Pass ImageOnlyFailure ]
+imported/blink/compositing/reorder-z-with-style.html [ Timeout Pass ImageOnlyFailure ]
+imported/mozilla/svg/filters/filter-marked-line-02.svg [ Pass ImageOnlyFailure ]
+imported/mozilla/svg/filters/filter-marked-line-03.svg [ Pass ImageOnlyFailure ]
+imported/mozilla/svg/filters/filter-marked-line-04.svg [ Pass ImageOnlyFailure ]
+imported/mozilla/svg/filters/filter-marked-line-05.svg [ Pass ImageOnlyFailure ]
+imported/mozilla/svg/filters/filter-marked-line-06.svg [ Pass ImageOnlyFailure ]
+imported/mozilla/svg/filters/filter-marked-line-07.svg [ Pass ImageOnlyFailure ]
+imported/mozilla/svg/filters/filter-marked-line-08.svg [ Pass ImageOnlyFailure ]
+imported/mozilla/svg/filters/filter-marked-line-09.svg [ Pass ImageOnlyFailure ]
+imported/w3c/css/css-multicol-1/multicol-nested-column-rule-001.xht [ Pass ImageOnlyFailure ]
+svg/animations/getCurrentTime-pause-unpause.html [ Pass Failure ]
+svg/animations/list-wrapper-assertion.svg [ Pass ImageOnlyFailure ]
+svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg [ Pass ImageOnlyFailure ]
+svg/as-image/svg-image-with-data-uri-use-data-uri.svg [ Pass ImageOnlyFailure ]
+svg/W3C-I18N/g-dirLTR-ubNone.svg [ Pass Failure ]
+transitions/svg-text-shadow-transition.html [ Failure Pass ]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (205125 => 205126)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2016-08-29 17:49:13 UTC (rev 205125)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2016-08-29 18:06:41 UTC (rev 205126)
</span><span class="lines">@@ -88,6 +88,7 @@
</span><span class="cx"> scrollbars/scrolling-by-page-ignoring-hidden-fixed-elements-on-keyboard-spacebar.html [ Failure ]
</span><span class="cx"> scrollbars/scrolling-by-page-ignoring-transparent-fixed-elements-on-keyboard-spacebar.html [ Failure ]
</span><span class="cx"> scrollbars/scrolling-by-page-on-keyboard-spacebar.html [ Failure ]
</span><ins>+scrollbars/scrollbars-on-positioned-content.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # WebKitTestRunner needs testRunner.setUseDashboardCompatibilityMode
</span><span class="cx"> mathml/mathml-in-dashboard.html [ Skip ]
</span><span class="lines">@@ -474,6 +475,17 @@
</span><span class="cx"> fast/events/anchor-empty-focus.html [ Failure ]
</span><span class="cx"> fast/events/arrow-keys-on-body.html [ Failure ]
</span><span class="cx"> fast/events/attribute-listener-deletion-crash.html [ Failure ]
</span><ins>+fast/events/click-focus-anchor.html [ Failure ]
+fast/events/click-range-slider.html [ Failure ]
+fast/events/dont-loose-last-event.html [ Failure ]
+fast/events/event-sender-mouse-moved.html [ Failure ]
+fast/events/frame-click-focus.html [ Failure ]
+fast/events/imagemap-norender-crash.html [ Failure ]
+fast/events/input-tab-focus-no-duplicate-events.html [ Failure ]
+fast/events/js-keyboard-event-creation.html [ Failure ]
+fast/events/keydown-function-keys.html [ Failure ]
+fast/events/keydown-keypress-focus-change.html [ Failure ]
+fast/events/keydown-keypress-preventDefault.html [ Failure ]
</ins><span class="cx"> fast/events/mosuedrag-on-canvas-should-not-start-selection.html [ Failure ]
</span><span class="cx"> fast/events/mouse-focus-imagemap.html [ Failure ]
</span><span class="cx"> fast/events/mouse-relative-position.html [ Failure ]
</span><span class="lines">@@ -484,6 +496,8 @@
</span><span class="cx"> fast/events/mouseout-dead-node.html [ Failure ]
</span><span class="cx"> fast/events/mouseover-mouseout.html [ Failure ]
</span><span class="cx"> fast/events/mouseup-outside-document.html [ Failure ]
</span><ins>+fast/events/onclick-list-marker.html [ Failure Timeout ]
+fast/events/overflow-scroll-fake-mouse-move.html [ Failure ]
</ins><span class="cx"> fast/flexbox/clear-overflow-before-scroll-update.html [ Failure ]
</span><span class="cx"> fast/flexbox/line-clamp-link-after-ellipsis.html [ Failure ]
</span><span class="cx"> fast/forms/25153.html [ Failure ]
</span><span class="lines">@@ -516,6 +530,7 @@
</span><span class="cx"> fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html [ Failure ]
</span><span class="cx"> fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false.html [ Failure ]
</span><span class="cx"> fast/frames/frames-with-frameborder-zero-can-be-resized.html [ Failure ]
</span><ins>+fast/frames/location-redirect-user-gesture.html [ Failure ]
</ins><span class="cx"> fast/harness/override-preferences-2.html [ Failure ]
</span><span class="cx"> fast/html/details-click-controls.html [ Failure ]
</span><span class="cx"> fast/html/details-keyboard-show-hide.html [ Failure ]
</span><span class="lines">@@ -553,11 +568,16 @@
</span><span class="cx"> fast/text/international/thai-offsetForPosition-inside-character.html [ Failure ]
</span><span class="cx"> fast/text/offsetForPosition-cluster-at-zero.html [ Failure ]
</span><span class="cx"> fast/css/unknown-pseudo-element-matching.html [ Failure ]
</span><ins>+fast/dom/adopt-node-crash-2.html [ Failure ]
</ins><span class="cx"> fast/dom/Window/window-focus-self.html [ Failure ]
</span><span class="cx"> fast/dom/Window/window-lookup-precedence.html [ Failure ]
</span><span class="cx"> fast/dom/Window/window-onFocus.html [ Failure ]
</span><span class="cx"> fast/dom/hidden-iframe-no-focus.html [ Failure ]
</span><ins>+fast/dom/HTMLAnchorElement/anchor-in-noscroll-iframe.html [ Failure ]
</ins><span class="cx"> fast/dom/left-overflow-in-ltr.html [ Failure ]
</span><ins>+fast/events/autoscroll-in-overflow-hidden-html.html [ Failure ]
+fast/events/blur-focus-window-should-blur-focus-element.html [ Failure ]
+fast/events/capture-on-target.html [ Failure ]
</ins><span class="cx"> fast/events/offsetX-offsetY.html [ Failure ]
</span><span class="cx"> fast/events/onchange-click-hang.html [ Failure ]
</span><span class="cx"> fast/events/onchange-passwordfield.html [ Failure ]
</span><span class="lines">@@ -621,6 +641,9 @@
</span><span class="cx"> fast/events/scroll-to-anchor-vertical-writing-mode.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/layers/no-clipping-overflow-hidden-added-after-transition.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html [ ImageOnlyFailure ]
</span><ins>+fast/shadow-dom/focus-across-details-element.html [ Failure ]
+fast/shadow-dom/focus-navigation-across-slots.html [ Failure ]
+fast/shadow-dom/negative-tabindex-on-shadow-host.html [ Failure ]
</ins><span class="cx"> fast/sub-pixel/sub-pixel-composited-layers.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text/word-space-between-inlines.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/css/beforeSelectorOnCodeElement.html [ Failure ]
</span><span class="lines">@@ -1470,7 +1493,6 @@
</span><span class="cx"> editing/deleting/delete-block-merge-contents-007.html [ Failure Pass ]
</span><span class="cx"> editing/deleting/delete-block-merge-contents-008.html [ Failure Pass ]
</span><span class="cx"> editing/deleting/delete-block-merge-contents-009.html [ Failure Pass ]
</span><del>-editing/deleting/delete-block-merge-contents-010.html [ Failure Pass ]
</del><span class="cx"> editing/deleting/delete-block-merge-contents-011.html [ Failure Pass ]
</span><span class="cx"> editing/deleting/delete-block-merge-contents-012.html [ Failure Pass ]
</span><span class="cx"> editing/deleting/delete-block-merge-contents-013.html [ Failure Pass ]
</span><span class="lines">@@ -1844,3 +1866,4 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/153809 transitions/clip-path-transitions.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/153809 transitions/clip-path-path-transitions.html [ Pass Failure ]
</span><ins>+webkit.org/b/153029 fast/css-generated-content/details-summary-before-after.html [ Failure ]
</ins></span></pre>
</div>
</div>

</body>
</html>