<!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>[207045] 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/207045">207045</a></dd>
<dt>Author</dt> <dd>gyuyoung.kim@webkit.org</dd>
<dt>Date</dt> <dd>2016-10-10 23:08:52 -0700 (Mon, 10 Oct 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>[EFL] Skip imported/w3c/web-platform-tests for a while

Unreviewed EFL gardening.

Many imported/w3c/web-platform-tests have been failed, timeout, and crash.
So skip the tests until fixing all problems.

Additionally this patch removes duplciated tests.

Patch by Gyuyoung Kim &lt;gyuyoung.kim@navercorp.com&gt; on 2016-10-10

* platform/efl/TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformeflTestExpectations">trunk/LayoutTests/platform/efl/TestExpectations</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (207044 => 207045)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-10-11 06:06:46 UTC (rev 207044)
+++ trunk/LayoutTests/ChangeLog        2016-10-11 06:08:52 UTC (rev 207045)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2016-10-10  Gyuyoung Kim  &lt;gyuyoung.kim@navercorp.com&gt;
+
+        [EFL] Skip imported/w3c/web-platform-tests for a while
+
+        Unreviewed EFL gardening.
+
+        Many imported/w3c/web-platform-tests have been failed, timeout, and crash.
+        So skip the tests until fixing all problems.
+
+        Additionally this patch removes duplciated tests.
+
+        * platform/efl/TestExpectations:
+
</ins><span class="cx"> 2016-10-10  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Update WheelEvent / MouseEvent to stop using legacy [ConstructorTemplate=Event]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (207044 => 207045)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2016-10-11 06:06:46 UTC (rev 207044)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2016-10-11 06:08:52 UTC (rev 207045)
</span><span class="lines">@@ -141,14 +141,9 @@
</span><span class="cx"> http/tests/media/video-play-stall.html
</span><span class="cx"> http/tests/media/video-play-waiting.html
</span><span class="cx"> http/tests/security/feed-urls-from-remote.html
</span><del>-http/tests/media/clearkey/clear-key-hls-aes128.html [ Timeout ]
</del><span class="cx"> http/tests/media/video-buffered-range-contains-currentTime.html [ Timeout ]
</span><del>-http/tests/media/video-redirect.html [ Timeout ]
</del><span class="cx"> media/airplay-autoplay.html [ Timeout ]
</span><del>-media/media-controls-drag-timeline-set-controls-property.html [ Timeout ]
</del><span class="cx"> media/media-fullscreen-return-to-inline.html [ Timeout ]
</span><del>-media/media-source/media-source-duplicate-seeked.html [ Timeout ]
-media/media-source/media-source-play.html [ Timeout ]
</del><span class="cx"> media/media-source/media-source-small-gap.html [ Timeout ]
</span><span class="cx"> 
</span><span class="cx"> # ------------------------------
</span><span class="lines">@@ -573,8 +568,6 @@
</span><span class="cx"> webkit.org/b/134718 gamepad [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # These tests are for an obsolete version of the EME spec.
</span><del>-webkit.org/b/95297 fast/events/constructors/media-key-event-constructor.html [ WontFix ]
-media/encrypted-media/encrypted-media-can-play-type-webm.html [ WontFix ]
</del><span class="cx"> media/encrypted-media/encrypted-media-events.html [ WontFix ]
</span><span class="cx"> media/encrypted-media/encrypted-media-not-loaded.html [ WontFix ]
</span><span class="cx"> media/encrypted-media/encrypted-media-syntax.html [ WontFix ]
</span><span class="lines">@@ -676,7 +669,6 @@
</span><span class="cx"> 
</span><span class="cx"> Bug(EFL) fast/dom/Window/property-access-on-cached-window-after-frame-removed.html [ Crash ]
</span><span class="cx"> Bug(EFL) fast/selectors/querySelector-in-range-crash.html [ Crash ]
</span><del>-Bug(EFL) http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ Crash ]
</del><span class="cx"> Bug(EFL) webaudio/decode-audio-data-basic.html [ Crash ]
</span><span class="cx"> 
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1092,8 +1084,8 @@
</span><span class="cx"> webkit.org/b/148470 css1/box_properties/padding_top.html [ Failure ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/148470 css1/box_properties/width.html [ Failure ImageOnlyFailure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/158412 imported/w3c/web-platform-tests/html/dom/reflection-grouping.html [ Timeout Pass ]
-webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ul-element/grouping-ul.html [ Timeout Pass ]
</del><ins>+#webkit.org/b/158412 imported/w3c/web-platform-tests/html/dom/reflection-grouping.html [ Timeout Pass ]
+#webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ul-element/grouping-ul.html [ Timeout Pass ]
</ins><span class="cx"> 
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # PASSING TESTS WITH INCORRECT EXPECTATIONS
</span><span class="lines">@@ -1299,23 +1291,20 @@
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-width-ems-001.xht [ Pass ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-width-small-001.xht [ Pass ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-zero-height-001.xht [ Pass ]
</span><del>-imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-pre-N-between-Rs.html [ Pass ]
-imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-N-between-Rs.html [ Pass ]
-imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html [ Pass ]
-imported/w3c/web-platform-tests/html/dom/elements/global-attributes/style-01.html [ Pass ]
-imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-01.html [ Pass ]
-imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-02.html [ Pass ]
-imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute.html [ Pass ]
-imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_initially_paused.html [ Pass ]
-imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol.html [ Pass ]
-imported/w3c/web-platform-tests/IndexedDB/idbcursor_iterating.htm [ Pass ]
-imported/w3c/web-platform-tests/IndexedDB/idbindex-multientry-big.htm [ Pass ]
-imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization.html [ Pass ]
-imported/w3c/web-platform-tests/html/browsers/browsing-the-web/unloading-documents/001.html [ Pass ]
-imported/w3c/web-platform-tests/html/browsers/browsing-the-web/unloading-documents/002.html [ Pass ]
-imported/w3c/web-platform-tests/html/browsers/browsing-the-web/unloading-documents/003.html [ Pass ]
-imported/w3c/web-platform-tests/html/browsers/browsing-the-web/unloading-documents/005.html [ Pass ]
-imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html [ Pass ]
</del><ins>+#imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-pre-N-between-Rs.html [ Pass ]
+#imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-N-between-Rs.html [ Pass ]
+#imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html [ Pass ]
+#imported/w3c/web-platform-tests/html/dom/elements/global-attributes/style-01.html [ Pass ]
+#imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-01.html [ Pass ]
+#imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-02.html [ Pass ]
+#imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_initially_paused.html [ Pass ]
+#imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol.html [ Pass ]
+#imported/w3c/web-platform-tests/IndexedDB/idbcursor_iterating.htm [ Pass ]
+#imported/w3c/web-platform-tests/IndexedDB/idbindex-multientry-big.htm [ Pass ]
+#imported/w3c/web-platform-tests/html/browsers/browsing-the-web/unloading-documents/001.html [ Pass ]
+#imported/w3c/web-platform-tests/html/browsers/browsing-the-web/unloading-documents/002.html [ Pass ]
+#imported/w3c/web-platform-tests/html/browsers/browsing-the-web/unloading-documents/003.html [ Pass ]
+#imported/w3c/web-platform-tests/html/browsers/browsing-the-web/unloading-documents/005.html [ Pass ]
</ins><span class="cx"> css3/conditional/w3c/at-supports-010.html [ Pass ]
</span><span class="cx"> css3/conditional/w3c/at-supports-014.html [ Pass ]
</span><span class="cx"> fast/borders/border-painting-dashed.html [ Pass ]
</span><span class="lines">@@ -1521,7 +1510,7 @@
</span><span class="cx"> 
</span><span class="cx"> # Too many tests are failure, timeout, and crash. So it would be good to
</span><span class="cx"> # skip these tests until we find solution to fix.
</span><del>-webkit.org/b/161839 imported/w3c/web-platform-tests/ [ Skip ]
</del><ins>+webkit.org/b/161839 imported/w3c/web-platform-tests [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Though MEDIA_SOURCE is enabled, below tests are still failing.
</span><span class="cx"> webkit.org/b/134974 http/tests/media/media-source [ Skip ]
</span><span class="lines">@@ -1533,115 +1522,110 @@
</span><span class="cx"> webkit.org/b/134974 media/media-source/media-source-play.html [ Failure ]
</span><span class="cx"> webkit.org/b/134974 media/media-source/media-source-append-buffer-with-append-window.html [ Failure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/URL-createObjectURL-null.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/URL-createObjectURL-revoke.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/interfaces.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-activesourcebuffers.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-addsourcebuffer.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-append-buffer.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-appendbuffer-quota-exceeded.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-appendwindow.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-buffered.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-a-bitrate.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-av-audio-bitrate.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-av-framesize.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-av-video-bitrate.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-v-bitrate.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-v-framerate.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-v-framesize.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-a-bitrate.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-av-audio-bitrate.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-av-framesize.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-av-video-bitrate.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-bitrate.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-framerate.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-framesize.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-detach.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-duration-boundaryconditions.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-duration.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-endofstream.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-errors.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-getvideoplaybackquality.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-is-type-supported.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-liveseekable.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-play-then-seek-back.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-play.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-preload.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-redundant-seek.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-remove.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-removesourcebuffer.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-seek-beyond-duration.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-seek-during-pending-seek.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-seekable.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-sequencemode-append-buffer.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-sourcebuffer-mode.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-sourcebuffer-trackdefaults.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-timestamp-offset.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-trackdefault.html [ Failure ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-trackdefaultlist.html [ Failure ]
</del><ins>+# Skip imported/w3c/web-platform-tests for a while.
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/URL-createObjectURL-null.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/URL-createObjectURL-revoke.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/interfaces.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-activesourcebuffers.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-addsourcebuffer.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-append-buffer.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-appendbuffer-quota-exceeded.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-appendwindow.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-buffered.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-a-bitrate.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-av-audio-bitrate.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-av-framesize.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-av-video-bitrate.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-v-bitrate.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-v-framerate.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-v-framesize.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-a-bitrate.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-av-audio-bitrate.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-av-framesize.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-av-video-bitrate.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-bitrate.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-framerate.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-framesize.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-detach.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-duration-boundaryconditions.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-duration.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-endofstream.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-errors.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-getvideoplaybackquality.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-is-type-supported.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-liveseekable.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-play-then-seek-back.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-play.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-preload.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-redundant-seek.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-remove.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-removesourcebuffer.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-seek-beyond-duration.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-seek-during-pending-seek.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-seekable.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-sequencemode-append-buffer.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-sourcebuffer-mode.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-sourcebuffer-trackdefaults.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-timestamp-offset.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-trackdefault.html [ Failure ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-trackdefaultlist.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbcursor_advance_index9.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbdatabase_createObjectStore8-parameters.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbdatabase_transaction5.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbfactory_cmp2.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbfactory_open3.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbkeyrange.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_createIndex2.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_delete2.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_delete4.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_delete6.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_deleted.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_get3.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/overridemimetype-loading-state.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/send-content-type-charset.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/send-response-upload-event-progress.htm [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/dom/collections/domstringmap-supported-property-names.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html [ Failure Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_css.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/dom/nodes/Element-childElementCount-dynamic-add.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/dom/nodes/Element-classlist.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/basic/mode-same-origin.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/basic/scheme-blob.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/policies/referrer-no-referrer.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/onexit.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/fallback.basic.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.colour.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.junk.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.reflect.setcontent.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.octal.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.plus.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/streams/readable-streams/garbage-collection.https.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/streams/readable-streams/readable-stream-reader.https.html [ Skip ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbcursor_delete_index5.htm [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbdatabase_close2.htm [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_index.htm [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/open-method-case-sensitive.htm [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/dom/events/Event-constructors.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hostname.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/reload_document_open_write.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/browsers/windows/nested-browsing-contexts/window-top-001.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_srcdoc.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/context.emptystring.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.space.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toBlob.jpeg.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.zeroheight.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/forms/the-textarea-element/cloning-steps.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/node-document-changes.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/syntax/parsing/html5lib_main-element.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/syntax/parsing/html5lib_tests26.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/html/syntax/parsing/template/additions-to-the-in-frameset-insertion-mode/end-tag-frameset.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-av-framesize.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/shadow-dom/Element-interface-attachShadow.html [ Timeout ]
-webkit.org/b/161839 imported/w3c/web-platform-tests/url/historical.html [ Timeout ]
</del><ins>+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbcursor_advance_index9.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbdatabase_createObjectStore8-parameters.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbdatabase_transaction5.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbfactory_cmp2.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbfactory_open3.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbkeyrange.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_createIndex2.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_delete2.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_delete4.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_delete6.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_deleted.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_get3.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/overridemimetype-loading-state.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/send-content-type-charset.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/send-response-upload-event-progress.htm [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/dom/collections/domstringmap-supported-property-names.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_css.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/dom/nodes/Element-childElementCount-dynamic-add.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/dom/nodes/Element-classlist.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/basic/mode-same-origin.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/basic/scheme-blob.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/policies/referrer-no-referrer.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/onexit.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/fallback.basic.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.colour.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.junk.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.reflect.setcontent.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.octal.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.plus.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/streams/readable-streams/garbage-collection.https.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/streams/readable-streams/readable-stream-reader.https.html [ Skip ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbcursor_delete_index5.htm [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbdatabase_close2.htm [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_index.htm [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/open-method-case-sensitive.htm [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/dom/events/Event-constructors.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hostname.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/reload_document_open_write.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/browsers/windows/nested-browsing-contexts/window-top-001.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_srcdoc.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/context.emptystring.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.space.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toBlob.jpeg.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.zeroheight.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/forms/the-textarea-element/cloning-steps.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/node-document-changes.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/syntax/parsing/html5lib_main-element.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/syntax/parsing/html5lib_tests26.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/html/syntax/parsing/template/additions-to-the-in-frameset-insertion-mode/end-tag-frameset.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/shadow-dom/Element-interface-attachShadow.html [ Timeout ]
+#webkit.org/b/161839 imported/w3c/web-platform-tests/url/historical.html [ Timeout ]
</ins><span class="cx"> 
</span><del>-
</del><span class="cx"> # Requires ENCRYPTED_MEDIA support.
</span><span class="cx"> webkit.org/b/95297 media/encrypted-media [ Pass ]
</span><span class="cx"> 
</span><del>-# Failing, need to fix. https://bugs.webkit.org/show_bug.cgi?id=138307
-webkit.org/b/138307 media/encrypted-media/encrypted-media-can-play-type.html [ Skip ]
-
</del><span class="cx"> # Requires POINTER_LOCK support.
</span><span class="cx"> webkit.org/b/88080 pointer-lock [ Skip ]
</span><span class="cx"> webkit.org/b/88080 http/tests/pointer-lock [ Skip ]
</span><span class="lines">@@ -2132,15 +2116,11 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/127106 media/video-canvas-drawing-output.html [ Crash ]
</span><span class="cx"> 
</span><del>-webkit.org/b/127107 media/volume-bar-empty-when-muted.html [ Crash ]
-
</del><span class="cx"> # Failing after r159674
</span><span class="cx"> webkit.org/b/127475 fast/dom/inline-event-attributes-release.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/127489 http/tests/misc/will-send-request-returns-null-on-redirect.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/127725 media/video-restricted-no-preload-auto.html [ Crash ]
-
</del><span class="cx"> # Subpixel rendering: borders are reporting float values.
</span><span class="cx"> webkit.org/b/128061 fast/multicol/span/anonymous-style-inheritance.html [ Failure ]
</span><span class="cx"> webkit.org/b/128061 fast/repaint/repaint-during-scroll-with-zoom.html [ Failure ]
</span><span class="lines">@@ -2487,32 +2467,33 @@
</span><span class="cx"> webkit.org/b/148470 fast/events/wheelevent-basic.html [ Failure ]
</span><span class="cx"> webkit.org/b/148470 fast/repaint/4776765.html [ Failure ]
</span><span class="cx"> webkit.org/b/148470 fast/repaint/hidpi-content-inside-iframe-leaves-trails.html [ Failure ]
</span><del>-webkit.org/b/148470 imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/interfaces.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-datalist-element/datalistoptions.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-autocomplete.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/hidden.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/telephone.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/text.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/interfaces.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/send-accept-language.htm [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head-async.htm [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head.htm [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect.htm [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/status-async.htm [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/status-basic.htm [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/status-error.htm [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/dom/nodes/Node-cloneNode.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements-xhtml.xhtml [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/activeCues.html [ Failure ]
-webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change.html [ Failure ]
</del><span class="cx"> 
</span><ins>+#webkit.org/b/148470 imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/interfaces.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-datalist-element/datalistoptions.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-autocomplete.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/hidden.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/telephone.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/text.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/interfaces.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/send-accept-language.htm [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head-async.htm [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head.htm [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect.htm [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/status-async.htm [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/status-basic.htm [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/status-error.htm [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/dom/nodes/Node-cloneNode.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements-xhtml.xhtml [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/activeCues.html [ Failure ]
+#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change.html [ Failure ]
+
</ins><span class="cx"> # Mocking the system language is not implemented in EFL.
</span><span class="cx"> fast/text/international/system-language [ Failure ]
</span><span class="cx"> fast/text/international/system-language/system-font-punctuation.html [ Missing ]
</span><span class="lines">@@ -2673,13 +2654,10 @@
</span><span class="cx"> Bug(EFL) fast/custom-elements [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/155970 http/tests/appcache/auth.html [ Timeout ]
</span><del>-webkit.org/b/155970 http/tests/media/video-redirect.html [ Timeout ]
</del><span class="cx"> webkit.org/b/155970 http/tests/security/contentSecurityPolicy/audio-redirect-blocked.html [ Timeout ]
</span><span class="cx"> webkit.org/b/155970 http/tests/security/contentSecurityPolicy/video-redirect-blocked.html [ Timeout ]
</span><del>-webkit.org/b/155970 http/tests/security/inactive-document-with-empty-security-origin.html [ Timeout ]
</del><span class="cx"> 
</span><span class="cx"> webkit.org/b/156023 pageoverlay/overlay-installation.html [ Failure ]
</span><del>-webkit.org/b/156023 pageoverlay/overlay-large-document-scrolled.html [ Failure ]
</del><span class="cx"> webkit.org/b/156023 pageoverlay/overlay-large-document.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/156024 svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml [ Failure ]
</span><span class="lines">@@ -2694,13 +2672,11 @@
</span><span class="cx"> webkit.org/b/156969 media/media-source/media-source-fudge-factor.html [ Timeout ]
</span><span class="cx"> webkit.org/b/156969 media/media-source/media-source-loadedmetada-with-two-sourcebuffers.html [ Timeout ]
</span><span class="cx"> webkit.org/b/156969 media/media-source/media-source-multiple-initialization-segments.html [ Timeout ]
</span><del>-webkit.org/b/156969 media/media-source/media-source-play.html [ Timeout ]
</del><span class="cx"> webkit.org/b/156969 media/media-source/media-source-remove.html [ Timeout ]
</span><span class="cx"> webkit.org/b/156969 media/track/track-automatic-subtitles.html [ Timeout ]
</span><span class="cx"> webkit.org/b/156969 media/track/track-cues-pause-on-exit.html [ Timeout ]
</span><span class="cx"> webkit.org/b/156969 media/video-controls-toggling.html [ Timeout ]
</span><span class="cx"> webkit.org/b/156969 media/accessiblity-describes-video.html [ Failure ]
</span><del>-webkit.org/b/156969 media/controls-right-click-on-timebar.html [ Failure ]
</del><span class="cx"> webkit.org/b/156969 media/controls-strict.html [ Failure ]
</span><span class="cx"> webkit.org/b/156969 media/controls-without-preload.html [ Failure ]
</span><span class="cx"> webkit.org/b/156969 media/media-controls-drag-timeline-set-controls-property.html [ Failure ]
</span><span class="lines">@@ -2729,7 +2705,6 @@
</span><span class="cx"> webkit.org/b/156969 media/track/video-track-alternate-groups.html [ Failure ]
</span><span class="cx"> webkit.org/b/156969 media/video-autoplay-allowed-but-fullscreen-required.html [ Failure ]
</span><span class="cx"> webkit.org/b/156969 media/video-background-tab-playback.html [ Failure ]
</span><del>-webkit.org/b/156969 media/video-canvas-drawing-output.html [ Failure ]
</del><span class="cx"> webkit.org/b/156969 media/video-controls-audiotracks-trackmenu.html [ Failure ]
</span><span class="cx"> webkit.org/b/156969 media/video-controls-fullscreen-volume.html [ Failure ]
</span><span class="cx"> webkit.org/b/156969 media/video-controls-no-display-with-text-track.html [ Failure ]
</span><span class="lines">@@ -2738,17 +2713,13 @@
</span><span class="cx"> webkit.org/b/156969 media/video-display-toggle.html [ Failure ]
</span><span class="cx"> webkit.org/b/156969 media/video-initially-hidden-volume-slider-up.html [ Failure ]
</span><span class="cx"> webkit.org/b/156969 media/video-playing-and-pause.html [ Failure ]
</span><del>-webkit.org/b/156969 media/video-restricted-no-preload-auto.html [ Failure ]
</del><span class="cx"> webkit.org/b/156969 media/video-zoom-controls.html [ Failure ]
</span><del>-webkit.org/b/156969 media/volume-bar-empty-when-muted.html [ Failure ]
</del><span class="cx"> 
</span><del>-webkit.org/b/157550 fast/forms/select-non-native-rendering-direction.html [ Missing ]
</del><ins>+#webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html [ Failure ]
+#webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_canplaythrough.html [ Failure ]
+#webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html [ Failure ]
+#webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute.html [ Crash ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html [ Failure ]
-webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_canplaythrough.html [ Failure ]
-webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html [ Failure ]
-webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute.html [ Crash ]
-
</del><span class="cx"> webkit.org/b/159754 workers/bomb.html [ Slow ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/161374 storage/indexeddb/modern/blob-simple-workers.html [ Failure ]
</span><span class="lines">@@ -2759,11 +2730,9 @@
</span><span class="cx"> webkit.org/b/161374 storage/indexeddb/pending-version-change-stuck-works-with-terminate-private.html [ Failure ]
</span><span class="cx"> webkit.org/b/161374 storage/indexeddb/transaction-complete-workers-private.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/161376 media/controls-right-click-on-timebar.html [ Failure ]
</del><span class="cx"> webkit.org/b/161376 media/media-controls-accessibility.html [ Failure ]
</span><span class="cx"> webkit.org/b/161376 media/tab-focus-inside-media-elements.html [ Failure ]
</span><span class="cx"> webkit.org/b/161376 media/track/audio/audio-track-mkv-vorbis-language.html [ Failure ]
</span><del>-webkit.org/b/161376 media/video-canvas-drawing-output.html [ Failure ]
</del><span class="cx"> webkit.org/b/161376 media/video-controls-drop-and-restore-timeline.html [ Failure ]
</span><span class="cx"> webkit.org/b/161376 media/video-controls-show-on-kb-or-ax-event.html [ Failure ]
</span><span class="cx"> webkit.org/b/161376 media/video-controls-to-not-scroll-page-on-load.html [ Failure ]
</span><span class="lines">@@ -2780,15 +2749,15 @@
</span><span class="cx"> webkit.org/b/161519 http/tests/navigation/ping-attribute/area-cross-origin.html [ Timeout ]
</span><span class="cx"> webkit.org/b/161519 http/tests/navigation/ping-attribute/area-same-origin.html [ Timeout ]
</span><span class="cx"> 
</span><del>-webkit.org/b/161520 imported/w3c/web-platform-tests/IndexedDB/idb_webworkers.htm [ Failure ]
-webkit.org/b/161520 imported/w3c/web-platform-tests/XMLHttpRequest/headers-normalize-response.htm [ Failure ]
-webkit.org/b/161520 imported/w3c/web-platform-tests/XMLHttpRequest/send-network-error-sync-events.sub.htm [ Failure ]
-webkit.org/b/161520 imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html [ Failure ]
-webkit.org/b/161520 imported/w3c/web-platform-tests/fetch/api/basic/request-headers-worker.html [ Failure ]
-webkit.org/b/161520 imported/w3c/web-platform-tests/fetch/api/basic/request-headers.html [ Failure ]
-webkit.org/b/161520 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-worker.html [ Failure ]
-webkit.org/b/161520 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.html [ Failure ]
-webkit.org/b/161520 imported/w3c/web-platform-tests/html/browsers/browsing-the-web/read-media/pageload-video.html [ Failure ]
</del><ins>+#webkit.org/b/161520 imported/w3c/web-platform-tests/IndexedDB/idb_webworkers.htm [ Failure ]
+#webkit.org/b/161520 imported/w3c/web-platform-tests/XMLHttpRequest/headers-normalize-response.htm [ Failure ]
+#webkit.org/b/161520 imported/w3c/web-platform-tests/XMLHttpRequest/send-network-error-sync-events.sub.htm [ Failure ]
+#webkit.org/b/161520 imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html [ Failure ]
+#webkit.org/b/161520 imported/w3c/web-platform-tests/fetch/api/basic/request-headers-worker.html [ Failure ]
+#webkit.org/b/161520 imported/w3c/web-platform-tests/fetch/api/basic/request-headers.html [ Failure ]
+#webkit.org/b/161520 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-worker.html [ Failure ]
+#webkit.org/b/161520 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.html [ Failure ]
+#webkit.org/b/161520 imported/w3c/web-platform-tests/html/browsers/browsing-the-web/read-media/pageload-video.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/161525 http/tests/security/anchor-download-allow-data.html [ Failure ]
</span><span class="cx"> webkit.org/b/161525 http/tests/security/anchor-download-allow-sameorigin.html [ Failure ]
</span><span class="lines">@@ -2813,12 +2782,6 @@
</span><span class="cx"> webkit.org/b/161527 fast/forms/select-writing-direction-natural.html [ Failure ]
</span><span class="cx"> webkit.org/b/161527 fast/forms/validity-assertion-inserting-into-datalist.html [ Failure ]
</span><span class="cx"> 
</span><del>-Bug(EFL) crypto/workers/aes-postMessage-worker.html [ Timeout ]
-Bug(EFL) crypto/workers/hmac-postMessage-worker.html [ Timeout ]
-Bug(EFL) crypto/workers/hrsa-postMessage-worker.html [ Timeout ]
-Bug(EFL) crypto/workers/multiple-postMessage-worker.html [ Timeout ]
-Bug(EFL) crypto/workers/rsa-postMessage-worker.html [ Timeout ]
-
</del><span class="cx"> webkit.org/b/163192 crypto/workers/subtle/aes-postMessage-worker.html [ Timeout ]
</span><span class="cx"> webkit.org/b/163192 crypto/workers/subtle/hmac-postMessage-worker.html [ Timeout ]
</span><span class="cx"> webkit.org/b/163192 crypto/workers/subtle/hrsa-postMessage-worker.html [ Timeout ]
</span></span></pre>
</div>
</div>

</body>
</html>