<!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>[170354] 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/170354">170354</a></dd>
<dt>Author</dt> <dd>m.pakula@samsung.com</dd>
<dt>Date</dt> <dd>2014-06-24 02:02:18 -0700 (Tue, 24 Jun 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[EFL] Merge efl-wk2 and efl test expectations files
https://bugs.webkit.org/show_bug.cgi?id=134245

Unreviewed gardening after removing WebKit1.

* platform/efl-wk2/TestExpectations: An empty file left, as deleting it may break flakiness dashboard.
* platform/efl/TestExpectations: Merged with platform/efl-wk2/TestExpectations.</pre>

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

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (170353 => 170354)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-06-24 08:36:34 UTC (rev 170353)
+++ trunk/LayoutTests/ChangeLog        2014-06-24 09:02:18 UTC (rev 170354)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2014-06-24  Michał Pakuła vel Rutka  &lt;m.pakula@samsung.com&gt;
+
+        [EFL] Merge efl-wk2 and efl test expectations files
+        https://bugs.webkit.org/show_bug.cgi?id=134245
+
+        Unreviewed gardening after removing WebKit1.
+
+        * platform/efl-wk2/TestExpectations: An empty file left, as deleting it may break flakiness dashboard.
+        * platform/efl/TestExpectations: Merged with platform/efl-wk2/TestExpectations.
+
</ins><span class="cx"> 2014-06-20  Jer Noble  &lt;jer.noble@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         HTMLMediaElement seek algorithm should allow cancelling previous seeks.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (170353 => 170354)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2014-06-24 08:36:34 UTC (rev 170353)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2014-06-24 09:02:18 UTC (rev 170354)
</span><span class="lines">@@ -443,6 +443,19 @@
</span><span class="cx"> # CRASHES
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><ins>+webkit.org/b/92726 fast/dom/NavigatorContentUtils/register-protocol-handler.html [ Crash ]
+webkit.org/b/92726 fast/dom/NavigatorContentUtils/unregister-protocol-handler.html [ Crash ]
+
+# Crashes on plugin test, also blocked by 108077
+webkit.org/b/98747 plugins/document-open.html [ Crash Failure ]
+
+webkit.org/b/102200 fast/dom/HTMLAnchorElement/anchor-download.html [ Crash Failure ]
+webkit.org/b/102200 fast/dom/HTMLAnchorElement/anchor-nodownload-set.html [ Crash Failure ]
+
+# Known WebGL conformance test failures, fails on Intel and AMD hardware
+webkit.org/b/129199 webgl/1.0.2/conformance/uniforms/uniform-default-values.html [ Crash ]
+webkit.org/b/129199 webgl/conformance/uniforms/uniform-default-values.html [ Crash ]
+
</ins><span class="cx"> # Sometimes hit !m_finishedNodes.size() assertion in AudioContext destructor.
</span><span class="cx"> webkit.org/b/105870 webaudio/audiobuffersource.html [ Pass Crash ]
</span><span class="cx"> webkit.org/b/105870 webaudio/audionode.html [ Pass Crash ]
</span><span class="lines">@@ -461,15 +474,92 @@
</span><span class="cx"> # Sometimes crashes in PlatformContextCairo::drawSurfaceToContext().
</span><span class="cx"> webkit.org/b/116025 compositing/video/video-background-color.html [ Crash Pass ]
</span><span class="cx"> 
</span><ins>+# EFL specific error : (_ecore_main_fd_handlers_bads_rem() No bad fd found)
+webkit.org/b/116587 http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked.html [ Skip ]
+webkit.org/b/116587 http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-allowed.html [ Skip ]
+webkit.org/b/116587 http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html [ Skip ]
+webkit.org/b/116587 http/tests/security/contentSecurityPolicy/default-src-inline-allowed.html [ Skip ]
+webkit.org/b/116587 http/tests/security/contentSecurityPolicy/default-src-inline-blocked.html [ Skip ]
+webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-01.html [ Skip ]
+webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-02.html [ Skip ]
+webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-03.html [ Skip ]
+webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-04.html [ Skip ]
+webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-05.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/broken-utf8.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/bufferedAmount-after-close.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/close-on-unload-and-force-gc.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/compressed-control-frame.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/cross-origin.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/deflate-frame-parameter.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/deflate-frame-set-bfinal.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/extensions.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/echo-with-no-extension.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/fragmented-binary-frames.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/fragmented-control-frame.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/fragmented-frames.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/frame-lengths.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/handshake-challenge-randomness.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/handshake-error.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/handshake-fail-by-maxlength.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/nocache.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/no-subprotocol.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/null-character.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/pong.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/receive-arraybuffer.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/receive-blob.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/reserved-bits.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/reserved-opcodes.html [ Pass ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/simple.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/sub-protocol.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/too-long-payload.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/url-no-trailing-slash.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/url-parsing.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/url-with-credential.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/url-with-empty-query.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/url-with-query.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/useragent-in-openinghandshake.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/workers/close.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/workers/close-code-and-reason.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/workers/close-in-shared-worker.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/workers/close-in-onmessage-crash.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/workers/close-in-worker.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/workers/multiple-subprotocols.html [ Skip ]
+webkit.org/b/116587 http/tests/websocket/tests/hybi/zero-length-text.html [ Skip ]
+
</ins><span class="cx"> webkit.org/b/124574 fast/css/object-fit/object-fit-embed.html [ Crash Pass ]
</span><span class="cx"> 
</span><span class="cx"> # EFL media control has broken since r166395.
</span><span class="cx"> webkit.org/b/131044 media [ Skip ]
</span><span class="cx"> 
</span><ins>+# A lot of crash happen since buildbot bagan to use Ubuntu 13.10.
+webkit.org/b/131729 batterystatus [ Skip ]
+webkit.org/b/131729 compositing [ Skip ]
+webkit.org/b/131729 fast/canvas/webgl [ Skip ]
+webkit.org/b/131729 fast/events/touch [ Skip ]
+webkit.org/b/131729 http/tests [ Skip ]
+webkit.org/b/131729 webgl [ Skip ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # FLAKY TESTS
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><ins>+Bug(EFL) editing/selection/first-letter-selection-crash.html [ Crash Pass ]
+Bug(EFL) media/video-played-reset.html [ Failure Pass ]
+Bug(EFL) fast/loader/fragment-after-redirect-gets-back-entry.html [ Failure Pass ]
+Bug(EFL) fast/loader/child-frame-add-after-back-forward.html [ Failure Pass ]
+Bug(EFL) fast/forms/validation-message-user-modify.html [ Failure Pass ]
+Bug(EFL) fast/events/backspace-navigates-back.html [ Failure Pass ]
+Bug(EFL) fast/events/onchange-click-hang.html [ Failure Pass ]
+Bug(EFL) fast/events/dispatch-message-string-data.html [ Failure Pass ]
+Bug(EFL) fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html [ ImageOnlyFailure Pass ]
+Bug(EFL) fast/events/domactivate-sets-underlying-click-event-as-handled.html [ Failure Pass ]
+Bug(EFL) http/tests/loading/fire-error-event-empty-404-script.html [ Crash Failure Pass ]
+Bug(EFL) js/dom/create-lots-of-workers.html [ Crash Failure Pass ]
+Bug(EFL) media/track/track-element-load-event.html [ Crash Failure Pass ]
+
</ins><span class="cx"> webkit.org/b/85603 fast/forms/textarea-placeholder-set-attribute.html [ Failure ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/59801 fast/workers/storage/use-same-database-in-page-and-workers.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/86073 ietestcenter/css3/flexbox/flexbox-layout-001.htm [ ImageOnlyFailure Pass ]
</span><span class="lines">@@ -604,6 +694,57 @@
</span><span class="cx"> webkit.org/b/107024 compositing/self-painting-layers2.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/107024 compositing/video-page-visibility.html [ Pass Failure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/111612 animations/animation-delay-changed.html [ Failure Pass ]
+
+webkit.org/b/98761 svg/text/selection-tripleclick.svg [ Failure Pass ]
+
+# Test is flaky and needs to be fixed
+webkit.org/b/56985 http/tests/loading/bad-server-subframe.html [ Crash Pass ]
+
+# Affects multiple platforms.
+webkit.org/b/90980 fast/forms/textarea/textarea-state-restore.html [ Failure Pass ]
+
+# Flaky, probably because the result is sometimes taken before data about visited link have passed through IPC.
+webkit.org/b/81797 fast/history/visited-link-background-color.html [ Failure  Pass ]
+
+# Also flaky at least on GTK+
+webkit.org/b/72698 media/audio-garbage-collect.html
+
+# window.internals does not reset font family mappings (done in other tests), leading to these failures
+webkit.org/b/102370 fast/writing-mode/japanese-ruby-vertical-lr.html [ Failure Pass ]
+webkit.org/b/102370 fast/writing-mode/japanese-ruby-vertical-rl.html [ Failure Pass ]
+
+webkit.org/b/102204 http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html [ Crash Pass ]
+
+webkit.org/b/95428 media/video-controls-captions.html [ Failure ]
+webkit.org/b/113106 media/track/track-prefer-captions.html [ Failure ]
+
+# Flaky on Debug bot. See also webkit.org/b/102190
+webkit.org/b/103043 fast/events/overflow-scroll-fake-mouse-move.html [ Failure Pass ]
+webkit.org/b/103043 fast/events/frame-scroll-fake-mouse-move.html [ Failure Pass ]
+
+# Failures after r130363.
+webkit.org/b/98573 fast/forms/multiple-form-submission-protection-mouse.html [ Failure Pass ]
+
+webkit.org/b/103115 http/tests/loading/remove-child-triggers-parser.html [ Failure Pass ]
+
+webkit.org/b/102201 fast/dom/Window/window-resize.html [ Failure Pass ]
+
+webkit.org/b/103396 [ Debug ] fast/forms/state-restore-per-form.html [ Failure Pass ]
+webkit.org/b/103399 [ Debug ] fast/forms/basic-buttons.html [ Failure Pass ]
+
+webkit.org/b/103400 [ Debug ] compositing/overflow/content-gains-scrollbars.html [ Crash Failure ]
+webkit.org/b/103400 [ Debug ] compositing/overflow/content-loses-scrollbars.html [ Crash Failure ]
+
+# Assertion failure and incorrect results on our port after r140999 (webkit.org/b/106142)
+webkit.org/b/108257 compositing/overflow/automatically-opt-into-composited-scrolling.html [ Failure ]
+webkit.org/b/108257 compositing/overflow/composited-scrolling-creates-a-stacking-container.html [ Missing Failure ]
+
+# Asserts when destroying WebCore::Database (possibly because r141207)
+webkit.org/b/108355 js/caller-property.html [ Crash Pass ]
+webkit.org/b/108355 storage/websql/close-during-stress-test.html [ Crash Pass ]
+webkit.org/b/108355 storage/websql/sql-error-codes.html [ Crash Pass ]
+
</ins><span class="cx"> # Fails, test times out in testLoadErrorGC()
</span><span class="cx"> webkit.org/b/78819 fast/workers/shared-worker-load-error.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -656,6 +797,70 @@
</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><ins>+webkit.org/b/127109 media/video-object-fit-change.html [ ImageOnlyFailure Pass ]
+webkit.org/b/127109 media/video-object-fit.html [ ImageOnlyFailure Pass ]
+
+# Started to crash after r160991
+webkit.org/b/127914 fast/canvas/webgl/oes-texture-half-float-with-image.html [ Failure Crash ]
+webkit.org/b/127914 fast/canvas/webgl/oes-texture-half-float.html [ Crash Pass ]
+webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgb565.html [ Crash Pass ]
+webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551.html [ Crash Pass ]
+webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas.html [ Crash Pass ]
+webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565.html [ Crash Pass ]
+webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551.html [ Crash Pass ]
+webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgb565.html [ Crash Pass ]
+webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html [ Crash Pass ]
+webkit.org/b/127914 fast/canvas/webgl/texImageTest.html [ Crash Pass ]
+webkit.org/b/127914 fast/canvas/webgl/texture-color-profile.html [ Crash Pass ]
+webkit.org/b/127914 webgl/1.0.1/conformance/rendering/gl-drawelements.html [ Crash Failure ]
+webkit.org/b/127914 webgl/1.0.1/conformance/textures/gl-pixelstorei.html [ Crash Failure ]
+webkit.org/b/127914 webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html [ Crash Pass ]
+webkit.org/b/127914 webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-image.html [ Crash Pass ]
+webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html [ Crash Pass ]
+webkit.org/b/127914 webgl/1.0.2/conformance/extensions/oes-texture-float-with-image-data.html [ Crash Pass ]
+webkit.org/b/127914 webgl/1.0.2/conformance/extensions/webgl-debug-renderer-info.html [ Crash Failure ]
+webkit.org/b/127914 webgl/1.0.2/conformance/rendering/gl-drawelements.html [ Crash Failure ]
+webkit.org/b/127914 webgl/1.0.2/conformance/textures/copy-tex-image-and-sub-image-2d.html [ Crash Pass ]
+webkit.org/b/127914 webgl/1.0.2/conformance/textures/gl-get-tex-parameter.html [ Crash Pass ]
+webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html [ Crash Pass ]
+webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html [ Crash Pass ]
+webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html [ Crash Pass ]
+webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html [ Crash Pass ]
+webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html [ Crash Pass ]
+webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html [ Crash Pass ]
+webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html [ Crash Pass ]
+webkit.org/b/127914 webgl/conformance/extensions/oes-texture-float-with-image-data.html [ Crash Pass ]
+webkit.org/b/127914 webgl/conformance/extensions/webgl-debug-renderer-info.html [ Crash Failure ]
+webkit.org/b/127914 webgl/conformance/rendering/gl-drawelements.html [ Crash Failure ]
+webkit.org/b/127914 webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html [ Crash Pass ]
+webkit.org/b/127914 webgl/conformance/textures/gl-get-tex-parameter.html [ Crash Pass ]
+webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html [ Crash Pass ]
+webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html [ Crash Pass ]
+webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html [ Crash Pass ]
+webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html [ Crash Pass ]
+webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html [ Crash Pass ]
+webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html [ Crash Pass ]
+webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html [ Crash Pass ]
+webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html [ Crash Pass ]
+webkit.org/b/127914 webgl/conformance/textures/texture-npot.html [ Crash Pass ]
+
+webkit.org/b/128969 fast/sub-pixel/input-caret-on-subpixel-bound.html [ ImageOnlyFailure Pass ]
+
+# Known WebGL conformance test failures, fails on Intel and AMD hardware
+webkit.org/b/129199 webgl/1.0.2/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Crash Failure Pass ]
+
+webkit.org/b/128732 fast/css3-text/css3-text-align-last/text-align-last-with-text-align-justify.html [ ImageOnlyFailure Pass ]
+
+webkit.org/b/119789 fast/events/touch/touch-before-pressing-spin-button.html [ Crash Pass ]
+webkit.org/b/119789 fast/events/touch/touch-inside-iframe.html [ Crash Pass ]
+webkit.org/b/119789 fast/events/touch/touch-slider-no-js-touch-listener.html [ Crash Pass ]
+
+webkit.org/b/133305 fast/text/mark-matches-rendering.html [ ImageOnlyFailure Pass ]
+
+# WebGL test cases crashing in WebCore::GraphicsContext3D::readPixels().
+webkit.org/b/109417 webgl/conformance/textures/texture-attachment-formats.html [ Crash Failure ]
+webkit.org/b/109945 webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Crash Failure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # PASSING TESTS WITH INCORRECT EXPECTATIONS
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1244,8 +1449,6 @@
</span><span class="cx"> webkit.org/b/106992 scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/106992 http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/107375 fast/css/sticky/sticky-top-zoomed.html [ ImageOnlyFailure ]
-
</del><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><span class="lines">@@ -1421,11 +1624,218 @@
</span><span class="cx"> webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html [ Failure ]
</span><span class="cx"> webgl/conformance/ogles/GL/sin/sin_001_to_006.html [ Failure ]
</span><span class="cx"> webgl/conformance/ogles/GL/vec3/vec3_001_to_008.html [ Failure ]
</span><del>-webgl/conformance/textures/texture-attachment-formats.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # ANGLE_instanced_arrays not implemented on efl
</span><span class="cx"> fast/canvas/webgl/angle-instanced-arrays.html [ Skip ]
</span><span class="cx"> 
</span><ins>+# Missing EFL's accessibility functions
+webkit.org/b/111984 accessibility/aria-hidden-updates-alldescendants.html [ Failure ]
+webkit.org/b/111988 accessibility/aria-readonly.html [ Failure ]
+webkit.org/b/111991 accessibility/aria-text-role.html [ Failure ]
+webkit.org/b/111996 accessibility/canvas-fallback-content-2.html [ Failure ]
+webkit.org/b/111999 accessibility/disabled-controls-not-focusable.html [ Failure ]
+webkit.org/b/112002 accessibility/inline-continuations.html [ Failure ]
+webkit.org/b/112005 accessibility/onclick-handlers.html [ Failure ]
+webkit.org/b/112006 accessibility/secure-textfield-title-ui.html [ Failure ]
+webkit.org/b/112008 accessibility/spinbutton-value.html [ Failure ]
+webkit.org/b/112012 accessibility/svg-bounds.html [ Failure ]
+webkit.org/b/112014 accessibility/textarea-insertion-point-line-number.html [ Failure ]
+webkit.org/b/112018 accessibility/th-as-title-ui.html [ Failure ]
+webkit.org/b/112021 accessibility/visible-elements.html [ Failure Crash ]
+
+# New accessibility test added in r149858 that is failing for EFL.
+webkit.org/b/115901 accessibility/poorly-formed-aria-table.html [ Failure ]
+
+# New accessibility test added in r151079 that is failing for EFL.
+webkit.org/b/117182 accessibility/text-role-with-aria-hidden-inside.html [ Failure ]
+
+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 ]
+
+accessibility/negative-tabindex-does-not-expose-label.html [ Missing ]
+
+# isProtocolHandlerRegistered() isn't supported by WK2 yet.
+webkit.org/b/92749 fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html [ Skip ]
+
+# WebKitTestRunner needs an implementation for testRunner.titleTextDirection
+webkit.org/b/93470 fast/dom/title-directionality-removeChild.html [ Failure ]
+webkit.org/b/93470 fast/dom/title-directionality.html [ Failure ]
+
+# WebKitTestRunner setTouchPointRadius() is not supported
+Bug(EFL) fast/events/touch/basic-single-touch-events.html [ Failure ]
+
+# Needs grammar checking
+Bug(EFL) editing/spelling/grammar.html [ Failure ]
+Bug(EFL) editing/spelling/grammar-edit-word.html [ Failure ]
+Bug(EFL) editing/spelling/grammar-markers.html [ Failure ]
+Bug(EFL) editing/spelling/grammar-markers-hidpi.html [ Failure ]
+Bug(EFL) editing/spelling/grammar-paste.html [ Failure ]
+Bug(EFL) editing/spelling/inline-spelling-markers.html [ Failure ]
+Bug(EFL) editing/spelling/inline-spelling-markers-hidpi.html [ Failure ]
+Bug(EFL) editing/spelling/markers.html [ Failure ]
+
+# EFL's text checker doesn't support the text replacement feature.
+Bug(EFL) editing/spelling/spelling-marker-description.html [ Failure ]
+
+# Fails because MutationObservers are not notified at end-of-task.
+webkit.org/b/78290 fast/dom/MutationObserver/end-of-task-delivery.html [ Failure ]
+
+# testRunner.setUseDeferredFrameLoading() is not implemented in WK2. Skipped so it does not generate PNG results.
+webkit.org/b/93980 http/tests/appcache/load-from-appcache-defer-resume-crash.html [ Skip ]
+
+# WebKitTestRunner needs an implementation for testRunner.setStorageDatabaseIdleInterval
+webkit.org/b/93982 storage/domstorage/storage-close-database-on-idle.html [ Failure ]
+
+# The following test makes the fast/parser/document-write-ignores-later-network-bytes.html test crash
+webkit.org/b/98345 fast/parser/document-open-in-unload.html [ Skip ]
+
+# NPP_SetWindow is not called with proper size for the first time.
+webkit.org/b/98746 plugins/netscape-plugin-setwindow-size-2.html [ Failure ]
+
+# Mouse event problem with plugin test.
+webkit.org/b/98745 plugins/keyboard-events.html [ Failure ]
+webkit.org/b/98745 plugins/mouse-events-fixedpos.html [ Failure ]
+webkit.org/b/98745 plugins/mouse-events.html [ Failure ]
+
+# Window size is being reported as screen size.
+webkit.org/b/103127 css3/device-adapt/opera/constrain-021.xhtml [ Failure ]
+webkit.org/b/103127 css3/device-adapt/opera/constrain-022.xhtml [ Failure ]
+
+# Page client doesn't react to orientation changes from CSS Viewport rules.
+webkit.org/b/103130 css3/device-adapt/opera/orientation-001.xhtml [ Failure ]
+
+# Text input controller needs selectedRange implementation
+webkit.org/b/99438 editing/selection/mixed-editability-10.html [ Missing Failure ]
+
+# NPN_ReloadPlugins is not implemented.
+webkit.org/b/98744 plugins/reloadplugins-and-pages.html [ Failure ]
+
+# Plugin test timeout.
+webkit.org/b/98743 plugins/evaluate-js-after-removing-plugin-element.html [ Failure ]
+
+# Plugin test failures having wrong object reference count problem.
+webkit.org/b/98741 plugins/npruntime/browser-object-identity.html [ Failure ]
+webkit.org/b/98741 plugins/refcount-leaks.html [ Failure ]
+
+# 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 ]
+
+# Failing svg ref tests.
+webkit.org/b/107018 svg/animations/animate-linear-discrete-additive.svg [ ImageOnlyFailure Pass ]
+webkit.org/b/107018 svg/animations/animate-linear-discrete-additive-b.svg [ ImageOnlyFailure Pass ]
+webkit.org/b/107018 svg/animations/animate-linear-discrete-additive-c.svg  [ ImageOnlyFailure Pass ]
+webkit.org/b/107018 svg/transforms/transformed-text-fill-pattern.html [ ImageOnlyFailure ]
+webkit.org/b/107018 svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg [ ImageOnlyFailure Pass ]
+
+webkit.org/b/104656 compositing/repaint/clipped-layer-size-change.html [ ImageOnlyFailure Pass ]
+
+# NPP_SetWindow is not called during plugin destruction on X11.
+webkit.org/b/63261 plugins/npp-set-window-called-during-destruction.html [ Failure ]
+
+# Delete plugin failures.
+webkit.org/b/98740 plugins/npruntime/delete-plugin-within-hasProperty-return-false.html [ Failure ]
+webkit.org/b/98740 plugins/npruntime/delete-plugin-within-hasProperty-return-true.html [ Failure ]
+webkit.org/b/98740 plugins/npruntime/delete-plugin-within-setProperty.html [ Failure ]
+
+# Http plugin test failures.
+webkit.org/b/99561 http/tests/plugins/plugin-document-has-focus.html [ Failure ]
+webkit.org/b/99562 http/tests/plugins/post-url-file.html [ Failure ]
+
+# Comparison of two javascript objects in C++ is failing.
+webkit.org/b/98739 plugins/npruntime/embed-property-equality.html [ Failure ]
+
+webkit.org/b/102201 fast/dom/Window/open-window-min-size.html [ Failure ]
+
+# New test introduced in r143073 that never passed on WK2 EFL.
+webkit.org/b/110054 compositing/geometry/limit-layer-bounds-fixed.html [ Failure ]
+
+# Several new Khronos WebGL conformance tests are failing on WK2 EFL.
+webkit.org/b/109435 webgl/conformance/context/premultiplyalpha-test.html [ Failure Crash ]
+webkit.org/b/109435 webgl/conformance/extensions/oes-texture-float.html [ Failure Crash ]
+webkit.org/b/109435 webgl/conformance/textures/texture-size-cube-maps.html [ Failure Crash ]
+webkit.org/b/109435 webgl/conformance/context/context-creation-and-destruction.html [ Failure Crash ]
+webkit.org/b/109435 webgl/conformance/glsl/functions/glsl-function-sin.html [ Failure Crash ]
+webkit.org/b/109435 webgl/conformance/glsl/functions/glsl-function-smoothstep-float.html [ Failure Crash ]
+webkit.org/b/109435 webgl/conformance/glsl/literals/float_literal.vert.html [ Failure Crash ]
+webkit.org/b/109435 webgl/conformance/more/functions/readPixelsBadArgs.html [ Failure Crash ]
+webkit.org/b/109435 webgl/conformance/more/functions/texImage2DHTML.html [ Failure Crash ]
+webkit.org/b/109435 webgl/conformance/more/functions/texSubImage2DHTML.html [ Failure Crash ]
+webkit.org/b/109435 webgl/conformance/rendering/multisample-corruption.html [ Failure Crash ]
+webkit.org/b/109435 webgl/conformance/rendering/point-size.html [ Failure Crash ]
+webkit.org/b/109435 webgl/conformance/textures/copy-tex-image-2d-formats.html [ Failure Crash ]
+
+# Failing media query test.
+webkit.org/b/114916 fast/media/mq-resolution.html [ Failure ]
+
+# Regression(r148748).
+webkit.org/b/114946 compositing/patterns/direct-pattern-compositing-add-text.html [ ImageOnlyFailure Crash ]
+webkit.org/b/114946 compositing/patterns/direct-pattern-compositing-change.html [ ImageOnlyFailure Crash ]
+webkit.org/b/114946 compositing/patterns/direct-pattern-compositing.html [ ImageOnlyFailure Crash ]
+
+compositing/patterns/direct-pattern-compositing-load.html [ ImageOnlyFailure Pass ]
+
+# Websocket tests are flaky on WK2
+webkit.org/b/111976 http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent.html [ Crash Pass ]
+webkit.org/b/111976 http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header.html [ Crash Pass Failure ]
+webkit.org/b/111976 http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header.html [ Crash Pass ]
+webkit.org/b/111976 http/tests/websocket/tests/hybi/simple-stress.html [ Crash Pass ]
+webkit.org/b/111976 http/tests/websocket/tests/hybi/websocket-event-target.html [ Crash Pass Failure ]
+webkit.org/b/111976 http/tests/websocket/tests/hybi/websocket-pending-activity.html [ Crash Pass ]
+webkit.org/b/111976 http/tests/websocket/tests/hybi/workers/no-onmessage-in-sync-op.html [ Crash Pass Failure ]
+webkit.org/b/111976 http/tests/websocket/tests/hybi/workers/no-subprotocol.html [ Crash Pass Failure ]
+webkit.org/b/111976 http/tests/websocket/tests/hybi/workers/receive-arraybuffer.html [ Crash Pass ]
+webkit.org/b/111976 http/tests/websocket/tests/hybi/workers/worker-simple.html [ Crash Pass ]
+
+# 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-left-percentage.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 ]
+
+# failing after r149292
+compositing/layer-creation/no-compositing-for-sticky.html [ Failure ]
+compositing/repaint/resize-repaint.html [ Failure ]
+
+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 ]
+
+# Failing after r142758.
+webkit.org/b/109948 fast/dom/Window/mozilla-focus-blur.html [ Failure Pass ]
+
+webkit.org/b/119789 fast/events/touch/multi-touch-inside-iframes.html [ Crash ]
+webkit.org/b/119789 fast/events/touch/multi-touch-inside-nested-iframes.html [ Crash ]
+webkit.org/b/119789 fast/events/touch/touch-coords-in-zoom-and-scroll.html [ Crash ]
+
+# WKTR / Do not support setViewModeMediaFeature().
+Bug(EFL) fast/media/view-mode-media-feature.html [ ImageOnlyFailure ]
+Bug(EFL) fast/media/media-query-list-02.html [ Failure ]
+Bug(EFL) fast/media/media-query-list-03.html [ Failure ]
+Bug(EFL) fast/media/media-query-list-04.html [ Failure ]
+Bug(EFL) fast/media/media-query-list-05.html [ Failure ]
+Bug(EFL) fast/media/media-query-list-06.html [ Failure ]
+
</ins><span class="cx"> # Text rendering is overflowing region
</span><span class="cx"> webkit.org/b/122511 fast/regions/selection/selecting-text-ignoring-region-horiz-bt.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/122511 fast/regions/selection/selecting-text-ignoring-region-vert-lr.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1590,9 +2000,104 @@
</span><span class="cx"> webkit.org/b/128499 svg/clip-path/clip-path-content-use-006.svg [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/102097 compositing/hidpi-absolute-subpixel-positioned-transformed-elements.html [ ImageOnlyFailure ]
</span><del>-webkit.org/b/102097 fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ Failure ]
</del><span class="cx"> webkit.org/b/102097 fast/repaint/hidpi-device-pixel-based-repaint-rect-tracking.html [ Failure ]
</span><span class="cx"> 
</span><ins>+# Failing after r150802
+webkit.org/b/125350 compositing/tiled-layers-hidpi.html [ Failure ]
+
+webkit.org/b/125577 compositing/overlap-blending/reflection-opacity-huge.html [ ImageOnlyFailure ]
+
+webkit.org/b/125631 compositing/columns/composited-lr-paginated-repaint.html [ Failure ]
+webkit.org/b/125631 compositing/columns/composited-rl-paginated-repaint.html [ Failure ]
+
+webkit.org/b/125632 compositing/layer-creation/fixed-position-transformed-outside-view.html [ Failure ]
+
+webkit.org/b/125633 compositing/repaint/fixed-background-scroll.html [ Failure ]
+
+# Failing after r159030
+webkit.org/b/125635 compositing/repaint/positioned-movement.html [ Failure ]
+
+webkit.org/b/125636 compositing/video/video-object-fit.html [ Failure ]
+
+# Tests failing since introduced in r162117
+webkit.org/b/127118 compositing/regions/abs-in-named-flow-from-fixed-in-named-flow.html [ Failure ]
+webkit.org/b/127118 compositing/regions/fixed-in-named-flow-clip-descendant.html [ Failure ]
+webkit.org/b/127118 compositing/regions/fixed-in-named-flow-from-abs-in-named-flow.html [ Failure ]
+webkit.org/b/127118 compositing/regions/fixed-in-named-flow-from-outflow.html [ Failure ]
+webkit.org/b/127118 compositing/regions/fixed-in-named-flow-lost-transformed-parent.html [ Failure ]
+webkit.org/b/127118 compositing/regions/fixed-in-named-flow.html [ Failure ]
+
+webkit.org/b/127277 fast/canvas/webgl/glsl-conformance.html [ Failure ]
+
+webkit.org/b/127279 fast/canvas/webgl/webgl-compressed-texture-size-limit.html [ Failure ]
+
+webkit.org/b/127286 webgl/conformance/typedarrays/data-view-test.html [ Failure ]
+
+webkit.org/b/109941 webgl/conformance/textures/origin-clean-conformance.html [ Failure ]
+webkit.org/b/109941 webgl/1.0.1/conformance/textures/origin-clean-conformance.html [ Failure ]
+
+webkit.org/b/127780 compositing/regions/position-layers-inside-regions-overflow-hidden.html [ ImageOnlyFailure ]
+
+# Failing since added in r162960
+webkit.org/b/128733 fast/css/sticky/sticky-table-row-top.html [ ImageOnlyFailure ]
+webkit.org/b/128733 fast/css/sticky/sticky-table-thead-top.html [ ImageOnlyFailure ]
+
+# Failing since r164015
+webkit.org/b/128734 plugins/nested-plugin-objects.html [ Failure ]
+webkit.org/b/128734 plugins/netscape-destroy-plugin-script-objects.html [ Failure ]
+
+webkit.org/b/129735 fast/regions/box-decorations-over-region-padding.html [ ImageOnlyFailure ]
+
+webkit.org/b/129815 fast/sub-pixel/clip-rect-box-consistent-rounding.html [ ImageOnlyFailure ]
+
+webkit.org/b/129818 fast/canvas/webgl/webgl-draw-buffers.html [ Failure ]
+
+webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-006.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-007.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-008.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-009.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-010.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-objectboundingbox-content-clip-transform.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-objectboundingbox-content-clip.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-userspaceonuse-content-clip-transform.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-userspaceonuse-content-clip.svg [ ImageOnlyFailure ]
+
+webkit.org/b/129821 svg/css/svg-resource-fragment-identifier-img-src.html [ ImageOnlyFailure ]
+
+webkit.org/b/130020 webaudio/codec-tests/wav/24bit-22khz-resample.html [ Failure ]
+
+webkit.org/b/130340 fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html [ ImageOnlyFailure ]
+
+# Need HighDPI support
+webkit.org/b/131987 fast/backgrounds/hidpi-background-image-contain-cover-scale-needs-more-precision.html [ ImageOnlyFailure ]
+webkit.org/b/131987 fast/backgrounds/hidpi-bitmap-background-repeat-on-subpixel-position.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-rounded-border-on-subpixel-position.html [ ImageOnlyFailure ]
+webkit.org/b/131987 fast/borders/hidpi-simple-hairline-border-painting.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/inline/hidpi-selection-gap-on-subpixel-position.html [ ImageOnlyFailure ]
+webkit.org/b/131987 fast/layers/hidpi-box-positioned-off-by-one-when-transform-is-present.html [ ImageOnlyFailure ]
+webkit.org/b/131987 fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ Failure ]
+webkit.org/b/131987 fast/repaint/hidpi-wrong-repaint-rect-when-parent-has-noncompositing-transform.html [ Failure ]
+
+webkit.org/b/132049 fast/css3-text/css3-text-decoration/text-decoration-skip/glyph-inside-underline.html [ ImageOnlyFailure ]
+
+# Failing after r169048
+webkit.org/b/133302 fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html [ ImageOnlyFailure ]
+webkit.org/b/133302 fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html [ ImageOnlyFailure ]
+
+webkit.org/b/133306 fast/canvas/webgl/css-webkit-canvas-repaint.html [ Failure ]
+
+# Failures EFL WK2 since the inception
+webkit.org/b/133484 accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Failure ]
+webkit.org/b/133508 accessibility/table-fallback-roles-expose-element-attributes.html [ Failure ]
+
+# Failing at least from 2014-05-01, but cause unknown
+webkit.org/b/133507 accessibility/media-element.html [ Failure ]
+webkit.org/b/133509 accessibility/table-with-footer-section-above-body.html [ Failure ]
+
</ins><span class="cx"> webkit.org/b/130187 accessibility/aria-hidden-false-works-in-subtrees.html [ Missing ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/131496 accessibility/help-text.html [ Failure ]
</span><span class="lines">@@ -1649,7 +2154,6 @@
</span><span class="cx"> webkit.org/b/133972 mathml/presentation/foreign-element-in-token.html [ Failure ]
</span><span class="cx"> webkit.org/b/133973 fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-
</del><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><span class="cx"> webkit.org/b/133859 fast/regions/inline-block-inside-anonymous-overflow.html [ ImageOnlyFailure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (170353 => 170354)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl-wk2/TestExpectations        2014-06-24 08:36:34 UTC (rev 170353)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations        2014-06-24 09:02:18 UTC (rev 170354)
</span><span class="lines">@@ -1,574 +1,2 @@
</span><del>-# We divide the EFL WK2 test expectations into several categories:
-# 1. PASSING TESTS
-#    Test cases that pass for EFL WK2 but are skipped in a top-level TestExpectations file.
-
-# 2. TESTS EXPECTED TO FAIL
-#    Test cases related to features that we don't expect to be activated for EFL WK2 since
-#    the feature implementation in WebKit2 is missing or not complete yet.
-#    If test cases related to a feature cannot be activated since e.g.
-#    * the feature implementation in WebCore is not complete yet
-#    * the feature is not relevant for the EFL port
-#    * the feature is meant to solve a backwards compatibility issue on other platforms
-#    please put them into EFL TestExpectations file.
-#    If in doubt, please discuss on webkit-efl mailing list whether a set of test cases
-#    should be moved here.
-
-# 3. CRASHES
-
-# 4. FLAKY TESTS
-
-# 5. PASSING TESTS WITH INCORRECT EXPECTATIONS
-#    * Test cases that are passing with their generated incorrect expectations.
-#    * It should be checked if the test fails. Remove the line if the test result is correct
-#      otherwise update with new incorrect one.
-
-# 6. FAILING TESTS
-#    * Interim failures that are moved here for further investigation as a result of daily
-#      gardening. They should be analysed quickly and either resolved or moved to 1).
-#    * Remaining failures that are moved here until further investigation after
-#      unskipping a directory or block of tests in the Skipped list.
-#    * Tests that we expect to pass once the respective fix for DRT is available or
-#      a relevant compile time feature can be enabled for EFL.
-
-#////////////////////////////////////////////////////////////////////////////////////////
-# PASSING TESTS
-#////////////////////////////////////////////////////////////////////////////////////////
-
-#////////////////////////////////////////////////////////////////////////////////////////
-# TESTS EXPECTED TO FAIL
-#////////////////////////////////////////////////////////////////////////////////////////
-
-#////////////////////////////////////////////////////////////////////////////////////////
-# CRASHES
-#////////////////////////////////////////////////////////////////////////////////////////
-webkit.org/b/92726 fast/dom/NavigatorContentUtils/register-protocol-handler.html [ Crash ]
-webkit.org/b/92726 fast/dom/NavigatorContentUtils/unregister-protocol-handler.html [ Crash ]
-
-# Crashes on plugin test, also blocked by 108077
-webkit.org/b/98747 plugins/document-open.html [ Crash Failure ]
-
-webkit.org/b/102200 fast/dom/HTMLAnchorElement/anchor-download.html [ Crash Failure ]
-webkit.org/b/102200 fast/dom/HTMLAnchorElement/anchor-nodownload-set.html [ Crash Failure ]
-
-# Known WebGL conformance test failures, fails on Intel and AMD hardware
-webkit.org/b/129199 webgl/1.0.2/conformance/uniforms/uniform-default-values.html [ Crash ]
-webkit.org/b/129199 webgl/conformance/uniforms/uniform-default-values.html [ Crash ]
-
-# EFL specific error : (_ecore_main_fd_handlers_bads_rem() No bad fd found)
-webkit.org/b/116587 http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked.html [ Skip ]
-webkit.org/b/116587 http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-allowed.html [ Skip ]
-webkit.org/b/116587 http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html [ Skip ]
-webkit.org/b/116587 http/tests/security/contentSecurityPolicy/default-src-inline-allowed.html [ Skip ]
-webkit.org/b/116587 http/tests/security/contentSecurityPolicy/default-src-inline-blocked.html [ Skip ]
-webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-01.html [ Skip ]
-webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-02.html [ Skip ]
-webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-03.html [ Skip ]
-webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-04.html [ Skip ]
-webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-05.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/broken-utf8.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/bufferedAmount-after-close.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/close-on-unload-and-force-gc.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/compressed-control-frame.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/cross-origin.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/deflate-frame-parameter.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/deflate-frame-set-bfinal.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/extensions.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/echo-with-no-extension.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/fragmented-binary-frames.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/fragmented-control-frame.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/fragmented-frames.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/frame-lengths.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/handshake-challenge-randomness.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/handshake-error.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/handshake-fail-by-maxlength.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/nocache.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/no-subprotocol.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/null-character.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/pong.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/receive-arraybuffer.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/receive-blob.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/reserved-bits.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/reserved-opcodes.html [ Pass ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/simple.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/sub-protocol.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/too-long-payload.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/url-no-trailing-slash.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/url-parsing.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/url-with-credential.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/url-with-empty-query.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/url-with-query.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/useragent-in-openinghandshake.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/workers/close.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/workers/close-code-and-reason.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/workers/close-in-shared-worker.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/workers/close-in-onmessage-crash.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/workers/close-in-worker.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/workers/multiple-subprotocols.html [ Skip ]
-webkit.org/b/116587 http/tests/websocket/tests/hybi/zero-length-text.html [ Skip ]
-
-# A lot of crash happen since buildbot bagan to use Ubuntu 13.10.
-webkit.org/b/131729 batterystatus [ Skip ]
-webkit.org/b/131729 compositing [ Skip ]
-webkit.org/b/131729 fast/canvas/webgl [ Skip ]
-webkit.org/b/131729 fast/events/touch [ Skip ]
-webkit.org/b/131729 http/tests [ Skip ]
-webkit.org/b/131729 webgl [ Skip ]
-
-#////////////////////////////////////////////////////////////////////////////////////////
-# FLAKY TESTS
-#////////////////////////////////////////////////////////////////////////////////////////
-
-webkit.org/b/111612 animations/animation-delay-changed.html [ Failure Pass ]
-
-Bug(EFL) editing/selection/first-letter-selection-crash.html [ Crash Pass ]
-Bug(EFL) media/video-played-reset.html [ Failure Pass ]
-Bug(EFL) fast/loader/fragment-after-redirect-gets-back-entry.html [ Failure Pass ]
-Bug(EFL) fast/loader/child-frame-add-after-back-forward.html [ Failure Pass ]
-Bug(EFL) fast/forms/validation-message-user-modify.html [ Failure Pass ]
-Bug(EFL) fast/events/backspace-navigates-back.html [ Failure Pass ]
-Bug(EFL) fast/events/onchange-click-hang.html [ Failure Pass ]
-Bug(EFL) fast/events/dispatch-message-string-data.html [ Failure Pass ]
-Bug(EFL) fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html [ ImageOnlyFailure Pass ]
-Bug(EFL) fast/events/domactivate-sets-underlying-click-event-as-handled.html [ Failure Pass ]
-Bug(EFL) http/tests/loading/fire-error-event-empty-404-script.html [ Crash Failure Pass ]
-Bug(EFL) js/dom/create-lots-of-workers.html [ Crash Failure Pass ]
-Bug(EFL) media/track/track-element-load-event.html [ Crash Failure Pass ]
-
-webkit.org/b/98761 svg/text/selection-tripleclick.svg [ Failure Pass ]
-
-# Test is flaky and needs to be fixed
-webkit.org/b/56985 http/tests/loading/bad-server-subframe.html [ Crash Pass ]
-
-# Affects multiple platforms.
-webkit.org/b/90980 fast/forms/textarea/textarea-state-restore.html [ Failure Pass ]
-
-# Flaky, probably because the result is sometimes taken before data about visited link have passed through IPC.
-webkit.org/b/81797 fast/history/visited-link-background-color.html [ Failure  Pass ]
-
-# Also flaky at least on GTK+
-webkit.org/b/72698 media/audio-garbage-collect.html
-
-# window.internals does not reset font family mappings (done in other tests), leading to these failures
-webkit.org/b/102370 fast/writing-mode/japanese-ruby-vertical-lr.html [ Failure Pass ]
-webkit.org/b/102370 fast/writing-mode/japanese-ruby-vertical-rl.html [ Failure Pass ]
-
-webkit.org/b/102204 http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html [ Crash Pass ]
-
-webkit.org/b/95428 media/video-controls-captions.html [ Failure ]
-webkit.org/b/113106 media/track/track-prefer-captions.html [ Failure ]
-
-# Flaky on Debug bot. See also webkit.org/b/102190
-webkit.org/b/103043 fast/events/overflow-scroll-fake-mouse-move.html [ Failure Pass ]
-webkit.org/b/103043 fast/events/frame-scroll-fake-mouse-move.html [ Failure Pass ]
-
-# Failures after r130363.
-webkit.org/b/98573 fast/forms/multiple-form-submission-protection-mouse.html [ Failure Pass ]
-
-webkit.org/b/103115 http/tests/loading/remove-child-triggers-parser.html [ Failure Pass ]
-
-webkit.org/b/102201 fast/dom/Window/window-resize.html [ Failure Pass ]
-
-webkit.org/b/103396 [ Debug ] fast/forms/state-restore-per-form.html [ Failure Pass ]
-webkit.org/b/103399 [ Debug ] fast/forms/basic-buttons.html [ Failure Pass ]
-
-webkit.org/b/103400 [ Debug ] compositing/overflow/content-gains-scrollbars.html [ Crash Failure ]
-webkit.org/b/103400 [ Debug ] compositing/overflow/content-loses-scrollbars.html [ Crash Failure ]
-
-# Assertion failure and incorrect results on our port after r140999 (webkit.org/b/106142)
-webkit.org/b/108257 compositing/overflow/automatically-opt-into-composited-scrolling.html [ Failure ]
-webkit.org/b/108257 compositing/overflow/composited-scrolling-creates-a-stacking-container.html [ Missing Failure ]
-
-# Asserts when destroying WebCore::Database (possibly because r141207)
-webkit.org/b/108355 js/caller-property.html [ Crash Pass ]
-webkit.org/b/108355 storage/websql/close-during-stress-test.html [ Crash Pass ]
-webkit.org/b/108355 storage/websql/sql-error-codes.html [ Crash Pass ]
-
-webkit.org/b/127109 media/video-object-fit-change.html [ ImageOnlyFailure Pass ]
-webkit.org/b/127109 media/video-object-fit.html [ ImageOnlyFailure Pass ]
-
-# Started to crash after r160991
-webkit.org/b/127914 fast/canvas/webgl/oes-texture-half-float-with-image.html [ Failure Crash ]
-webkit.org/b/127914 fast/canvas/webgl/oes-texture-half-float.html [ Crash Pass ]
-webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgb565.html [ Crash Pass ]
-webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551.html [ Crash Pass ]
-webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas.html [ Crash Pass ]
-webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565.html [ Crash Pass ]
-webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551.html [ Crash Pass ]
-webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgb565.html [ Crash Pass ]
-webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html [ Crash Pass ]
-webkit.org/b/127914 fast/canvas/webgl/texImageTest.html [ Crash Pass ]
-webkit.org/b/127914 fast/canvas/webgl/texture-color-profile.html [ Crash Pass ]
-webkit.org/b/127914 webgl/1.0.1/conformance/rendering/gl-drawelements.html [ Crash Failure ]
-webkit.org/b/127914 webgl/1.0.1/conformance/textures/gl-pixelstorei.html [ Crash Failure ]
-webkit.org/b/127914 webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html [ Crash Pass ]
-webkit.org/b/127914 webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-image.html [ Crash Pass ]
-webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html [ Crash Pass ]
-webkit.org/b/127914 webgl/1.0.2/conformance/extensions/oes-texture-float-with-image-data.html [ Crash Pass ]
-webkit.org/b/127914 webgl/1.0.2/conformance/extensions/webgl-debug-renderer-info.html [ Crash Failure ]
-webkit.org/b/127914 webgl/1.0.2/conformance/rendering/gl-drawelements.html [ Crash Failure ]
-webkit.org/b/127914 webgl/1.0.2/conformance/textures/copy-tex-image-and-sub-image-2d.html [ Crash Pass ]
-webkit.org/b/127914 webgl/1.0.2/conformance/textures/gl-get-tex-parameter.html [ Crash Pass ]
-webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html [ Crash Pass ]
-webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html [ Crash Pass ]
-webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html [ Crash Pass ]
-webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html [ Crash Pass ]
-webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html [ Crash Pass ]
-webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html [ Crash Pass ]
-webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html [ Crash Pass ]
-webkit.org/b/127914 webgl/conformance/extensions/oes-texture-float-with-image-data.html [ Crash Pass ]
-webkit.org/b/127914 webgl/conformance/extensions/webgl-debug-renderer-info.html [ Crash Failure ]
-webkit.org/b/127914 webgl/conformance/rendering/gl-drawelements.html [ Crash Failure ]
-webkit.org/b/127914 webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html [ Crash Pass ]
-webkit.org/b/127914 webgl/conformance/textures/gl-get-tex-parameter.html [ Crash Pass ]
-webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html [ Crash Pass ]
-webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html [ Crash Pass ]
-webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html [ Crash Pass ]
-webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html [ Crash Pass ]
-webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html [ Crash Pass ]
-webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html [ Crash Pass ]
-webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html [ Crash Pass ]
-webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html [ Crash Pass ]
-webkit.org/b/127914 webgl/conformance/textures/texture-npot.html [ Crash Pass ]
-
-webkit.org/b/128969 fast/sub-pixel/input-caret-on-subpixel-bound.html [ ImageOnlyFailure Pass ]
-
-# Known WebGL conformance test failures, fails on Intel and AMD hardware
-webkit.org/b/129199 webgl/1.0.2/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Crash Failure Pass ]
-
-webkit.org/b/128732 fast/css3-text/css3-text-align-last/text-align-last-with-text-align-justify.html [ ImageOnlyFailure Pass ]
-
-webkit.org/b/119789 fast/events/touch/touch-before-pressing-spin-button.html [ Crash Pass ]
-webkit.org/b/119789 fast/events/touch/touch-inside-iframe.html [ Crash Pass ]
-webkit.org/b/119789 fast/events/touch/touch-slider-no-js-touch-listener.html [ Crash Pass ]
-
-webkit.org/b/133305 fast/text/mark-matches-rendering.html [ ImageOnlyFailure Pass ]
-
-# WebGL test cases crashing in WebCore::GraphicsContext3D::readPixels().
-webkit.org/b/109417 webgl/conformance/textures/texture-attachment-formats.html [ Crash Failure ]
-webkit.org/b/109945 webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Crash Failure ]
-
-#////////////////////////////////////////////////////////////////////////////////////////
-# PASSING TESTS WITH INCORRECT EXPECTATIONS
-#////////////////////////////////////////////////////////////////////////////////////////

-#////////////////////////////////////////////////////////////////////////////////////////
-# FAILING TESTS
-#////////////////////////////////////////////////////////////////////////////////////////
-
-# Missing EFL's accessibility functions
-webkit.org/b/111984 accessibility/aria-hidden-updates-alldescendants.html [ Failure ]
-webkit.org/b/111988 accessibility/aria-readonly.html [ Failure ]
-webkit.org/b/111991 accessibility/aria-text-role.html [ Failure ]
-webkit.org/b/111996 accessibility/canvas-fallback-content-2.html [ Failure ]
-webkit.org/b/111999 accessibility/disabled-controls-not-focusable.html [ Failure ]
-webkit.org/b/112002 accessibility/inline-continuations.html [ Failure ]
-webkit.org/b/112005 accessibility/onclick-handlers.html [ Failure ]
-webkit.org/b/112006 accessibility/secure-textfield-title-ui.html [ Failure ]
-webkit.org/b/112008 accessibility/spinbutton-value.html [ Failure ]
-webkit.org/b/112012 accessibility/svg-bounds.html [ Failure ]
-webkit.org/b/112014 accessibility/textarea-insertion-point-line-number.html [ Failure ]
-webkit.org/b/112018 accessibility/th-as-title-ui.html [ Failure ]
-webkit.org/b/112021 accessibility/visible-elements.html [ Failure Crash ]
-
-# New accessibility test added in r149858 that is failing for EFL.
-webkit.org/b/115901 accessibility/poorly-formed-aria-table.html [ Failure ]
-
-# New accessibility test added in r151079 that is failing for EFL.
-webkit.org/b/117182 accessibility/text-role-with-aria-hidden-inside.html [ Failure ]
-
-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 ]
-
-accessibility/negative-tabindex-does-not-expose-label.html [ Missing ]
-
-# EFL port doesn't support webarchives.
-webarchive [ Skip ]
-svg/webarchive [ Skip ]
-svg/custom/image-with-prefix-in-webarchive.svg [ Skip ]
-http/tests/webarchive [ Skip ]
-
-# isProtocolHandlerRegistered() isn't supported by WK2 yet.
-webkit.org/b/92749 fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html [ Skip ]
-
-# WebKitTestRunner needs an implementation for testRunner.titleTextDirection
-webkit.org/b/93470 fast/dom/title-directionality-removeChild.html [ Failure ]
-webkit.org/b/93470 fast/dom/title-directionality.html [ Failure ]
-
-# WebKitTestRunner setTouchPointRadius() is not supported
-Bug(EFL) fast/events/touch/basic-single-touch-events.html [ Failure ]
-
-# Needs grammar checking
-Bug(EFL) editing/spelling/grammar.html [ Failure ]
-Bug(EFL) editing/spelling/grammar-edit-word.html [ Failure ]
-Bug(EFL) editing/spelling/grammar-markers.html [ Failure ]
-Bug(EFL) editing/spelling/grammar-markers-hidpi.html [ Failure ]
-Bug(EFL) editing/spelling/grammar-paste.html [ Failure ]
-Bug(EFL) editing/spelling/inline-spelling-markers.html [ Failure ]
-Bug(EFL) editing/spelling/inline-spelling-markers-hidpi.html [ Failure ]
-Bug(EFL) editing/spelling/markers.html [ Failure ]
-
-# EFL's text checker doesn't support the text replacement feature.
-Bug(EFL) editing/spelling/spelling-marker-description.html [ Failure ]
-
-# Fails because MutationObservers are not notified at end-of-task.
-webkit.org/b/78290 fast/dom/MutationObserver/end-of-task-delivery.html [ Failure ]
-
-# testRunner.setUseDeferredFrameLoading() is not implemented in WK2. Skipped so it does not generate PNG results.
-webkit.org/b/93980 http/tests/appcache/load-from-appcache-defer-resume-crash.html [ Skip ]
-
-# WebKitTestRunner needs an implementation for testRunner.setStorageDatabaseIdleInterval
-webkit.org/b/93982 storage/domstorage/storage-close-database-on-idle.html [ Failure ]
-
-# The following test makes the fast/parser/document-write-ignores-later-network-bytes.html test crash
-webkit.org/b/98345 fast/parser/document-open-in-unload.html [ Skip ]
-
-# NPP_SetWindow is not called with proper size for the first time.
-webkit.org/b/98746 plugins/netscape-plugin-setwindow-size-2.html [ Failure ]
-
-# Mouse event problem with plugin test.
-webkit.org/b/98745 plugins/keyboard-events.html [ Failure ]
-webkit.org/b/98745 plugins/mouse-events-fixedpos.html [ Failure ]
-webkit.org/b/98745 plugins/mouse-events.html [ Failure ]
-
-# Window size is being reported as screen size.
-webkit.org/b/103127 css3/device-adapt/opera/constrain-021.xhtml [ Failure ]
-webkit.org/b/103127 css3/device-adapt/opera/constrain-022.xhtml [ Failure ]
-
-# Page client doesn't react to orientation changes from CSS Viewport rules.
-webkit.org/b/103130 css3/device-adapt/opera/orientation-001.xhtml [ Failure ]
-
-# Text input controller needs selectedRange implementation
-webkit.org/b/99438 editing/selection/mixed-editability-10.html [ Missing Failure ]
-
-# NPN_ReloadPlugins is not implemented.
-webkit.org/b/98744 plugins/reloadplugins-and-pages.html [ Failure ]
-
-# Plugin test timeout.
-webkit.org/b/98743 plugins/evaluate-js-after-removing-plugin-element.html [ Failure ]
-
-# Plugin test failures having wrong object reference count problem.
-webkit.org/b/98741 plugins/npruntime/browser-object-identity.html [ Failure ]
-webkit.org/b/98741 plugins/refcount-leaks.html [ Failure ]
-
-# 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 ]
-
-# Failing svg ref tests.
-webkit.org/b/107018 svg/animations/animate-linear-discrete-additive.svg [ ImageOnlyFailure Pass ]
-webkit.org/b/107018 svg/animations/animate-linear-discrete-additive-b.svg [ ImageOnlyFailure Pass ]
-webkit.org/b/107018 svg/animations/animate-linear-discrete-additive-c.svg  [ ImageOnlyFailure Pass ]
-webkit.org/b/107018 svg/transforms/transformed-text-fill-pattern.html [ ImageOnlyFailure ]
-webkit.org/b/107018 svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg [ ImageOnlyFailure Pass ]
-
-webkit.org/b/104656 compositing/repaint/clipped-layer-size-change.html [ ImageOnlyFailure Pass ]
-
-# NPP_SetWindow is not called during plugin destruction on X11.
-webkit.org/b/63261 plugins/npp-set-window-called-during-destruction.html [ Failure ]
-
-# Delete plugin failures.
-webkit.org/b/98740 plugins/npruntime/delete-plugin-within-hasProperty-return-false.html [ Failure ]
-webkit.org/b/98740 plugins/npruntime/delete-plugin-within-hasProperty-return-true.html [ Failure ]
-webkit.org/b/98740 plugins/npruntime/delete-plugin-within-setProperty.html [ Failure ]
-
-# Http plugin test failures.
-webkit.org/b/99561 http/tests/plugins/plugin-document-has-focus.html [ Failure ]
-webkit.org/b/99562 http/tests/plugins/post-url-file.html [ Failure ]
-
-# Comparison of two javascript objects in C++ is failing.
-webkit.org/b/98739 plugins/npruntime/embed-property-equality.html [ Failure ]
-
-webkit.org/b/102201 fast/dom/Window/open-window-min-size.html [ Failure ]
-
-# New test introduced in r143073 that never passed on WK2 EFL.
-webkit.org/b/110054 compositing/geometry/limit-layer-bounds-fixed.html [ Failure ]
-
-# Several new Khronos WebGL conformance tests are failing on WK2 EFL.
-webkit.org/b/109435 webgl/conformance/context/premultiplyalpha-test.html [ Failure Crash ]
-webkit.org/b/109435 webgl/conformance/extensions/oes-texture-float.html [ Failure Crash ]
-webkit.org/b/109435 webgl/conformance/textures/texture-size-cube-maps.html [ Failure Crash ]
-webkit.org/b/109435 webgl/conformance/context/context-creation-and-destruction.html [ Failure Crash ]
-webkit.org/b/109435 webgl/conformance/glsl/functions/glsl-function-sin.html [ Failure Crash ]
-webkit.org/b/109435 webgl/conformance/glsl/functions/glsl-function-smoothstep-float.html [ Failure Crash ]
-webkit.org/b/109435 webgl/conformance/glsl/literals/float_literal.vert.html [ Failure Crash ]
-webkit.org/b/109435 webgl/conformance/more/functions/readPixelsBadArgs.html [ Failure Crash ]
-webkit.org/b/109435 webgl/conformance/more/functions/texImage2DHTML.html [ Failure Crash ]
-webkit.org/b/109435 webgl/conformance/more/functions/texSubImage2DHTML.html [ Failure Crash ]
-webkit.org/b/109435 webgl/conformance/rendering/multisample-corruption.html [ Failure Crash ]
-webkit.org/b/109435 webgl/conformance/rendering/point-size.html [ Failure Crash ]
-webkit.org/b/109435 webgl/conformance/textures/copy-tex-image-2d-formats.html [ Failure Crash ]
-
-# Failing media query test.
-webkit.org/b/114916 fast/media/mq-resolution.html [ Failure ]
-
-# Regression(r148748).
-webkit.org/b/114946 compositing/patterns/direct-pattern-compositing-add-text.html [ ImageOnlyFailure Crash ]
-webkit.org/b/114946 compositing/patterns/direct-pattern-compositing-change.html [ ImageOnlyFailure Crash ]
-webkit.org/b/114946 compositing/patterns/direct-pattern-compositing.html [ ImageOnlyFailure Crash ]
-
-compositing/patterns/direct-pattern-compositing-load.html [ ImageOnlyFailure Pass ]
-
-# Websocket tests are flaky on WK2
-webkit.org/b/111976 http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent.html [ Crash Pass ]
-webkit.org/b/111976 http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header.html [ Crash Pass Failure ]
-webkit.org/b/111976 http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header.html [ Crash Pass ]
-webkit.org/b/111976 http/tests/websocket/tests/hybi/simple-stress.html [ Crash Pass ]
-webkit.org/b/111976 http/tests/websocket/tests/hybi/websocket-event-target.html [ Crash Pass Failure ]
-webkit.org/b/111976 http/tests/websocket/tests/hybi/websocket-pending-activity.html [ Crash Pass ]
-webkit.org/b/111976 http/tests/websocket/tests/hybi/workers/no-onmessage-in-sync-op.html [ Crash Pass Failure ]
-webkit.org/b/111976 http/tests/websocket/tests/hybi/workers/no-subprotocol.html [ Crash Pass Failure ]
-webkit.org/b/111976 http/tests/websocket/tests/hybi/workers/receive-arraybuffer.html [ Crash Pass ]
-webkit.org/b/111976 http/tests/websocket/tests/hybi/workers/worker-simple.html [ Crash Pass ]
-
-# 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-left-percentage.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 ]
-
-# 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 ]
-
-# failing after r149292
-compositing/layer-creation/no-compositing-for-sticky.html [ Failure ]
-compositing/repaint/resize-repaint.html [ Failure ]
-
-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 ]
-
-# Failing after r142758.
-webkit.org/b/109948 fast/dom/Window/mozilla-focus-blur.html [ Failure Pass ]
-
-webkit.org/b/119789 fast/events/touch/multi-touch-inside-iframes.html [ Crash ]
-webkit.org/b/119789 fast/events/touch/multi-touch-inside-nested-iframes.html [ Crash ]
-webkit.org/b/119789 fast/events/touch/touch-coords-in-zoom-and-scroll.html [ Crash ]
-
-# WKTR / Do not support setViewModeMediaFeature().
-Bug(EFL) fast/media/view-mode-media-feature.html [ ImageOnlyFailure ]
-Bug(EFL) fast/media/media-query-list-02.html [ Failure ]
-Bug(EFL) fast/media/media-query-list-03.html [ Failure ]
-Bug(EFL) fast/media/media-query-list-04.html [ Failure ]
-Bug(EFL) fast/media/media-query-list-05.html [ Failure ]
-Bug(EFL) fast/media/media-query-list-06.html [ Failure ]
-
-# Failing after r150802
-webkit.org/b/125350 compositing/tiled-layers-hidpi.html [ Failure ]
-
-webkit.org/b/125577 compositing/overlap-blending/reflection-opacity-huge.html [ ImageOnlyFailure ]
-
-webkit.org/b/125631 compositing/columns/composited-lr-paginated-repaint.html [ Failure ]
-webkit.org/b/125631 compositing/columns/composited-rl-paginated-repaint.html [ Failure ]
-
-webkit.org/b/125632 compositing/layer-creation/fixed-position-transformed-outside-view.html [ Failure ]
-
-webkit.org/b/125633 compositing/repaint/fixed-background-scroll.html [ Failure ]
-
-# Failing after r159030
-webkit.org/b/125635 compositing/repaint/positioned-movement.html [ Failure ]
-
-webkit.org/b/125636 compositing/video/video-object-fit.html [ Failure ]
-
-# Tests failing since introduced in r162117
-webkit.org/b/127118 compositing/regions/abs-in-named-flow-from-fixed-in-named-flow.html [ Failure ]
-webkit.org/b/127118 compositing/regions/fixed-in-named-flow-clip-descendant.html [ Failure ]
-webkit.org/b/127118 compositing/regions/fixed-in-named-flow-from-abs-in-named-flow.html [ Failure ]
-webkit.org/b/127118 compositing/regions/fixed-in-named-flow-from-outflow.html [ Failure ]
-webkit.org/b/127118 compositing/regions/fixed-in-named-flow-lost-transformed-parent.html [ Failure ]
-webkit.org/b/127118 compositing/regions/fixed-in-named-flow.html [ Failure ]
-
-webkit.org/b/127277 fast/canvas/webgl/glsl-conformance.html [ Failure ]
-
-webkit.org/b/127279 fast/canvas/webgl/webgl-compressed-texture-size-limit.html [ Failure ]
-
-webkit.org/b/127286 webgl/conformance/typedarrays/data-view-test.html [ Failure ]
-
-webkit.org/b/109941 webgl/conformance/textures/origin-clean-conformance.html [ Failure ]
-webkit.org/b/109941 webgl/1.0.1/conformance/textures/origin-clean-conformance.html [ Failure ]
-
-webkit.org/b/127780 compositing/regions/position-layers-inside-regions-overflow-hidden.html [ ImageOnlyFailure ]
-
-# Failing since added in r162960
-webkit.org/b/128733 fast/css/sticky/sticky-table-row-top.html [ ImageOnlyFailure ]
-webkit.org/b/128733 fast/css/sticky/sticky-table-thead-top.html [ ImageOnlyFailure ]
-
-# Failing since r164015
-webkit.org/b/128734 plugins/nested-plugin-objects.html [ Failure ]
-webkit.org/b/128734 plugins/netscape-destroy-plugin-script-objects.html [ Failure ]
-
-webkit.org/b/129735 fast/regions/box-decorations-over-region-padding.html [ ImageOnlyFailure ]
-
-webkit.org/b/129815 fast/sub-pixel/clip-rect-box-consistent-rounding.html [ ImageOnlyFailure ]
-
-webkit.org/b/129818 fast/canvas/webgl/webgl-draw-buffers.html [ Failure ]
-
-webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-006.svg [ ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-007.svg [ ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-008.svg [ ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-009.svg [ ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-010.svg [ ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-objectboundingbox-content-clip-transform.svg [ ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-objectboundingbox-content-clip.svg [ ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-userspaceonuse-content-clip-transform.svg [ ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-userspaceonuse-content-clip.svg [ ImageOnlyFailure ]
-
-webkit.org/b/129821 svg/css/svg-resource-fragment-identifier-img-src.html [ ImageOnlyFailure ]
-
-webkit.org/b/130020 webaudio/codec-tests/wav/24bit-22khz-resample.html [ Failure ]
-
-webkit.org/b/130340 fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html [ ImageOnlyFailure ]
-
-# Need HighDPI support
-webkit.org/b/131987 fast/backgrounds/hidpi-background-image-contain-cover-scale-needs-more-precision.html [ ImageOnlyFailure ]
-webkit.org/b/131987 fast/backgrounds/hidpi-bitmap-background-repeat-on-subpixel-position.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-rounded-border-on-subpixel-position.html [ ImageOnlyFailure ]
-webkit.org/b/131987 fast/borders/hidpi-simple-hairline-border-painting.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/inline/hidpi-selection-gap-on-subpixel-position.html [ ImageOnlyFailure ]
-webkit.org/b/131987 fast/layers/hidpi-box-positioned-off-by-one-when-transform-is-present.html [ ImageOnlyFailure ]
-webkit.org/b/131987 fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ Failure ]
-webkit.org/b/131987 fast/repaint/hidpi-wrong-repaint-rect-when-parent-has-noncompositing-transform.html [ Failure ]
-
-webkit.org/b/132049 fast/css3-text/css3-text-decoration/text-decoration-skip/glyph-inside-underline.html [ ImageOnlyFailure ]
-
-# Failing after r169048
-webkit.org/b/133302 fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html [ ImageOnlyFailure ]
-webkit.org/b/133302 fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html [ ImageOnlyFailure ]
-
-webkit.org/b/133306 fast/canvas/webgl/css-webkit-canvas-repaint.html [ Failure ]
-
-
-# Failures EFL WK2 since the inception
-webkit.org/b/133484 accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Failure ]
-webkit.org/b/133508 accessibility/table-fallback-roles-expose-element-attributes.html [ Failure ]
-
-# Failing at least from 2014-05-01, but cause unknown
-webkit.org/b/133507 accessibility/media-element.html [ Failure ]
-webkit.org/b/133509 accessibility/table-with-footer-section-above-body.html [ Failure ]
-
</del><ins>+# This empty file is needed for flakiness dashboard to work.
+# FIXME: Remove once the flakiness dashboard is updated to not load this file.
</ins></span></pre>
</div>
</div>

</body>
</html>