<!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>[200146] 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/200146">200146</a></dd>
<dt>Author</dt> <dd>ryanhaddad@apple.com</dd>
<dt>Date</dt> <dd>2016-04-27 13:11:48 -0700 (Wed, 27 Apr 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove failure expectation for tests that now pass on ios-simulator.

Unreviewed test gardening.

I evaluated all of the unexpected passes from ios-simulator-wk2 and removed failure
expectations where appropriate. Some of the tests only pass on wk2, so some expectations
were moved to the ios-simulator-wk1 file.

* 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 (200145 => 200146)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-04-27 19:45:17 UTC (rev 200145)
+++ trunk/LayoutTests/ChangeLog        2016-04-27 20:11:48 UTC (rev 200146)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2016-04-27  Ryan Haddad  &lt;ryanhaddad@apple.com&gt;
+
+        Remove failure expectation for tests that now pass on ios-simulator.
+
+        Unreviewed test gardening.
+
+                I evaluated all of the unexpected passes from ios-simulator-wk2 and removed failure
+                expectations where appropriate. Some of the tests only pass on wk2, so some expectations
+                were moved to the ios-simulator-wk1 file.
+
+        * platform/ios-simulator-wk1/TestExpectations:
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/ios-simulator/TestExpectations:
+
</ins><span class="cx"> 2016-04-27  John Wilander  &lt;wilander@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Add layout tests for legacy HTTP headers in WebSockets
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (200145 => 200146)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations        2016-04-27 19:45:17 UTC (rev 200145)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations        2016-04-27 20:11:48 UTC (rev 200146)
</span><span class="lines">@@ -360,7 +360,6 @@
</span><span class="cx"> http/tests/misc/object-embedding-svg-delayed-size-negotiation.xhtml [ Failure ]
</span><span class="cx"> http/tests/misc/submit-post-keygen.html [ Failure ]
</span><span class="cx"> http/tests/misc/willCacheResponse-delegate-callback.html [ Failure ]
</span><del>-http/tests/multipart/multipart-replace-non-html-content.php [ Failure ]
</del><span class="cx"> http/tests/multipart/policy-ignore-crash.php [ Failure ]
</span><span class="cx"> http/tests/navigation/response204.html [ Failure ]
</span><span class="cx"> http/tests/security/clipboard/clipboard-file-access.html [ Failure ]
</span><span class="lines">@@ -463,7 +462,6 @@
</span><span class="cx"> css2.1/20110323/replaced-intrinsic-001.htm [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> # CSS tests that fail:
</span><del>-css1/box_properties/acid_test.html [ Failure ]
</del><span class="cx"> css1/box_properties/float_on_text_elements.html [ Failure ]
</span><span class="cx"> css1/formatting_model/floating_elements.html [ Failure ]
</span><span class="cx"> css3/background/background-repeat-round-padding.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -540,12 +538,10 @@
</span><span class="cx"> css3/filters/regions-expanding.html [ Failure ]
</span><span class="cx"> css3/flexbox/auto-margins.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/flexbox/button.html [ Failure ]
</span><del>-css3/flexbox/csswg/flexbox_direction-row-reverse.html [ ImageOnlyFailure ]
</del><span class="cx"> css3/flexbox/flexitem.html [ Failure ]
</span><span class="cx"> css3/images/cross-fade-background-size.html [ Failure ]
</span><span class="cx"> css3/masking/clip-path-reference-userSpaceOnUse.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/masking/mask-repeat-round-padding.html [ ImageOnlyFailure ]
</span><del>-css3/masking/mask-repeat-space-padding.html [ ImageOnlyFailure ]
</del><span class="cx"> css3/shapes/shape-outside/shape-box/shape-outside-box-002.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/shapes/shape-outside/shape-box/shape-outside-box-003.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/shapes/shape-outside/shape-box/shape-outside-box-004.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -560,7 +556,6 @@
</span><span class="cx"> css3/shapes/shape-outside/shape-image/shape-image-016.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/shapes/shape-outside/shape-image/shape-image-025.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/shapes/shape-outside/supported-shapes/circle/shape-outside-circle-017.html [ ImageOnlyFailure ]
</span><del>-css3/shapes/shape-outside/supported-shapes/circle/shape-outside-circle-019.html [ ImageOnlyFailure ]
</del><span class="cx"> css3/shapes/shape-outside/supported-shapes/circle/shape-outside-circle-027.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/shapes/shape-outside/supported-shapes/ellipse/shape-outside-ellipse-017.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/shapes/shape-outside/supported-shapes/inset/shape-outside-inset-010.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -637,7 +632,6 @@
</span><span class="cx"> webkit.org/b/137572 scrollbars/scroll-rtl-or-bt-layer.html [ Skip ]
</span><span class="cx"> webkit.org/b/137572 scrollbars/scrollable-iframe-remove-crash.html [ Skip ] # Timeout, Fail
</span><span class="cx"> webkit.org/b/137572 scrollbars/scrollbar-drag-thumb-with-large-content.html [ Failure ]
</span><del>-webkit.org/b/137572 scrollbars/scrollbar-iframe-click-does-not-blur-content.html [ Failure ]
</del><span class="cx"> webkit.org/b/137572 scrollbars/scrollbar-selectors.html [ Failure ]
</span><span class="cx"> webkit.org/b/137572 scrollbars/scrollevent-iframe-no-scrolling.html [ Failure ]
</span><span class="cx"> scrollbars/scrolling-backward-by-page-accounting-bottom-fixed-elements-on-keyboard-spacebar.html [ Failure ]
</span><span class="lines">@@ -1021,9 +1015,6 @@
</span><span class="cx"> svg/W3C-SVG-1.1/text-ws-01-t.svg [ Failure ]
</span><span class="cx"> svg/W3C-SVG-1.1/text-ws-02-t.svg [ Failure ]
</span><span class="cx"> svg/W3C-SVG-1.1/types-basicDOM-01-b.svg [ Failure ]
</span><del>-svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t.svg [ Failure ]
-svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t.svg [ Failure ]
-svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t.svg [ Failure ]
</del><span class="cx"> svg/animations/animate-css-xml-attributeType.html [ Failure ]
</span><span class="cx"> svg/animations/animate-marker-orienttype-1.html [ Failure ]
</span><span class="cx"> svg/animations/animate-marker-orienttype-2.html [ Failure ]
</span><span class="lines">@@ -1094,8 +1085,6 @@
</span><span class="cx"> svg/css/css-box-min-width.html [ Failure ]
</span><span class="cx"> svg/css/getComputedStyle-basic.xhtml [ Failure ]
</span><span class="cx"> svg/css/group-with-shadow.svg [ Failure ]
</span><del>-svg/css/parse-height.html [ Failure ]
-svg/css/parse-length.html [ Failure ]
</del><span class="cx"> svg/css/stars-with-shadow.html [ Failure ]
</span><span class="cx"> svg/css/text-gradient-shadow.svg [ Failure ]
</span><span class="cx"> svg/custom/absolute-sized-svg-in-xhtml.xhtml [ Failure ]
</span><span class="lines">@@ -1123,7 +1112,6 @@
</span><span class="cx"> svg/custom/pan-direction.svg [ Failure ]
</span><span class="cx"> svg/custom/path-bad-data.svg [ Failure ]
</span><span class="cx"> svg/custom/relative-sized-deep-shadow-tree-content.xhtml [ Failure ]
</span><del>-svg/custom/relative-sized-shadow-tree-content-with-symbol.xhtml [ Failure ]
</del><span class="cx"> svg/custom/rootmost-svg-xy-attrs.xhtml [ Failure ]
</span><span class="cx"> svg/custom/scroll-hit-test.xhtml [ Failure ]
</span><span class="cx"> svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html [ Failure ]
</span><span class="lines">@@ -1135,11 +1123,9 @@
</span><span class="cx"> svg/custom/svg-fonts-in-text-controls.html [ Failure ]
</span><span class="cx"> svg/custom/svg-fonts-without-missing-glyph.xhtml [ Failure ]
</span><span class="cx"> svg/custom/svg-fonts-word-spacing.html [ Failure ]
</span><del>-svg/custom/unicode-in-tspan-multi-svg-crash.html [ Failure ]
</del><span class="cx"> svg/custom/use-font-face-crash.svg [ Failure ]
</span><span class="cx"> svg/custom/use-on-disallowed-foreign-object-1.svg [ Failure ]
</span><span class="cx"> svg/custom/use-on-disallowed-foreign-object-2.svg [ Failure ]
</span><del>-svg/custom/use-on-disallowed-foreign-object-3.svg [ Failure ]
</del><span class="cx"> svg/custom/use-on-disallowed-foreign-object-4.svg [ Failure ]
</span><span class="cx"> svg/custom/use-on-disallowed-foreign-object-5.svg [ Failure ]
</span><span class="cx"> svg/custom/use-on-disallowed-foreign-object-6.svg [ Failure ]
</span><span class="lines">@@ -1169,7 +1155,6 @@
</span><span class="cx"> svg/hixie/error/003.xml [ Failure ]
</span><span class="cx"> svg/hixie/error/010.xml [ Failure ]
</span><span class="cx"> svg/hixie/error/011.xml [ Failure ]
</span><del>-svg/hixie/error/017.xml [ Failure ]
</del><span class="cx"> svg/hixie/links/002.xml [ Failure ]
</span><span class="cx"> svg/hixie/mixed/004.xml [ Failure ]
</span><span class="cx"> svg/hixie/mixed/005.xml [ Failure ]
</span><span class="lines">@@ -1268,7 +1253,6 @@
</span><span class="cx"> svg/text/text-midpoint-split-bug.svg [ Failure ]
</span><span class="cx"> svg/text/text-path-01-b.svg [ Failure ]
</span><span class="cx"> svg/text/text-path-middle-align.svg [ Failure ]
</span><del>-svg/text/text-rect-precision.html [ Failure ]
</del><span class="cx"> svg/text/text-spacing-01-b.svg [ Failure ]
</span><span class="cx"> svg/text/text-text-01-b.svg [ Failure ]
</span><span class="cx"> svg/text/text-text-03-b.svg [ Failure ]
</span><span class="lines">@@ -1362,14 +1346,9 @@
</span><span class="cx"> http/tests/webarchive/test-css-url-encoding.html
</span><span class="cx"> 
</span><span class="cx"> # XMLHttpRequest tests that fail:
</span><del>-webkit.org/b/82672 http/tests/xmlhttprequest/range-test.html [ Failure ]
</del><span class="cx"> http/tests/xmlhttprequest/basic-auth-nopassword.html [ Failure ]
</span><del>-http/tests/xmlhttprequest/cache-override.html [ Failure ]
-http/tests/xmlhttprequest/cross-origin-cookie-storage.html [ Failure ]
</del><span class="cx"> http/tests/xmlhttprequest/default-content-type-dashboard.html [ Failure ]
</span><del>-http/tests/xmlhttprequest/failed-auth.html [ Failure ]
</del><span class="cx"> http/tests/xmlhttprequest/head-redirection.html [ Failure ]
</span><del>-http/tests/xmlhttprequest/remember-bad-password.html [ Failure ]
</del><span class="cx"> http/tests/xmlhttprequest/svg-created-by-xhr-allowed-in-dashboard.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # DeviceMotion tests that time out:
</span><span class="lines">@@ -1457,7 +1436,6 @@
</span><span class="cx"> fast/css/min-width-with-spanned-cell.html [ Failure ]
</span><span class="cx"> fast/css/negative-text-indent-in-inline-block.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/css/object-fit/object-fit-input-image.html [ ImageOnlyFailure ]
</span><del>-fast/css/object-fit/object-fit-video-poster.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/css/outline-auto-empty-rects.html [ Failure ]
</span><span class="cx"> fast/css/pseudo-first-line-border-width.html [ Failure ]
</span><span class="cx"> fast/css/read-only-read-write-input-basics.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1530,7 +1508,6 @@
</span><span class="cx"> fast/dom/HTMLMeterElement/set-meter-properties.html [ Failure ]
</span><span class="cx"> fast/dom/MutationObserver/end-of-task-delivery.html [ Failure ]
</span><span class="cx"> fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html [ Failure ]
</span><del>-fast/dom/Orientation/create-event-orientationchange.html [ Failure ]
</del><span class="cx"> fast/dom/Range/getBoundingClientRect.html [ Failure ]
</span><span class="cx"> fast/dom/Range/getClientRects.html [ Failure ]
</span><span class="cx"> fast/dom/Range/range-expand.html [ Failure ]
</span><span class="lines">@@ -1594,7 +1571,6 @@
</span><span class="cx"> fast/events/click-focus-control.html [ Failure ]
</span><span class="cx"> fast/events/click-range-slider.html [ Failure ]
</span><span class="cx"> fast/events/clientXY-in-zoom-and-scroll.html [ Failure ]
</span><del>-fast/events/constructors/media-stream-event-constructor.html [ Failure ]
</del><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="cx"> fast/events/context-onmousedown-event.html [ Failure ]
</span><span class="lines">@@ -1681,7 +1657,6 @@
</span><span class="cx"> fast/events/selectstart-by-double-triple-clicks.html [ Failure ]
</span><span class="cx"> fast/events/selectstart-by-drag.html [ Failure ]
</span><span class="cx"> fast/events/selectstart-by-single-click-with-shift.html [ Failure ]
</span><del>-fast/events/shift-drag-selection-no-drag-n-drop.html [ Failure ]
</del><span class="cx"> fast/events/shift-drag-selection-on-link-triggers-drag-n-drop.html [ Failure ]
</span><span class="cx"> fast/events/shift-drag-selection-on-image-triggers-drag-n-drop.html [ Failure ]
</span><span class="cx"> fast/events/selectstart-prevent-selection-on-right-click.html [ Failure ]
</span><span class="lines">@@ -1866,7 +1841,6 @@
</span><span class="cx"> fast/frames/valid.html [ Failure ]
</span><span class="cx"> fast/gradients/background-clipped.html [ Failure ]
</span><span class="cx"> fast/hidpi/image-srcset-data-srcset.html [ Failure ]
</span><del>-fast/hidpi/image-srcset-svg-canvas.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/history/back-forward-reset-after-error-handling.html [ Failure ]
</span><span class="cx"> fast/images/gif-large-checkerboard.html [ Failure ]
</span><span class="cx"> fast/images/gray-scale-jpeg-with-color-profile.html [ Failure ]
</span><span class="lines">@@ -2488,7 +2462,6 @@
</span><span class="cx"> http/tests/uri/css-href.php [ Failure ]
</span><span class="cx"> ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling.htm [ Failure ]
</span><span class="cx"> mathml/presentation/mo-stretch.html [ Failure ]
</span><del>-scrollbars/overflow-scrollbar-combinations.html [ Failure ]
</del><span class="cx"> svg/W3C-SVG-1.1/animate-elem-04-t.svg [ Failure ]
</span><span class="cx"> svg/W3C-SVG-1.1/animate-elem-07-t.svg [ Failure ]
</span><span class="cx"> svg/W3C-SVG-1.1/animate-elem-15-t.svg [ Failure ]
</span><span class="lines">@@ -2504,7 +2477,6 @@
</span><span class="cx"> svg/hixie/error/013.xml [ Failure ]
</span><span class="cx"> svg/hixie/intrinsic/003.html [ Failure ]
</span><span class="cx"> svg/hixie/text/003.html [ Failure ]
</span><del>-svg/text/non-bmp-positioning-lists.svg [ Failure ]
</del><span class="cx"> svg/text/text-rescale.html [ Failure ]
</span><span class="cx"> tables/layering/paint-test-layering-1.html [ Failure ]
</span><span class="cx"> tables/layering/paint-test-layering-2.html [ Failure ]
</span><span class="lines">@@ -2542,7 +2514,6 @@
</span><span class="cx"> 
</span><span class="cx"> # storage tests that fail:
</span><span class="cx"> storage/websql/sql-error-codes.html [ Failure ]
</span><del>-storage/websql/alter-to-info-table.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # iOS-specific tests that fail:
</span><span class="cx"> platform/ios-simulator/ios/compositing/overlap-page-scale.html [ Failure ]
</span><span class="lines">@@ -2646,7 +2617,6 @@
</span><span class="cx"> fast/borders/border-image-fill-no-border.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/forms/button-line-height.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/images/animated-png.html [ ImageOnlyFailure ]
</span><del>-fast/regions/scrolling/scrollable-region-content-size-horiz-bt.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/text/baseline-inline-block.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # /fast text-only failures
</span><span class="lines">@@ -2725,25 +2695,17 @@
</span><span class="cx"> fast/css/vertical-text-overflow-ellipsis-text-align-right.html [ Failure ]
</span><span class="cx"> fast/encoding/denormalised-voiced-japanese-chars.html [ Failure ]
</span><span class="cx"> fast/forms/listbox-scrollbar-hit-test.html [ Failure ]
</span><del>-fast/forms/plaintext-mode-2.html [ Failure ]
</del><span class="cx"> fast/hidpi/video-controls-in-hidpi.html [ Failure ]
</span><span class="cx"> fast/layers/video-layer.html [ Failure ]
</span><span class="cx"> fast/parser/xml-colon-entity.html [ Failure ]
</span><span class="cx"> fast/parser/xml-declaration-missing-ending-mark.html [ Failure ]
</span><del>-fast/text/arabic-times-new-roman.html [ Failure ]
-imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html [ Failure ]
-imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.html [ Failure ]
-imported/w3c/canvas/2d.imageData.put.unchanged.html [ Failure ]
</del><span class="cx"> platform/ios-simulator/ios/accessibility/set-value.html [ Failure ]
</span><span class="cx"> platform/ios-simulator/ios/fast/css/webkit-overflow-scrolling-parsing.html [ Failure ]
</span><span class="cx"> svg/custom/bug78807.svg [ Failure ]
</span><span class="cx"> 
</span><del>-css3/line-break-language-sensitive/line-break-auto-hyphens.html [ ImageOnlyFailure ]
</del><span class="cx"> css3/line-break-language-sensitive/line-break-loose-hyphens.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/line-break-language-sensitive/line-break-normal-hyphens.html [ ImageOnlyFailure ]
</span><del>-css3/line-break-language-sensitive/line-break-strict-hyphens.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/filter-image/background-filter-image.html [ ImageOnlyFailure ]
</span><del>-fast/filter-image/filter-image.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/text/combining-mark-paint.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text/han-generic-font-families.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text/mark-matches-broken-line-rendering.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -2791,7 +2753,6 @@
</span><span class="cx"> # Tests that fail as of 09/02/2015:
</span><span class="cx"> editing/deleting/delete-block-merge-contents-010.html [ Failure ]
</span><span class="cx"> fast/parser/external-entities-in-xslt.xml [ Failure ]
</span><del>-http/tests/navigation/page-cache-iframe-no-current-historyItem.html [ Failure ]
</del><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">@@ -2935,8 +2896,6 @@
</span><span class="cx"> webkit.org/b/152282 css3/filters/composited-during-animation-layertree.html [ Failure ]
</span><span class="cx"> webkit.org/b/152282 css3/filters/composited-during-transition-layertree.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/152448 js/intl-collator.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/152935 fast/scrolling/scroll-position-on-reload-rtl.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Since this test directory is explicitly enabled for iOS, the passing tests are being re-enabled individually until flakiness is resolved
</span><span class="lines">@@ -3016,7 +2975,6 @@
</span><span class="cx"> fast/overflow/overflow-hidden-scroll-into-view.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/regions/layers/region-removed-during-animation.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/sub-pixel/table-with-subpixel-cell-size.html [ ImageOnlyFailure ]
</span><del>-svg/filters/feCompositeOpaque.html [ ImageOnlyFailure ]
</del><span class="cx"> svg/text/tspan-multiple-outline.svg [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/155174 svg/animations/animate-marker-orient-from-angle-to-autostartreverse.html [ Skip ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (200145 => 200146)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2016-04-27 19:45:17 UTC (rev 200145)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2016-04-27 20:11:48 UTC (rev 200146)
</span><span class="lines">@@ -780,6 +780,8 @@
</span><span class="cx"> svg/clip-path/clip-path-text-003.svg [ ImageOnlyFailure ]
</span><span class="cx"> svg/clip-path/clip-path-text-004.svg [ ImageOnlyFailure ]
</span><span class="cx"> svg/clip-path/clip-path-text-005.svg [ ImageOnlyFailure ]
</span><ins>+svg/css/parse-height.html [ Failure ]
+svg/css/parse-length.html [ Failure ]
</ins><span class="cx"> svg/css/svg-resource-fragment-identifier-img-src.html [ ImageOnlyFailure ]
</span><span class="cx"> svg/custom/hidpi-masking-clipping.svg [ ImageOnlyFailure ]
</span><span class="cx"> svg/custom/svg-fonts-fallback.xhtml [ Failure ]
</span><span class="lines">@@ -838,6 +840,7 @@
</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><ins>+fast/forms/plaintext-mode-2.html [ Failure ]
</ins><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="cx"> fast/html/meter-user-modify.html [ Failure ]
</span><span class="lines">@@ -864,7 +867,6 @@
</span><span class="cx"> fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-top-left.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-top-right.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/shapes/shape-outside-floats/shape-outside-insert-svg-shape.html [ ImageOnlyFailure ]
</span><del>-fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html [ Failure ]
</del><span class="cx"> fast/sub-pixel/simple-clipping.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/table/caption-encloses-overhanging-float.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text/delete-hard-break-character.html [ Failure ]
</span><span class="lines">@@ -875,7 +877,15 @@
</span><span class="cx"> fast/transforms/transformed-caret.html [ Failure ]
</span><span class="cx"> fast/transforms/transformed-focused-text-input.html [ Failure ]
</span><span class="cx"> fast/writing-mode/Kusa-Makura-background-canvas.html [ Failure ]
</span><ins>+http/tests/navigation/page-cache-iframe-no-current-historyItem.html [ Failure ]
</ins><span class="cx"> 
</span><ins>+# XMLHttpRequest tests that fail
+http/tests/xmlhttprequest/cache-override.html [ Failure ]
+http/tests/xmlhttprequest/cross-origin-cookie-storage.html [ Failure ]
+http/tests/xmlhttprequest/failed-auth.html [ Failure ]
+webkit.org/b/82672 http/tests/xmlhttprequest/range-test.html [ Failure ]
+http/tests/xmlhttprequest/remember-bad-password.html [ Failure ]
+
</ins><span class="cx"> # JavaScripts tests that fail:
</span><span class="cx"> js/dom/deep-recursion-test.html [ Failure ]
</span><span class="cx"> js/large-expressions.html [ Failure ]
</span><span class="lines">@@ -1141,8 +1151,6 @@
</span><span class="cx"> fast/workers/worker-finish-crash.html [ Failure Pass ]
</span><span class="cx"> http/tests/cache/partitioned-cache-iframe.html [ Failure Pass ]
</span><span class="cx"> transitions/interrupted-all-transition.html [ Failure Pass ]
</span><del>-transitions/transform-op-list-match.html [ Failure Pass ]
-transitions/transform-op-list-no-match.html [ Failure Pass ]
</del><span class="cx"> fast/forms/auto-fill-button/hide-auto-fill-button-when-input-becomes-readonly.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> svg/as-image/svg-image-with-data-uri-background.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> svg/as-image/svg-image-with-data-uri-reloading.html [ ImageOnlyFailure Pass ]
</span><span class="lines">@@ -1167,7 +1175,6 @@
</span><span class="cx"> css3/filters/backdrop/backdrop-filter-does-not-size-properly-absolute.html [ Failure ]
</span><span class="cx"> css3/filters/backdrop/backdrop-filter-with-cliprect.html [ Failure ]
</span><span class="cx"> css3/filters/backdrop/backdrop-filter-with-mask.html [ Failure ]
</span><del>-css3/font-feature-settings-rendering.html [ Failure ]
</del><span class="cx"> css3/scroll-snap/scroll-snap-offsets.html [ Failure ]
</span><span class="cx"> editing/execCommand/nsresponder-outdent.html [ Failure ]
</span><span class="cx"> editing/inserting/12882.html [ Failure ]
</span><span class="lines">@@ -1350,3 +1357,5 @@
</span><span class="cx"> webkit.org/b/156069 http/tests/security/anchor-download-allow-data.html [ Skip ]
</span><span class="cx"> webkit.org/b/156069 http/tests/security/anchor-download-allow-sameorigin.html [ Skip ]
</span><span class="cx"> webkit.org/b/156069 http/tests/security/anchor-download-block-crossorigin.html [ Skip ]
</span><ins>+
+webkit.org/b/137572 scrollbars/scrollbar-iframe-click-does-not-blur-content.html [ Failure ]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (200145 => 200146)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2016-04-27 19:45:17 UTC (rev 200145)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2016-04-27 20:11:48 UTC (rev 200146)
</span><span class="lines">@@ -19,7 +19,6 @@
</span><span class="cx"> animations/cross-fade-background-image.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # Compositing tests that fail:
</span><del>-compositing/contents-scale/incremental-change.html [ ImageOnlyFailure ]
</del><span class="cx"> compositing/iframes/layout-on-compositing-change.html [ Failure ]
</span><span class="cx"> compositing/regions/composited-content-fixed-region-scrolled.html [ Failure ]
</span><span class="cx"> compositing/regions/fixed-empty-region-scrolled.html [ Failure ]
</span><span class="lines">@@ -33,7 +32,6 @@
</span><span class="cx"> compositing/overflow/fixed-position-ancestor-clip.html [ Failure ]
</span><span class="cx"> compositing/fixed-positioned-pseudo-content-no-compositing.html [ Failure ]
</span><span class="cx"> compositing/reflections/nested-reflection-on-overflow.html [ Failure ]
</span><del>-compositing/repaint/invalidations-on-composited-layers.html [ Failure ]
</del><span class="cx"> compositing/geometry/limit-layer-bounds-opacity-transition.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Compositing test that time out:
</span><span class="lines">@@ -51,10 +49,8 @@
</span><span class="cx"> css3/blending/blend-mode-simple-composited.html [ Failure ]
</span><span class="cx"> css3/blending/blend-mode-simple.html [ Failure ]
</span><span class="cx"> css3/calc/line-height.html [ Failure ]
</span><del>-css3/calc/transitions.html [ Failure ]
</del><span class="cx"> css3/flexbox/flexbox-baseline-margins.html [ Failure ]
</span><span class="cx"> css3/flexbox/flexbox-baseline.html [ Failure ]
</span><del>-css3/font-feature-settings-rendering.html [ Failure ]
</del><span class="cx"> css3/masking/mask-base64.html [ ImageOnlyFailure ]
</span><span class="cx"> css3/viewport-percentage-lengths/vh-resize.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="lines">@@ -313,16 +309,11 @@
</span><span class="cx"> imported/mozilla/svg/image/image-xy-01.svg [ ImageOnlyFailure ]
</span><span class="cx"> imported/mozilla/svg/image/image-y-01.svg [ ImageOnlyFailure ]
</span><span class="cx"> imported/mozilla/svg/text/text-shadow.svg [ ImageOnlyFailure ]
</span><del>-imported/mozilla/svg/tspan-rotate-07.svg [ ImageOnlyFailure ]
-svg/animations/getCurrentTime-pause-unpause.html [ Failure ]
</del><span class="cx"> svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg [ ImageOnlyFailure ]
</span><del>-svg/animations/reinserting-svg-into-document.html [ Failure ]
</del><span class="cx"> svg/custom/embedded-svg-allowed-in-dashboard.xml [ Failure ]
</span><span class="cx"> svg/custom/focus-event-handling-keyboard.xhtml [ Failure ]
</span><span class="cx"> svg/custom/focus-event-handling.xhtml [ Failure ]
</span><del>-svg/custom/font-face-cascade-order.svg [ Failure ]
</del><span class="cx"> svg/custom/foreignObject-crash-on-hover.xml [ Failure ]
</span><del>-svg/custom/getSubStringLength.html [ Failure ]
</del><span class="cx"> svg/custom/getscreenctm-in-scrollable-div-area-nested.xhtml [ Failure ]
</span><span class="cx"> svg/custom/getscreenctm-in-scrollable-div-area.xhtml [ Failure ]
</span><span class="cx"> svg/custom/getscreenctm-in-scrollable-svg-area.xhtml [ Failure ]
</span><span class="lines">@@ -339,7 +330,6 @@
</span><span class="cx"> svg/custom/pointer-events-text-css-transform.svg [ Failure ]
</span><span class="cx"> svg/custom/pointer-events-text.svg [ Failure ]
</span><span class="cx"> svg/custom/polyline-hittest.svg [ Failure ]
</span><del>-svg/custom/repaint-shadow.svg [ Failure ]
</del><span class="cx"> svg/custom/stroke-width-click.svg [ Failure ]
</span><span class="cx"> svg/custom/svg-allowed-in-dashboard-object.html [ Failure ]
</span><span class="cx"> svg/custom/svg-fonts-fallback.xhtml [ Failure ]
</span><span class="lines">@@ -348,18 +338,9 @@
</span><span class="cx"> svg/custom/use-css-events.svg [ ImageOnlyFailure ]
</span><span class="cx"> svg/custom/use-event-retargeting.html [ Failure ]
</span><span class="cx"> svg/custom/viewBox-hit.svg [ Failure ]
</span><del>-svg/dom/SVGLength-px-with-context.html [ Failure ]
-svg/filters/feOffset.svg [ Failure ]
-svg/filters/feTile.svg [ Failure ]
</del><span class="cx"> svg/filters/feTurbulence_bad_seeds.html [ ImageOnlyFailure ]
</span><del>-svg/filters/filter-clip.svg [ Failure ]
</del><span class="cx"> svg/hixie/intrinsic/003.html [ Failure ]
</span><del>-svg/hixie/text/001.xml [ Failure ]
-svg/masking/mask-transformed-text-missing.svg [ ImageOnlyFailure ]
</del><span class="cx"> svg/text/foreignObject-repaint.xml [ Failure ]
</span><del>-svg/text/text-outline.html [ ImageOnlyFailure ]
-svg/text/tspan-outline-2.svg [ ImageOnlyFailure ]
-svg/text/tspan-outline.html [ ImageOnlyFailure ]
</del><span class="cx"> svg/zoom/page/absolute-sized-document-no-scrollbars.svg [ Failure ]
</span><span class="cx"> svg/zoom/page/relative-sized-document-scrollbars.svg [ Failure ]
</span><span class="cx"> svg/zoom/page/zoom-foreign-content.svg [ Failure ]
</span><span class="lines">@@ -406,17 +387,11 @@
</span><span class="cx"> # HTTP tests that fail:
</span><span class="cx"> http/tests/appcache/load-from-appcache-defer-resume-crash.html [ Failure ]
</span><span class="cx"> http/tests/cookies/js-get-and-set-http-only-cookie.html [ Failure ]
</span><del>-http/tests/css/vertical-align-baseline-after-image-load-2.html [ ImageOnlyFailure ]
-http/tests/css/vertical-align-baseline-after-image-load-3.html [ ImageOnlyFailure ]
-http/tests/css/vertical-align-baseline-after-image-load.html [ ImageOnlyFailure ]
</del><span class="cx"> http/tests/download/inherited-encoding-form-submission-result.html [ Failure ]
</span><span class="cx"> http/tests/globalhistory/history-delegate-basic-refresh-redirect.html [ Failure ]
</span><span class="cx"> http/tests/globalhistory/history-delegate-basic-visited-links.html [ Failure ]
</span><span class="cx"> http/tests/history/back-with-fragment-change.php [ Failure ]
</span><del>-http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials.html [ Failure ]
</del><span class="cx"> http/tests/loading/bad-scheme-subframe.html [ Failure ]
</span><del>-http/tests/loading/basic-auth-resend-wrong-credentials.html [ Failure ]
-http/tests/loading/basic-credentials-sent-automatically.html [ Failure ]
</del><span class="cx"> http/tests/misc/favicon-as-image.html [ Failure ]
</span><span class="cx"> http/tests/misc/favicon-loads-with-images-disabled.html [ Failure ]
</span><span class="cx"> http/tests/misc/iframe404.html [ Failure ]
</span><span class="lines">@@ -562,7 +537,6 @@
</span><span class="cx"> fast/backgrounds/size/contain-and-cover-zoomed.html [ Failure ]
</span><span class="cx"> fast/borders/border-radius-position.html [ Failure ]
</span><span class="cx"> fast/css-generated-content/hover-inline.html [ Failure ]
</span><del>-fast/css-generated-content/pseudo-animation.html [ Failure ]
</del><span class="cx"> fast/css/active-display-none.html [ Failure ]
</span><span class="cx"> fast/css/affected-by-hover-after-style-change.html [ Failure ]
</span><span class="cx"> fast/css/hover-affects-ancestor.html [ Failure ]
</span><span class="lines">@@ -572,18 +546,12 @@
</span><span class="cx"> fast/css/hover-display-block.html [ Failure ]
</span><span class="cx"> fast/css/line-height-text-autosizing.html [ Failure ]
</span><span class="cx"> fast/css/nested-layers-with-hover.html [ Failure ]
</span><del>-fast/css/pseudo-any.html [ Failure ]
-fast/dom/Document/xml-document-focus.xml [ Failure ]
-fast/dom/Geolocation/callback-to-deleted-context.html [ Failure ]
</del><span class="cx"> fast/dom/HTMLDocument/hasFocus.html [ Failure ]
</span><del>-fast/dom/HTMLLinkElement/prefetch-beforeload.html [ Failure ]
</del><span class="cx"> fast/dom/Window/Plug-ins.html [ Failure ]
</span><del>-fast/dom/Window/post-message-crash.html [ Failure ]
</del><span class="cx"> fast/dom/fragment-activation-focuses-target.html [ Failure ]
</span><span class="cx"> fast/dom/replaced-image-map.html [ Failure ]
</span><span class="cx"> fast/dom/right-overflow-in-rtl.html [ Failure ]
</span><span class="cx"> fast/dom/search-shadow-host-crash.html [ Failure ]
</span><del>-fast/dom/timer-increase-min-interval-and-reset-part-2.html [ Failure ]
</del><span class="cx"> fast/encoding/idn-security.html [ Failure ]
</span><span class="cx"> fast/events/access-key-self-destruct.html [ Failure ]
</span><span class="cx"> fast/events/anchor-empty-focus.html [ Failure ]
</span><span class="lines">@@ -721,16 +689,10 @@
</span><span class="cx"> fast/frames/meta-refresh-user-gesture.html [ Failure ]
</span><span class="cx"> fast/parser/pre-html5-parser-quirks.html [ Failure ]
</span><span class="cx"> fast/parser/tabindex-parsing.html [ Failure ]
</span><del>-fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html [ Failure ]
</del><span class="cx"> fast/table/hittest-self-painting.html [ Failure ]
</span><del>-fast/css-generated-content/pseudo-transition.html [ Failure ]
</del><span class="cx"> fast/css/pseudo-element-selector-scrollbar-hover.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/css/sticky/sticky-left-percentage.html [ ImageOnlyFailure ]
</span><del>-fast/forms/border-color-relayout.html [ ImageOnlyFailure ]
-fast/inline/hidpi-rtl-text-does-not-fit-line-and-gets-cut-off.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/inline/layout-after-inserting-nested-br.html [ ImageOnlyFailure ]
</span><del>-fast/regions/auto-size/autoheight-correct-region-for-lines-2.html [ ImageOnlyFailure ]
-fast/regions/auto-size/autoheight-correct-region-for-lines.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/regions/hover-and-js-in-visual-overflow.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/regions/hover-element-flowed-second-region.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/regions/hover-single-flow-from-none-overflow-top.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -739,32 +701,12 @@
</span><span class="cx"> fast/regions/hover-single-flow-from-other.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/regions/hover-single-flow-into-none.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/regions/hover-single-flow-into-other.html [ ImageOnlyFailure ]
</span><del>-fast/regions/overflow/overflow-first-and-last-regions-in-container-hidden.html [ ImageOnlyFailure ]
-fast/regions/overflow/overflow-scrollable-1.html [ ImageOnlyFailure ]
-fast/regions/overflow/overflow-scrollable-2.html [ ImageOnlyFailure ]
-fast/regions/overflow/overflow-scrollable-3.html [ ImageOnlyFailure ]
-fast/regions/overflow/overflow-scrollable-fit.html [ ImageOnlyFailure ]
-fast/regions/scrolling/scrollable-region-content-size-no-overflow-horiz-bt.html [ ImageOnlyFailure ]
-fast/regions/scrolling/scrollable-region-content-size-no-overflow.html [ ImageOnlyFailure ]
-fast/regions/scrolling/scrollable-region-content-size-relative.html [ ImageOnlyFailure ]
-fast/regions/scrolling/scrollable-region-content-size.html [ ImageOnlyFailure ]
-fast/regions/scrolling/scrollable-region-scrollable-content.html [ ImageOnlyFailure ]
-fast/regions/scrolling/scrollable-single-region-bt.html [ ImageOnlyFailure ]
-fast/regions/scrolling/scrollable-single-region-relative-element.html [ ImageOnlyFailure ]
-fast/regions/scrolling/scrollable-single-region.html [ ImageOnlyFailure ]
-fast/regions/scrolling/wheel-scrollable-single-region.html [ ImageOnlyFailure ]
-fast/css/text-overflow-input-focus-placeholder.html [ ImageOnlyFailure ]
</del><span class="cx"> fast/events/scroll-to-anchor-vertical-lr-writing-mode.html [ ImageOnlyFailure ]
</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><del>-fast/layers/parent-clipping-overflow-is-overwritten-by-child-clipping.html [ ImageOnlyFailure ]
</del><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><del>-fast/block/basic/011.html [ Failure ]
-fast/block/basic/minheight.html [ Failure ]
-fast/block/margin-collapse/103.html [ Failure ]
-fast/css/002.html [ Failure ]
</del><span class="cx"> fast/css/beforeSelectorOnCodeElement.html [ Failure ]
</span><span class="cx"> fast/css/css1_forward_compatible_parsing.html [ Failure ]
</span><span class="cx"> fast/css/empty-pseudo-class.html [ Failure ]
</span><span class="lines">@@ -778,19 +720,15 @@
</span><span class="cx"> fast/encoding/utf-16-little-endian.html [ Failure ]
</span><span class="cx"> fast/forms/basic-buttons.html [ Failure ]
</span><span class="cx"> fast/forms/basic-textareas-quirks.html [ Failure ]
</span><del>-fast/forms/search-styled.html [ Failure ]
</del><span class="cx"> fast/forms/targeted-frame-submission.html [ Failure ]
</span><span class="cx"> fast/forms/validation-message-in-relative-body.html [ Failure ]
</span><span class="cx"> fast/frames/onlyCommentInIFrame.html [ Failure ]
</span><span class="cx"> fast/hidpi/image-srcset-invalid-descriptor.html [ Failure ]
</span><span class="cx"> fast/html/listing.html [ Failure ]
</span><del>-fast/invalid/008.html [ Failure ]
</del><span class="cx"> fast/invalid/junk-data.xml [ Failure ]
</span><span class="cx"> fast/invalid/missing-end-tag.xhtml [ Failure ]
</span><span class="cx"> fast/loader/text-document-wrapping.html [ Failure ]
</span><del>-fast/overflow/003.xml [ Failure ]
</del><span class="cx"> fast/overflow/clip-rects-fixed-ancestor.html [ Failure ]
</span><del>-fast/overflow/infiniteRecursion.html [ Failure ]
</del><span class="cx"> fast/parser/document-write-option.html [ Failure ]
</span><span class="cx"> fast/parser/entity-comment-in-style.html [ Failure ]
</span><span class="cx"> fast/parser/entity-comment-in-textarea.html [ Failure ]
</span><span class="lines">@@ -821,7 +759,6 @@
</span><span class="cx"> fast/text/basic/generic-family-reset.html [ Failure ]
</span><span class="cx"> fast/text/international/002.html [ Failure ]
</span><span class="cx"> fast/text/international/003.html [ Failure ]
</span><del>-fast/text/international/bidi-explicit-embedding.html [ Failure ]
</del><span class="cx"> fast/text/international/bidi-layout-across-linebreak.html [ Failure ]
</span><span class="cx"> fast/text/international/hebrew-vowels.html [ Failure ]
</span><span class="cx"> fast/text/international/khmer-selection.html [ Failure ]
</span><span class="lines">@@ -1719,7 +1656,6 @@
</span><span class="cx"> fast/dom/HTMLImageElement/sizes/image-sizes-invalids.html [ Failure ]
</span><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><del>-fast/forms/textarea-selection-preservation.html [ Failure ]
</del><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/simple-line-layout-text-stroke-width.html [ Failure ]
</span><span class="lines">@@ -1728,13 +1664,7 @@
</span><span class="cx"> http/tests/navigation/postredirect-goback1.html [ Failure ]
</span><span class="cx"> platform/ios-simulator-wk2/scrolling/remove-scrolling-role.html [ Failure ]
</span><span class="cx"> platform/ios-simulator/ios/fast/text/underline-scaling.html [ Failure ]
</span><del>-transitions/steps-timing-function.html [ Failure ]
-transitions/svg-layout-transition.html [ Failure ]
-transitions/transform-op-list-match.html [ Failure ]
-transitions/transform-op-list-no-match.html [ Failure ]
-transitions/transition-end-event-nested.html [ Failure ]
</del><span class="cx"> compositing/masks/compositing-clip-path-on-subpixel-position.html [ ImageOnlyFailure ]
</span><del>-compositing/sibling-layer-does-not-get-composited-overflow-hidden-case.html [ ImageOnlyFailure ]
</del><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="cx"> fast/forms/select/select-painting.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1769,9 +1699,6 @@
</span><span class="cx"> http/tests/cache/disk-cache/disk-cache-validation.html
</span><span class="cx"> 
</span><span class="cx"> # Failures as of 06/09/2015
</span><del>-css3/selectors3/xml/css3-modsel-d1.xml [ Failure ]
-css3/selectors3/xml/css3-modsel-d3.xml [ Failure ]
-css3/selectors3/xml/css3-modsel-d4.xml [ Failure ]
</del><span class="cx"> editing/input/emacs-ctrl-o.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Time outs as of 06/09/2015
</span><span class="lines">@@ -1861,8 +1788,6 @@
</span><span class="cx"> compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html [ Failure ]
</span><span class="cx"> compositing/layer-creation/fixed-position-out-of-view-scaled.html [ Failure ]
</span><span class="cx"> compositing/layer-creation/fixed-position-out-of-view.html [ Failure ]
</span><del>-compositing/rtl/rtl-fixed-overflow-scrolled.html [ Failure ]
-compositing/rtl/rtl-fixed-overflow.html [ Failure ]
</del><span class="cx"> css2.1/t0805-c5518-brdr-t-01-e.html [ Failure ]
</span><span class="cx"> css2.1/t0805-c5519-brdr-r-00-a.html [ Failure ]
</span><span class="cx"> css2.1/t0805-c5520-brdr-b-01-e.html [ Failure ]
</span><span class="lines">@@ -1884,7 +1809,6 @@
</span><span class="cx"> css2.1/t090501-c5525-flt-l-00-b-g.html [ Failure ]
</span><span class="cx"> css2.1/t090501-c5525-flt-r-00-b-g.html [ Failure ]
</span><span class="cx"> css2.1/t100304-c43-rpl-bbx-01-d-g.html [ Failure ]
</span><del>-fast/block/basic/truncation-rtl.html [ Failure ]
</del><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><span class="cx"> fast/events/fire-scroll-event.html [ Failure ]
</span><span class="lines">@@ -1893,14 +1817,12 @@
</span><span class="cx"> fast/forms/input-appearance-spinbutton.html [ Failure ]
</span><span class="cx"> fast/forms/input-readonly-autoscroll.html [ Failure ]
</span><span class="cx"> fast/forms/onchange-select-check-validity.html [ Failure ]
</span><del>-fast/parser/external-entities-in-xslt.xml [ Failure ]
</del><span class="cx"> fast/replaced/border-radius-clip.html [ Failure ]
</span><span class="cx"> fast/writing-mode/japanese-lr-selection.html [ Failure ]
</span><span class="cx"> fast/writing-mode/japanese-rl-selection.html [ Failure ]
</span><span class="cx"> mathml/opentype/large-operators.html [ Failure ]
</span><span class="cx"> mathml/opentype/vertical.html [ Failure ]
</span><span class="cx"> platform/ios-simulator/ios/accessibility/press-fires-touch-events.html [ Failure ]
</span><del>-platform/ios-simulator/ios/scrolling/scrollTo-at-page-load.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> fast/text/combining-character-sequence-vertical.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/text/vertical-quotation-marks.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1915,6 +1837,9 @@
</span><span class="cx"> webkit.org/b/148709 fast/events/wheelevent-basic.html [ Skip ]
</span><span class="cx"> webkit.org/b/148709 fast/events/wheelevent-mousewheel-interaction.html [ Skip ]
</span><span class="cx"> 
</span><ins>+# Flaky tests that need bugs
+fast/dom/Window/post-message-crash.html [ Pass Failure ]
+
</ins><span class="cx"> webkit.org/b/123431 http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> # eventSender.mouseDown is not implemented
</span></span></pre>
</div>
</div>

</body>
</html>