<!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>[176033] 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/176033">176033</a></dd>
<dt>Author</dt> <dd>ap@apple.com</dd>
<dt>Date</dt> <dd>2014-11-12 12:22:48 -0800 (Wed, 12 Nov 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Mac-WK2 test expectations cleanup, part 1.

Put WK1 specific expectations into mac-wk1 (they used to be put in mac, and then
being overridden for wk2).
Remove expectations for tests that are no longer flaky.
Add more specific expectations to encient entries that were added in old format,
and just skipped indiscriminately.

* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformmacTestExpectations">trunk/LayoutTests/platform/mac/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformmacwk1TestExpectations">trunk/LayoutTests/platform/mac-wk1/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformmacwk2TestExpectations">trunk/LayoutTests/platform/mac-wk2/TestExpectations</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (176032 => 176033)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-11-12 20:16:47 UTC (rev 176032)
+++ trunk/LayoutTests/ChangeLog        2014-11-12 20:22:48 UTC (rev 176033)
</span><span class="lines">@@ -1,5 +1,19 @@
</span><span class="cx"> 2014-11-12  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Mac-WK2 test expectations cleanup, part 1.
+
+        Put WK1 specific expectations into mac-wk1 (they used to be put in mac, and then
+        being overridden for wk2).
+        Remove expectations for tests that are no longer flaky.
+        Add more specific expectations to encient entries that were added in old format,
+        and just skipped indiscriminately.
+
+        * platform/mac-wk1/TestExpectations:
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2014-11-12  Alexey Proskuryakov  &lt;ap@apple.com&gt;
+
</ins><span class="cx">         Remove expectations for a couple tests that were marked as flaky on WK1 only,
</span><span class="cx">         as they don't appear to be flaky any more.
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (176032 => 176033)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations        2014-11-12 20:16:47 UTC (rev 176032)
+++ trunk/LayoutTests/platform/mac/TestExpectations        2014-11-12 20:22:48 UTC (rev 176033)
</span><span class="lines">@@ -375,8 +375,6 @@
</span><span class="cx"> webkit.org/b/82979 fast/canvas/2d.text.draw.fill.maxWidth.gradient.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/82979 canvas/philip/tests/2d.text.draw.align.center.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/82980 http/tests/navigation/back-twice-without-commit.html [ Timeout ]
-
</del><span class="cx"> webkit.org/b/112617 [ Debug ] http/tests/navigation/navigation-redirect-schedule-crash.html [ Crash Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/82981 http/tests/misc/favicon-loads-with-icon-loading-override.html [ Pass Failure ]
</span><span class="lines">@@ -795,9 +793,6 @@
</span><span class="cx"> webkit.org/b/67434 [ Debug ] fast/overflow/overflow-height-float-not-removed-crash3.html [ Skip ]
</span><span class="cx"> webkit.org/b/67434 [ Debug ] fast/block/float/overhanging-tall-block.html [ Skip ]
</span><span class="cx"> 
</span><del>-# Only failing on WK1
-webkit.org/b/104104 fast/overflow/scrollbar-click-retains-focus.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/104954 http/tests/canvas/canvas-slow-font-loading.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/104962 platform/mac/fast/loader/file-url-mimetypes-2.html [ Failure ]
</span><span class="lines">@@ -1482,3 +1477,5 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/138075 [ Yosemite ] transforms/2d/hindi-rotated.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/138075 [ Yosemite ] fast/text/international/hindi-spacing.html [ Pass Failure ]
</span><ins>+
+webkit.org/b/82980 http/tests/navigation/back-twice-without-commit.html [ Timeout ]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (176032 => 176033)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-wk1/TestExpectations        2014-11-12 20:16:47 UTC (rev 176032)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations        2014-11-12 20:22:48 UTC (rev 176033)
</span><span class="lines">@@ -17,6 +17,8 @@
</span><span class="cx"> webkit.org/b/132421 fast/multicol/fixed-stack.html [ ImageOnlyFailure ]
</span><span class="cx"> [ MountainLion Mavericks ] fast/multicol/fixed-stack.html [ Pass ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/104104 fast/overflow/scrollbar-click-retains-focus.html [ Failure ]
+
</ins><span class="cx"> ### END OF (1) Failures with bug reports
</span><span class="cx"> ########################################
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (176032 => 176033)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-wk2/TestExpectations        2014-11-12 20:16:47 UTC (rev 176032)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations        2014-11-12 20:22:48 UTC (rev 176033)
</span><span class="lines">@@ -169,17 +169,12 @@
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=85532
</span><span class="cx"> fast/sub-pixel
</span><span class="cx"> 
</span><del>-# fast/events/pagehide-timeout.html, pageshow-pagehide-on-back-cached-with-frames.html, and
-# pageshow-pagehide-on-back-cached.html flakey on Lion Intel Debug WebKit testers.
-# https://bugs.webkit.org/show_bug.cgi?id=81291
-fast/events/pagehide-timeout.html
-fast/events/pageshow-pagehide-on-back-cached-with-frames.html
-fast/events/pageshow-pagehide-on-back-cached.html
-fast/events/pageshow-pagehide.html
</del><ins>+webkit.org/b/81291 fast/events/pagehide-timeout.html [ Pass Failure ]
+webkit.org/b/81291 fast/events/pageshow-pagehide-on-back-cached-with-frames.html [ Pass Failure ]
+webkit.org/b/81291 fast/events/pageshow-pagehide-on-back-cached.html [ Pass Failure ]
+webkit.org/b/81291 fast/events/pageshow-pagehide.html [ Pass Failure ]
</ins><span class="cx"> 
</span><del>-# fast/events/drag-link.html is failing in Mac WebKit2
-# https://bugs.webkit.org/show_bug.cgi?id=81833
-fast/events/drag-link.html
</del><ins>+webkit.org/b/81833 fast/events/drag-link.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # flaky storage tests
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=82679
</span><span class="lines">@@ -194,23 +189,15 @@
</span><span class="cx"> platform/mac/editing/input/edit-dictated-text-with-alternative.html
</span><span class="cx"> platform/mac/editing/attributed-string/
</span><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=89199
-editing/spelling/grammar-edit-word.html
</del><ins>+# This test times out on Mac WK2 every time.
+webkit.org/b/89199 editing/spelling/grammar-edit-word.html [ Skip ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=90156
-platform/mac/editing/spelling/autocorrection-blockquote-crash.html
</del><ins>+webkit.org/b/90156 platform/mac/editing/spelling/autocorrection-blockquote-crash.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# fast/multicol/shrink-to-column-height-for-pagination.html fails on Mac WK2 bots
-# https://bugs.webkit.org/show_bug.cgi?id=94624
-fast/multicol/shrink-to-column-height-for-pagination.html
</del><ins>+webkit.org/b/95043 http/tests/security/local-user-CSS-from-remote.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=95043
-http/tests/security/local-user-CSS-from-remote.html
</del><ins>+webkit.org/b/58337 fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html [ Pass Failure ]
</ins><span class="cx"> 
</span><del>-# Flakey on both Snow Leopard and Windows 7
-# https://bugs.webkit.org/show_bug.cgi?id=58337
-fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html
-
</del><span class="cx"> # All spatial navigation tests fail on Mac WK2
</span><span class="cx"> webkit.org/b/96438 fast/spatial-navigation
</span><span class="cx"> 
</span><span class="lines">@@ -228,10 +215,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/105960 plugins/navigator-plugins.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/105998 [ Lion Release ] fast/css/sticky/inline-sticky.html [ ImageOnlyFailure ]
-webkit.org/b/105998 [ MountainLion Debug ] fast/css/sticky/inline-sticky.html [ ImageOnlyFailure Pass ]
-webkit.org/b/105998 [ MountainLion Debug ] fast/css/sticky/sticky-both-sides.html [ ImageOnlyFailure Pass ]
-
</del><span class="cx"> webkit.org/b/108507 printing/quirks-percentage-height-body.html [ Skip ]
</span><span class="cx"> webkit.org/b/108507 printing/quirks-percentage-height.html [ Skip ]
</span><span class="cx"> webkit.org/b/108507 printing/standards-percentage-heights.html [ Skip ]
</span><span class="lines">@@ -243,15 +226,8 @@
</span><span class="cx"> webkit.org/b/97124 [ Debug ] fast/events/pageshow-pagehide-on-back-uncached.html [ Pass Crash ]
</span><span class="cx"> webkit.org/b/97124 [ Debug ] svg/animations/mozilla/animateMotion-by-1.svg [ Pass Crash ]
</span><span class="cx"> 
</span><del>-webkit.org/b/112642 [ Debug ] editing/deleting/paste-with-transparent-background-color.html [ Crash Pass ]
-webkit.org/b/112642 [ Debug ] editing/pasteboard/5780697-1.html [ Crash Pass ]
</del><ins>+webkit.org/b/104954 http/tests/canvas/canvas-slow-font-loading.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/113515 compositing/iframes/remove-iframe-crash.html [ Crash Pass ]
-
-# http/tests/canvas/canvas-slow-font-loading.html pass from time to time on WebKit2 Release builds.
-webkit.org/b/104954 [ Release ] http/tests/canvas/canvas-slow-font-loading.html [ Pass ImageOnlyFailure ]
-webkit.org/b/104954 [ Debug ] http/tests/canvas/canvas-slow-font-loading.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # Flaky everywhere.
</span><span class="cx"> webkit.org/b/114302 platform/mac-wk2/plugins/mouse-events-scaled-iframe.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -261,15 +237,6 @@
</span><span class="cx"> webkit.org/b/116478 storage/websql/statement-error-callback-isolated-world.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/116478 storage/websql/transaction-success-callback-isolated-world.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/116684 [ Lion ] compositing/overflow/overflow-compositing-descendant.html [ Timeout Failure ]
-
-# Only fails on WK1
-webkit.org/b/82805 [ Lion Debug ] fast/canvas/webgl/object-deletion-behaviour.html [ Pass ]
-
-# Only fail in WK1
-compositing/rtl/rtl-fixed-overflow.html [ Pass ]
-compositing/rtl/rtl-fixed.html [ Pass ]
-
</del><span class="cx"> # [WK2] Media elements never fail to load
</span><span class="cx"> webkit.org/b/117767 media/W3C/audio/error/error_onerror_called_on_bogus_source.html [ Failure ]
</span><span class="cx"> webkit.org/b/117767 media/W3C/video/error/error_onerror_called_on_bogus_source.html [ Failure ]
</span><span class="lines">@@ -279,20 +246,6 @@
</span><span class="cx"> webkit.org/b/117962 media/video-played-collapse.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/81604 media/video-loop.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/118925 compositing/background-color/background-color-alpha.html  [ Pass ImageOnlyFailure ]
-webkit.org/b/118925 compositing/background-color/background-color-change-to-text.html  [ Pass ImageOnlyFailure ]
-webkit.org/b/118925 compositing/background-color/background-color-composite.html [ Pass ImageOnlyFailure ]
-webkit.org/b/118925 compositing/background-color/background-color-container.html [ Pass ImageOnlyFailure ]
-webkit.org/b/118925 compositing/background-color/background-color-content-clip.html  [ Pass ImageOnlyFailure ]
-webkit.org/b/118925 compositing/background-color/background-color-padding-clip.html  [ Pass ImageOnlyFailure ]
-webkit.org/b/118925 compositing/background-color/background-color-simple.html  [ Pass ImageOnlyFailure ]
-webkit.org/b/118925 compositing/background-color/background-color-text-change.html  [ Pass ImageOnlyFailure ]
-webkit.org/b/118925 compositing/backgrounds/fixed-background-on-descendant.html  [ Pass ImageOnlyFailure ]
-webkit.org/b/118925 compositing/backgrounds/fixed-backgrounds.html  [ Pass ImageOnlyFailure ]
-webkit.org/b/118925 compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport.html  [ Pass ImageOnlyFailure ]
-webkit.org/b/118925 fast/layers/no-clipping-overflow-hidden-added-after-transition.html  [ Pass ImageOnlyFailure ]
-webkit.org/b/118925 fast/regions/positioning/fixed-pos-elem-in-region.html  [ Pass ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/136109 fast/multicol/mixed-opacity-fixed-test.html  [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # Reference expectation doesn't end up in compositing code path, leading to antialiasing differences.
</span><span class="lines">@@ -301,17 +254,6 @@
</span><span class="cx"> # Incomplete implementation of eventSender causes this test to fail
</span><span class="cx"> webkit.org/b/42194 fast/scrolling/scroll-select-list.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-# hidpi subpixel WebKitTestRunner failure. -blurry generated images.
-webkit.org/b/130175 [ MountainLion Debug ] compositing/hidpi-simple-container-layer-on-device-pixel.html [ Pass ImageOnlyFailure ]
-webkit.org/b/130175 [ MountainLion Debug ] compositing/hidpi-transform-with-render-layer-on-fractional-pixel-value.html [ Pass ImageOnlyFailure ]
-webkit.org/b/130175 [ MountainLion Debug ] compositing/hidpi-nested-compositing-layers-with-subpixel-accumulation.html [ Pass ImageOnlyFailure ]
-webkit.org/b/130175 [ MountainLion Debug ] compositing/hidpi-box-positioned-off-by-one-when-non-compositing-transform-is-present.html [ Pass ImageOnlyFailure ]
-
-# Only failing on WK1
-webkit.org/b/104104 fast/overflow/scrollbar-click-retains-focus.html [ Pass ]
-
-webkit.org/b/121581 [ Lion ] media/video-object-fit.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/107018 svg/animations/animate-linear-discrete-additive.svg [ ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/107018 svg/animations/animate-linear-discrete-additive-b.svg [ ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/107018 svg/animations/animate-linear-discrete-additive-c.svg  [ ImageOnlyFailure Pass ]
</span><span class="lines">@@ -327,22 +269,15 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/122237 [ Debug ] fast/table/crash-section-logical-height-changed-needsCellRecalc.html [ Pass Crash ]
</span><span class="cx"> 
</span><del>-webkit.org/b/124425 fast/dom/Geolocation/notimer-after-unload.html [ Pass Crash Failure ]
-
-webkit.org/b/124437 editing/selection/5057506.html [ Pass Timeout ]
-webkit.org/b/124437 editing/selection/5057506-2.html [ Pass Timeout ]
-
</del><span class="cx"> webkit.org/b/124476 platform/mac-wk2/plugins/slow/asynchronous-plugin-initialization-multiple.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> # uiElementForSearchPredicate() is not returning an undefined object when the search returns no results
</span><span class="cx"> webkit.org/b/125996 platform/mac/accessibility/search-when-element-starts-in-table.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/127960 [ MountainLion ] http/tests/security/cross-origin-plugin-private-browsing-toggled.html [ Pass Failure ]
</del><ins>+webkit.org/b/134550 [ Mavericks Yosemite ] http/tests/cache/iframe-304-crash.html [ Pass Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/134550 [ Mavericks ] http/tests/cache/iframe-304-crash.html [ Pass Failure ]
-
</del><ins>+# testRunner.setUseDeferredFrameLoading is not implemented.
</ins><span class="cx"> webkit.org/b/93980 http/tests/appcache/load-from-appcache-defer-resume-crash.html [ Skip ]
</span><del>-webkit.org/b/82980 http/tests/navigation/back-twice-without-commit.html [ Pass ]
</del><span class="cx"> 
</span><span class="cx"> webkit.org/b/133692 platform/mac-wk2/plugins/destroy-during-async-npp-new.html [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -380,11 +315,11 @@
</span><span class="cx"> ### START OF (3) Unclassified failures
</span><span class="cx"> 
</span><span class="cx"> # All tests that failed on the Lion WebKit2 Release bot in r111739
</span><del>-fast/forms/range/slider-delete-while-dragging-thumb.html
-svg/W3C-SVG-1.1/fonts-elem-04-b.svg
</del><ins>+fast/forms/range/slider-delete-while-dragging-thumb.html [ Failure ]
+svg/W3C-SVG-1.1/fonts-elem-04-b.svg [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # A test that failed more than once on the Lion WebKit2 Debug bot between r111808 and r111849
</span><del>-fast/workers/worker-cloneport.html
</del><ins>+fast/workers/worker-cloneport.html [ Pass Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Intermittent crashes
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=82939
</span><span class="lines">@@ -395,7 +330,7 @@
</span><span class="cx"> editing/secure-input/password-input-focusing-to-different-frame.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # textInputController.hasMarkedText is implemented, but gives a wrong result for some reason.
</span><del>-platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache.html
</del><ins>+platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # test results in DRT don't match in browser behavior, test seems broken
</span><span class="cx"> fast/dom/Window/mozilla-focus-blur.html [ Pass Failure ]
</span><span class="lines">@@ -407,10 +342,6 @@
</span><span class="cx"> webkit.org/b/128255 compositing/columns/composited-lr-paginated-repaint.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/128255 compositing/columns/composited-rl-paginated-repaint.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/128315 editing/caret/caret-color.html [ Pass Failure ]
-
-webkit.org/b/129468 [ MountainLion Debug ] css3/blending/isolation-isolate-blended-child.html [ Pass ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/132766 fast/hidpi/filters-blur.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/132766 fast/hidpi/filters-hue-rotate.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/132766 fast/hidpi/filters-invert.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -670,7 +601,7 @@
</span><span class="cx"> [ MountainLion ] http/tests/security/cookies/third-party-cookie-blocking.html [ Pass ]
</span><span class="cx"> [ MountainLion ] http/tests/security/cross-frame-access-private-browsing.html [ Pass ]
</span><span class="cx"> [ MountainLion ] http/tests/security/cross-origin-plugin-private-browsing-toggled-allowed.html [ Pass ]
</span><del>-[ MountainLion ] http/tests/security/cross-origin-plugin-private-browsing-toggled.html [ Pass ]
</del><ins>+webkit.org/b/127960 [ MountainLion ] http/tests/security/cross-origin-plugin-private-browsing-toggled.html [ Pass Failure ]
</ins><span class="cx"> [ MountainLion ] http/tests/security/storage-blocking-loosened-private-browsing-plugin.html [ Pass ]
</span><span class="cx"> [ MountainLion ] http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html [ Pass ]
</span><span class="cx"> [ MountainLion ] plugins/private-browsing-mode-2.html [ Pass ]
</span></span></pre>
</div>
</div>

</body>
</html>