<!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>[193663] 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/193663">193663</a></dd>
<dt>Author</dt> <dd>mmaxfield@apple.com</dd>
<dt>Date</dt> <dd>2015-12-07 16:08:56 -0800 (Mon, 07 Dec 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Mac] Remove Mavericks-specific TestExpectations lines
https://bugs.webkit.org/show_bug.cgi?id=151913

Reviewed by Alexey Proskuryakov.

Mavericks is no longer a supported OS.

* 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>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (193662 => 193663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-12-08 00:02:09 UTC (rev 193662)
+++ trunk/LayoutTests/ChangeLog        2015-12-08 00:08:56 UTC (rev 193663)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2015-12-07  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
+
+        [Mac] Remove Mavericks-specific TestExpectations lines
+        https://bugs.webkit.org/show_bug.cgi?id=151913
+
+        Reviewed by Alexey Proskuryakov.
+
+        Mavericks is no longer a supported OS.
+
+        * platform/mac/TestExpectations:
+
</ins><span class="cx"> 2015-12-07  Brady Eidson  &lt;beidson@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Modern IDB: Miscellaneous test cleanup.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (193662 => 193663)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations        2015-12-08 00:02:09 UTC (rev 193662)
+++ trunk/LayoutTests/platform/mac/TestExpectations        2015-12-08 00:08:56 UTC (rev 193663)
</span><span class="lines">@@ -283,18 +283,6 @@
</span><span class="cx"> # ENABLE(DRAGGABLE_REGION) is disabled
</span><span class="cx"> fast/css/draggable-region-parser.html
</span><span class="cx"> 
</span><del>-# Font features are not implemented on Mavericks.
-webkit.org/b/149246 [ Mavericks ] css3/font-feature-settings-rendering.html [ ImageOnlyFailure ]
-webkit.org/b/149246 [ Mavericks ] css3/font-variant-all.html [ ImageOnlyFailure ]
-webkit.org/b/149246 [ Mavericks ] css3/font-feature-settings-font-face-rendering.html [ ImageOnlyFailure ]
-webkit.org/b/149246 [ Mavericks ] css3/font-variant-font-face-all.html [ ImageOnlyFailure ]
-webkit.org/b/149246 [ Mavericks ] css3/font-variant-font-face-override.html [ ImageOnlyFailure ]
-
-# This feature is disabled on Mavericks.
-[ Mavericks ] http/tests/navigation/page-cache-pending-image-load.html [ Skip ]
-[ Mavericks ] http/tests/navigation/page-cache-pending-image-load-cache-partition.html [ Skip ]
-[ Mavericks ] http/tests/navigation/page-cache-xhr.html [ Skip ]
-
</del><span class="cx"> webkit.org/b/68278 http/tests/history/back-with-fragment-change.php [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Skip because this platform does not support a paging mouse wheel event
</span><span class="lines">@@ -385,9 +373,6 @@
</span><span class="cx"> fast/forms/listbox-scrollbar-hit-test.html [ Failure ]
</span><span class="cx"> platform/mac/fast/overflow/overflow-scrollbar-hit-test.html [ Failure ]
</span><span class="cx"> 
</span><del>-[ Mavericks ] accessibility/mac/form-control-value-settable.html [ Failure ]
-[ Mavericks ] fast/forms/input-appearance-spinbutton-up.html [ Failure ]
-[ Mavericks ] fast/forms/input-appearance-spinbutton.html [ Failure ]
</del><span class="cx"> platform/mac/fast/text/vertical-no-sideways.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> fast/css/resize-corner-tracking.html [ Pass Failure ]
</span><span class="lines">@@ -515,8 +500,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/93589 svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg [ Pass Timeout ]
</span><span class="cx"> 
</span><del>-[ Mavericks ] http/tests/multipart/invalid-image-data-standalone.html [ Skip ]
-
</del><span class="cx"> # ENABLE(CUSTOM_ELEMENTS) is disabled.
</span><span class="cx"> fast/dom/custom
</span><span class="cx"> 
</span><span class="lines">@@ -760,9 +743,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/147254 media/restore-from-page-cache.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-# After Mavericks, native text fields are rendered slightly smaller, causing backgrounds to bleed on platforms.
-[ Mavericks ] fast/forms/hidpi-textfield-background-bleeding.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # These fast/forms/select tests open a pop-up menu (visible on screen even when using run-webkit-tests), and get stuck in its nested event loop.
</span><span class="cx"> webkit.org/b/87748 fast/forms/select/optgroup-clicking.html [ Skip ]
</span><span class="cx"> webkit.org/b/73304 fast/forms/select/menulist-popup-crash.html [ Skip ]
</span><span class="lines">@@ -812,8 +792,6 @@
</span><span class="cx"> webkit.org/b/130693 mathml/presentation/tokenElements-background-color.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # These tests require an OpenType MATH font on the Apple bots.
</span><del>-webkit.org/b/130322 [ Mavericks ] mathml/opentype/large-operators.html [ Failure ]
-webkit.org/b/130322 [ Mavericks ] mathml/opentype/vertical.html [ Failure ]
</del><span class="cx"> webkit.org/b/72828 mathml/opentype/horizontal.html [ Failure ]
</span><span class="cx"> webkit.org/b/72828 mathml/opentype/horizontal-munderover.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -832,33 +810,12 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/89153 http/tests/websocket/tests/hybi/workers/close.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-[ Mavericks ] fast/images/image-controls-basic.html [ WontFix ]
-
</del><span class="cx"> # &lt;rdar://problem/16696298&gt;
</span><span class="cx"> webkit.org/b/131886 webgl/1.0.2/conformance/textures/texture-size-limit.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/131886 fast/canvas/webgl/webgl-compressed-texture-size-limit.html [ Pass Failure Timeout ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/132385 compositing/repaint/repaint-on-layer-grouping-change.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-# Mavericks and prior do not support web timing.
-[ Mavericks ] fast/dom/navigation-type-back-forward.html [ WontFix ]
-[ Mavericks ] fast/dom/navigation-type-navigate.html [ WontFix ]
-[ Mavericks ] fast/dom/navigation-type-reload.html [ WontFix ]
-[ Mavericks ] fast/dom/webtiming-document-open.html [ WontFix ]
-[ Mavericks ] fast/dom/webtiming-navigate-within-document.html [ WontFix ]
-[ Mavericks ] fast/dom/webtiming.html [ WontFix ]
-[ Mavericks ] fast/dom/Window/web-timing-minimal-performance-now.html [ WontFix ]
-[ Mavericks ] fast/dom/Window/window-properties-performance.html [ WontFix ]
-[ Mavericks ] fast/performance [ WontFix ]
-[ Mavericks ] http/tests/misc/webtiming-cross-origin-and-back1.html [ WontFix ]
-[ Mavericks ] http/tests/misc/webtiming-cross-origin-redirect.php [ WontFix ]
-[ Mavericks ] http/tests/misc/webtiming-no-origin.html [ WontFix ]
-[ Mavericks ] http/tests/misc/webtiming-one-redirect.php [ WontFix ]
-[ Mavericks ] http/tests/misc/webtiming-resolution.html [ WontFix ]
-[ Mavericks ] http/tests/misc/webtiming-slow-load.php [ WontFix ]
-[ Mavericks ] http/tests/misc/webtiming-ssl.php [ WontFix ]
-[ Mavericks ] http/tests/misc/webtiming-two-redirects.php [ WontFix ]
-
</del><span class="cx"> # This test, originally written for Chromium, historically was not testing anything on Mac because
</span><span class="cx"> # resizing didn't work. Now the test fails. I believe this bug was never fixed for the Mac port.
</span><span class="cx"> fast/dom/rtl-scroll-to-leftmost-and-resize.html [ Failure ]
</span><span class="lines">@@ -924,44 +881,9 @@
</span><span class="cx"> media/track/track-datacue.html [ Skip ]
</span><span class="cx"> ## --- End unimplemeted media tests ---
</span><span class="cx"> 
</span><del>-## --- Start media tests failing on Mavericks and earlier ---
-# HTTP Auth in Media is not supported in Mavericks
-webkit.org/b/40382 [ Mavericks ] http/tests/media/video-auth.html [ WontFix ]
-
</del><span class="cx"> # HTML sandboxing produces two or three messages flakily.
</span><span class="cx"> webkit.org/b/137368 media/video-controls-no-scripting.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-# Newly imported W3C media tests that are flaky on Mavericks only.
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_loadeddata.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_pause.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadedmetadata_noautoplay.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadeddata_noautoplay.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_progress.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadstart_noautoplay.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_timeupdate_noautoplay.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_canplaythrough_noautoplay.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/paused_false_during_play.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_canplay.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_playing.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadedmetadata.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_canplay_noautoplay.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_canplaythrough.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_canplaythrough.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_timeupdate.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_playing_noautoplay.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_canplay.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_order_canplay_playing.html [ Pass Timeout ]
-webkit.org/b/149636 [ Mavericks ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_play.html [ Pass Timeout ]
-
-# Mavericks and prior do not support Media Source.
-[ Mavericks ] media/media-source [ WontFix ]
-[ Mavericks ] http/tests/media/media-source/ [ WontFix ]
-[ Mavericks ] fast/history/page-cache-media-source-closed.html [ WontFix ]
-[ Mavericks ] fast/history/page-cache-media-source-closed-2.html [ WontFix ]
-[ Mavericks ] fast/history/page-cache-media-source-opened.html [ WontFix ]
-[ Mavericks ] fast/history/page-cache-removed-source-buffer.html [ WontFix ]
-## --- End media tests failing on Mavericks and earlier ---
-
</del><span class="cx"> # Yosemite has different expected results. It needs to rebase.
</span><span class="cx"> webkit.org/b/149113 media/media-controls-play-button-updates.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -996,7 +918,6 @@
</span><span class="cx"> webkit.org/b/133686 media/track/w3c/interfaces/TextTrackCue/startTime.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/133686 media/track/w3c/interfaces/TextTrackCue/track.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/135071 media/video-seek-with-negative-playback.html [ Pass Timeout ]
</span><del>-webkit.org/b/135160 [ Mavericks ] media/track/track-in-band-subtitles-too-large.html [ Failure ]
</del><span class="cx"> webkit.org/b/135160 [ Yosemite+ ] media/track/track-in-band-subtitles-too-large.html [ Pass Failure Timeout Crash ]
</span><span class="cx"> webkit.org/b/135160 media/track/track-long-word-container-sizing.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/137311 media/video-fullscreeen-only-playback.html [ Pass Timeout Crash ]
</span><span class="lines">@@ -1074,8 +995,6 @@
</span><span class="cx"> webkit.org/b/75184 media/W3C/video/canPlayType/canPlayType_two_implies_one_5.html [ Failure ]
</span><span class="cx"> webkit.org/b/75184 media/W3C/video/canPlayType/canPlayType_two_implies_one_6.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/130234 [ Mavericks ] http/tests/media/media-play-stream-chunked-icy.html [ Skip ]
-
</del><span class="cx"> media/media-document-audio-repaint.html [ Failure ]
</span><span class="cx"> webkit.org/b/84357 media/audio-repaint.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1118,7 +1037,6 @@
</span><span class="cx"> 
</span><span class="cx"> # FIXME: Needs bugzilla (&lt;rdar://problem/17458211&gt;)
</span><span class="cx"> [ Yosemite+ ] platform/mac/fast/text/systemFont.html [ Pass Failure ]
</span><del>-[ Mavericks ] platform/mac/fast/text/systemFont.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # FIXME: Needs bugzilla (&lt;rdar://problem/17476688&gt;)
</span><span class="cx"> [ Yosemite+ ] media/media-source/media-source-tracks.html [ Skip ]
</span><span class="lines">@@ -1174,9 +1092,6 @@
</span><span class="cx"> # FIXME: Needs bugzilla (&lt;rdar://problem/18273139&gt;)
</span><span class="cx"> [ Yosemite+ ] storage/websql/sql-error-codes.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Specific to Yosemite's font fallback
-webkit.org/b/138328 [ Mavericks ] fast/text/font-cursive-italic-cjk.html [ Skip ]
-
</del><span class="cx"> webkit.org/b/82980 http/tests/navigation/back-twice-without-commit.html [ Pass Timeout ]
</span><span class="cx"> 
</span><span class="cx"> # Verified passing, so override generic skip
</span><span class="lines">@@ -1184,9 +1099,6 @@
</span><span class="cx"> webkit.org/b/138115 css3/line-break/line-break-auto-hyphens.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/138115 css3/line-break/line-break-auto-sound-marks.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-# Backdrop filters are supported in Yosemite and above only.
-[ Mavericks ] css3/filters/backdrop [ WontFix ]
-
</del><span class="cx"> webkit.org/b/137589 compositing/hidpi-compositing-vs-non-compositing-check-on-testing-framework.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # These tests fail on machines with AMD (ATI) graphics cards - that is, on EWS and locally.
</span><span class="lines">@@ -1258,19 +1170,9 @@
</span><span class="cx"> # Fails when an actual AppleTV is nearby.
</span><span class="cx"> webkit.org/b/148912 media/controls/airplay-picker.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-# Mavericks and prior do not support APNG.
-webkit.org/b/17022 [ MountainLion Mavericks ] fast/images/animated-png.html [ Skip ]
-
-# Pre-Capitan does not support asynchronous attribute setting.
-[ Mavericks ] accessibility/mac/setting-attributes-is-asynchronous.html [ Skip ]
-[ Mavericks ] accessibility/mac/focus-setting-selection-syncronizing-not-clearing.html [ Skip ]
-
</del><span class="cx"> # OS X 10.10.3+ has the necessary glyphs.
</span><span class="cx"> webkit.org/b/142548 [ Yosemite+ ] editing/selection/extend-by-character-007.html [ Pass ]
</span><span class="cx"> 
</span><del>-# No support for non-HLS Media Selection Group
-[ Mavericks ] media/accessiblity-describes-video.html [ Skip ]
-
</del><span class="cx"> [ Yosemite+ ] media/accessiblity-describes-video.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/145432 media/video-transformed-by-javascript.html [ Failure ]
</span><span class="lines">@@ -1297,23 +1199,23 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/150978 fast/canvas/webgl/oes-texture-half-float-linear.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/147763 [ Mavericks Yosemite ] accessibility/mac/loaded-notification.html [ Skip ]
</del><ins>+webkit.org/b/147763 [ Yosemite ] accessibility/mac/loaded-notification.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Language-specific font fallback is disabled on certain versions of OS X
</span><del>-webkit.org/b/147390 [ Mavericks Yosemite ElCapitan ] fast/text/fallback-language-han.html [ ImageOnlyFailure ]
-webkit.org/b/147390 [ Mavericks Yosemite ElCapitan ] fast/text/fallback-language-han-2.html [ ImageOnlyFailure ]
</del><ins>+webkit.org/b/147390 [ Yosemite ElCapitan ] fast/text/fallback-language-han.html [ ImageOnlyFailure ]
+webkit.org/b/147390 [ Yosemite ElCapitan ] fast/text/fallback-language-han-2.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><span class="cx"> # This test relies on iOS-specific font fallback.
</span><del>-[ Mavericks Yosemite ElCapitan ] fast/text/international/system-language/arabic-glyph-cache-fill-combine.html [ Pass ImageOnlyFailure ]
</del><ins>+[ Yosemite ElCapitan ] fast/text/international/system-language/arabic-glyph-cache-fill-combine.html [ Pass ImageOnlyFailure ]
</ins><span class="cx"> 
</span><span class="cx"> # Started to fail after r188390
</span><span class="cx"> webkit.org/b/148042 http/tests/media/video-buffered-range-contains-currentTime.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> # This test tests a particular system font, which is only on iOS and El Capitan.
</span><del>-webkit.org/b/148119 [ Mavericks Yosemite ] fast/text/trak-optimizeLegibility.html [ Failure ]
</del><ins>+webkit.org/b/148119 [ Yosemite ] fast/text/trak-optimizeLegibility.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # These operating systems do not have language-sensitive font fallback.
</span><del>-[ Mavericks Yosemite ElCapitan ] css3/line-break-language-sensitive [ Pass ImageOnlyFailure ]
</del><ins>+[ Yosemite ElCapitan ] css3/line-break-language-sensitive [ Pass ImageOnlyFailure ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/148636 inspector/css/createStyleSheet.html [ Pass Timeout ]
</span><span class="cx"> webkit.org/b/148636 inspector/css/get-system-fonts.html [ Pass Timeout ]
</span><span class="lines">@@ -1338,29 +1240,12 @@
</span><span class="cx"> webkit.org/b/148636 inspector/page/main-frame-resource.html [ Pass Timeout ]
</span><span class="cx"> webkit.org/b/148636 inspector/model/remote-object-weak-collection.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-# Resource priorities are not enabled.
-webkit.org/b/143258 [ Mavericks ] http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html [ Skip ]
</del><ins>+# Colorspaces on CA OpenGL layers not available in Yosemite
+[ Yosemite ] fast/canvas/webgl/match-page-color-space.html [ Skip ]
</ins><span class="cx"> 
</span><del>-# No support for Filters Level 2
-[ Mavericks ] compositing/media-controls-bar-appearance.html [ Skip ]
-[ Mavericks ] compositing/media-controls-bar-appearance-big.html [ Skip ]
-[ Mavericks ] fast/css/will-change/will-change-creates-stacking-context.html [ ImageOnlyFailure ]
-[ Mavericks ] fast/css/will-change/will-change-creates-stacking-context-inline.html [ ImageOnlyFailure ]
</del><ins>+# Han quotes are not different on Yosemite.
+[ Yosemite ] fast/text/international/system-language/han-quotes.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><del>-# Reftests have different expected results in Mavericks and Yosemite
-[ Mavericks ] fast/ruby/ruby-expansion-cjk.html [ ImageOnlyFailure ]
-[ Mavericks ] fast/ruby/ruby-expansion-cjk-2.html [ ImageOnlyFailure ]
-[ Mavericks ] fast/ruby/ruby-expansion-cjk-3.html [ ImageOnlyFailure ]
-[ Mavericks ] fast/ruby/ruby-expansion-cjk-4.html [ ImageOnlyFailure ]
-
-# Colorspaces on CA OpenGL layers not available in Mavericks and Yosemite
-[ Mavericks Yosemite ] fast/canvas/webgl/match-page-color-space.html [ Skip ]
-
-# Mocking the system language relies on Bootstrap XPC messages, which are not supported in Mavericks.
-[ Mavericks ] fast/text/international/system-language [ Pass Failure ImageOnlyFailure ]
-# Han quotes are not different on Mavericks nor Yosemite.
-[ Mavericks Yosemite ] fast/text/international/system-language/han-quotes.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/149128 fast/text/control-characters [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/148695 fast/shadow-dom [ Pass ]
</span><span class="lines">@@ -1389,10 +1274,10 @@
</span><span class="cx"> webkit.org/b/150823 imported/w3c/web-platform-tests/XMLHttpRequest/getresponseheader-chunked-trailer.htm [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> # WOFF2 is only supported on certain Operating Systems.
</span><del>-webkit.org/b/150830 [ Mavericks Yosemite ElCapitan ] fast/text/woff2.html [ ImageOnlyFailure ]
</del><ins>+webkit.org/b/150830 [ Yosemite ElCapitan ] fast/text/woff2.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><del>-# AppleTV not supported on Mavericks or Yosemite
-[ Mavericks Yosemite ] media/controls/airplay-picker.html
</del><ins>+# AppleTV not supported on Yosemite
+[ Yosemite ] media/controls/airplay-picker.html
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/150956 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadeddata.html [ Pass Timeout ]
</span><span class="cx"> 
</span><span class="lines">@@ -1405,4 +1290,4 @@
</span><span class="cx"> webkit.org/b/149774 css3/font-feature-settings-rendering.html [ Pass Failure ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/149774 css3/font-variant-all.html [ Pass Failure ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/149774 css3/font-variant-font-face-all.html [ Pass Failure ImageOnlyFailure ]
</span><del>-webkit.org/b/149774 css3/font-variant-font-face-override.html [ Pass Failure ImageOnlyFailure ]
</del><span class="cx">\ No newline at end of file
</span><ins>+webkit.org/b/149774 css3/font-variant-font-face-override.html [ Pass Failure ImageOnlyFailure ]
</ins></span></pre>
</div>
</div>

</body>
</html>