<!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>[198716] 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/198716">198716</a></dd>
<dt>Author</dt> <dd>gyuyoung.kim@webkit.org</dd>
<dt>Date</dt> <dd>2016-03-26 05:53:06 -0700 (Sat, 26 Mar 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove duplicated tests in EFL TextExpectations.

Unreviewed EFL gardening.

* platform/efl/TestExpectations: Clean up duplicated pathes.</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 (198715 => 198716)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-03-26 07:31:46 UTC (rev 198715)
+++ trunk/LayoutTests/ChangeLog        2016-03-26 12:53:06 UTC (rev 198716)
</span><span class="lines">@@ -1,3 +1,11 @@
</span><ins>+2016-03-26  Gyuyoung Kim  &lt;gyuyoung.kim@webkit.org&gt;
+
+        Remove duplicated tests in EFL TextExpectations.
+
+        Unreviewed EFL gardening.
+
+        * platform/efl/TestExpectations: Clean up duplicated pathes.
+
</ins><span class="cx"> 2016-03-26  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         ES6 Class syntax. Invoking method of parent class in constructor before super() lead to crash
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (198715 => 198716)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2016-03-26 07:31:46 UTC (rev 198715)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2016-03-26 12:53:06 UTC (rev 198716)
</span><span class="lines">@@ -62,6 +62,8 @@
</span><span class="cx"> # Need a scroll snap point implementation
</span><span class="cx"> css3/scroll-snap [ Skip ]
</span><span class="cx"> 
</span><ins>+webaudio/mixing.html [ Skip ]
+
</ins><span class="cx"> # TODO Animation triggers not supported
</span><span class="cx"> animations/trigger-computed-style.html [ Skip ]
</span><span class="cx"> animations/trigger-parsing.html [ Skip ]
</span><span class="lines">@@ -550,7 +552,7 @@
</span><span class="cx"> webkit.org/b/141894 fast/attachment [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # EFL port doesn't fully support EME yet.
</span><del>-webkit.org/b/141959 http/tests/media/clearkey/clear-key-hls-aes128.html [ Timeout ]
</del><ins>+webkit.org/b/141959 http/tests/media/clearkey/clear-key-hls-aes128.html [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> # Need a new baseline for EFL port. It was added by r72173.
</span><span class="cx"> Bug(EFL) fast/css/line-height-determined-by-primary-font.html [ Failure ]
</span><span class="lines">@@ -624,7 +626,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/153866 accessibility/media-element.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 compositing/video/video-clip-change-src.html [ Crash ]
</span><del>-webkit.org/b/153866 compositing/video/video-object-fit.html [ Crash ]
</del><span class="cx"> webkit.org/b/153866 compositing/video/video-reflection.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 fast/dom/beforeload/remove-video-in-beforeload-listener.html
</span><span class="cx"> webkit.org/b/153866 fast/events/media-focus-in-standalone-media-document.html [ Crash ]
</span><span class="lines">@@ -632,7 +633,6 @@
</span><span class="cx"> webkit.org/b/153866 fullscreen/video-controls-timeline.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 http/tests/appcache/video.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 http/tests/cache/memory-cache-pruning.html [ Crash ]
</span><del>-webkit.org/b/153866 http/tests/media/clearkey/clear-key-hls-aes128.html [ Crash ]
</del><span class="cx"> webkit.org/b/153866 http/tests/media/media-document-referer.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 http/tests/media/media-document.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 http/tests/media/remove-while-loading.html [ Crash ]
</span><span class="lines">@@ -645,7 +645,6 @@
</span><span class="cx"> webkit.org/b/153866 http/tests/media/video-served-as-text.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 http/tests/media/video-throttled-load-metadata.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 http/tests/media/video-useragent.html [ Crash ]
</span><del>-webkit.org/b/153866 http/tests/security/inactive-document-with-empty-security-origin.html [ Crash ]
</del><span class="cx"> webkit.org/b/153866 http/tests/security/local-video-source-from-remote.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 http/tests/security/video-cross-origin-accesssameorigin.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html [ Crash ]
</span><span class="lines">@@ -654,7 +653,6 @@
</span><span class="cx"> webkit.org/b/153866 media/click-volume-bar-not-pausing.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/context-menu-actions.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/controls-drag-timebar.html [ Crash ]
</span><del>-webkit.org/b/153866 media/controls-right-click-on-timebar.html [ Crash ]
</del><span class="cx"> webkit.org/b/153866 media/controls-strict.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/controls-styling-strict.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/controls-without-preload.html [ Crash ]
</span><span class="lines">@@ -731,7 +729,6 @@
</span><span class="cx"> webkit.org/b/153866 media/video-background-tab-playback.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/video-buffered.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/video-canvas-alpha.html [ Crash ]
</span><del>-webkit.org/b/153866 media/video-canvas-drawing-output.html [ Crash ]
</del><span class="cx"> webkit.org/b/153866 media/video-click-dblckick-standalone.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/video-colorspace-yuv420.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/video-colorspace-yuv422.html [ Crash ]
</span><span class="lines">@@ -800,7 +797,6 @@
</span><span class="cx"> webkit.org/b/153866 media/video-replaces-poster.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/video-resize.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/video-restricted-invisible-autoplay-not-allowed.html [ Crash ]
</span><del>-webkit.org/b/153866 media/video-restricted-no-preload-auto.html [ Crash ]
</del><span class="cx"> webkit.org/b/153866 media/video-restricted-no-preload-metadata.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/video-reverse-play-duration.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/video-seek-after-end.html [ Crash ]
</span><span class="lines">@@ -826,8 +822,6 @@
</span><span class="cx"> webkit.org/b/153866 media/video-volume-slider-drag.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/video-volume.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/video-zoom-controls.html [ Crash ]
</span><del>-webkit.org/b/153866 media/video-zoom.html [ Crash ]
-webkit.org/b/153866 media/volume-bar-empty-when-muted.html [ Crash ]
</del><span class="cx"> webkit.org/b/153866 media/video-autoplay-allowed-but-fullscreen-required.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/video-crash-invisible-autoplay-display-none.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/video-main-content-allow-then-deny.html [ Crash ]
</span><span class="lines">@@ -845,17 +839,13 @@
</span><span class="cx"> webkit.org/b/153866 media/remove-from-document-no-load.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/track/track-active-cues.html [ Crash ]
</span><span class="cx"> webkit.org/b/153866 media/track/track-cue-rendering-empty-cue-crash.html [ Crash ]
</span><del>-webkit.org/b/153866 http/tests/media/clearkey/clear-key-hls-aes128.html [ Crash ]
</del><span class="cx"> webkit.org/b/153866 http/tests/media/video-cookie.html [ Crash ]
</span><span class="cx"> 
</span><del>-webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-20-t.svg [ Crash ]
</del><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-21-t.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-22-b.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-23-t.svg [ Crash ]
</span><del>-webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-24-t.svg [ Crash ]
</del><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-28-t.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-29-b.svg [ Crash ]
</span><del>-webkit.org/b/155875 svg/W3C-SVG-1.1/interact-events-01-b.svg [ Crash ]
</del><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/interact-order-01-b.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/interact-order-02-b.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/interact-order-03-b.svg [ Crash ]
</span><span class="lines">@@ -865,7 +855,6 @@
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/linking-a-03-b.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/linking-a-04-t.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/painting-stroke-07-t.svg [ Crash ]
</span><del>-webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-01-t.svg [ Crash ]
</del><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-02-t.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-03-f.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-04-t.svg [ Crash ]
</span><span class="lines">@@ -874,16 +863,10 @@
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-07-t.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-08-t.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-09-t.svg [ Crash ]
</span><del>-webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-10-t.svg [ Crash ]
</del><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-12-t.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-13-t.svg [ Crash ]
</span><del>-webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-14-t.svg [ Crash ]
</del><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-15-t.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/pservers-grad-01-b.svg [ Crash ]
</span><del>-webkit.org/b/155875 svg/W3C-SVG-1.1/render-elems-07-t.svg [ Crash ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/render-elems-08-t.svg [ Crash ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/render-groups-01-b.svg [ Crash ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/render-groups-03-t.svg [ Crash ]
</del><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/script-handle-01-b.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/script-handle-02-b.svg [ Crash ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/script-handle-03-b.svg [ Crash ]
</span><span class="lines">@@ -898,7 +881,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/events/scroll-event-phase.html [ Crash ]
</span><del>-Bug(EFL) fast/events/simulated-click-coords.html [ Crash ]
</del><span class="cx"> Bug(EFL) fast/events/tabindex-focus-blur-all.html [ Crash ]
</span><span class="cx"> Bug(EFL) fast/history/history-traversal-is-asynchronous.html [ Crash ]
</span><span class="cx"> Bug(EFL) fast/history/link-inside-any.html [ Crash ]
</span><span class="lines">@@ -1012,7 +994,6 @@
</span><span class="cx"> webkit.org/b/131729 http/tests/misc/image-blocked-src-change.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/131729 http/tests/misc/slow-loading-image-in-pattern.html [ Failure ]
</span><span class="cx"> webkit.org/b/131729 http/tests/media/video-error-abort.html [ Crash Pass ]
</span><del>-webkit.org/b/131729 http/tests/media/video-load-twice.html [ Failure Pass ]
</del><span class="cx"> webkit.org/b/131729 http/tests/media/video-redirect.html [ Crash Pass ]
</span><span class="cx"> webkit.org/b/131729 http/tests/security/cross-origin-plugin-private-browsing-toggled.html [ Failure ]
</span><span class="cx"> webkit.org/b/131729 http/tests/security/drag-drop-local-file.html [ Failure ]
</span><span class="lines">@@ -1039,7 +1020,6 @@
</span><span class="cx"> # FLAKY TESTS
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><del>-Bug(EFL) media/video-played-reset.html [ Failure Pass ]
</del><span class="cx"> Bug(EFL) fast/loader/child-frame-add-after-back-forward.html [ Failure Pass ]
</span><span class="cx"> Bug(EFL) fast/events/backspace-navigates-back.html [ Failure Pass ]
</span><span class="cx"> Bug(EFL) http/tests/loading/fire-error-event-empty-404-script.html [ Crash Failure Pass ]
</span><span class="lines">@@ -1071,19 +1051,11 @@
</span><span class="cx"> webkit.org/b/93212 http/tests/incremental/slow-utf8-text.pl [ Pass Timeout ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/85180 media/audio-delete-while-step-button-clicked.html [ Failure Pass ]
</span><del>-webkit.org/b/83878 media/track/track-mode.html [ Failure Pass ]
-webkit.org/b/68878 webkit.org/b/102993 media/video-playing-and-pause.html [ Failure Pass ]
-webkit.org/b/98621 webkit.org/b/102993 media/video-controls-rendering.html [ Failure Pass ]
-webkit.org/b/96641 media/video-seek-past-end-playing.html [ Failure Pass ]
</del><span class="cx"> 
</span><span class="cx"> # Tests that sometimes fail on the bot (for GTK or Mac ports as well)
</span><span class="cx"> webkit.org/b/127550 media/audio-concurrent-supported.html [ Failure Pass ]
</span><del>-webkit.org/b/122507 media/track/track-cue-rendering.html [ Failure Pass ]
</del><span class="cx"> webkit.org/b/76280  media/W3C/video/networkState/networkState_during_progress.html [ Failure Pass ]
</span><del>-webkit.org/b/128101 media/video-loop.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/128103 media/media-element-play-after-eos.html [ Pass Failure ]
</span><del>-webkit.org/b/122039 media/track/track-cue-overlap-snap-to-lines-not-set.html [ Pass Failure ]
-webkit.org/b/128179 media/video-timeupdate-reverse-play.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/128252 media/track/track-kind.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/128528 media/media-ended.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1191,11 +1163,8 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/124655 css3/masking/clip-path-animation.html [ Failure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/124664 media/video-duration-known-after-eos.html [ Failure Timeout Pass ]
</del><span class="cx"> webkit.org/b/124664 media/video-seek-with-negative-playback.html [ Failure Crash Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/124665 media/video-ended-event-negative-playback.html [ Failure Pass ]
-
</del><span class="cx"> webkit.org/b/124925 fast/css/hover-display-block-none.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/124926 fast/events/popup-allowed-from-gesture-initiated-event.html [ Failure Pass ]
</span><span class="lines">@@ -1234,9 +1203,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/130353 mathml/wbr-in-mroot-crash.html [ Crash Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/127109 media/video-object-fit-change.html [ ImageOnlyFailure Pass ]
-webkit.org/b/127109 media/video-object-fit.html [ ImageOnlyFailure Pass ]
-
</del><span class="cx"> webkit.org/b/119789 fast/events/touch/touch-inside-iframe.html [ Crash Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/133305 fast/text/mark-matches-rendering.html [ ImageOnlyFailure Pass ]
</span><span class="lines">@@ -1254,8 +1220,6 @@
</span><span class="cx"> # Fails on the bots.
</span><span class="cx"> webkit.org/b/97968 media/unsupported-rtsp.html [ Failure Pass Timeout ]
</span><span class="cx"> 
</span><del>-webkit.org/b/135611 fullscreen/video-controls-timeline.html [ Failure Pass ]
-
</del><span class="cx"> webkit.org/b/135697 fast/dom/Window/open-zero-size-as-default.html [ Failure Pass Crash ]
</span><span class="cx"> 
</span><span class="cx"> # SVG 1.1 tests are flaky on EFL bots
</span><span class="lines">@@ -1313,7 +1277,6 @@
</span><span class="cx"> fast/selectors/hover-strict.html [ Failure Pass ]
</span><span class="cx"> webaudio/delaynode-max-default-delay.html [ Failure Pass ]
</span><span class="cx"> http/tests/xmlhttprequest/xmlhttprequest-post-crash.html [ Timeout Pass ]
</span><del>-media/track/track-cues-pause-on-exit.html [ Failure Timeout Pass ]
</del><span class="cx"> js/dom/cross-frame-prototype.html [ Crash Pass ]
</span><span class="cx"> pageoverlay/overlay-large-document-scrolled.html [ Crash Pass ]
</span><span class="cx"> http/tests/misc/iframe-reparenting-id-collision.html [ Crash Pass ]
</span><span class="lines">@@ -1630,6 +1593,12 @@
</span><span class="cx"> fast/shadow-dom/shadow-layout-after-slot-changes.html [ Pass ]
</span><span class="cx"> fast/shadow-dom/shadow-layout-after-slot-fallback-changes.html [ Pass ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-20-t.svg [ Pass ]
+webkit.org/b/155875 svg/W3C-SVG-1.1/interact-events-01-b.svg [ Pass ]
+webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-01-t.svg [ Pass ]
+webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-10-t.svg [ Pass ]
+webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-14-t.svg [ Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # FAILING TESTS
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1892,7 +1861,7 @@
</span><span class="cx"> webkit.org/b/94458 fast/events/message-port-constructor-for-deleted-document.html
</span><span class="cx"> 
</span><span class="cx"> # Started failing on JSC ports after r127202.
</span><del>-webkit.org/b/95530 http/tests/security/inactive-document-with-empty-security-origin.html [ Timeout ]
</del><ins>+webkit.org/b/95530 http/tests/security/inactive-document-with-empty-security-origin.html [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> # EFL port does not support plugins yet
</span><span class="cx"> webkit.org/b/96881 http/tests/security/cross-origin-plugin.html [ Failure ]
</span><span class="lines">@@ -1937,8 +1906,6 @@
</span><span class="cx"> Bug(EFL) fast/text/whitespace/019.html [ Failure ]
</span><span class="cx"> Bug(EFL) fast/text/whitespace/023.html [ Failure ]
</span><span class="cx"> Bug(EFL) fast/text/whitespace/028.html [ Failure ]
</span><del>-Bug(EFL) fullscreen/full-screen-iframe-legacy.html [ Failure Pass ]
-Bug(EFL) media/video-played-collapse.html [ Failure Pass ]
</del><span class="cx"> Bug(EFL) svg/animations/reinserting-svg-into-document.html [ Failure Pass ]
</span><span class="cx"> Bug(EFL) transitions/negative-delay.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -1953,7 +1920,7 @@
</span><span class="cx"> webkit.org/b/101439 media/progress-events-generated-correctly.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> # Fails because EventSendingController's contextClick does mouse click on Efl.
</span><del>-Bug(EFL) media/controls-right-click-on-timebar.html [ Failure ]
</del><ins>+Bug(EFL) media/controls-right-click-on-timebar.html [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> # HiDPI tests are failing to render correctly.
</span><span class="cx"> webkit.org/b/102097 fast/hidpi [ Skip ]
</span><span class="lines">@@ -2029,10 +1996,8 @@
</span><span class="cx"> webkit.org/b/83869 fast/layers/video-layer.html [ Failure ]
</span><span class="cx"> webkit.org/b/83869 media/media-controls-clone.html [ Failure ]
</span><span class="cx"> webkit.org/b/83869 media/track/track-cue-rendering-horizontal.html [ Failure Crash ]
</span><del>-webkit.org/b/83869 media/track/track-cue-rendering-vertical.html [ Failure ]
</del><span class="cx"> webkit.org/b/83869 media/video-empty-source.html [ Failure ]
</span><span class="cx"> webkit.org/b/83869 media/video-no-audio.html [ Failure ]
</span><del>-webkit.org/b/83869 media/video-zoom-controls.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> webkit.org/b/109950 fast/dom/Window/webkitConvertPoint.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2051,7 +2016,7 @@
</span><span class="cx"> webkit.org/b/114154 fast/forms/select/popup-closes-on-blur.html [ Pass ]
</span><span class="cx"> 
</span><span class="cx"> # CURSOR_VISIBILITY is not enabled in efl
</span><del>-webkit.org/b/107601 fullscreen/video-cursor-auto-hide.html [ Failure ]
</del><ins>+webkit.org/b/107601 fullscreen/video-cursor-auto-hide.html [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # Border-fit should happen at layout time rather than paint time
</span><span class="cx"> webkit.org/b/111606 fast/borders/border-fit-2.html [ Failure ]
</span><span class="lines">@@ -2081,7 +2046,6 @@
</span><span class="cx"> 
</span><span class="cx"> # Unidentified failing media tests
</span><span class="cx"> webkit.org/b/115419 media/media-can-play-ogg.html [ Failure ]
</span><del>-webkit.org/b/115419 media/track/track-automatic-subtitles.html [ Timeout ]
</del><span class="cx"> 
</span><span class="cx"> # Synthesized italics not supported
</span><span class="cx"> fast/text/international/synthesized-italic-vertical-latin.html [ Skip ]
</span><span class="lines">@@ -2139,7 +2103,7 @@
</span><span class="cx"> webkit.org/b/93470 fast/dom/title-directionality.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # WebKitTestRunner setTouchPointRadius() is not supported
</span><del>-Bug(EFL) fast/events/touch/basic-single-touch-events.html [ Failure ]
</del><ins>+Bug(EFL) fast/events/touch/basic-single-touch-events.html [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # Needs grammar checking
</span><span class="cx"> Bug(EFL) editing/spelling/grammar.html [ Skip ]
</span><span class="lines">@@ -2271,16 +2235,16 @@
</span><span class="cx"> webkit.org/b/125496 animations/cross-fade-webkit-mask-box-image.html [ Failure ]
</span><span class="cx"> webkit.org/b/125496 animations/cross-fade-webkit-mask-image.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/127106 media/video-canvas-drawing-output.html [ Failure ]
</del><ins>+webkit.org/b/127106 media/video-canvas-drawing-output.html [ Crash ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/127107 media/volume-bar-empty-when-muted.html [ Failure ]
</del><ins>+webkit.org/b/127107 media/volume-bar-empty-when-muted.html [ Crash ]
</ins><span class="cx"> 
</span><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 [ Failure ]
</del><ins>+webkit.org/b/127725 media/video-restricted-no-preload-auto.html [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> # Subpixel rendering: borders are reporting float values.
</span><span class="cx"> webkit.org/b/128061 fast/block/float/016.html [ Failure ]
</span><span class="lines">@@ -2293,7 +2257,7 @@
</span><span class="cx"> webkit.org/b/128061 ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001.htm [ Failure ]
</span><span class="cx"> webkit.org/b/128061 ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001.htm [ Failure ]
</span><span class="cx"> webkit.org/b/128061 ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003.htm [ Failure ]
</span><del>-webkit.org/b/128061 media/video-zoom.html [ Failure ]
</del><ins>+webkit.org/b/128061 media/video-zoom.html [ Crash ]
</ins><span class="cx"> webkit.org/b/128061 svg/zoom/page/zoom-background-image-tiled.html [ Failure ]
</span><span class="cx"> webkit.org/b/128061 svg/zoom/page/zoom-background-images.html [ Failure ]
</span><span class="cx"> webkit.org/b/128061 svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html [ Failure ]
</span><span class="lines">@@ -2321,7 +2285,7 @@
</span><span class="cx"> # Failing after r159030
</span><span class="cx"> webkit.org/b/125635 compositing/repaint/positioned-movement.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/125636 compositing/video/video-object-fit.html [ Failure ]
</del><ins>+webkit.org/b/125636 compositing/video/video-object-fit.html [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> # Tests failing since introduced in r162117
</span><span class="cx"> webkit.org/b/127118 compositing/regions/abs-in-named-flow-from-fixed-in-named-flow.html [ Failure ]
</span><span class="lines">@@ -2514,31 +2478,16 @@
</span><span class="cx"> webkit.org/b/143364 fast/fixed-layout [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/131044 media/audio-controls-rendering.html [ Failure ]
</span><del>-webkit.org/b/131044 media/controls-strict.html [ Failure ]
-webkit.org/b/131044 media/controls-without-preload.html [ Failure ]
-webkit.org/b/131044 media/media-controls-invalid-url.html [ Failure ]
</del><span class="cx"> webkit.org/b/131044 media/media-preload-no-delay-loadevent.html [ Failure ]
</span><del>-webkit.org/b/131044 media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure ]
-webkit.org/b/131044 media/track/track-long-word-container-sizing.html [ Failure ]
</del><span class="cx"> webkit.org/b/131044 media/track/video/video-track-mkv-theora-language.html [ Failure ]
</span><del>-webkit.org/b/131044 media/video-controls-audiotracks-trackmenu.html [ Failure ]
-webkit.org/b/131044 media/video-controls-fullscreen-volume.html [ Failure ]
</del><span class="cx"> webkit.org/b/131044 media/video-controls-no-scripting.html [ Failure ]
</span><del>-webkit.org/b/131044 media/video-controls-visible-exiting-fullscreen.html [ Failure ]
-webkit.org/b/131044 media/video-display-toggle.html [ Failure ]
</del><span class="cx"> webkit.org/b/131044 media/video-fullscreeen-only-controls.html [ Failure ]
</span><del>-webkit.org/b/131044 media/video-volume-slider-drag.html [ Failure ]
</del><span class="cx"> webkit.org/b/131044 media/track/track-datacue.html [ Timeout ]
</span><span class="cx"> webkit.org/b/131044 media/track/track-in-band-subtitles-too-large.html [ Timeout Crash Failure ]
</span><span class="cx"> webkit.org/b/131044 media/track/track-remove-track.html [ Timeout ]
</span><span class="cx"> webkit.org/b/131044 media/track/media-element-enqueue-event-crash.html [ Failure ]
</span><del>-webkit.org/b/131044 media/track/track-delete-during-setup.html [ Failure ]
-webkit.org/b/131044 media/track/track-insert-after-load-crash.html [ Failure ]
-webkit.org/b/131044 media/track/track-mode-triggers-loading.html [ Failure ]
</del><span class="cx"> webkit.org/b/131044 media/track/track-remove-by-setting-innerHTML.html [ Failure ]
</span><del>-webkit.org/b/131044 media/video-initially-hidden-volume-slider-up.html [ Failure ]
</del><span class="cx"> webkit.org/b/131044 media/video-controls-drag.html [ Timeout ]
</span><del>-webkit.org/b/131044 media/video-controls-toggling.html [ Timeout ]
</del><span class="cx"> 
</span><span class="cx"> webkit.org/b/143663 accessibility/plugin.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2579,9 +2528,7 @@
</span><span class="cx"> http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html [ Failure ]
</span><span class="cx"> http/tests/local/link-stylesheet-load-order-preload.html [ Failure ]
</span><span class="cx"> http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html [ Failure ]
</span><del>-http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ Failure ]
</del><span class="cx"> js/dom/global-constructors-attributes.html [ Failure ]
</span><del>-media/accessiblity-describes-video.html [ Failure ]
</del><span class="cx"> media/media-volume-slider-rendered-below.html [ Failure ]
</span><span class="cx"> media/video-transformed-by-javascript.html [ Failure ]
</span><span class="cx"> svg/animations/animate-text-nested-transforms.html [ Failure ]
</span><span class="lines">@@ -2625,8 +2572,6 @@
</span><span class="cx"> # Below tests need to have own expectataion files.
</span><span class="cx"> accessibility/aria-hidden-false-works-in-subtrees.html [ Missing ]
</span><span class="cx"> accessibility/radio-button-group-members.html [ Missing ]
</span><del>-editing/selection/designmode-no-caret.html [ Missing ]
-accessibility/content-editable-as-textarea.html [ Missing ]
</del><span class="cx"> 
</span><span class="cx"> webkit.org/b/146887 accessibility/aria-roledescription.html [ Failure ]
</span><span class="cx"> webkit.org/b/146887 accessibility/list-detection.html [ Failure ]
</span><span class="lines">@@ -2834,17 +2779,14 @@
</span><span class="cx"> webkit.org/b/148470 imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html [ Failure ]
</span><span class="cx"> webkit.org/b/148470 imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.html [ Failure ]
</span><span class="cx"> webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.html [ Failure ]
</span><del>-webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.xhtml [ Failure ]
</del><span class="cx"> webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/interfaces.html [ Failure ]
</span><span class="cx"> webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html [ Failure ]
</span><del>-webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute.html [ Failure ]
</del><span class="cx"> webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html [ Failure ]
</span><span class="cx"> webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-datalist-element/datalistoptions.html [ Failure ]
</span><span class="cx"> webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-autocomplete.html [ Failure ]
</span><span class="cx"> webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/hidden.html [ Failure ]
</span><span class="cx"> webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/telephone.html [ Failure ]
</span><span class="cx"> webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/text.html [ Failure ]
</span><del>-webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol.html [ Failure ]
</del><span class="cx"> webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html [ Failure ]
</span><span class="cx"> webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/interfaces.html [ Failure ]
</span><span class="cx"> webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled.html [ Failure ]
</span><span class="lines">@@ -2898,7 +2840,6 @@
</span><span class="cx"> webkit.org/b/148470 fast/dom/HTMLAnchorElement/anchor-nodownload.html [ Timeout ]
</span><span class="cx"> webkit.org/b/148470 fast/events/focus-change-crash2.html [ Timeout ]
</span><span class="cx"> webkit.org/b/148470 fast/events/popup-allowed-from-gesture-initiated-form-submit.html [ Timeout ]
</span><del>-webkit.org/b/148470 fast/events/touch/basic-single-touch-events.html [ Timeout ]
</del><span class="cx"> webkit.org/b/148470 fast/forms/formmethod-attribute-input-2.html [ Timeout ]
</span><span class="cx"> webkit.org/b/148470 fast/forms/range/range-type-change-onchange.html [ Timeout ]
</span><span class="cx"> webkit.org/b/148470 fast/forms/submit-while-you-submit.html [ Timeout ]
</span><span class="lines">@@ -2908,7 +2849,6 @@
</span><span class="cx"> webkit.org/b/148470 fast/history/gesture-before-onload-location-href.html [ Timeout ]
</span><span class="cx"> webkit.org/b/148470 fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ Timeout ]
</span><span class="cx"> webkit.org/b/148470 fast/replaced/no-focus-ring-iframe.html [ Timeout ]
</span><del>-webkit.org/b/148470 fullscreen/video-cursor-auto-hide.html [ Timeout ]
</del><span class="cx"> webkit.org/b/148470 http/tests/navigation/no-referrer-subframe.html [ Timeout ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/149201 fast/css/text-overflow-ellipsis-text-align-center.html [ Failure ]
</span><span class="lines">@@ -3028,13 +2968,15 @@
</span><span class="cx"> webkit.org/b/155883 http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase.html [ Failure ]
</span><span class="cx"> webkit.org/b/155883 http/tests/security/contentSecurityPolicy/object-src-applet-code.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-20-t.svg [ Failure ]
</del><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-24-t.svg [ Failure ]
</span><del>-webkit.org/b/155875 svg/W3C-SVG-1.1/interact-events-01-b.svg [ Failure ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-01-t.svg [ Failure ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-10-t.svg [ Failure ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-14-t.svg [ Failure ]
</del><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/render-elems-07-t.svg [ Failure ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/render-elems-08-t.svg [ Failure ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/render-groups-01-b.svg [ Failure ]
</span><span class="cx"> webkit.org/b/155875 svg/W3C-SVG-1.1/render-groups-03-t.svg [ Failure ]
</span><ins>+
+webkit.org/b/155875 svg/as-background-image/background-image-preserveaspectRatio-support.html [ Failure ]
+webkit.org/b/155875 svg/as-image/img-preserveAspectRatio-support-1.html [ Failure ]
+webkit.org/b/155875 svg/batik/text/textEffect.svg [ Failure ]
+webkit.org/b/155875 svg/batik/text/textEffect3.svg [ Failure ]
+webkit.org/b/155875 svg/batik/text/textPosition2.svg [ Failure ]
+webkit.org/b/155875 svg/foreignObject/text-tref-02-b.svg [ Failure ]
</ins></span></pre>
</div>
</div>

</body>
</html>