<!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>[173470] 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/173470">173470</a></dd>
<dt>Author</dt> <dd>jer.noble@apple.com</dd>
<dt>Date</dt> <dd>2014-09-10 10:18:10 -0700 (Wed, 10 Sep 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed gardening. Group all the media expectations together logically.

* 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 (173469 => 173470)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-09-10 16:43:01 UTC (rev 173469)
+++ trunk/LayoutTests/ChangeLog        2014-09-10 17:18:10 UTC (rev 173470)
</span><span class="lines">@@ -1,3 +1,9 @@
</span><ins>+2014-09-10  Jer Noble  &lt;jer.noble@apple.com&gt;
+
+        Unreviewed gardening. Group all the media expectations together logically.
+
+        * platform/mac/TestExpectations:
+
</ins><span class="cx"> 2014-09-10  Commit Queue  &lt;commit-queue@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed, rolling out r173446.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (173469 => 173470)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations        2014-09-10 16:43:01 UTC (rev 173469)
+++ trunk/LayoutTests/platform/mac/TestExpectations        2014-09-10 17:18:10 UTC (rev 173470)
</span><span class="lines">@@ -17,16 +17,8 @@
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=81697 Skip file:// based notifications tests
</span><span class="cx"> fast/notifications
</span><span class="cx"> 
</span><del>-# Skipped while Eric Carlson works on a fix.
-webkit.org/b/28221 media/audio-delete-while-step-button-clicked.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/108223 fast/forms/range/slider-delete-while-dragging-thumb.html [ Crash Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/112659 media/video-playing-and-pause.html [ Failure Pass ]
-
-# This test requires generation of progress events during loading
-webkit.org/b/100984 media/progress-events-generated-correctly.html [ Failure ]
-
</del><span class="cx"> # This port doesn't support detecting slow unload handlers.
</span><span class="cx"> fast/dom/Window/slow-unload-handler.html
</span><span class="cx"> fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html
</span><span class="lines">@@ -60,12 +52,6 @@
</span><span class="cx"> # Need to implement this in plugins code in WebKit
</span><span class="cx"> plugins/reloadplugins-and-pages.html
</span><span class="cx"> 
</span><del>-# This test requires ogg codecs
-media/media-can-play-ogg.html
-
-# This test requires flac codec
-media/media-can-play-flac-audio.html
-
</del><span class="cx"> # These tests require touch support
</span><span class="cx"> fast/events/touch
</span><span class="cx"> 
</span><span class="lines">@@ -74,8 +60,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/33923 platform/mac/accessibility/change-notification-on-scroll.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/34287 http/tests/media/video-cookie.html
-
</del><span class="cx"> # Accept header is handled by the browser
</span><span class="cx"> http/tests/misc/image-checks-for-accept.html
</span><span class="cx"> 
</span><span class="lines">@@ -210,14 +194,6 @@
</span><span class="cx"> # viewport meta tag support
</span><span class="cx"> fast/viewport
</span><span class="cx"> 
</span><del>-# needs enhanced eventSender.contextMenu() return value
-webkit.org/b/116651 media/context-menu-actions.html
-
-# requires video.buffered to be able to return multiple timeranges
-http/tests/media/video-buffered.html [ Skip ]
-
-webkit.org/b/116277 media/video-buffered.html [ Pass Failure ]
-
</del><span class="cx"> # The WebKit plugin implementation does not support iframe shims.
</span><span class="cx"> webkit.org/b/46223 plugins/iframe-shims.html
</span><span class="cx"> 
</span><span class="lines">@@ -291,8 +267,6 @@
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=60206
</span><span class="cx"> http/tests/navigation/response204.html
</span><span class="cx"> 
</span><del>-webkit.org/b/61487 http/tests/media/video-cross-site.html [ Failure ]
-
</del><span class="cx"> # Styled scope element is not yet enabled.
</span><span class="cx"> webkit.org/b/49142 fast/css/style-scoped
</span><span class="cx"> 
</span><span class="lines">@@ -321,51 +295,9 @@
</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>-# Opera-submitted tests to W3C for &lt;track&gt;, a lot of failures still.
-webkit.org/b/103926 media/track/opera/idl/media-idl-tests.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLTrackElement/src.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrack/activeCues.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/constructor.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/createEvent.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/line.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onenter.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onexit.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/snapToLines.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/text.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/vertical.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCueList/getter.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackList/getter.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/track-element/cloneNode.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/track-element/src-clear-cues.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing/001.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html [ Skip ] 
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html [ Skip ]
-
-# WebVTT tests don't work because they need more than a 800x600 snapshot.
-# They are also flakily failing on WebKit2, as snapshot sometimes has a black rectangle for video element instead of white one.
-webkit.org/b/131476 media/track/w3c/track/webvtt [ Skip ]
-
-# Tests for MediaSource API. Feature is not yet functional.
-# https://bugs.webkit.org/show_bug.cgi?id=64731
-http/tests/media/media-source/
-
-# Encrypted Media Extensions are not enabled.
-media/encrypted-media/
-fast/events/constructors/media-key-event-constructor.html
-
</del><span class="cx"> # Font feature settings is not implemented.
</span><span class="cx"> css3/font-feature-settings-rendering.html
</span><span class="cx"> 
</span><del>-webkit.org/b/67716 media/media-controls-invalid-url.html [ Failure ]
-
</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">@@ -388,18 +320,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/102257 fast/dom/Window/open-window-min-size.html
</span><span class="cx"> 
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=75184
-media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_1.html
-media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2.html
-media/W3C/video/canPlayType/canPlayType_codecs_order_2.html
-media/W3C/video/canPlayType/canPlayType_codecs_order_3.html
-media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_2.html
-media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_3.html
-media/W3C/video/canPlayType/canPlayType_two_implies_one_3.html
-media/W3C/video/canPlayType/canPlayType_two_implies_one_4.html
-media/W3C/video/canPlayType/canPlayType_two_implies_one_5.html
-media/W3C/video/canPlayType/canPlayType_two_implies_one_6.html
-
</del><span class="cx"> # Fails because MutationObservers are not notified at end-of-task
</span><span class="cx"> webkit.org/b/78290 fast/dom/MutationObserver/end-of-task-delivery.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -460,8 +380,6 @@
</span><span class="cx"> webkit.org/b/82972 plugins/mouse-events-fixedpos.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/82972 plugins/multiple-plugins.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/82976 media/W3C/video/networkState/networkState_during_progress.html [ Pass Failure ]
-
</del><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><span class="lines">@@ -481,16 +399,11 @@
</span><span class="cx"> http/tests/security/video-cross-origin-readback.html
</span><span class="cx"> http/tests/security/video-cross-origin-accessfailure.html
</span><span class="cx"> 
</span><del>-# media/audio-repaint.html sometimes fails on Lion Debug (Tests)
-webkit.org/b/84357 media/audio-repaint.html [ Failure ]
-
</del><span class="cx"> # Requires ENABLE(MEDIA_CAPTURE)
</span><span class="cx"> fast/forms/file/file-input-capture.html
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/85523 fullscreen/full-screen-iframe-legacy.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/85525 media/video-played-reset.html [ Pass Failure ]
-
</del><span class="cx"> webkit.org/b/85969 http/tests/loading/post-in-iframe-with-back-navigation.html
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/86480 plugins/npruntime/delete-plugin-within-setProperty.html [ Failure ]
</span><span class="lines">@@ -508,8 +421,6 @@
</span><span class="cx"> 
</span><span class="cx"> compositing/iframes/overlapped-nested-iframes.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/90725 media/media-blocked-by-beforeload.html [ Pass Failure ]
-
</del><span class="cx"> # This test depends on subpixel layout.
</span><span class="cx"> webkit.org/b/92352 css3/flexbox/flex-rounding.html
</span><span class="cx"> 
</span><span class="lines">@@ -535,16 +446,6 @@
</span><span class="cx"> fast/writing-mode/japanese-rl-selection.html
</span><span class="cx"> fast/writing-mode/japanese-rl-text.html
</span><span class="cx"> 
</span><del>-# &lt;rdar://problem/11076314&gt; A few media and http/tests/media tests time out on Mountain Lion
-http/tests/media/video-play-stall-seek.html
-http/tests/media/video-play-stall.html
-media/media-fullscreen-not-in-document.html
-
-webkit.org/b/130234 [ Mavericks ] http/tests/media/media-play-stream-chunked-icy.html [ Skip ]
-
-# Media playback control is passed to AVFoundation that doesn't like fancy PHP URLs like the one used in the test and, in addition, they won't care about HTTP servers not supporting &quot;Range&quot; requests
-http/tests/media/media-seeking-no-ranges-server.html
-
</del><span class="cx"> # &lt;rdar://problem/11358748&gt; http/tests/multipart/multipart-wait-before-boundary.html fails on ML as of r115745
</span><span class="cx"> http/tests/multipart/multipart-wait-before-boundary.html
</span><span class="cx"> 
</span><span class="lines">@@ -678,19 +579,9 @@
</span><span class="cx"> http/tests/xmlhttprequest/basic-auth-nopassword.html
</span><span class="cx"> platform/mac/accessibility/selection-value-changes-for-aria-textbox.html
</span><span class="cx"> 
</span><del>-# --- WebKit2 only ---
-compositing/video/video-background-color.html
-media/video-does-not-loop.html
-media/video-size-intrinsic-scale.html
-
</del><span class="cx"> # -- Flaky tests (WebKit 1 only) ---
</span><span class="cx"> platform/mac/accessibility/search-with-frames.html
</span><span class="cx"> 
</span><del>-# --- Media ---
-media/controls-styling.html
-media/media-document-audio-repaint.html
-media/video-zoom-controls.html
-
</del><span class="cx"> # --- Miscellaneous ---
</span><span class="cx"> platform/mac/fast/overflow/overflow-scrollbar-hit-test.html
</span><span class="cx"> 
</span><span class="lines">@@ -785,9 +676,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/73766 css3/unicode-bidi-isolate-aharon-failing.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-# Flakey media tests
-webkit.org/b/34331 http/tests/media/video-referer.html [ Failure Pass ]
-
</del><span class="cx"> # Failing ref tests
</span><span class="cx"> webkit.org/b/84759 ietestcenter/css3/multicolumn/column-containing-block-001.htm [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/84760 ietestcenter/css3/multicolumn/column-containing-block-002.htm [ ImageOnlyFailure ]
</span><span class="lines">@@ -921,36 +809,12 @@
</span><span class="cx"> webkit.org/b/100846 inspector-protocol/debugger/pause-dedicated-worker.html [ Skip ]
</span><span class="cx"> webkit.org/b/100846 inspector-protocol/debugger/terminate-dedicated-worker-while-paused.html [ Skip ]
</span><span class="cx"> 
</span><del>-# Mac doesn't have a toggle for CC any more, it's based on a menu of choices.
-webkit.org/b/101670 media/video-controls-captions.html [ Skip ]
-
</del><span class="cx"> # Overflowing LayoutUnits cause RenderGeometryMap assertions
</span><span class="cx"> webkit.org/b/67434 [ Debug ] fast/overflow/overflow-height-float-not-removed-crash.html [ Skip ]
</span><span class="cx"> webkit.org/b/67434 [ Debug ] fast/overflow/overflow-height-float-not-removed-crash2.html [ Skip ]
</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>-# Mountain Lion and prior do not support custom media data loading
-Bug(jernoble) [ MountainLion ] media/video-src-blob.html
-
-# Mountain Lion and prior do not allow access to in-band text tracks
-webkit.org/b/103663 [ MountainLion ] media/track/track-in-band.html
-webkit.org/b/103663 [ MountainLion ] media/track/track-in-band-cues-added-once.html
-webkit.org/b/103663 [ MountainLion ] media/track/track-in-band-style.html
-webkit.org/b/103663 [ MountainLion ] media/track/track-in-band-legacy-api.html
-webkit.org/b/103663 [ MountainLion ] media/track/track-forced-subtitles-in-band.html
-webkit.org/b/103663 [ MountainLion ] media/track/track-in-band-mode.html
-webkit.org/b/103663 [ MountainLion ] media/track/track-in-band-subtitles-too-large.html
-
-# These two tests often timeout
-webkit.org/b/112492 media/track/track-language-preference.html [ Skip ]
-webkit.org/b/112492 media/track/track-prefer-captions.html [ Skip ]
-
-# The logic in this test is no longer correct for Apple ports
-webkit.org/b/112492 media/track/track-user-preferences.html [ Skip ]
-
-webkit.org/b/122507 media/track/track-cue-rendering.html [ Pass Failure ]
-
</del><span class="cx"> # Only failing on WK1
</span><span class="cx"> webkit.org/b/104104 fast/overflow/scrollbar-click-retains-focus.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -996,12 +860,6 @@
</span><span class="cx"> webkit.org/b/111606 fast/repaint/border-fit-lines.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-# Flakey
-webkit.org/b/112533 media/auto-play-in-sandbox-with-allow-scripts.html [ Pass Failure ]
-
-# Flaky logging underneath us
-webkit.org/b/124219 [ Mavericks ] media/track/track-forced-subtitles-in-band.html [ Failure Pass ]
-
</del><span class="cx"> # The following tests only fail on Mac EWS bots. Unfortunately, we haven't been able to figure out the cause of these failures.
</span><span class="cx"> webkit.org/b/112176 canvas/philip/tests/2d.path.arc.scale.2.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/112176 canvas/philip/tests/2d.path.arcTo.scale.html [ Failure Pass ]
</span><span class="lines">@@ -1024,9 +882,6 @@
</span><span class="cx"> # Always very slow, frequently timing out (only on bots, not locally).
</span><span class="cx"> webkit.org/b/121331 http/tests/misc/submit-post-keygen.html [ Pass Failure Timeout ]
</span><span class="cx"> 
</span><del>-# Feature not implemented
-webkit.org/b/91611 media/media-higher-prio-audio-stream.html [ Skip ]
-
</del><span class="cx"> # isProtocolHandlerRegistered() isn't supported yet.
</span><span class="cx"> webkit.org/b/92749 fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -1083,9 +938,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/120387 svg/animations/svglengthlist-animation-3.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-# Don't run ogv and mkv tests on mac
-media/track/in-band [ WontFix ]
-
</del><span class="cx"> webkit.org/b/120922 compositing/overlap-blending/children-opacity-huge.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/120922 compositing/overlap-blending/children-opacity-no-overlap.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1109,61 +961,16 @@
</span><span class="cx"> # Resizing windows appears broken in both DRT and WTR, making the test fail or time out flakily.
</span><span class="cx"> webkit.org/b/96642 loader/go-back-to-different-window-size.html [ Pass Failure Timeout ]
</span><span class="cx"> 
</span><del>-webkit.org/b/121992 media/media-volume-slider-rendered-below.html [ Failure ]
-webkit.org/b/121992 media/media-volume-slider-rendered-normal.html [ Timeout Failure ]
-webkit.org/b/121995 media/video-controls-captions-trackmenu-hide-on-click-outside.html [ Timeout Failure ]
-webkit.org/b/121995 media/video-controls-captions-trackmenu-hide-on-click.html [ Timeout Failure ]
-webkit.org/b/121995 media/video-controls-captions-trackmenu-includes-enabled-track.html [ Timeout Failure ]
-
-# REGRESSION(r156546): 18 media tests broken (122021)
-webkit.org/b/122021 media/track/track-cue-mutable-text.html
-webkit.org/b/122021 media/track/track-cue-rendering-mode-changed.html
-webkit.org/b/122021 media/track/track-in-band-mode.html
-webkit.org/b/122021 media/video-controls-captions-trackmenu-localized.html
-webkit.org/b/122021 media/video-controls-captions-trackmenu-sorted.html
-webkit.org/b/122021 media/video-controls-captions-trackmenu.html
-webkit.org/b/122021 media/video-controls-fullscreen-volume.html
-webkit.org/b/122021 media/video-controls-no-scripting.html
-webkit.org/b/122021 media/video-controls-rendering.html
-webkit.org/b/122021 media/video-controls-toggling.html
-webkit.org/b/122021 media/video-controls-visible-exiting-fullscreen.html
-webkit.org/b/122021 media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html
-webkit.org/b/122021 media/video-display-toggle.html
-webkit.org/b/122021 media/video-empty-source.html
-webkit.org/b/122021 media/video-volume-slider.html
-webkit.org/b/122021 media/volume-bar-empty-when-muted.html
-webkit.org/b/122021 media/track/track-cue-rendering-vertical.html [ Pass Failure ]
-
</del><span class="cx"> webkit.org/b/122031 fast/animation/request-animation-frame-time-unit.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/122033 media/video-duration-known-after-eos.html [ Pass Failure ]
-
</del><span class="cx"> webkit.org/b/122038 animations/transform-non-accelerated.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/122039 media/track/track-cue-overlap-snap-to-lines-not-set.html [ Pass Failure ]
-
-webkit.org/b/122042 media/media-controller-playback.html [ Pass Failure ]
-
-webkit.org/b/115048 media/media-element-play-after-eos.html [ Pass Failure ]
-
-webkit.org/b/121803 media/video-object-fit.html [ Pass ImageOnlyFailure ]
-webkit.org/b/121803 media/video-object-fit-change.html [ Pass ImageOnlyFailure ]
-webkit.org/b/121803 compositing/video/video-object-fit.html [ Pass ImageOnlyFailure ]
-
-webkit.org/b/122126 media/click-volume-bar-not-pausing.html [ Pass Failure Timeout ]
-
</del><span class="cx"> webkit.org/b/121628 fast/history/history-back-while-pdf-in-pagecache.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/114744 media/video-layer-crash.html [ Pass Failure Timeout ]
-
</del><span class="cx"> webkit.org/b/122490 [ Debug ] mathml/very-large-stretchy-operators.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/122508 compositing/video/video-reflection.html [ Pass Timeout ]
</span><span class="cx"> 
</span><del>-webkit.org/b/123010 media/W3C/audio/networkState/networkState_during_loadstart.html [ Pass Failure ]
-
-webkit.org/b/123099 media/media-controller-time-clamp.html [ Pass Failure Timeout ]
-
</del><span class="cx"> webkit.org/b/123220 compositing/regions/floated-region-with-transformed-child.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/123282 compositing/regions/propagate-region-box-shadow-border-padding-for-video.html  [ Pass ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1182,12 +989,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/123490 [ Mavericks ] webaudio/oscillator-sawtooth.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/123522 [ Mavericks ] media/track/track-in-band-legacy-api.html [ Pass Failure ]
-
-# Audio and video tracks aren't supported on mac
-media/track/audio
-media/track/video
-
</del><span class="cx"> # SubtleCrypto is disabled on Mountain Lion
</span><span class="cx"> webkit.org/b/124261 [ MountainLion ] crypto/subtle [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -1215,9 +1016,6 @@
</span><span class="cx"> webkit.org/b/126455 [ MountainLion ] webgl/1.0.2/conformance/rendering/gl-scissor-test.html [ Failure ]
</span><span class="cx"> webkit.org/b/126586 [ Mavericks Debug ] webgl/1.0.2/conformance/rendering/gl-scissor-test.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-# HTTP Auth in Media is not supported in Mavericks and Mountain Lion
-webkit.org/b/40382 http/tests/media/video-auth.html [ Skip ]
-
</del><span class="cx"> webkit.org/b/52016 http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html [ Pass Failure Timeout ]
</span><span class="cx"> 
</span><span class="cx"> # Subpixel failures
</span><span class="lines">@@ -1273,12 +1071,8 @@
</span><span class="cx"> webkit.org/b/133523 fast/regions/inline-block-inside-anonymous-overflow.html [ ImageOnlyFailure ]
</span><span class="cx"> # End of subpixel failures.
</span><span class="cx"> 
</span><del>-webkit.org/b/35297 media/video-display-aspect-ratio.html [ Pass Failure ]
-
</del><span class="cx"> webkit.org/b/127310 svg/filters/feComponentTransfer-style-crash.xhtml [ Pass Failure Timeout ]
</span><span class="cx"> 
</span><del>-webkit.org/b/128312 [ Mavericks ] media/video-load-preload-metadata.html [ Pass Failure ]
-
</del><span class="cx"> # These tests were always flaky, but became a lot more so at in r163472-r163476.
</span><span class="cx"> webkit.org/b/49182 animations/stop-animation-on-suspend.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/50959 animations/play-state-suspend.html [ Pass Failure ]
</span><span class="lines">@@ -1299,9 +1093,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/130353 mathml/wbr-in-mroot-crash.html [ Crash ]
</span><span class="cx"> 
</span><del>-# This test frequently fails on the bots 
-webkit.org/b/130490 media/video-remote-control-playpause.html [ Pass Failure ]
-
</del><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><span class="lines">@@ -1314,19 +1105,8 @@
</span><span class="cx"> webkit.org/b/119038 mathml/presentation/mo-stretch.html [ Failure ]
</span><span class="cx"> webkit.org/b/119038 mathml/presentation/roots.xhtml [ Failure ]
</span><span class="cx"> 
</span><del>-# WebKitDataCue is supported, not DataCue
-media/track/track-datacue.html [ Skip ]
-
-# Mountain Lion and prior do not support HLS timed metadata
-Bug(ericcarlson) [ MountainLion ] http/tests/media/track-in-band-hls-metadata.html [ Skip ]
-
-# Frequently times out on EWS, which is then misreported as crash.
-webkit.org/b/130720 [ MountainLion Release ] media/W3C/audio/canPlayType/canPlayType_application_octet_stream.html [ Pass Failure Crash Timeout ]
-
</del><span class="cx"> webkit.org/b/130953 compositing/columns/composited-rl-paginated-repaint.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/130971 media/track/track-remove-track.html [ Pass Crash Failure ]
-
</del><span class="cx"> webkit.org/b/130972 transitions/3d/interrupted-transition.html [ Pass Failure Timeout ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/118153 compositing/repaint/positioned-movement.html [ Pass Failure ]
</span><span class="lines">@@ -1335,8 +1115,6 @@
</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>-webkit.org/b/131855 media/event-attributes.html [ Pass Failure ]
-
</del><span class="cx"> [ MountainLion Mavericks ] fast/images/image-controls-basic.html [ WontFix ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/131886 [ MountainLion ] webgl/1.0.2/conformance/textures/texture-size-limit.html [ Failure ]
</span><span class="lines">@@ -1344,10 +1122,6 @@
</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>-webkit.org/b/132491 [ MountainLion ] http/tests/media/hls/video-controls-live-stream.html [ WontFix ]
-
-[ MountainLion Mavericks ] media/media-source [ WontFix ]
-
</del><span class="cx"> # Mavericks and prior do not support web timing.
</span><span class="cx"> [ MountainLion Mavericks ] fast/dom/Window/window-properties-performance.html [ Skip ]
</span><span class="cx"> [ MountainLion Mavericks ] fast/dom/Window/web-timing-minimal-performance-now.html [ Skip ]
</span><span class="lines">@@ -1368,37 +1142,241 @@
</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="cx"> 
</span><del>-webkit.org/b/133363 media/video-rtl.html [ Pass ImageOnlyFailure ]
</del><ins>+webkit.org/b/135015 plugins/quicktime-plugin-replacement.html [ Pass Failure ]
</ins><span class="cx"> 
</span><del>-# REGRESSION (6/9/2014): Several TextTrackCue tests became very flaky
</del><ins>+webkit.org/b/131477 fast/repaint/obscured-background-no-repaint.html [ Pass Failure ]
+
+webkit.org/b/116259 http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html [ Pass Failure ]
+
+webkit.org/b/131787 fast/canvas/canvas-putImageData-zero-alpha.html [ Pass ImageOnlyFailure ]
+
+webkit.org/b/135133 [ MountainLion ] fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ Pass ImageOnlyFailure ]
+
+# --- Start media tests ---
+## --- Start media wontfix tests ---
+# This test requires ogg codecs
+media/media-can-play-ogg.html
+
+# This test requires flac codec
+media/media-can-play-flac-audio.html
+
+# This tests requires support for non-Range HTTP requests.
+http/tests/media/media-seeking-no-ranges-server.html
+
+# This test requires MKV and OGV support.
+media/track/in-band [ WontFix ]
+## --- End media wontfix tests ---
+
+## --- Start media tests failing on Lion and earlier ---
+webkit.org/b/84357 [ Lion ] media/audio-repaint.html [ Failure ]
+## --- End media tests failing on Lion and earlier ---
+
+## --- Start media tests failing on Mountain Lion and earlier ---
+# &lt;rdar://problem/11076314&gt; A few media and http/tests/media tests time out on Mountain Lion
+http/tests/media/video-play-stall-seek.html
+http/tests/media/video-play-stall.html
+media/media-fullscreen-not-in-document.html
+
+# Mountain Lion and prior do not support custom media data loading
+Bug(jernoble) [ MountainLion ] media/video-src-blob.html
+
+# Mountain Lion and prior do not allow access to in-band text tracks
+webkit.org/b/103663 [ MountainLion ] media/track/track-in-band.html
+webkit.org/b/103663 [ MountainLion ] media/track/track-in-band-cues-added-once.html
+webkit.org/b/103663 [ MountainLion ] media/track/track-in-band-style.html
+webkit.org/b/103663 [ MountainLion ] media/track/track-in-band-legacy-api.html
+webkit.org/b/103663 [ MountainLion ] media/track/track-forced-subtitles-in-band.html
+webkit.org/b/103663 [ MountainLion ] media/track/track-in-band-mode.html
+webkit.org/b/103663 [ MountainLion ] media/track/track-in-band-subtitles-too-large.html
+
+# Mountain Lion and prior do not support HLS timed metadata
+Bug(ericcarlson) [ MountainLion ] http/tests/media/track-in-band-hls-metadata.html [ Skip ]
+
+# Frequently times out on EWS, which is then misreported as crash.
+webkit.org/b/130720 [ MountainLion Release ] media/W3C/audio/canPlayType/canPlayType_application_octet_stream.html [ Pass Failure Crash Timeout ]
+
+webkit.org/b/132491 [ MountainLion ] http/tests/media/hls/video-controls-live-stream.html [ WontFix ]
+webkit.org/b/134490 [ MountainLion ] media/video-ended-event-negative-playback.html [ Pass Failure ]
+webkit.org/b/135071 [ MountainLion ] media/video-seek-with-negative-playback.html [ Pass Failure Timeout ]
+webkit.org/b/136532 [ MountainLion ] media/audio-data-url.html [ Failure ]
+webkit.org/b/136532 [ MountainLion ] media/sources-fallback-codecs.html [ Failure ]
+webkit.org/b/136532 [ MountainLion ] media/video-seek-past-end-playing.html [ Pass Failure ]
+
+# Mountain Lion and earlier do not support Encrypted Media Extensions.
+media/encrypted-media/
+fast/events/constructors/media-key-event-constructor.html
+## --- End media tests failing on Mountain Lion and earlier ---
+
+## --- Start media tests failing on Mavericks and earlier ---
+# HTTP Auth in Media is not supported in Mavericks and Mountain Lion
+webkit.org/b/40382 http/tests/media/video-auth.html [ Skip ]
+
+webkit.org/b/128312 [ Mavericks ] media/video-load-preload-metadata.html [ Pass Failure ]
+
+# Mavericks and prior do not support Media Source.
+[ MountainLion Mavericks ] media/media-source [ Skip ]
+[ MountainLion Mavericks ] http/tests/media/media-source/ [ Skip ]
+## --- End media tests failing on Mavericks and earlier ---
+
+## --- Start flaky media tests ---
+webkit.org/b/34331 http/tests/media/video-referer.html [ Failure Pass ]
+webkit.org/b/35297 media/video-display-aspect-ratio.html [ Pass Failure ]
+webkit.org/b/82976 media/W3C/video/networkState/networkState_during_progress.html [ Pass Failure ]
+webkit.org/b/85525 media/video-played-reset.html [ Pass Failure ]
+webkit.org/b/90725 media/media-blocked-by-beforeload.html [ Pass Failure ]
+webkit.org/b/112533 media/auto-play-in-sandbox-with-allow-scripts.html [ Pass Failure ]
+webkit.org/b/112659 media/video-playing-and-pause.html [ Failure Pass ]
+webkit.org/b/114744 media/video-layer-crash.html [ Pass Failure Timeout ]
+webkit.org/b/115048 media/media-element-play-after-eos.html [ Pass Failure ]
+webkit.org/b/116277 media/video-buffered.html [ Pass Failure ]
+webkit.org/b/121803 compositing/video/video-object-fit.html [ Pass ImageOnlyFailure ]
+webkit.org/b/121803 media/video-object-fit-change.html [ Pass ImageOnlyFailure ]
+webkit.org/b/121803 media/video-object-fit.html [ Pass ImageOnlyFailure ]
+webkit.org/b/122021 media/track/track-cue-rendering-vertical.html [ Pass Failure ]
+webkit.org/b/122033 media/video-duration-known-after-eos.html [ Pass Failure ]
+webkit.org/b/122039 media/track/track-cue-overlap-snap-to-lines-not-set.html [ Pass Failure ]
+webkit.org/b/122042 media/media-controller-playback.html [ Pass Failure ]
+webkit.org/b/122126 media/click-volume-bar-not-pausing.html [ Pass Failure Timeout ]
+webkit.org/b/123010 media/W3C/audio/networkState/networkState_during_loadstart.html [ Pass Failure ]
+webkit.org/b/123099 media/media-controller-time-clamp.html [ Pass Failure Timeout ]
+webkit.org/b/123522 [ Mavericks ] media/track/track-in-band-legacy-api.html [ Pass Failure ]
+webkit.org/b/130490 media/video-remote-control-playpause.html [ Pass Failure ]
+webkit.org/b/130971 media/track/track-remove-track.html [ Pass Crash Failure ]
+webkit.org/b/131855 media/event-attributes.html [ Pass Failure ]
+webkit.org/b/133363 media/video-rtl.html [ Pass ImageOnlyFailure ]
</ins><span class="cx"> webkit.org/b/133686 media/track/w3c/interfaces/TextTrackCue/align.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/133686 media/track/w3c/interfaces/TextTrackCue/endTime.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/133686 media/track/w3c/interfaces/TextTrackCue/id.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/133686 media/track/w3c/interfaces/TextTrackCue/pauseOnExit.html [ Pass Failure ]
</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><ins>+webkit.org/b/135160 media/track/track-in-band-subtitles-too-large.html [ Pass Failure ]
+webkit.org/b/135160 media/track/track-long-word-container-sizing.html [ Pass Failure ]
+## --- End flaky media tests
</ins><span class="cx"> 
</span><del>-webkit.org/b/134490 [ MountainLion ] media/video-ended-event-negative-playback.html [ Pass Failure ]
</del><ins>+# Skipped while Eric Carlson works on a fix.
+webkit.org/b/28221 media/audio-delete-while-step-button-clicked.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/135015 plugins/quicktime-plugin-replacement.html [ Pass Failure ]
</del><ins>+# This test requires generation of progress events during loading
+webkit.org/b/100984 media/progress-events-generated-correctly.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/131477 fast/repaint/obscured-background-no-repaint.html [ Pass Failure ]
</del><ins>+webkit.org/b/34287 http/tests/media/video-cookie.html
</ins><span class="cx"> 
</span><del>-webkit.org/b/135071 [ MountainLion ] media/video-seek-with-negative-playback.html [ Pass Failure Timeout ]
</del><ins>+# needs enhanced eventSender.contextMenu() return value
+webkit.org/b/116651 media/context-menu-actions.html
</ins><span class="cx"> 
</span><del>-webkit.org/b/116259 http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html [ Pass Failure ]
</del><ins>+# requires video.buffered to be able to return multiple timeranges
+http/tests/media/video-buffered.html [ Skip ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/131787 fast/canvas/canvas-putImageData-zero-alpha.html [ Pass ImageOnlyFailure ]
</del><ins>+webkit.org/b/61487 http/tests/media/video-cross-site.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/135133 [ MountainLion ] fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ Pass ImageOnlyFailure ]
</del><ins>+# Opera-submitted tests to W3C for &lt;track&gt;, a lot of failures still.
+webkit.org/b/103926 media/track/opera/idl/media-idl-tests.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLTrackElement/src.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrack/activeCues.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/constructor.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/createEvent.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/line.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onenter.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onexit.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/snapToLines.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/text.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/vertical.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCueList/getter.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackList/getter.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/track-element/cloneNode.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/track-element/src-clear-cues.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/webvtt/parsing/001.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html [ Skip ] 
+webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html [ Skip ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/135160 media/track/track-in-band-subtitles-too-large.html [ Pass Failure ]
-webkit.org/b/135160 media/track/track-long-word-container-sizing.html [ Pass Failure ]
</del><ins>+# WebVTT tests don't work because they need more than a 800x600 snapshot.
+# They are also flakily failing on WebKit2, as snapshot sometimes has a black rectangle for video element instead of white one.
+webkit.org/b/131476 media/track/w3c/track/webvtt [ Skip ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/136532 [ MountainLion ] media/audio-data-url.html [ Failure ]
-webkit.org/b/136532 [ MountainLion ] media/sources-fallback-codecs.html [ Failure ]
-webkit.org/b/136532 [ MountainLion ] media/video-seek-past-end-playing.html [ Pass Failure ]
</del><ins>+webkit.org/b/67716 media/media-controls-invalid-url.html [ Failure ]
</ins><span class="cx"> 
</span><ins>+webkit.org/b/75184 media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_1.html
+webkit.org/b/75184 media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2.html
+webkit.org/b/75184 media/W3C/video/canPlayType/canPlayType_codecs_order_2.html
+webkit.org/b/75184 media/W3C/video/canPlayType/canPlayType_codecs_order_3.html
+webkit.org/b/75184 media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_2.html
+webkit.org/b/75184 media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_3.html
+webkit.org/b/75184 media/W3C/video/canPlayType/canPlayType_two_implies_one_3.html
+webkit.org/b/75184 media/W3C/video/canPlayType/canPlayType_two_implies_one_4.html
+webkit.org/b/75184 media/W3C/video/canPlayType/canPlayType_two_implies_one_5.html
+webkit.org/b/75184 media/W3C/video/canPlayType/canPlayType_two_implies_one_6.html
+
+webkit.org/b/130234 [ Mavericks ] http/tests/media/media-play-stream-chunked-icy.html [ Skip ]
+
+# --- WebKit2 only ---
+compositing/video/video-background-color.html
+media/video-does-not-loop.html
+media/video-size-intrinsic-scale.html
+
+media/controls-styling.html
+media/media-document-audio-repaint.html
+media/video-zoom-controls.html
+
+# Mac doesn't have a toggle for CC any more, it's based on a menu of choices.
+webkit.org/b/101670 media/video-controls-captions.html [ Skip ]
+
+# These two tests often timeout
+webkit.org/b/112492 media/track/track-language-preference.html [ Skip ]
+webkit.org/b/112492 media/track/track-prefer-captions.html [ Skip ]
+
+# The logic in this test is no longer correct for Apple ports
+webkit.org/b/112492 media/track/track-user-preferences.html [ Skip ]
+
+webkit.org/b/122507 media/track/track-cue-rendering.html [ Pass Failure ]
+
+# Flaky logging underneath us
+webkit.org/b/124219 [ Mavericks ] media/track/track-forced-subtitles-in-band.html [ Failure Pass ]
+
+# Feature not implemented
+webkit.org/b/91611 media/media-higher-prio-audio-stream.html [ Skip ]
+
+webkit.org/b/121992 media/media-volume-slider-rendered-below.html [ Failure ]
+webkit.org/b/121992 media/media-volume-slider-rendered-normal.html [ Timeout Failure ]
+webkit.org/b/121995 media/video-controls-captions-trackmenu-hide-on-click-outside.html [ Timeout Failure ]
+webkit.org/b/121995 media/video-controls-captions-trackmenu-hide-on-click.html [ Timeout Failure ]
+webkit.org/b/121995 media/video-controls-captions-trackmenu-includes-enabled-track.html [ Timeout Failure ]
+
+# REGRESSION(r156546): 18 media tests broken (122021)
+webkit.org/b/122021 media/track/track-cue-mutable-text.html
+webkit.org/b/122021 media/track/track-cue-rendering-mode-changed.html
+webkit.org/b/122021 media/track/track-in-band-mode.html
+webkit.org/b/122021 media/video-controls-captions-trackmenu-localized.html
+webkit.org/b/122021 media/video-controls-captions-trackmenu-sorted.html
+webkit.org/b/122021 media/video-controls-captions-trackmenu.html
+webkit.org/b/122021 media/video-controls-fullscreen-volume.html
+webkit.org/b/122021 media/video-controls-no-scripting.html
+webkit.org/b/122021 media/video-controls-rendering.html
+webkit.org/b/122021 media/video-controls-toggling.html
+webkit.org/b/122021 media/video-controls-visible-exiting-fullscreen.html
+webkit.org/b/122021 media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html
+webkit.org/b/122021 media/video-display-toggle.html
+webkit.org/b/122021 media/video-empty-source.html
+webkit.org/b/122021 media/video-volume-slider.html
+webkit.org/b/122021 media/volume-bar-empty-when-muted.html
+
+# Audio and video tracks aren't supported on mac
+media/track/audio
+media/track/video
+
+# WebKitDataCue is supported, not DataCue
+media/track/track-datacue.html [ Skip ]
+
</ins><span class="cx"> # Mac doesn't support YUV 420/422 colorspace
</span><span class="cx"> media/video-colorspace-yuv420.html [ Skip ]
</span><span class="cx"> media/video-colorspace-yuv422.html [ Skip ]
</span><ins>+
+# --- End media tests ---
</ins></span></pre>
</div>
</div>

</body>
</html>