<!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>[185583] 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/185583">185583</a></dd>
<dt>Author</dt> <dd>gyuyoung.kim@webkit.org</dd>
<dt>Date</dt> <dd>2015-06-15 23:16:28 -0700 (Mon, 15 Jun 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[EFL] Unreviewed, gardening on Jun 16th.

Too many flaky tests happens on efl bot when enabling USE_NATIVE_XDISPLAY and DISPLAY.
Those options were enabled for removing TextureMapperImageBuffer. However now EFL Layout Test
can be run without enabling the options. To remove many flaky tests, EFL buildbot disables
the env variables.

Thanks to disable it, many tests can be unskipped which were marked to failure, imageonlyfailure
and so on since <a href="http://trac.webkit.org/projects/webkit/changeset/183540">r183540</a>.

* platform/efl/TestExpectations: Unskip passing tests, mark failure tests after disabling USE_NATIVE_XDISPLAY.</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 (185582 => 185583)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-06-16 05:55:11 UTC (rev 185582)
+++ trunk/LayoutTests/ChangeLog        2015-06-16 06:16:28 UTC (rev 185583)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2015-06-15  Gyuyoung Kim  &lt;gyuyoung.kim@webkit.org&gt;
+
+        [EFL] Unreviewed, gardening on Jun 16th.
+
+        Too many flaky tests happens on efl bot when enabling USE_NATIVE_XDISPLAY and DISPLAY.
+        Those options were enabled for removing TextureMapperImageBuffer. However now EFL Layout Test
+        can be run without enabling the options. To remove many flaky tests, EFL buildbot disables
+        the env variables.
+
+        Thanks to disable it, many tests can be unskipped which were marked to failure, imageonlyfailure
+        and so on since r183540.
+
+        * platform/efl/TestExpectations: Unskip passing tests, mark failure tests after disabling USE_NATIVE_XDISPLAY.
+
</ins><span class="cx"> 2015-06-15  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Add test expectations for El Capitan
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (185582 => 185583)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2015-06-16 05:55:11 UTC (rev 185582)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2015-06-16 06:16:28 UTC (rev 185583)
</span><span class="lines">@@ -381,14 +381,7 @@
</span><span class="cx"> webkit.org/b/86623 http/tests/security/drag-over-remote-content-iframe.html
</span><span class="cx"> 
</span><span class="cx"> # Needs baselines
</span><del>-editing/selection/contains-boundaries.html [ Missing ]
</del><span class="cx"> editing/selection/designmode-no-caret.html [ Timeout ]
</span><del>-editing/selection/replaced-boundaries-3.html [ Missing ]
-editing/selection/selection-background.html [ Missing ]
-editing/style/5065910.html [ Missing ]
-editing/style/font-family-with-space.html [ Missing ]
-editing/style/smoosh-styles-001.html [ Missing ]
-editing/style/style-boundary-005.html [ Missing ]
</del><span class="cx"> 
</span><span class="cx"> # Test is failing due to a scrolling problem on second iteration.
</span><span class="cx"> webkit.org/b/106240 fast/events/mouse-cursor-image-set.html [ Failure ]
</span><span class="lines">@@ -541,6 +534,10 @@
</span><span class="cx"> http/tests/security/webgl-remote-read-remote-image-allowed.html [ Skip ]
</span><span class="cx"> http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html [ Skip ]
</span><span class="cx"> 
</span><ins>+# Crash happens after disabling USE_NATIVE_DISPLAY on efl buildbot
+fast/selectors/querySelector-in-range-crash.html [ Crash ]
+perf/accessibility-title-ui-element.html [ Crash ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # Old WebGL expectations before skipping all of them
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -810,7 +807,6 @@
</span><span class="cx"> 
</span><span class="cx"> # Assertion failure and incorrect results on our port after r140999 (webkit.org/b/106142)
</span><span class="cx"> webkit.org/b/108257 compositing/overflow/automatically-opt-into-composited-scrolling.html [ Failure ]
</span><del>-webkit.org/b/108257 compositing/overflow/composited-scrolling-creates-a-stacking-container.html [ Missing Failure ]
</del><span class="cx"> 
</span><span class="cx"> # Asserts when destroying WebCore::Database (possibly because r141207)
</span><span class="cx"> webkit.org/b/108355 storage/websql/sql-error-codes.html [ Failure ]
</span><span class="lines">@@ -863,10 +859,6 @@
</span><span class="cx"> webkit.org/b/125517 compositing/regions/transform-transparent-positioned-video-inside-region.html [ ImageOnlyFailure Crash ]
</span><span class="cx"> webkit.org/b/125517 compositing/regions/z-index-update.html [ Crash Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/141897 fast/regions/overflow/overflow-region-float.html [ ImageOnlyFailure ]
-webkit.org/b/141897 fast/regions/overflow/overflow-region-inline.html [ ImageOnlyFailure ]
-webkit.org/b/141897 fast/regions/overflow/overflow-first-and-last-regions.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/125573 compositing/backgrounds/fixed-backgrounds.html [ Crash Pass ]
</span><span class="cx"> 
</span><span class="cx"> # Regressions in svg/clip-path
</span><span class="lines">@@ -878,7 +870,6 @@
</span><span class="cx"> webkit.org/b/127109 media/video-object-fit-change.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/127109 media/video-object-fit.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> 
</span><del>-#webkit.org/b/119789 fast/events/touch/touch-before-pressing-spin-button.html [ Crash 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">@@ -1104,6 +1095,140 @@
</span><span class="cx"> mathml/presentation/style-changed.html [ Pass ]
</span><span class="cx"> transitions/svg-text-shadow-transition.html [ Pass ]
</span><span class="cx"> 
</span><ins>+# Need to check why these tests are passed on EFL port.
+css3/flexbox/csswg/css-box-justify-content.html [ Pass ]
+css3/flexbox/csswg/css-flexbox-img-expand-evenly.html [ Pass ]
+css3/flexbox/csswg/css-flexbox-row.html [ Pass ]
+css3/flexbox/csswg/css-flexbox-test1.html [ Pass ]
+css3/flexbox/csswg/flex-align-items-center.html [ Pass ]
+css3/flexbox/csswg/flex-flexitem-percentage-prescation.html [ Pass ]
+css3/flexbox/csswg/flex-items-flexibility.html [ Pass ]
+css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse.html [ Pass ]
+css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse.html [ Pass ]
+css3/flexbox/csswg/flex-margin-no-collapse.html [ Pass ]
+css3/flexbox/csswg/flexbox-flex-wrap-flexing.html [ Pass ]
+css3/flexbox/csswg/flexbox_flex-0-0-0.html [ Pass ]
+css3/flexbox/csswg/flexbox_flex-0-1-0.html [ Pass ]
+css3/flexbox/csswg/flexbox_flex-0-N-0.html [ Pass ]
+css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html [ Pass ]
+css3/flexbox/csswg/flexbox_generated-container.html [ Pass ]
+css3/flexbox/csswg/flexbox_justifycontent-center-overflow.html [ Pass ]
+css3/flexbox/csswg/flexbox_min-height-auto.html [ Pass ]
+css3/flexbox/csswg/flexbox_min-width-auto.html [ Pass ]
+css3/flexbox/csswg/flexbox_stf-table-singleline.html [ Pass ]
+css3/flexbox/csswg/flexbox_visibility-collapse-line-wrapping.html [ Pass ]
+css3/flexbox/csswg/flexbox_visibility-collapse.html [ Pass ]
+css3/flexbox/csswg/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom.html [ Pass ]
+css3/flexbox/csswg/order/order-with-column-reverse.html [ Pass ]
+css3/flexbox/csswg/ttwf-reftest-flex-direction-row-reverse.html [ Pass ]
+css3/flexbox/csswg/ttwf-reftest-flex-inline.html [ Pass ]
+css3/flexbox/csswg/ttwf-reftest-flex-order.html [ Pass ]
+css3/flexbox/csswg/ttwf-reftest-flex-wrap-reverse.html [ Pass ]
+css3/flexbox/csswg/ttwf-reftest-flex-wrap.html [ Pass ]
+css3/flexbox/flexbox-baseline-margins.html [ Pass ]
+css3/flexbox/image-percent-max-height.html [ Pass ]
+css3/shapes/shape-outside/shape-image/shape-image-010.html [ Pass ]
+css3/shapes/shape-outside/shape-image/shape-image-024.html [ Pass ]
+
+# EFL port shows these tests are passed though the tests are marked with failure in wk2 TestExpectation.
+imported/mozilla/svg/as-image/background-image-rect-1png.html [ Pass ]
+imported/mozilla/svg/as-image/background-image-rect-2.html [ Pass ]
+imported/mozilla/svg/as-image/border-image-simple-1.html [ Pass ]
+imported/mozilla/svg/as-image/img-content-outside-viewBox-1.html [ Pass ]
+imported/mozilla/svg/as-image/img-dyn-1.html [ Pass ]
+imported/mozilla/svg/blend-color-burn.svg [ Pass ]
+imported/mozilla/svg/blend-color-dodge.svg [ Pass ]
+imported/mozilla/svg/blend-color.svg [ Pass ]
+imported/mozilla/svg/blend-darken.svg [ Pass ]
+imported/mozilla/svg/blend-difference-stacking.html [ Pass ]
+imported/mozilla/svg/blend-difference.svg [ Pass ]
+imported/mozilla/svg/blend-exclusion.svg [ Pass ]
+imported/mozilla/svg/blend-hard-light.svg [ Pass ]
+imported/mozilla/svg/blend-hue.svg [ Pass ]
+imported/mozilla/svg/blend-lighten.svg [ Pass ]
+imported/mozilla/svg/blend-luminosity.svg [ Pass ]
+imported/mozilla/svg/blend-multiply.svg [ Pass ]
+imported/mozilla/svg/blend-overlay.svg [ Pass ]
+imported/mozilla/svg/blend-saturation.svg [ Pass ]
+imported/mozilla/svg/blend-screen.svg [ Pass ]
+imported/mozilla/svg/clip-02a.svg [ Pass ]
+imported/mozilla/svg/clip-02b.svg [ Pass ]
+imported/mozilla/svg/conditions-01.svg [ Pass ]
+imported/mozilla/svg/conditions-06.svg [ Pass ]
+imported/mozilla/svg/conditions-07.svg [ Pass ]
+imported/mozilla/svg/conditions-08.svg [ Pass ]
+imported/mozilla/svg/cssComment-in-attribute-01.svg [ Pass ]
+imported/mozilla/svg/dynamic-conditions-01.svg [ Pass ]
+imported/mozilla/svg/dynamic-conditions-03.svg [ Pass ]
+imported/mozilla/svg/dynamic-marker-01.svg [ Pass ]
+imported/mozilla/svg/dynamic-pattern-01.svg [ Pass ]
+imported/mozilla/svg/dynamic-small-object-scaled-up-01.svg [ Pass ]
+imported/mozilla/svg/dynamic-switch-01.svg [ Pass ]
+imported/mozilla/svg/dynamic-textPath-01.svg [ Pass ]
+imported/mozilla/svg/dynamic-textPath-02.svg [ Pass ]
+imported/mozilla/svg/dynamic-textPath-03.svg [ Pass ]
+imported/mozilla/svg/dynamic-use-01.svg [ Pass ]
+imported/mozilla/svg/dynamic-use-03.svg [ Pass ]
+imported/mozilla/svg/dynamic-use-07.svg [ Pass ]
+imported/mozilla/svg/filters/feColorMatrix-1.svg [ Pass ]
+imported/mozilla/svg/filters/feColorMatrix-2.svg [ Pass ]
+imported/mozilla/svg/filters/feComposite-1.svg [ Pass ]
+imported/mozilla/svg/filters/feConvolveMatrix-bias-01.svg [ Pass ]
+imported/mozilla/svg/filters/filter-marked-line-02.svg [ Pass ]
+imported/mozilla/svg/filters/filter-marked-line-03.svg [ Pass ]
+imported/mozilla/svg/filters/filter-marked-line-04.svg [ Pass ]
+imported/mozilla/svg/filters/filter-marked-line-05.svg [ Pass ]
+imported/mozilla/svg/filters/filter-marked-line-06.svg [ Pass ]
+imported/mozilla/svg/filters/filter-marked-line-07.svg [ Pass ]
+imported/mozilla/svg/filters/filter-marked-line-08.svg [ Pass ]
+imported/mozilla/svg/filters/filter-marked-line-09.svg [ Pass ]
+imported/mozilla/svg/filters/svg-filter-chains/clip-input.svg [ Pass ]
+imported/mozilla/svg/filters/svg-filter-chains/clip-output.svg [ Pass ]
+imported/mozilla/svg/linearGradient-basic-03.svg [ Pass ]
+imported/mozilla/svg/pathLength-01.svg [ Pass ]
+imported/mozilla/svg/smil/transform/rotate-angle-4.svg [ Pass ]
+imported/mozilla/svg/smil/transform/rotate-angle-5.svg [ Pass ]
+imported/mozilla/svg/svg-integration/dynamic-conditions-outer-svg-02.xhtml
+imported/mozilla/svg/svg-integration/dynamic-conditions-outer-svg-03.xhtml
+imported/mozilla/svg/text/dynamic-multiple-x.svg [ Pass ]
+imported/mozilla/svg/text/dynamic-non-scaling-stroke.svg [ Pass ]
+imported/mozilla/svg/text/ignore-text-align-2.svg [ Pass ]
+imported/mozilla/svg/text/multiple-chunks-bidi.svg [ Pass ]
+imported/mozilla/svg/text/multiple-chunks-different-anchor-bidi.svg [ Pass ]
+imported/mozilla/svg/text/multiple-chunks-different-anchor-rtl.svg [ Pass ]
+imported/mozilla/svg/text/multiple-chunks-multiple-dx-bidi.svg [ Pass ]
+imported/mozilla/svg/text/multiple-chunks-multiple-dx-different-anchor-bidi.svg [ Pass ]
+imported/mozilla/svg/text/multiple-chunks-multiple-dx-different-anchor-rtl.svg [ Pass ]
+imported/mozilla/svg/text/multiple-chunks-multiple-dx-rtl.svg [ Pass ]
+imported/mozilla/svg/text/multiple-chunks-rtl.svg [ Pass ]
+imported/mozilla/svg/text/multiple-x-anchor-end-bidi.svg [ Pass ]
+imported/mozilla/svg/text/multiple-x-anchor-end-rtl.svg [ Pass ]
+imported/mozilla/svg/text/multiple-x-bidi.svg [ Pass ]
+imported/mozilla/svg/text/multiple-x-holes-bidi.svg [ Pass ]
+imported/mozilla/svg/text/multiple-x-holes-multiple-dx-rtl.svg [ Pass ]
+imported/mozilla/svg/text/multiple-x-holes-rtl.svg [ Pass ]
+imported/mozilla/svg/text/multiple-x-multiple-dx-anchor-end-bidi.svg [ Pass ]
+imported/mozilla/svg/text/multiple-x-multiple-dx-anchor-end-rtl.svg [ Pass ]
+imported/mozilla/svg/text/multiple-x-multiple-dx-bidi.svg [ Pass ]
+imported/mozilla/svg/text/multiple-x-multiple-dx-rtl.svg [ Pass ]
+imported/mozilla/svg/text/multiple-x-rtl.svg [ Pass ]
+imported/mozilla/svg/text/pseudo-first-letter.svg [ Pass ]
+imported/mozilla/svg/text/pseudo-first-line-2.svg [ Pass ]
+imported/mozilla/svg/text/pseudo-first-line.svg [ Pass ]
+imported/mozilla/svg/text/simple-multiline-anchor-end.svg [ Pass ]
+imported/mozilla/svg/text/simple-multiline-number.svg [ Pass ]
+imported/mozilla/svg/text/simple-multiline-pc.svg [ Pass ]
+imported/mozilla/svg/text/simple-multiline.svg [ Pass ]
+imported/mozilla/svg/text/simple-multiple-dx-anchor-end-bidi.svg [ Pass ]
+imported/mozilla/svg/text/simple-multiple-dx-anchor-end-rtl.svg [ Pass ]
+imported/mozilla/svg/text/simple-multiple-dx-anchor-middle-rtl.svg [ Pass ]
+imported/mozilla/svg/text/simple-multiple-dx-bidi.svg [ Pass ]
+imported/mozilla/svg/text/simple-multiple-dx-rtl.svg [ Pass ]
+imported/mozilla/svg/text/textLength-5.svg [ Pass ]
+imported/mozilla/svg/text/textLength-6.svg [ Pass ]
+imported/mozilla/svg/text/textpath-multiline-2.svg [ Pass ]
+imported/mozilla/svg/text/textpath-multiline.svg [ Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # FAILING TESTS
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1143,10 +1268,6 @@
</span><span class="cx"> webkit.org/b/84338 fast/forms/input-paste-undo.html [ Failure ]
</span><span class="cx"> webkit.org/b/84338 fast/forms/textarea-paste-newline.html [ Failure ]
</span><span class="cx"> 
</span><del>-# EFL port needs Pasteboard implementation, needs baselines.
-webkit.org/b/84338 editing/execCommand/find-after-replace.html [ Failure Missing ]
-webkit.org/b/84338 editing/execCommand/paste-1.html [ Failure Missing ]
-
</del><span class="cx"> # EFL has not fully implemented about some SVG attributes
</span><span class="cx"> Bug(EFL) svg/custom
</span><span class="cx"> Bug(EFL) svg/zoom/page/zoom-zoom-coords.xhtml
</span><span class="lines">@@ -1195,7 +1316,6 @@
</span><span class="cx"> webkit.org/b/79766 compositing/iframes/iframe-size-from-zero.html [ Failure ]
</span><span class="cx"> webkit.org/b/79766 compositing/iframes/iframe-size-to-zero.html [ Failure ]
</span><span class="cx"> webkit.org/b/79766 compositing/iframes/iframe-src-change.html [ Failure ]
</span><del>-webkit.org/b/79766 compositing/iframes/resizer.html [ Missing ]
</del><span class="cx"> webkit.org/b/79766 compositing/layer-creation/spanOverlapsCanvas.html [ Failure ]
</span><span class="cx"> webkit.org/b/79766 compositing/overflow/overflow-auto-with-touch.html [ Failure ]
</span><span class="cx"> webkit.org/b/79766 compositing/overflow/overflow-auto-with-touch-toggle.html [ Failure ]
</span><span class="lines">@@ -1218,18 +1338,6 @@
</span><span class="cx"> # EFL's LayoutTestController does not implement displayInvalidatedRegion
</span><span class="cx"> webkit.org/b/86727 compositing/plugins/invalidate_rect.html [ Failure ]
</span><span class="cx"> 
</span><del>-# EFL's LayoutTestController does not implement display
-webkit.org/b/86730 compositing/layer-creation/fixed-position-scroll.html [ Missing ]
-
-webkit.org/b/84759 ietestcenter/css3/multicolumn/column-containing-block-001.htm [ ImageOnlyFailure ]
-webkit.org/b/84760 ietestcenter/css3/multicolumn/column-containing-block-002.htm [ ImageOnlyFailure ]
-webkit.org/b/84761 ietestcenter/css3/multicolumn/column-filling-001.htm [ ImageOnlyFailure ]
-webkit.org/b/84770 ietestcenter/css3/multicolumn/column-width-applies-to-007.htm [ ImageOnlyFailure ]
-webkit.org/b/84771 ietestcenter/css3/multicolumn/column-width-applies-to-009.htm [ ImageOnlyFailure ]
-webkit.org/b/84772 ietestcenter/css3/multicolumn/column-width-applies-to-010.htm [ ImageOnlyFailure ]
-webkit.org/b/84773 ietestcenter/css3/multicolumn/column-width-applies-to-012.htm [ ImageOnlyFailure ]
-webkit.org/b/84777 ietestcenter/css3/multicolumn/column-width-applies-to-015.htm [ ImageOnlyFailure ]
-
</del><span class="cx"> # Requires WebP support.
</span><span class="cx"> Bug(EFL) fast/canvas/canvas-toDataURL-webp.html [ Skip ]
</span><span class="cx"> # Requires WebP 0.2 support.
</span><span class="lines">@@ -1277,12 +1385,9 @@
</span><span class="cx"> webkit.org/b/49142 fast/css/style-scoped [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # Tracking corner not being painted for TextArea.
</span><del>-webkit.org/b/9221 fast/css/resize-corner-tracking-transformed-iframe.html [ Missing ]
</del><span class="cx"> webkit.org/b/85484 fast/css/resize-corner-tracking-transformed.html [ Failure ]
</span><span class="cx"> webkit.org/b/85484 fast/css/resize-corner-tracking.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/73766 css3/unicode-bidi-isolate-aharon-failing.html [ Failure ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/85466 css3/images/cross-fade-background-size.html [ Failure Crash ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/85492 css3/zoom-coords.xhtml [ Failure ]
</span><span class="lines">@@ -1290,10 +1395,6 @@
</span><span class="cx"> # Occasionally missing chunks of output
</span><span class="cx"> webkit.org/b/66873 http/tests/loading/redirect-methods.html [ Failure ]
</span><span class="cx"> 
</span><del>-# IETC flexbox failures
-webkit.org/b/85211 ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm [ ImageOnlyFailure ]
-webkit.org/b/85212 ietestcenter/css3/flexbox/flexbox-layout-002.htm [ ImageOnlyFailure ]
-
</del><span class="cx"> # Issue related to hit testing
</span><span class="cx"> webkit.org/b/86971 svg/hittest/svg-shapes-non-scale-stroke.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1306,8 +1407,6 @@
</span><span class="cx"> # DRT doesn't check for isPrinting().
</span><span class="cx"> webkit.org/b/87226 printing/iframe-print.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/79757 fast/selectors/selection-window-inactive.html [ ImageOnlyFailure ]
-
</del><span class="cx"> Bug(EFL) [ Debug ] http/tests/incremental/slow-utf8-html.pl [ Pass Slow ]
</span><span class="cx"> 
</span><span class="cx"> # Tests imported in r116658
</span><span class="lines">@@ -1325,9 +1424,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/82140 fast/dom/Geolocation/page-reload-cancel-permission-requests.html
</span><span class="cx"> 
</span><del>-# IETC namespace failures
-webkit.org/b/86142 ietestcenter/css3/namespaces/syntax-021.xml [ ImageOnlyFailure ]
-
</del><span class="cx"> # Fullscreen API is enabled but not fully implemented.
</span><span class="cx"> webkit.org/b/86187 media/media-fullscreen-not-in-document.html [ Timeout ]
</span><span class="cx"> 
</span><span class="lines">@@ -1349,7 +1445,6 @@
</span><span class="cx"> webkit.org/b/88138 http/tests/media/video-buffered.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # EFL port does not support hyphenation
</span><del>-webkit.org/b/89830 fast/text/hyphen-min-preferred-width.html [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/89830 fast/text/hyphenate-locale.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # ENABLE_INPUT_TYPE_* are not enabled on EFL port.
</span><span class="lines">@@ -1370,9 +1465,6 @@
</span><span class="cx"> # Flexbox test failing on EFL.
</span><span class="cx"> webkit.org/b/88984 css3/flexbox/flexitem.html [ Failure ]
</span><span class="cx"> 
</span><del>-# New test introduced in r122663 failing on GTK and Qt as well
-webkit.org/b/91339 css2.1/20110323/vertical-align-boxes-001.htm [ ImageOnlyFailure ]
-
</del><span class="cx"> # Failing after r121121 on both GTK and EFL
</span><span class="cx"> webkit.org/b/89845 fast/forms/input-set-composition-scroll.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1392,11 +1484,6 @@
</span><span class="cx"> webkit.org/b/61799 canvas/philip/tests/2d.text.draw.space.collapse.start.html [ Failure ]
</span><span class="cx"> webkit.org/b/61799 canvas/philip/tests/2d.text.measure.width.space.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/93976 fast/css-generated-content/quotes-lang.html [ ImageOnlyFailure ]
-
-# This has always failed on Gtk/Efl - exposed by bug 89826
-webkit.org/b/94009 css2.1/20110323/c541-word-sp-000.htm [ ImageOnlyFailure ]
-
</del><span class="cx"> # Requires CSS_COMPOSITING to be turned on
</span><span class="cx"> webkit.org/b/94024 css3/blending [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -1418,9 +1505,6 @@
</span><span class="cx"> # Started failing on JSC ports after r127202.
</span><span class="cx"> webkit.org/b/95530 http/tests/security/inactive-document-with-empty-security-origin.html [ Timeout ]
</span><span class="cx"> 
</span><del>-# Fails after r127140.
-webkit.org/b/95551 fast/forms/datalist/input-appearance-range-with-datalist-rtl.html [ ImageOnlyFailure ]
-
</del><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="cx"> webkit.org/b/96881 http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html [ Failure ]
</span><span class="lines">@@ -1428,9 +1512,6 @@
</span><span class="cx"> webkit.org/b/96881 http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html [ Failure ]
</span><span class="cx"> webkit.org/b/96881 java [ Skip ]
</span><span class="cx"> 
</span><del>-# Ref test added in r130592 that is failing on both EFL and GTK ports
-webkit.org/b/98613 css3/masking/clip-path-reference.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # EFL does not yet support global selection
</span><span class="cx"> webkit.org/b/88238 editing/pasteboard/paste-global-selection.html [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -1475,25 +1556,18 @@
</span><span class="cx"> Bug(EFL) media/track/track-cues-pause-on-exit.html [ Failure Pass ]
</span><span class="cx"> Bug(EFL) media/video-played-collapse.html [ Failure Pass ]
</span><span class="cx"> Bug(EFL) svg/animations/reinserting-svg-into-document.html [ Failure Pass ]
</span><del>-Bug(EFL) transforms/3d/point-mapping/3d-point-mapping-origins.html [ Missing ]
</del><span class="cx"> Bug(EFL) transitions/negative-delay.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> # Media paint regressions
</span><span class="cx"> webkit.org/b/102068 webkit.org/b/102993 media/audio-repaint.html [ Failure ]
</span><span class="cx"> webkit.org/b/102068 webkit.org/b/102993 media/media-document-audio-repaint.html [ Timeout ]
</span><span class="cx"> 
</span><del>-# It may even be the case that the tests themselves are wrong.
-webkit.org/b/100859 ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box.htm [ Missing ]
-webkit.org/b/100857 ietestcenter/css3/text/textshadow-005.htm [ Missing ]
-
</del><span class="cx"> #webkit.org/b/100846 inspector-protocol/debugger/pause-dedicated-worker.html [ Skip ]
</span><span class="cx"> #webkit.org/b/100846 inspector-protocol/debugger/terminate-dedicated-worker-while-paused.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # New media test introduced in r133660 fails.
</span><span class="cx"> webkit.org/b/101439 media/progress-events-generated-correctly.html [ Failure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/101456 fast/repaint/block-selection-gap-in-table-cell.html [ Missing ]
-
</del><span class="cx"> # HiDPI tests are failing to render correctly.
</span><span class="cx"> webkit.org/b/102097 fast/hidpi [ Skip ]
</span><span class="cx"> webkit.org/b/102097 svg/as-image/animated-svg-repaints-completely-in-hidpi.html [ Skip ]
</span><span class="lines">@@ -1551,9 +1625,6 @@
</span><span class="cx"> # Leaking state into the next test.
</span><span class="cx"> webkit.org/b/85522 http/tests/security/sandboxed-iframe-form-top.html [ Skip ]
</span><span class="cx"> 
</span><del>-# New accessibility test added in r149155 is failing. Has been moved to the mac port in r155603.
-webkit.org/b/115659 accessibility/meter-element.html [ Missing ]
-
</del><span class="cx"> # Fail to generate proper pixel results - let's wait with rebaselining.
</span><span class="cx"> webkit.org/b/106992 scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/106992 scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html [ Failure Pass ]
</span><span class="lines">@@ -1562,9 +1633,6 @@
</span><span class="cx"> # New test, needs platform results
</span><span class="cx"> webkit.org/b/106221 svg/filters/filter-hidden-content.svg [ Failure Pass ]
</span><span class="cx"> 
</span><del>-# New ruby selection test (in r140613) fails to render correctly, not generating an expected result
-webkit.org/b/108315 fast/ruby/select-ruby.html [ Missing ]
-
</del><span class="cx"> # empty position:fixed element gets a layer. Should not happen after r141039
</span><span class="cx"> webkit.org/b/108339 compositing/layer-creation/fixed-position-no-content.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1584,8 +1652,6 @@
</span><span class="cx"> # CUSTOM_ELEMENTS is not enabled.
</span><span class="cx"> webkit.org/b/110958 fast/dom/custom [ Skip ]
</span><span class="cx"> 
</span><del>-webkit.org/b/110446 svg/as-background-image/svg-transformed-background.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # New test
</span><span class="cx"> webkit.org/b/110654 css3/flexbox/button.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1594,13 +1660,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/111058 plugins/plugin-clip-subframe.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Newly added tests in r144190 are failing.
-webkit.org/b/111172 compositing/overlap-blending/children-opacity-huge.html [ ImageOnlyFailure ]
-webkit.org/b/111172 compositing/overlap-blending/children-opacity-no-overlap.html [ ImageOnlyFailure ]
-
-# Newly added tests in r148115 is failing.
-#webkit.org/b/114338 compositing/overlap-blending/nested-overlap-overflow.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # Select element popup is not shown.
</span><span class="cx"> webkit.org/b/114154 fast/forms/select/popup-closes-on-blur.html [ Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -1644,12 +1703,6 @@
</span><span class="cx"> webkit.org/b/115419 media/media-can-play-ogg.html [ Failure ]
</span><span class="cx"> webkit.org/b/115419 media/track/track-automatic-subtitles.html [ Timeout ]
</span><span class="cx"> 
</span><del>-webkit.org/b/115439 fast/text/complex-initial-advance.html [ ImageOnlyFailure ]
-
-webkit.org/b/142450 fast/text/font-kerning.html [ ImageOnlyFailure ]
-webkit.org/b/142450 fast/text/narrow-non-breaking-space.html [ ImageOnlyFailure ]
-webkit.org/b/142450 fast/text/space-width.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # Synthesized italics not supported
</span><span class="cx"> fast/text/international/synthesized-italic-vertical-latin.html [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -1659,36 +1712,9 @@
</span><span class="cx"> # Some tests will fail after the visual overflow patch, they will be fixed shortly.
</span><span class="cx"> webkit.org/b/118665 fast/regions/hover-in-second-region.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/118665 fast/regions/webkit-flow-float-unable-to-push.html [ ImageOnlyFailure Pass ]
</span><del>-webkit.org/b/118665 fast/regions/region-overflow-break.html [ ImageOnlyFailure ]
</del><span class="cx"> 
</span><span class="cx"> webkit.org/b/119782 fast/forms/search-styled.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Color bleeds through; might work with newer cairo (works when running with Fedora 20's system cairo).
-fast/backgrounds/background-opaque-images-over-color.html [ ImageOnlyFailure ]
-
-webkit.org/b/122963 fast/regions/auto-size/autoheight-regions-mark.html [ Missing ]
-webkit.org/b/122963 fast/regions/flows-dependency-dynamic-remove.html [ Missing ]
-webkit.org/b/122963 fast/regions/flows-dependency-same-flow.html [ Missing ]
-webkit.org/b/122963 fast/regions/multiple-directionality-changes-in-variable-width-regions.html [ Missing ]
-webkit.org/b/122963 fast/regions/region-dynamic-after-before.html [ Missing ]
-webkit.org/b/122963 fast/regions/region-generated-content-before-after.html [ Missing ]
-webkit.org/b/122963 fast/regions/text-region-split-small-pagination.html [ Missing ]
-
-webkit.org/b/122963 fast/regions/repaint/line-flow-with-floats-in-regions.html [ Missing ]
-webkit.org/b/122963 fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions.html [ Missing ]
-webkit.org/b/122963 fast/regions/repaint/region-painting-invalidation.html [ Missing ]
-webkit.org/b/122963 fast/regions/repaint/region-painting-via-layout.html [ Missing ]
-
-# EFL port doesn't fully support printing
-webkit.org/b/123561 printing/media-queries-print.html [ Missing ]
-webkit.org/b/123561 printing/quirks-percentage-height-body.html [ ImageOnlyFailure ]
-webkit.org/b/123561 printing/quirks-percentage-height.html [ ImageOnlyFailure ]
-webkit.org/b/123561 printing/setPrinting.html [ Missing ]
-webkit.org/b/123561 printing/simultaneous-position-float-change.html [ Missing ]
-webkit.org/b/123561 printing/single-line-must-not-be-split-into-two-pages.html [ Missing ]
-webkit.org/b/123561 printing/standards-percentage-heights.html [ ImageOnlyFailure ]
-webkit.org/b/123561 printing/width-overflow.html [ Missing ]
-
</del><span class="cx"> # crypto.subtle is not yet enabled, but digest algorithms are already implemented
</span><span class="cx"> # and their tests are whitelisted
</span><span class="cx"> webkit.org/b/133122 crypto/subtle [ Skip ]
</span><span class="lines">@@ -1720,7 +1746,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/111985 accessibility/image-link.html [ Failure ]
</span><span class="cx"> webkit.org/b/111985 accessibility/image-map2.html [ Failure ]
</span><del>-webkit.org/b/111985 accessibility/list-detection.html [ Failure ]
</del><span class="cx"> webkit.org/b/111985 accessibility/lists.html [ Failure ]
</span><span class="cx"> webkit.org/b/111985 accessibility/table-attributes.html [ Failure ]
</span><span class="cx"> webkit.org/b/111985 accessibility/table-cell-spans.html [ Failure ]
</span><span class="lines">@@ -1733,13 +1758,6 @@
</span><span class="cx"> # New accessibility test added in r151079 that is failing for EFL.
</span><span class="cx"> webkit.org/b/117182 accessibility/text-role-with-aria-hidden-inside.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/118418 accessibility/img-fallsback-to-title.html [ Missing ]
-webkit.org/b/98348  accessibility/internal-link-anchors2.html [ Missing ]
-webkit.org/b/98348  accessibility/radio-button-group-members.html [ Missing ]
-
-webkit.org/b/141074 accessibility/auto-filled-value.html [ Missing ]
-webkit.org/b/141075 accessibility/math-multiscript-attributes.html [ Missing ]
-
</del><span class="cx"> webkit.org/b/141072 accessibility/frame-disconnect-textmarker-cache-crash.html [ Failure ]
</span><span class="cx"> webkit.org/b/137109 accessibility/legend-children-are-visible.html [ Failure ]
</span><span class="cx"> webkit.org/b/139352 accessibility/inline-block-assertion.html [ Failure ]
</span><span class="lines">@@ -1791,9 +1809,6 @@
</span><span class="cx"> # Page client doesn't react to orientation changes from CSS Viewport rules.
</span><span class="cx"> webkit.org/b/103130 css3/device-adapt/opera/orientation-001.xhtml [ Failure ]
</span><span class="cx"> 
</span><del>-# Text input controller needs selectedRange implementation
-webkit.org/b/99438 editing/selection/mixed-editability-10.html [ Missing Failure ]
-
</del><span class="cx"> # NPN_ReloadPlugins is not implemented.
</span><span class="cx"> webkit.org/b/98744 plugins/reloadplugins-and-pages.html [ Timeout ]
</span><span class="cx"> 
</span><span class="lines">@@ -1804,10 +1819,6 @@
</span><span class="cx"> webkit.org/b/98741 plugins/npruntime/browser-object-identity.html [ Failure ]
</span><span class="cx"> webkit.org/b/98741 plugins/refcount-leaks.html [ Failure ]
</span><span class="cx"> 
</span><del>-# These ref tests are failing because the text is blurry.
-webkit.org/b/105766 compositing/text-on-scaled-layer.html [ ImageOnlyFailure ]
-#webkit.org/b/105766 compositing/text-on-scaled-surface.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # Failing svg ref tests.
</span><span class="cx"> webkit.org/b/107018 svg/animations/animate-linear-discrete-additive.svg [ ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/107018 svg/animations/animate-linear-discrete-additive-b.svg [ ImageOnlyFailure Pass ]
</span><span class="lines">@@ -1839,38 +1850,10 @@
</span><span class="cx"> 
</span><span class="cx"> compositing/patterns/direct-pattern-compositing-load.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> 
</span><del>-# Most probably failures are result of delay in scrolling caused by 'delegated scrolling' usage.
-webkit.org/b/107286 fast/css/sticky/sticky-margins.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/sticky-writing-mode-vertical-lr.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/sticky-overflowing.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/sticky-top-margins.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/sticky-top-overflow.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/sticky-top-overflow-container-overflow.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/sticky-left.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/sticky-as-positioning-container.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/sticky-writing-mode-vertical-rl.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/sticky-stacking-context.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/inflow-sticky.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/sticky-top-zoomed.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/sticky-both-sides.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/sticky-writing-mode-horizontal-bt.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/sticky-top.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/sticky-side-margins.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/replaced-sticky.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/inline-sticky-abspos-child.html [ ImageOnlyFailure ]
-webkit.org/b/107286 fast/css/sticky/inline-sticky.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # failing after r149292
</span><span class="cx"> compositing/layer-creation/no-compositing-for-sticky.html [ Failure ]
</span><span class="cx"> compositing/repaint/resize-repaint.html [ Failure ]
</span><span class="cx"> 
</span><del>-compositing/layer-creation/deep-tree.html [ ImageOnlyFailure ]
-
-compositing/iframes/invisible-nested-iframe-show.html [ Missing ]
-compositing/tiling/huge-layer-add-remove-child.html [ Missing ]
-compositing/tiling/rotated-tiled-clamped.html [ Missing ]
-compositing/tiling/rotated-tiled-preserve3d-clamped.html [ Missing ]
-
</del><span class="cx"> # Failing after r142758.
</span><span class="cx"> webkit.org/b/109948 fast/dom/Window/mozilla-focus-blur.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -1879,54 +1862,26 @@
</span><span class="cx"> webkit.org/b/119789 fast/events/touch/touch-coords-in-zoom-and-scroll.html [ Crash ]
</span><span class="cx"> 
</span><span class="cx"> # WKTR / Do not support setViewModeMediaFeature().
</span><del>-Bug(EFL) fast/media/view-mode-media-feature.html [ ImageOnlyFailure ]
</del><span class="cx"> Bug(EFL) fast/media/media-query-list-02.html [ Failure ]
</span><span class="cx"> Bug(EFL) fast/media/media-query-list-03.html [ Failure ]
</span><span class="cx"> Bug(EFL) fast/media/media-query-list-04.html [ Timeout ]
</span><span class="cx"> Bug(EFL) fast/media/media-query-list-05.html [ Failure ]
</span><span class="cx"> Bug(EFL) fast/media/media-query-list-06.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Text rendering is overflowing region
-webkit.org/b/122511 fast/regions/selection/selecting-text-ignoring-region-horiz-bt.html [ ImageOnlyFailure ]
-webkit.org/b/122511 fast/regions/selection/selecting-text-ignoring-region-vert-lr.html [ ImageOnlyFailure ]
-webkit.org/b/122511 fast/regions/selection/selecting-text-in-2-regions-horiz-bt.html [ ImageOnlyFailure ]
-webkit.org/b/122511 fast/regions/selection/selecting-text-in-2-regions-vert-lr.html [ ImageOnlyFailure ]
-
-# css3 reftests are failing after r154875
-webkit.org/b/120596 css3/background/background-repeat-space-border.html [ ImageOnlyFailure ]
-webkit.org/b/120596 css3/background/background-repeat-space-content.html [ ImageOnlyFailure ]
-webkit.org/b/120596 css3/background/background-repeat-space-padding.html [ ImageOnlyFailure ]
-webkit.org/b/120596 css3/masking/mask-repeat-space-border.html [ ImageOnlyFailure ]
-webkit.org/b/120596 css3/masking/mask-repeat-space-content.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/120105 http/tests/navigation/post-frames-goback1-uncached.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> #webkit.org/b/120682 inspector-protocol/page/archive.html [ Timeout ]
</span><span class="cx"> 
</span><del>-webkit.org/b/124414 animations/cross-fade-background-image.html [ ImageOnlyFailure ]
-
-# CSS filters layout tests are failing
-webkit.org/b/124518 fast/filter-image/filter-image-svg.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/124582 fast/flexbox/clear-overflow-before-scroll-update.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/124583 fast/images/pdf-as-image-with-annotations.html [ ImageOnlyFailure ]
-
-webkit.org/b/124586 fast/text/complex-first-glyph-with-initial-advance.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/124589 http/tests/cache/partitioned-cache-iframe.html [ Failure ]
</span><span class="cx"> webkit.org/b/124589 http/tests/cache/partitioned-cache.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/118126 css3/flexbox/image-percent-max-height.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/118126 fast/flexbox/image-percent-max-height.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/124656 fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink.html [ ImageOnlyFailure ]
-webkit.org/b/124656 fast/css3-text/css3-text-decoration/text-decoration-skip/decoration-skip-crash-fallback-svg.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/124657 fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/124658 fast/text/break-word-pre-wrap.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/124663 media/track/track-legacyapi-with-automatic-mode.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/124890 platform/efl/accessibility/media-emits-object-replacement.html [ Failure ]
</span><span class="lines">@@ -1950,13 +1905,6 @@
</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>-# Added in r161626, failing due insigificant pixel differences
-webkit.org/b/127054 fast/regions/overflow/overflow-in-variable-width-regions-inline-bt.html [ ImageOnlyFailure ]
-webkit.org/b/127054 fast/regions/overflow/overflow-in-variable-width-regions-inline-continuation.html [ ImageOnlyFailure ]
-webkit.org/b/127054 fast/regions/overflow/overflow-in-variable-width-regions-inline-lr.html [ ImageOnlyFailure ]
-webkit.org/b/127054 fast/regions/overflow/overflow-in-variable-width-regions-inline-rl.html [ ImageOnlyFailure ]
-webkit.org/b/127054 fast/regions/overflow/overflow-in-variable-width-regions-inline.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/127106 media/video-canvas-drawing-output.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/127107 media/volume-bar-empty-when-muted.html [ Failure ]
</span><span class="lines">@@ -1964,8 +1912,6 @@
</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><del>-webkit.org/b/127477 css2.1/t1604-c542-letter-sp-00-b-a.html [ Missing ]
-
</del><span class="cx"> webkit.org/b/127489 http/tests/misc/will-send-request-returns-null-on-redirect.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/127725 media/video-restricted-no-preload-auto.html [ Failure ]
</span><span class="lines">@@ -1985,7 +1931,6 @@
</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><span class="cx"> webkit.org/b/128061 media/video-zoom.html [ Failure ]
</span><del>-webkit.org/b/128061 svg/custom/svg-fonts-in-html.html [ Missing ]
</del><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">@@ -1997,8 +1942,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/128663 accessibility/roles-computedRoleString.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/128665 fast/regions/clip-to-padding-box-vertical-lr.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/128667 fast/regions/repaint/hover-border-radius.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Failing after r163562
</span><span class="lines">@@ -2009,13 +1952,8 @@
</span><span class="cx"> webkit.org/b/128973 fast/multicol/span/span-as-immediate-columns-child-dynamic.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # HIDPI-related tests do not work
</span><del>-webkit.org/b/102097 compositing/hidpi-transform-with-render-layer-on-fractional-pixel-value.html [ ImageOnlyFailure ]
-webkit.org/b/102097 fast/backgrounds/hidpi-bitmap-background-repeat-on-subpixel-position.html [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/102097 fast/repaint/hidpi-device-pixel-based-repaint-rect-tracking.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Failing after r150802
-webkit.org/b/125577 compositing/overlap-blending/reflection-opacity-huge.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/125631 compositing/columns/composited-lr-paginated-repaint.html [ Failure ]
</span><span class="cx"> webkit.org/b/125631 compositing/columns/composited-rl-paginated-repaint.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2042,31 +1980,13 @@
</span><span class="cx"> webkit.org/b/128734 plugins/nested-plugin-objects.html [ Failure ]
</span><span class="cx"> webkit.org/b/128734 plugins/netscape-destroy-plugin-script-objects.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/129735 fast/regions/box-decorations-over-region-padding.html [ ImageOnlyFailure ]
-
-webkit.org/b/129821 svg/css/svg-resource-fragment-identifier-img-src.html [ ImageOnlyFailure ]
-
-webkit.org/b/130340 fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html [ ImageOnlyFailure ]
-
-webkit.org/b/131987 fast/borders/hidpi-border-image-gradient-on-subpixels.html [ ImageOnlyFailure ]
-webkit.org/b/131987 fast/borders/hidpi-double-border-with-border-radius-always-produce-solid-line.html [ ImageOnlyFailure ]
-webkit.org/b/131987 fast/borders/hidpi-simple-hairline-border-painting.html [ ImageOnlyFailure ]
-webkit.org/b/131987 fast/inline/hidpi-inline-selection-leaves-gap.html [ ImageOnlyFailure ]
-webkit.org/b/131987 fast/inline/hidpi-inline-text-decoration-with-subpixel-value.html [ ImageOnlyFailure ]
-webkit.org/b/131987 fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines.html [ ImageOnlyFailure ]
-webkit.org/b/131987 fast/inline/hidpi-select-inline-on-subpixel-position.html [ ImageOnlyFailure ]
-webkit.org/b/131987 fast/layers/hidpi-box-positioned-off-by-one-when-transform-is-present.html [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/131987 fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ Failure ]
</span><span class="cx"> webkit.org/b/131987 fast/repaint/hidpi-transform-on-subpixel-repaintrect.html [ Failure ]
</span><span class="cx"> webkit.org/b/131987 fast/repaint/hidpi-wrong-repaint-rect-when-parent-has-noncompositing-transform.html [ Failure ]
</span><del>-webkit.org/b/131987 fast/inline-block/hidpi-margin-top-with-subpixel-value-and-overflow-hidden.html [ ImageOnlyFailure ]
-webkit.org/b/132049 fast/css3-text/css3-text-decoration/text-decoration-skip/glyph-inside-underline.html [ ImageOnlyFailure ]
</del><span class="cx"> 
</span><span class="cx"> # Failures EFL WK2 since the inception
</span><span class="cx"> webkit.org/b/133484 accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Timeout ]
</span><span class="cx"> 
</span><del>-webkit.org/b/130187 accessibility/aria-hidden-false-works-in-subtrees.html [ Missing ]
-
</del><span class="cx"> webkit.org/b/131496 accessibility/help-text.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # ENABLE(WEBVTT_REGIONS) is disabled
</span><span class="lines">@@ -2093,20 +2013,12 @@
</span><span class="cx"> 
</span><span class="cx"> # Failures EFL since the inception
</span><span class="cx"> webkit.org/b/133972 mathml/presentation/foreign-element-in-token.html [ Failure ]
</span><del>-webkit.org/b/133973 fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable.html [ ImageOnlyFailure ]
</del><span class="cx"> 
</span><span class="cx"> # Tests failing or flaky with closer reasons unknwown at this time
</span><span class="cx"> #webkit.org/b/133857 inspector-protocol/layers/layers-blending-compositing-reasons.html [ Failure ]
</span><del>-webkit.org/b/133859 fast/regions/inline-block-inside-anonymous-overflow.html [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/133860 fast/regions/auto-size/autosize-region-window-resize.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/133974 fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-svg.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> 
</span><del>-# Difference invisible at the naked eye with Latin Modern Math.
-webkit.org/b/134153 mathml/presentation/mo-stacked-glyphs.html [ ImageOnlyFailure ]
-webkit.org/b/134153 mathml/presentation/scripts-subsup.html [ ImageOnlyFailure ]
-
-webkit.org/b/134712 svg/masking/mask-transformed-text-missing.svg [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/134756 fast/dom/HTMLImageElement/sizes/image-sizes-2x.html [ Failure ]
</span><span class="cx"> webkit.org/b/134756 fast/dom/HTMLImageElement/sizes/image-sizes-js-change.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2117,16 +2029,7 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/135530 accessibility/parent-delete.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/135609 fast/regions/top-overflow-out-of-second-region.html [ ImageOnlyFailure ]
-
-# Failing since introduced in r172797
-webkit.org/b/136159 fast/borders/border-painting-dashed-at-all.html [ ImageOnlyFailure ]
-webkit.org/b/136159 fast/borders/border-painting-dotted-at-all.html [ ImageOnlyFailure ]
-webkit.org/b/136159 fast/borders/hidpi-border-painting-groove.html [ ImageOnlyFailure ]
-webkit.org/b/136159 fast/borders/hidpi-border-painting-ridge.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # Tests failing since imported from W3C test suite
</span><del>-webkit.org/b/136221 css3/shapes/shape-outside/supported-shapes/circle/shape-outside-circle-027.html [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/136221 css3/shapes/shape-outside/values/shape-margin-001.html [ Failure ]
</span><span class="cx"> webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-circle-004.html [ Failure ]
</span><span class="cx"> webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-circle-005.html [ Failure ]
</span><span class="lines">@@ -2137,7 +2040,6 @@
</span><span class="cx"> webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-shape-arguments-000.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/136223 fast/ruby/ruby-base-merge-block-children-crash-2.html [ Failure ]
</span><del>-webkit.org/b/136223 fast/ruby/ruby-justification.html [ ImageOnlyFailure ]
</del><span class="cx"> 
</span><span class="cx"> # Started failing after r172835
</span><span class="cx"> webkit.org/b/136226 fast/events/constructors/mouse-event-constructor.html [ Failure ]
</span><span class="lines">@@ -2180,19 +2082,6 @@
</span><span class="cx"> webkit.org/b/136406 compositing/tiling/tiled-layer-resize.html [ Failure ]
</span><span class="cx"> webkit.org/b/136406 compositing/visibility/visibility-image-layers-dynamic.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Begun to be failed since r177330
-webkit.org/b/141458 imported/mozilla/svg/as-image/img-dyn-1.html [ ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/blend-color-burn.svg [ ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/blend-color-dodge.svg [ ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/blend-darken.svg [ ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/blend-difference.svg [ ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/blend-exclusion.svg [ ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/blend-lighten.svg [ ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/blend-multiply.svg [ ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/blend-overlay.svg [ ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/blend-screen.svg [ ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/dynamic-small-object-scaled-up-01.svg [ ImageOnlyFailure ]
-
</del><span class="cx"> # Started failing since r167808
</span><span class="cx"> webkit.org/b/141496 fast/multicol/client-rects-spanners-complex.html [ Failure ]
</span><span class="cx"> webkit.org/b/141496 fast/multicol/client-rects-spanners.html [ Failure ]
</span><span class="lines">@@ -2217,9 +2106,6 @@
</span><span class="cx"> webkit.org/b/141512 fast/css/pseudo-invalid-form-invalidation-optimization.html [ Failure ]
</span><span class="cx"> webkit.org/b/141512 fast/css/pseudo-valid-form-invalidation-optimization.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Started failing since r148090
-webkit.org/b/114340 compositing/overlap-blending/nested-overlap.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # Probably started failing since r159110
</span><span class="cx"> #webkit.org/b/141591 inspector-protocol/debugger/breakpoint-eval-with-exception.html [ Failure ]
</span><span class="cx"> #webkit.org/b/141591 inspector-protocol/debugger/setBreakpoint-actions.html [ Failure ]
</span><span class="lines">@@ -2235,9 +2121,6 @@
</span><span class="cx"> webkit.org/b/141631 fast/forms/searchfield-heights.html [ Failure ]
</span><span class="cx"> webkit.org/b/141630 accessibility/press-targets-center-point.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Need to have new baseline
-webkit.org/b/141594 fast/text/empty-shadow.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # Need to rebaseline since r178976
</span><span class="cx"> webkit.org/b/141592 fast/css/font-shorthand-line-height.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2253,26 +2136,14 @@
</span><span class="cx"> webkit.org/b/141892 fast/sub-pixel/inline-block-with-padding.html [ Failure ]
</span><span class="cx"> webkit.org/b/141892 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/141895 compositing/contents-scale/non-decomposable-matrix.html [ ImageOnlyFailure ]
-
-# Need to have new baseline since r177686.
-webkit.org/b/141896 fast/borders/0px-borders.html [ ImageOnlyFailure ]
-webkit.org/b/141896 fast/borders/border-painting-correctness-dashed.html [ ImageOnlyFailure ]
-webkit.org/b/141896 fast/borders/border-painting-correctness-dotted.html [ ImageOnlyFailure ]
-webkit.org/b/141896 fast/borders/border-radius-on-html.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # Need to investigate why these security tests have been failed since r144338.
</span><span class="cx"> webkit.org/b/141958 http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html [ Failure ]
</span><span class="cx"> webkit.org/b/141958 http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> #webkit.org/b/142426 compositing/masks/compositing-clip-path-and-mask.html [ ImageOnlyFailure ]
</span><del>-#webkit.org/b/142426 compositing/masks/compositing-clip-path-mask-change.html [ ImageOnlyFailure ]
</del><span class="cx"> #webkit.org/b/142426 compositing/masks/compositing-clip-path.html [ ImageOnlyFailure ]
</span><span class="cx"> #webkit.org/b/142426 compositing/masks/reference-clip-path-on-composited.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/142427 fast/regions/scrolling/wheel-scroll-abspos.html [ ImageOnlyFailure ]
-webkit.org/b/142427 fast/regions/scrolling/wheel-scroll.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/142451 fast/text/emphasis-combined-text.html [ Failure ]
</span><span class="cx"> webkit.org/b/142451 fast/text/emphasis-vertical.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2306,9 +2177,6 @@
</span><span class="cx"> # [EFL] r182307 broke 87 layouttests
</span><span class="cx"> webkit.org/b/143364 fast/fixed-layout [ Skip ]
</span><span class="cx"> 
</span><del>-webkit.org/b/143415 fast/scrolling/scroll-select-list.html [ ImageOnlyFailure ]
-webkit.org/b/143416 fast/text/baseline-inline-block.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/131044 media/audio-controls-rendering.html [ Failure ]
</span><span class="cx"> webkit.org/b/131044 media/controls-right-click-on-timebar.html [ Failure ]
</span><span class="cx"> webkit.org/b/131044 media/controls-strict.html [ Failure ]
</span><span class="lines">@@ -2345,73 +2213,67 @@
</span><span class="cx"> webkit.org/b/143878 http/tests/navigation/postredirect-basic.html [ Failure ]
</span><span class="cx"> webkit.org/b/143878 http/tests/navigation/postredirect-goback1.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/144006 compositing/backing/solid-color-with-paints-into-ancestor.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # New failing compositing tests, needs more investigation
</span><span class="cx"> compositing/masks/compositing-clip-path-change-no-repaint.html [ Failure ]
</span><span class="cx"> compositing/tiling/transform-origin-tiled.html [ Failure ]
</span><del>-compositing/background-color/background-color-change-to-text.html [ ImageOnlyFailure ]
</del><span class="cx"> compositing/masks/compositing-clip-path-mask-change.html [ ImageOnlyFailure ]
</span><span class="cx"> compositing/overlap-blending/nested-overlap-overflow.html [ ImageOnlyFailure ]
</span><del>-compositing/text-on-scaled-surface.html [ ImageOnlyFailure ]
</del><span class="cx"> 
</span><del>-webkit.org/b/144673 fast/forms/button-line-height.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # [EFL] REGRESSION(r183907): It made all inspector-protocol test crash
</span><span class="cx"> webkit.org/b/144737 inspector-protocol [ Skip ]
</span><span class="cx"> webkit.org/b/144737 http/tests/inspector-protocol [ Skip ]
</span><span class="cx"> 
</span><del>-# [EFL] Mouseevent/hover tests fail with XorgDriver
-# https://bugs.webkit.org/show_bug.cgi?id=144741
-fast/css/hover-active-drag.html [ Failure ]
-fast/css/hover-affects-ancestor.html [ Failure ]
-fast/css/hover-affects-child.html [ Failure ]
-fast/css/hover-display-block.html [ Failure ]
-fast/css/hover-subselector.html [ Failure ]
-fast/css/nested-layers-with-hover.html [ Failure ]
-fast/css/unknown-pseudo-element-matching.html [ Failure ]
-fast/dom/Window/window-resize-and-move-arguments.html [ Failure ]
-fast/dynamic/hovered-detach.html [ Failure ]
-fast/events/event-sender-mouse-moved.html [ Failure ]
-fast/events/frame-scroll-fake-mouse-move.html [ Failure ]
-fast/events/ghostly-mousemoves-in-subframe.html [ Failure ]
-fast/events/mouse-cursor-change.html [ Failure ]
-fast/events/mouse-cursor-multiframecur.html [ Failure ]
-fast/events/mouse-cursor-no-mousemove.html [ Failure ]
-fast/events/mouseenter-mouseleave-capture.html [ Failure ]
-fast/events/mouseenter-mouseleave.html [ Failure ]
-fast/events/mouseenterleave-on-subframe.html [ Failure ]
-fast/events/mousemove-after-drag-over-scrollbar.html [ Failure ]
-fast/events/mouseout-dead-node.html [ Failure ]
-fast/events/mouseover-button.html [ Failure ]
-fast/events/mouseover-mouseout.html [ Failure ]
-fast/events/mouseover-mouseout2.html [ Failure ]
-fast/events/scroll-in-scaled-page-with-overflow-hidden.html [ Failure ]
-fast/events/touch/touch-before-pressing-spin-button.html [ Failure ]
-fast/events/wheelevent-basic.html [ Failure ]
-fast/events/wheelevent-mousewheel-interaction.html [ Failure ]
-fast/forms/input-step-as-double.html [ Failure ]
-fast/regions/repaint/repaint-absolute-pushed-to-next-region.html [ Failure ]
-fast/replaced/image-map-2.html [ Failure ]
-fast/selectors/hover-strict.html [ Failure ]
-http/tests/security/cross-frame-access-put.html [ Failure ]
-media/video-initially-hidden-volume-slider-up.html [ Failure ]
-scrollbars/overflow-custom-scrollbar-crash.html [ Failure ]
-scrollbars/scroll-rtl-or-bt-layer.html [ Failure ]
-fast/css/pseudo-element-selector-scrollbar-hover.html [ ImageOnlyFailure ]
-fast/frames/flattening/scrolling-in-object.html [ ImageOnlyFailure ]
-fast/regions/multicol/regions-in-multicol-hover-overflow.html [ ImageOnlyFailure ]
-fast/css/hover-update.html [ Skip ] #[ Timeout ]
-fast/events/iframe-onmousemove.html [ Skip ] #timeout
-fast/events/mouse-moved-remove-frame-crash.html [ Skip ] #timeout
-fast/events/mouseout-dead-subframe.html [ Skip ] #timeout
-fast/events/wheelevent-in-text-node.html [ Skip ] #timeout
-fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ Skip ] #timeout
-fast/text/simple-lines-hover-after.html [ Skip ] #timeout
-media/click-volume-bar-not-pausing.html [ Skip ] #timeout
-
</del><span class="cx"> webkit.org/b/145632 fast/animation/request-animation-frame-throttle-subframe-display-none.html [ Timeout ]
</span><span class="cx"> webkit.org/b/145632 fast/animation/request-animation-frame-throttle-subframe.html [ Timeout ]
</span><span class="cx"> 
</span><del>-#r185249 added this test for mac port. Need to decide if EFL port also support this test.
-fast/forms/select-element-focus-ring.html [ Missing ]
</del><ins>+# Below tests are failed since efl buildbot disable USE_NATIVE_XDISPLAY.
+canvas/philip/tests/2d.drawImage.animated.poster.html [ Failure ]
+compositing/animation/layer-for-filling-animation.html [ Failure ]
+compositing/clipping/border-radius-overflow-hidden-stacking-context.html [ Failure ]
+compositing/layer-creation/zoomed-clip-intersection.html [ Failure ]
+editing/execCommand/switch-list-type-with-orphaned-li.html [ Failure ]
+editing/selection/context-menu-text-selection-lookup.html [ Failure ]
+fast/canvas/canvas-ellipse-zero-lineto.html [ Failure ]
+fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html [ Failure ]
+fast/canvas/toDataURL-supportedTypes.html [ Failure ]
+fast/forms/auto-fill-button/input-auto-fill-button.html [ Failure ]
+fast/forms/input-search-press-escape-key.html [ Failure ]
+fast/text/midword-break-before-surrogate-pair-2.html [ Failure ]
+fast/text/simple-line-layout-text-stroke-width.html [ Failure ]
+http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html [ Failure ]
+http/tests/local/link-stylesheet-load-order-preload.html [ Failure ]
+http/tests/local/link-stylesheet-load-order.html [ Failure ]
+http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html [ Failure ]
+http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ Failure ]
+http/tests/xmlhttprequest/cross-origin-cookie-storage.html [ Failure ]
+js/dom/global-constructors-attributes-idb.html [ Failure ]
+js/dom/global-constructors-attributes.html [ Failure ]
+media/accessiblity-describes-video.html [ Failure ]
+media/media-volume-slider-rendered-below.html [ Failure ]
+media/video-transformed-by-javascript.html [ Failure ]
+svg/animations/animate-text-nested-transforms.html [ Failure ]
+
+# Image-only failures after disabling USE_NATIVE_XDISPLAY on efl buildbot.
+fast/borders/hidpi-border-radius-outer-border-goes-rectangle.html [ ImageOnlyFailure ]
+fast/css/border-radius-inset-box-shadow-viewportlength.html [ ImageOnlyFailure ]
+fast/css/border-radius-viewport-height.html [ ImageOnlyFailure ]
+fast/css/border-radius-viewport-vmax.html [ ImageOnlyFailure ]
+fast/css/border-radius-viewport-vmin.html [ ImageOnlyFailure ]
+fast/css/box-shadow-negative-viewportlength.html [ ImageOnlyFailure ]
+fast/css/box-shadow-viewport-height.html [ ImageOnlyFailure ]
+fast/css/box-shadow-viewport-vmax.html [ ImageOnlyFailure ]
+fast/css/box-shadow-viewport-vmin.html [ ImageOnlyFailure ]
+fast/css/box-shadow-viewport-width.html [ ImageOnlyFailure ]
+fast/css/drop-shadow-viewport-height.html [ ImageOnlyFailure ]
+fast/css/drop-shadow-viewport-vmax.html [ ImageOnlyFailure ]
+fast/css/drop-shadow-viewport-vmin.html [ ImageOnlyFailure ]
+fast/css/drop-shadow-viewport-width.html [ ImageOnlyFailure ]
+fast/harness/sample-mismatch-reftest.html [ ImageOnlyFailure ]
+mathml/presentation/attributes-style.html [ ImageOnlyFailure ]
+mathml/presentation/fractions-color.html [ ImageOnlyFailure ]
+mathml/presentation/menclose-notation-attribute-set2.html [ ImageOnlyFailure ]
+mathml/presentation/mfrac-linethickness1.html [ ImageOnlyFailure ]
+mathml/presentation/mfrac-linethickness3.html [ ImageOnlyFailure ]
+mathml/presentation/mo-stretchy-vertical-bar.html [ ImageOnlyFailure ]
+mathml/presentation/scripts-font-size.html [ ImageOnlyFailure ]
+mathml/presentation/style-color-sqrt.html [ ImageOnlyFailure ]
</ins></span></pre>
</div>
</div>

</body>
</html>