<!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>[210322] 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/210322">210322</a></dd>
<dt>Author</dt> <dd>gyuyoung.kim@webkit.org</dd>
<dt>Date</dt> <dd>2017-01-05 00:08:11 -0800 (Thu, 05 Jan 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>[EFL] Fully update TestExpectations

Unreviewed EFL gardening.

EFL layout test has been broken too long time. Besides many tests have not maintained
as well. Now many tests are passingi, or some tests are being failed, crash, or timeout.
To update current test results, this patch updates all test results in TextExpectation.

After this update, I hope to track layout test failures efficiently.

* platform/efl/TestExpectations:</pre>

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

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (210321 => 210322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2017-01-05 07:27:27 UTC (rev 210321)
+++ trunk/LayoutTests/ChangeLog        2017-01-05 08:08:11 UTC (rev 210322)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2017-01-04  Gyuyoung Kim  &lt;gyuyoung.kim@webkit.org&gt;
+
+        [EFL] Fully update TestExpectations
+
+        Unreviewed EFL gardening.
+
+        EFL layout test has been broken too long time. Besides many tests have not maintained
+        as well. Now many tests are passingi, or some tests are being failed, crash, or timeout.
+        To update current test results, this patch updates all test results in TextExpectation.
+
+        After this update, I hope to track layout test failures efficiently.
+
+        * platform/efl/TestExpectations:
+
</ins><span class="cx"> 2017-01-04  Manuel Rego Casasnovas  &lt;rego@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [css-grid] Fix crash clamping grid lines
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (210321 => 210322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2017-01-05 07:27:27 UTC (rev 210321)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2017-01-05 08:08:11 UTC (rev 210322)
</span><span class="lines">@@ -39,358 +39,210 @@
</span><span class="cx"> # TESTS MIGRATED OVER FROM THE SKIPPED FILE
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><del>-# --------------------------------------------------------------------
-# Tests which depend on features which have not been implemented yet
-# --------------------------------------------------------------------
</del><ins>+# Set Timeout tests to Skip in order to reduce testing time.
+css3/filters/huge-region.html [ Skip ]
+fast/text/simple-lines-hover-underline.html [ Skip ]
+http/tests/inspector/network/xhr-request-data-encoded-correctly.html [ Skip ]
+http/tests/media/hls/hls-accessiblity-describes-video-menu.html [ Skip ]
+http/tests/media/hls/hls-audio-tracks-has-audio.html [ Skip ]
+http/tests/media/hls/hls-audio-tracks-locale-selection.html [ Skip ]
+http/tests/media/hls/hls-audio-tracks.html [ Skip ]
+http/tests/navigation/document-location-mouseover.html [ Skip ]
+http/tests/webfont/fallback-font-while-loading.html [ Skip ]
+imported/w3c/web-platform-tests/IndexedDB/idbcursor_advance_index6.htm [ Skip ]
+imported/w3c/web-platform-tests/IndexedDB/idbcursor_update_index7.htm [ Skip ]
+imported/w3c/web-platform-tests/IndexedDB/idbindex_get5.htm [ Skip ]
+imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_get7.htm [ Skip ]
+imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_openKeyCursor.htm [ Skip ]
+imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_put12.htm [ Skip ]
+imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_put7.htm [ Skip ]
+imported/w3c/web-platform-tests/IndexedDB/index_sort_order.htm [ Skip ]
+imported/w3c/web-platform-tests/XMLHttpRequest/overridemimetype-invalid-mime-type.htm [ Skip ]
+imported/w3c/web-platform-tests/XMLHttpRequest/overridemimetype-unsent-state-force-shiftjis.htm [ Skip ]
+imported/w3c/web-platform-tests/dom/nodes/Element-matches.html [ Skip ]
+imported/w3c/web-platform-tests/dom/nodes/attributes.html [ Skip ]
+imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-again-after-playback.html [ Skip ]
+imported/w3c/web-platform-tests/encrypted-media/drm-not-callable-after-createsession.html [ Skip ]
+imported/w3c/web-platform-tests/fetch/api/response/response-static-redirect.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_initial.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/fallback.multiple.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.dataURI.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.decimal.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-textarea.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-head.html [ Skip ]
+imported/w3c/web-platform-tests/html/syntax/parsing/html5lib_adoption02.html [ Skip ]
+imported/w3c/web-platform-tests/html/syntax/parsing/html5lib_tests15.html [ Skip ]
+imported/w3c/web-platform-tests/html/webappapis/scripting/events/event-handler-spec-example.html [ Skip ]
+imported/w3c/web-platform-tests/media-source/SourceBuffer-abort-updating.html [ Skip ]
+imported/w3c/web-platform-tests/streams/readable-streams/garbage-collection.https.html [ Skip ]
+inspector/debugger/break-in-constructor-before-super.html [ Skip ]
+inspector/debugger/break-on-exception-throw-in-promise.html [ Skip ]
+inspector/debugger/breakpoint-eval-with-exception.html [ Skip ]
+inspector/debugger/breakpoints/resolved-dump-all-pause-locations.html [ Skip ]
+inspector/debugger/command-line-api-exception.html [ Skip ]
+inspector/debugger/evaluateOnCallFrame-errors.html [ Skip ]
+inspector/debugger/removeBreakpoint.html [ Skip ]
+inspector/debugger/setBreakpoint-dfg.html [ Skip ]
+inspector/debugger/setPauseOnExceptions-all.html [ Skip ]
+inspector/debugger/setPauseOnExceptions-uncaught.html [ Skip ]
+inspector/debugger/stepping/stepping-control-flow.html [ Skip ]
+inspector/debugger/stepping/stepping-through-autoContinue-breakpoint.html [ Skip ]
+inspector/model/script-resource-relationship.html [ Skip ]
+inspector/worker/debugger-multiple-targets-pause.html [ Skip ]
+media/track/in-band/track-in-band-srt-mkv-cues-added-once.html [ Skip ]
+media/track/in-band/track-in-band-srt-mkv-kind.html [ Skip ]
+media/track/in-band/track-in-band-srt-mkv-mode.html [ Skip ]
+media/track/in-band/track-in-band-srt-mkv-track-order.html [ Skip ]
+media/track/track-in-band-duplicate-tracks-when-source-changes.html [ Skip ]
+media/track/track-in-band-subtitles-too-large.html [ Skip ]
+media/track/track-load-error-readyState.html [ Skip ]
+plugins/npp-new-fails.html [ Skip ]
+sputnik/Conformance/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T5.html [ Skip ]
+sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T13.html [ Skip ]
+sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A14_T2.html [ Skip ]
+sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T4.html [ Skip ]
+sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.8_Atom/S15.10.2.8_A1_T1.html [ Skip ]
+workers/bomb.html [ Skip ]
</ins><span class="cx"> 
</span><del>-# EFL's LayoutTestController does not implement keepWebHistory
-fast/history/window-open.html
-
-# The EFL port has no support for detecting slow unload handlers
-fast/dom/Window/slow-unload-handler.html
-fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html
-
-# Need a scroll snap point implementation
-css3/scroll-snap [ Skip ]
-
-webaudio/mixing.html [ Skip ]
-
-# TODO Animation triggers not supported
-animations/trigger-computed-style.html [ Skip ]
-animations/trigger-parsing.html [ Skip ]
-animations/trigger-container-scroll-simple.html [ Skip ]
-animations/trigger-container-scroll-boundaries.html [ Skip ]
-
-# EFL WebKitTestRunner doesn't support this test based on emoji font
-editing/deleting/delete-emoji.html [ Skip ]
-editing/selection/extend-by-character-007.html [ Skip ]
-fast/text/softbank-emoji.html [ Skip ]
-fast/text/emoji.html [ Skip ]
-fast/text/emoji-gender-2.html [ Skip ]
-fast/text/emoji-gender-2-3.html [ Skip ]
-fast/text/emoji-gender-2-4.html [ Skip ]
-fast/text/emoji-gender-2-5.html [ Skip ]
-fast/text/emoji-gender-2-6.html [ Skip ]
-fast/text/emoji-gender-2-7.html [ Skip ]
-fast/text/emoji-gender-2-8.html [ Skip ]
-fast/text/emoji-gender-2-9.html [ Skip ]
-fast/text/emoji-gender-3.html [ Skip ]
-fast/text/emoji-gender-4.html [ Skip ]
-fast/text/emoji-gender-5.html [ Skip ]
-fast/text/emoji-gender-6.html [ Skip ]
-fast/text/emoji-gender-8.html [ Skip ]
-fast/text/emoji-gender-9.html [ Skip ]
-fast/text/emoji-gender-fe0f-3.html [ Skip ]
-fast/text/emoji-gender-fe0f-4.html [ Skip ]
-fast/text/emoji-gender-fe0f-5.html [ Skip ]
-fast/text/emoji-gender-fe0f-6.html [ Skip ]
-fast/text/emoji-gender-fe0f-7.html [ Skip ]
-fast/text/emoji-gender-fe0f-8.html [ Skip ]
-fast/text/emoji-gender-fe0f-9.html [ Skip ]
-fast/text/emoji-single-parent-family.html [ Skip ]
-fast/text/emoji-single-parent-family-2.html [ Skip ]
-
-
-# This test has been added for ios port since r185842.
-fast/text/arabic-times-new-roman.html [ Skip ]
-
-# Need to implement font feature seeting for EFL port since r188146.
-css3/font-feature-settings-rendering.html [ Skip ]
-
-# Requires MEDIA_STREAM support.
-webkit.org/b/87662 fast/mediastream [ Skip ]
-webkit.org/b/87662 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
-webkit.org/b/87662 http/tests/media/media-stream [ Skip ]
-
-# ----------------------------------------
-# Tests which also fail in other platforms
-# ----------------------------------------
-
-# Tests that fail across all platforms. Even though some platforms don't skip these tests, there are platform-specific results generated that make these tests 'pass' (via GTK+).
-canvas/philip/tests/2d.composite.operation.clear.html
-canvas/philip/tests/2d.composite.operation.darker.html
-canvas/philip/tests/2d.drawImage.broken.html
-canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html
-canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html
-canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html
-canvas/philip/tests/2d.missingargs.html
-canvas/philip/tests/2d.pattern.image.broken.html
-canvas/philip/tests/2d.text.draw.baseline.bottom.html
-canvas/philip/tests/2d.text.draw.baseline.hanging.html
-canvas/philip/tests/2d.text.draw.baseline.ideographic.html
-canvas/philip/tests/2d.text.draw.baseline.middle.html
-canvas/philip/tests/2d.text.draw.baseline.top.html
-canvas/philip/tests/type.prototype.html
-
-# invalid-image-data-standalone.html passes, this does not
-webkit.org/b/104669 http/tests/multipart/invalid-image-data.html [ Skip ]
-
-# Failing on non-Chromium bots
-# https://bugs.webkit.org/show_bug.cgi?id=68278
-http/tests/history/back-with-fragment-change.php
-
-# ------------------------------
-# Tests which need investigation
-# ------------------------------
-
-# BUG: eyes not being rendered correctly
-http/tests/misc/acid2-pixel.html
-
-# BUG: new windows do not have scrollbars
-fast/dom/Window/new-window-opener.html
-
-# BUG: wrong test result, window should not have been scrolled
-fast/events/attempt-scroll-with-no-scrollbars.html
-
-# BUG: no mouseout event being sent
-fast/events/mouseout-on-window.html
-
-# BUG: wrong test results that need investigation
-compositing/images/direct-pdf-image.html
-compositing/reflections/backface-hidden-reflection.html
-fast/forms/listbox-onchange.html
-fast/forms/onselect-textfield.html
-fast/forms/option-mouseevents.html
-fast/forms/range/slider-delete-while-dragging-thumb.html
-fast/repaint/selection-clear.html
-fast/repaint/table-cell-overflow.html
-fast/repaint/text-emphasis-h.html
-fast/text/midword-break-after-breakable-char.html
-
-# BUG: Needs a grayish canvas background. See DumpRenderTree/chromium/WebViewHost::displayRepaintMask().
-fast/repaint/absolute-position-change-containing-block.html
-fast/repaint/absolute-position-moved.html
-fast/repaint/fixed-to-relative-position-with-absolute-child.html
-fast/repaint/inline-overflow.html
-fast/repaint/inline-relative-positioned.html
-fast/repaint/overflow-flipped-writing-mode-block.html
-fast/repaint/text-in-relative-positioned-inline.html
-fast/repaint/trailing-floats-root-line-box-overflow.html
-fast/table/simple_paint.html
-fast/table/border-collapsing/cached-cell-append.html
-fast/table/border-collapsing/cached-cell-remove.html
-fast/table/border-collapsing/cached-change-cell-border-color.html
-fast/table/border-collapsing/cached-change-cell-border-width.html
-fast/table/border-collapsing/cached-change-cell-sl-border-color.html
-fast/table/border-collapsing/cached-change-col-border-color.html
-fast/table/border-collapsing/cached-change-col-border-width.html
-fast/table/border-collapsing/cached-change-colgroup-border-color.html
-fast/table/border-collapsing/cached-change-colgroup-border-width.html
-fast/table/border-collapsing/cached-change-row-border-color.html
-fast/table/border-collapsing/cached-change-row-border-width.html
-fast/table/border-collapsing/cached-change-table-border-color.html
-fast/table/border-collapsing/cached-change-table-border-width.html
-fast/table/border-collapsing/cached-change-tbody-border-color.html
-fast/table/border-collapsing/cached-change-tbody-border-width.html
-
-# BUG: The form widgets are too big for Edje to process, however this makes the page not scrollable at all.
-fast/block/float/overhanging-tall-block.html
-
-# BUG: &lt;select&gt; form elements do not respect some properties when being rendered (probably a problem in the theme).
-fast/forms/basic-selects.html
-
-# BUG: text field renders badly when the height is too small
-fast/forms/textfield-overflow.html
-
-# BUG: rendering problems
-fast/forms/color/input-appearance-color.html
-
-# BUG: international characters not being rendered correctly. they probably need a proper font.
-fast/text/international/bold-bengali.html
-fast/text/international/complex-character-based-fallback.html
-fast/text/international/danda-space.html
-fast/text/international/hindi-spacing.html
-fast/text/international/hindi-whitespace.html
-fast/text/international/khmer-selection.html
-fast/text/international/plane2.html
-fast/text/international/thai-baht-space.html
-fast/text/international/thai-line-breaks.html
-
-# BUG: form widgets do not respect RTL settings
-fast/forms/range/input-appearance-range-rtl.html
-fast/text/international/bidi-menulist.html
-fast/text/international/pop-up-button-text-alignment-and-direction.html
-
-# BUG: the theme probably has a different thumb value
-fast/forms/range/slider-zoomed.html
-
-# BUG: &lt;select&gt; element is not being scrolled as expected.
-fast/forms/listbox-selection-2.html
-
-# BUG: the whole text is being selected
-fast/forms/input-text-drag-down.html
-
-# BUG: the text field is not scrolled
-fast/forms/input-readonly-autoscroll.html
-
-# Needs investigation: this test passes when run alone
-fast/forms/submit-to-blank-multiple-times.html
-
-# Flaky tests (text diff mismatch)
-http/tests/navigation/document-location-mouseover.html
-
-# https://bugs.webkit.org/show_bug.cgi?id=107118
-fast/canvas/canvas-quadratic-same-endpoint.html
-
-# ------------------------------------
-# Tests for features under development
-# ------------------------------------
-
-# Unclassified failures
-fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html
-fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html
-fast/events/platform-wheelevent-paging-x-in-scrolling-div.html
-fast/events/platform-wheelevent-paging-x-in-scrolling-page.html
-fast/events/platform-wheelevent-paging-xy-in-scrolling-div.html
-fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html
-fast/events/platform-wheelevent-paging-y-in-non-scrolling-div.html
-fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html
-fast/events/platform-wheelevent-paging-y-in-scrolling-div.html
-fast/events/platform-wheelevent-paging-y-in-scrolling-page.html
-fast/inline/continuation-outlines-with-layers.html
-
-# The black text is not overlapping with the red one
-fast/text/line-initial-and-final-swashes.html
-
-# EFL DRT doesn't fully support http tests yet. These tests make timeout error.
-http/tests/misc/copy-resolves-urls.html
-http/tests/misc/iframe-invalid-source-crash.html
-http/tests/misc/submit-post-keygen.html
-http/tests/navigation/no-referrer-reset.html
-http/tests/navigation/no-referrer-target-blank.html
-http/tests/navigation/target-frame-from-window.html
-http/tests/security/drag-drop-same-unique-origin.html
-http/tests/security/frameNavigation/not-opener.html
-http/tests/security/originHeader/origin-header-for-empty.html
-http/tests/security/redirect-BLOCKED-to-localURL.html
-http/tests/security/xss-DENIED-xsl-document-redirect.xml
-http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml
-http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers.html
-http/tests/xmlhttprequest/logout.html
-http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html
-http/tests/xmlhttprequest/open-async-overload.html
-
-# There are no expected result set yet.
-fast/dom/rtl-scroll-to-leftmost-and-resize.html
-
-# Transparent image being produced
-fast/frames/transparent-scrollbar.html
-
-# Fail until ENABLE_DATA_TRANSFER_ITEMS is enabled
-# (Other tests might also depend on it)
-fast/events/drag-and-drop-subframe-dataTransfer.html
-fast/events/drag-dataTransferItemList-file-handling.html
-
-# ENABLE(DRAGGABLE_REGION) is disabled
-fast/css/draggable-region-parser.html
-
-## IndexedDB related failures
-
-# Blink tests with unexplained timeouts
-storage/indexeddb/database-deletepending-flag.html [ Skip ]
-storage/indexeddb/exceptions.html [ Skip ]
-storage/indexeddb/intversion-gated-on-delete.html [ Skip ]
-storage/indexeddb/intversion-long-queue.html [ Skip ]
-storage/indexeddb/open-ordering.html [ Skip ]
-storage/indexeddb/transaction-basics.html [ Skip ]
-storage/indexeddb/transaction-coordination-within-database.html [ Skip ]
-storage/indexeddb/modern/opendatabase-request.html [ Skip ]
-
-# Blink tests with non-trivial text failures.
-storage/indexeddb/createIndex-after-failure.html [ Skip ]
-storage/indexeddb/create-object-store-options.html [ Skip ]
-storage/indexeddb/cursor-advance.html [ Skip ]
-storage/indexeddb/cursor-basics.html [ Skip ]
-storage/indexeddb/cursor-continue.html [ Skip ]
-storage/indexeddb/cursor-continue-validity.html [ Skip ]
-storage/indexeddb/cursor-index-delete.html [ Skip ]
-storage/indexeddb/cursor-key-order.html [ Skip ]
-storage/indexeddb/cursor-leak.html [ Skip ] # Missing needed WKTR feature?
-storage/indexeddb/cursor-overloads.html [ Skip ]
-storage/indexeddb/cursor-primary-key-order.html [ Skip ]
-storage/indexeddb/cursor-request-cycle.html [ Skip ] # Missing needed WKTR feature?
-storage/indexeddb/cursor-update.html [ Skip ]
-storage/indexeddb/database-close.html [ Skip ]
-storage/indexeddb/database-closepending-flag.html [ Skip ]
-storage/indexeddb/database-quota.html [ Skip ]
-storage/indexeddb/deleteIndex.html [ Skip ]
-storage/indexeddb/delete-in-upgradeneeded-close-in-open-success.html [ Skip ]
-storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange.html [ Skip ]
-storage/indexeddb/deletedatabase-blocked.html [ Skip ]
-storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange.html [ Skip ]
-storage/indexeddb/deletedatabase-delayed-by-versionchange.html [ Skip ]
-storage/indexeddb/deletedatabase-not-blocked.html [ Skip ]
-storage/indexeddb/deleted-objects.html [ Skip ]
-storage/indexeddb/duplicates.html [ Skip ] # Difference between null + undefined
-storage/indexeddb/events.html [ Skip ]
-storage/indexeddb/factory-cmp.html [ Skip ]
-storage/indexeddb/factory-deletedatabase.html [ Skip ]
-storage/indexeddb/get-keyrange.html [ Skip ]
-storage/indexeddb/index-basics.html [ Skip ] # Difference between null + undefined
-storage/indexeddb/index-duplicate-keypaths.html [ Skip ]
-storage/indexeddb/index-multientry.html [ Skip ]
-storage/indexeddb/index-population.html [ Skip ]
-storage/indexeddb/index-unique.html [ Skip ]
-storage/indexeddb/intversion-blocked.html [ Skip ]
-storage/indexeddb/intversion-close-between-events.html [ Skip ]
-storage/indexeddb/intversion-open-in-upgradeneeded.html [ Skip ]
-storage/indexeddb/intversion-open-with-version.html [ Skip ] # INTMAX exposed to script as database version
-storage/indexeddb/intversion-pending-version-changes-ascending.html [ Skip ]
-storage/indexeddb/intversion-pending-version-changes-descending.html [ Skip ]
-storage/indexeddb/intversion-pending-version-changes-same.html [ Skip ]
-storage/indexeddb/intversion-two-opens-no-versions.html [ Skip ] # INTMAX exposed to script as database version
-storage/indexeddb/intversion-upgrades.html [ Skip ]
-storage/indexeddb/key-generator.html [ Skip ]
-storage/indexeddb/key-type-binary.html [ Skip ]
-storage/indexeddb/lazy-index-population.html [ Skip ]
-storage/indexeddb/metadata.html [ Skip ]
-storage/indexeddb/objectstore-autoincrement.html [ Skip ]
-storage/indexeddb/objectstore-basics.html [ Skip ]
-storage/indexeddb/odd-strings.html [ Skip ]
-storage/indexeddb/optional-arguments.html [ Skip ]
-storage/indexeddb/persistence.html [ Skip ]
-storage/indexeddb/request-leak.html [ Skip ] # Missing WKTR support? GC?
-storage/indexeddb/setversion-blocked-by-versionchange-close.html [ Skip ]
-storage/indexeddb/setversion-not-blocked.html [ Skip ]
-storage/indexeddb/structured-clone.html [ Skip ] # Missing DRT file/blob support
-storage/indexeddb/transaction-and-objectstore-calls.html [ Skip ]
-storage/indexeddb/transaction-error.html [ Skip ]
-storage/indexeddb/transaction-scope-sequencing.html [ Skip ]
-
-# Blink tests that crash the WebProcess.
-storage/indexeddb/cursor-cast.html [ Skip ]
-
-# We don't currently support indexeddb in workers
-storage/indexeddb/basics-workers.html [ Skip ]
-storage/indexeddb/cursor-advance-workers.html [ Skip ]
-storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html [ Skip ]
-storage/indexeddb/dont-commit-on-blocked.html [ Skip ]
-storage/indexeddb/index-basics-workers.html [ Skip ]
-storage/indexeddb/objectstore-basics-workers.html [ Skip ]
-storage/indexeddb/open-twice-workers.html [ Skip ]
-storage/indexeddb/pending-activity-workers.html [ Skip ]
-storage/indexeddb/pending-version-change-on-exit.html [ Skip ]
-storage/indexeddb/pending-version-change-stuck-works-with-terminate.html [ Skip ]
-storage/indexeddb/pending-version-change-stuck.html [ Skip ]
-storage/indexeddb/transaction-complete-workers.html [ Skip ]
-storage/indexeddb/unprefix-workers.html [ Skip ]
-http/tests/security/cross-origin-worker-indexeddb-allowed.html [ Skip ]
-http/tests/security/cross-origin-worker-indexeddb.html [ Skip ]
-
-webkit.org/b/87661 crypto/webkitSubtle/rsa-indexeddb.html [ Skip ]
-storage/indexeddb/database-odd-names.html [ Skip ]
-
-# EFL port has not supported selection gap painting since r200412
-fast/repaint/selection-gap-absolute-child.html [ Skip ]
-fast/repaint/selection-gap-fixed-child.html [ Skip ]
-fast/repaint/selection-gap-flipped-absolute-child.html [ Skip ]
-fast/repaint/selection-gap-flipped-fixed-child.html [ Skip ]
-fast/repaint/selection-gap-transformed-absolute-child.html [ Skip ]
-fast/repaint/selection-gap-transformed-fixed-child.html [ Skip ]
-
-# GTK port only supports it now.
-mathml/presentation/bug159513.html [ Skip ]
-
</del><ins>+accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Skip ]
+accessibility/textarea-selected-text-range.html [ Skip ]
+compositing/backface-visibility/backface-visibility-webgl.html [ Skip ]
+compositing/visibility/visibility-simple-webgl-layer.html [ Skip ]
+compositing/webgl/webgl-background-color.html [ Skip ]
+compositing/webgl/webgl-no-alpha.html [ Skip ]
+compositing/webgl/webgl-nonpremultiplied-blend.html [ Skip ]
+compositing/webgl/webgl-reflection.html [ Skip ]
+compositing/webgl/webgl-repaint.html [ Skip ]
+crypto/subtle/aes-cbc-generate-key-encrypt-decrypt.html [ Skip ]
+crypto/subtle/aes-cbc-import-key-decrypt.html [ Skip ]
+crypto/subtle/aes-cbc-import-key-encrypt.html [ Skip ]
+crypto/subtle/aes-cbc-import-key-unwrap-jwk-rsa-key-private.html [ Skip ]
+crypto/subtle/aes-cbc-import-key-unwrap-pkcs8-key.html [ Skip ]
+crypto/subtle/aes-cbc-import-key-unwrap-spki-key.html [ Skip ]
+crypto/subtle/aes-cbc-import-key-uwrap-jwk-rsa-key-public.html [ Skip ]
+crypto/subtle/aes-cbc-import-key-wrap-jwk-rsa-key-private.html [ Skip ]
+crypto/subtle/aes-cbc-import-key-wrap-jwk-rsa-key-public.html [ Skip ]
+crypto/subtle/aes-cbc-import-key-wrap-pkcs8-key.html [ Skip ]
+crypto/subtle/aes-cbc-import-key-wrap-spki-key.html [ Skip ]
+crypto/subtle/aes-kw-generate-key-wrap-key-unwrap-key.html [ Skip ]
+crypto/subtle/aes-kw-import-key-unwrap-raw-key.html [ Skip ]
+crypto/subtle/aes-kw-import-key-wrap-raw-key.html [ Skip ]
+crypto/subtle/rsa-import-jwk-key-export-jwk-key-private.html [ Skip ]
+crypto/subtle/rsa-import-jwk-key-export-jwk-key-public.html [ Skip ]
+crypto/subtle/rsa-import-jwk-key-export-pkcs8-key.html [ Skip ]
+crypto/subtle/rsa-import-jwk-key-export-spki-key.html [ Skip ]
+crypto/subtle/rsa-import-pkcs8-key-export-jwk-key.html [ Skip ]
+crypto/subtle/rsa-import-pkcs8-key-export-pkcs8-key.html [ Skip ]
+crypto/subtle/rsa-import-spki-key-export-jwk-key.html [ Skip ]
+crypto/subtle/rsa-import-spki-key-export-spki-key.html [ Skip ]
+crypto/subtle/rsa-import-spki-small-key.html [ Skip ]
+crypto/subtle/rsa-indexeddb-non-exportable-private.html [ Skip ]
+crypto/subtle/rsa-indexeddb-non-exportable.html [ Skip ]
+crypto/subtle/rsa-oaep-decrypt-malformed-parameters.html [ Skip ]
+crypto/subtle/rsa-oaep-encrypt-malformed-parameters.html [ Skip ]
+crypto/subtle/rsa-oaep-generate-export-key-jwk-sha1.html [ Skip ]
+crypto/subtle/rsa-oaep-generate-export-key-jwk-sha224.html [ Skip ]
+crypto/subtle/rsa-oaep-generate-export-key-jwk-sha256.html [ Skip ]
+crypto/subtle/rsa-oaep-generate-export-key-jwk-sha384.html [ Skip ]
+crypto/subtle/rsa-oaep-generate-export-key-jwk-sha512.html [ Skip ]
+crypto/subtle/rsa-oaep-generate-export-key-pkcs8.html [ Skip ]
+crypto/subtle/rsa-oaep-generate-export-key-spki.html [ Skip ]
+crypto/subtle/rsa-oaep-generate-key-encrypt-decrypt-label.html [ Skip ]
+crypto/subtle/rsa-oaep-generate-key-encrypt-decrypt.html [ Skip ]
+crypto/subtle/rsa-oaep-generate-key.html [ Skip ]
+crypto/subtle/rsa-oaep-import-jwk-private-key.html [ Skip ]
+crypto/subtle/rsa-oaep-import-jwk-public-key-empty-usages.html [ Skip ]
+crypto/subtle/rsa-oaep-import-jwk-public-key-sha1.html [ Skip ]
+crypto/subtle/rsa-oaep-import-jwk-public-key-sha224.html [ Skip ]
+crypto/subtle/rsa-oaep-import-jwk-public-key-sha256.html [ Skip ]
+crypto/subtle/rsa-oaep-import-jwk-public-key-sha384.html [ Skip ]
+crypto/subtle/rsa-oaep-import-jwk-public-key-sha512.html [ Skip ]
+crypto/subtle/rsa-oaep-import-key-decrypt-label.html [ Skip ]
+crypto/subtle/rsa-oaep-import-key-decrypt.html [ Skip ]
+crypto/subtle/rsa-oaep-import-key-encrypt-label.html [ Skip ]
+crypto/subtle/rsa-oaep-import-key-encrypt.html [ Skip ]
+crypto/subtle/rsa-oaep-import-key-unwrap-jwk-oct-key.html [ Skip ]
+crypto/subtle/rsa-oaep-import-key-wrap-jwk-oct-key.html [ Skip ]
+crypto/subtle/rsa-oaep-import-pkcs8-key.html [ Skip ]
+crypto/subtle/rsa-oaep-import-spki-key-empty-usages.html [ Skip ]
+crypto/subtle/rsa-oaep-import-spki-key.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-generate-export-key-jwk.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-generate-export-key-pkcs8.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-generate-export-key-spki.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-generate-key-encrypt-decrypt.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-generate-key-extractable.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-generate-key.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-import-jwk-private-key.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-import-jwk-public-key-empty-usages.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-import-jwk-public-key-leading-zero.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-import-jwk-public-key-minimum.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-import-jwk-public-key-non-extractable.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-import-jwk-public-key.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-import-key-decrypt.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-import-key-encrypt.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-import-pkcs8-key.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-import-spki-key-empty-usages.html [ Skip ]
+crypto/subtle/rsaes-pkcs1-v1_5-import-spki-key.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-generate-export-key-jwk-sha1.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-generate-export-key-jwk-sha224.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-generate-export-key-jwk-sha256.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-generate-export-key-jwk-sha384.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-generate-export-key-jwk-sha512.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-generate-export-key-pkcs8.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-generate-export-key-spki.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-generate-key-sign-verify.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-private-key.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-public-key-empty-usages.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-public-key-sha1.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-public-key-sha224.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-public-key-sha256.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-public-key-sha384.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-public-key-sha512.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-key-sign-sha1.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-key-sign-sha224.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-key-sign-sha256.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-key-sign-sha384.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-key-sign-sha512.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-key-verify-sha1.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-key-verify-sha224.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-key-verify-sha256.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-key-verify-sha384.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-key-verify-sha512.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-pkcs8-key.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-spki-key-empty-usages.html [ Skip ]
+crypto/subtle/rsassa-pkcs1-v1_5-import-spki-key.html [ Skip ]
+crypto/subtle/unwrapKey-malformed-parameters.html [ Skip ]
+crypto/webkitSubtle/aes-cbc-192-encrypt-decrypt.html [ Skip ]
+crypto/webkitSubtle/aes-cbc-256-encrypt-decrypt.html [ Skip ]
+crypto/webkitSubtle/aes-cbc-encrypt-decrypt-with-padding.html [ Skip ]
+crypto/webkitSubtle/aes-cbc-encrypt-decrypt.html [ Skip ]
+crypto/webkitSubtle/aes-cbc-import-jwk.html [ Skip ]
+crypto/webkitSubtle/aes-cbc-unwrap-rsa.html [ Skip ]
+crypto/webkitSubtle/aes-cbc-wrap-rsa.html [ Skip ]
+crypto/webkitSubtle/aes-kw-wrap-unwrap-aes.html [ Skip ]
+crypto/webkitSubtle/aes-postMessage.html [ Skip ]
+crypto/webkitSubtle/hmac-postMessage.html [ Skip ]
+crypto/webkitSubtle/rsa-export-generated-keys.html [ Skip ]
+crypto/webkitSubtle/rsa-export-key.html [ Skip ]
+crypto/webkitSubtle/rsa-export-private-key.html [ Skip ]
+crypto/webkitSubtle/rsa-indexeddb-non-exportable-private.html [ Skip ]
+crypto/webkitSubtle/rsa-indexeddb-non-exportable.html [ Skip ]
+crypto/webkitSubtle/rsa-indexeddb-private.html [ Skip ]
+crypto/webkitSubtle/rsa-indexeddb.html [ Skip ]
+crypto/webkitSubtle/rsa-oaep-generate-non-extractable-key.html [ Skip ]
+crypto/webkitSubtle/rsa-oaep-key-manipulation.html [ Skip ]
+crypto/webkitSubtle/rsa-oaep-wrap-unwrap-aes.html [ Skip ]
+crypto/webkitSubtle/rsa-postMessage.html [ Skip ]
+crypto/webkitSubtle/rsaes-pkcs1-v1_5-decrypt.html [ Skip ]
+crypto/webkitSubtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes.html [ Skip ]
+crypto/webkitSubtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent.html [ Skip ]
+crypto/webkitSubtle/rsassa-pkcs1-v1_5-generate-key.html [ Skip ]
+crypto/webkitSubtle/rsassa-pkcs1-v1_5-import-jwk.html [ Skip ]
+crypto/webkitSubtle/rsassa-pkcs1-v1_5-sign-verify.html [ Skip ]
+crypto/webkitSubtle/unwrapKey-check-usage.html [ Skip ]
+crypto/webkitSubtle/wrapKey-check-usage.html [ Skip ]
</ins><span class="cx"> crypto/workers/subtle/aes-cbc-import-key-decrypt.html [ Skip ]
</span><span class="cx"> crypto/workers/subtle/aes-cbc-import-key-encrypt.html [ Skip ]
</span><span class="cx"> crypto/workers/subtle/aes-cbc-import-key-unwrap-key.html [ Skip ]
</span><span class="lines">@@ -397,9 +249,14 @@
</span><span class="cx"> crypto/workers/subtle/aes-cbc-import-key-wrap-key.html [ Skip ]
</span><span class="cx"> crypto/workers/subtle/aes-kw-import-key-unwrap-key.html [ Skip ]
</span><span class="cx"> crypto/workers/subtle/aes-kw-import-key-wrap-key.html [ Skip ]
</span><ins>+crypto/workers/subtle/aes-postMessage-worker.html [ Skip ]
+crypto/workers/subtle/hmac-postMessage-worker.html [ Skip ]
+crypto/workers/subtle/hrsa-postMessage-worker.html [ Skip ]
+crypto/workers/subtle/multiple-postMessage-worker.html [ Skip ]
</ins><span class="cx"> crypto/workers/subtle/rsa-export-pkcs8-key.html [ Skip ]
</span><span class="cx"> crypto/workers/subtle/rsa-export-spki-key.html [ Skip ]
</span><span class="cx"> crypto/workers/subtle/rsa-generate-export-key-jwk.html [ Skip ]
</span><ins>+crypto/workers/subtle/rsa-generate-key.html [ Skip ]
</ins><span class="cx"> crypto/workers/subtle/rsa-import-jwk-private-key.html [ Skip ]
</span><span class="cx"> crypto/workers/subtle/rsa-import-jwk-public-key.html [ Skip ]
</span><span class="cx"> crypto/workers/subtle/rsa-import-pkcs8-key.html [ Skip ]
</span><span class="lines">@@ -408,14 +265,72 @@
</span><span class="cx"> crypto/workers/subtle/rsa-oaep-import-key-encrypt.html [ Skip ]
</span><span class="cx"> crypto/workers/subtle/rsa-oaep-import-key-unwrap-key.html [ Skip ]
</span><span class="cx"> crypto/workers/subtle/rsa-oaep-import-key-wrap-key.html [ Skip ]
</span><ins>+crypto/workers/subtle/rsa-postMessage-worker.html [ Skip ]
</ins><span class="cx"> crypto/workers/subtle/rsaes-pkcs1-v1_5-import-key-decrypt.html [ Skip ]
</span><span class="cx"> crypto/workers/subtle/rsaes-pkcs1-v1_5-import-key-encrypt.html [ Skip ]
</span><span class="cx"> crypto/workers/subtle/rsassa-pkcs1-v1_5-import-key-sign.html [ Skip ]
</span><span class="cx"> crypto/workers/subtle/rsassa-pkcs1-v1_5-import-key-verify.html [ Skip ]
</span><del>-
</del><ins>+css3/filters/backdrop/animation.html [ Skip ]
+css3/masking/mask-svg-no-fragmentId-tiled.html [ Skip ]
+css3/masking/mask-svg-no-fragmentId.html [ Skip ]
+css3/scroll-snap/nested-elements.html [ Skip ]
+css3/scroll-snap/scroll-snap-2d-change-axis-type.html [ Skip ]
+css3/scroll-snap/scroll-snap-2d-offsets-computed-independently.html [ Skip ]
+css3/scroll-snap/scroll-snap-children-with-padding.html [ Skip ]
+css3/scroll-snap/scroll-snap-children-with-scroll-snap-margin.html [ Skip ]
+css3/scroll-snap/scroll-snap-children-with-transforms.html [ Skip ]
+css3/scroll-snap/scroll-snap-elements-container-larger-than-children.html [ Skip ]
+css3/scroll-snap/scroll-snap-mismatch.html [ Skip ]
+css3/scroll-snap/scroll-snap-offsets.html [ Skip ]
+css3/scroll-snap/scroll-snap-positions-mainframe.html [ Skip ]
+css3/scroll-snap/scroll-snap-positions-overflow-resize.html [ Skip ]
+css3/scroll-snap/scroll-snap-positions.html [ Skip ]
+css3/scroll-snap/scroll-snap-style-changed-align.html [ Skip ]
+css3/scroll-snap/scroll-snap-with-scroll-padding.html [ Skip ]
+editing/pasteboard/data-transfer-items-drag-drop-entry.html [ Skip ]
+editing/pasteboard/data-transfer-items-drag-drop-file.html [ Skip ]
+editing/pasteboard/data-transfer-items-drag-drop-string.html [ Skip ]
+editing/pasteboard/data-transfer-items-image-png.html [ Skip ]
+editing/pasteboard/data-transfer-items.html [ Skip ]
+editing/pasteboard/drag-and-drop-attachment-contenteditable.html [ Skip ]
+editing/pasteboard/drag-and-drop-image-contenteditable.html [ Skip ]
+editing/pasteboard/drag-and-drop-inputimage-contenteditable.html [ Skip ]
+editing/pasteboard/drag-and-drop-objectimage-contenteditable.html [ Skip ]
+editing/pasteboard/paste-image-as-blob-url.html [ Skip ]
+editing/spelling/grammar-edit-word.html [ Skip ]
+editing/spelling/grammar-markers-hidpi.html [ Skip ]
+editing/spelling/grammar-markers.html [ Skip ]
+editing/spelling/grammar.html [ Skip ]
+editing/spelling/inline-spelling-markers-hidpi.html [ Skip ]
+editing/spelling/inline-spelling-markers.html [ Skip ]
+editing/spelling/markers.html [ Skip ]
+editing/spelling/spellcheck-async-mutation.html [ Skip ]
+editing/spelling/spellcheck-paste.html [ Skip ]
+editing/spelling/spellcheck-queue.html [ Skip ]
+fast/animation/request-animation-frame-throttle-subframe.html [ Skip ]
+fast/dom/DeviceMotion/no-page-cache.html [ Skip ]
+fast/dom/DeviceOrientation/event-after-navigation.html [ Skip ]
+fast/dom/DeviceOrientation/no-page-cache.html [ Skip ]
+fast/dom/Geolocation/page-reload-cancel-permission-requests.html [ Skip ]
</ins><span class="cx"> fast/events/before-input-prevent-insert-replacement.html [ Skip ]
</span><ins>+fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field.html [ Skip ]
+fast/events/clipboard-dataTransferItemList.html [ Skip ]
+fast/events/drag-and-drop-autoscroll-inner-frame.html [ Skip ]
+fast/events/drag-and-drop-link-fast-multiple-times-does-not-crash.html [ Skip ]
+fast/events/drag-and-drop-subframe-dataTransfer.html [ Skip ]
+fast/events/drag-customData.html [ Skip ]
+fast/events/drag-dataTransferItemList-file-handling.html [ Skip ]
+fast/events/drag-dataTransferItemList.html [ Skip ]
+fast/events/drag-image-filename.html [ Skip ]
</ins><span class="cx"> fast/events/input-event-insert-replacement.html [ Skip ]
</span><del>-fast/forms/state-restore-to-non-edited-controls.html [ Skip ]
</del><ins>+fast/events/standalone-image-drag-to-editable.html [ Skip ]
+fast/events/touch/gesture/gesture-click.html [ Skip ]
+fast/events/touch/gesture/gesture-dblclick.html [ Skip ]
+fast/events/touch/gesture/gesture-scroll.html [ Skip ]
+fast/events/touch/gesture/gesture-tap-active-state-iframe.html [ Skip ]
+fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag.html [ Skip ]
+fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag.html [ Skip ]
+fast/events/touch/page-scaled-touch-gesture-click.html [ Skip ]
</ins><span class="cx"> fast/forms/validation-bubble-disappears-when-input-detached.html [ Skip ]
</span><span class="cx"> fast/forms/validation-bubble-disappears-when-input-moved.html [ Skip ]
</span><span class="cx"> fast/forms/validation-bubble-disappears-when-input-no-longer-visible.html [ Skip ]
</span><span class="lines">@@ -424,709 +339,500 @@
</span><span class="cx"> fast/history/page-cache-media-source-closed-2.html [ Skip ]
</span><span class="cx"> fast/history/page-cache-media-source-closed.html [ Skip ]
</span><span class="cx"> fast/history/page-cache-media-source-opened.html [ Skip ]
</span><ins>+fast/history/page-cache-notification-suspendable.html [ Skip ]
+fast/history/page-cache-removed-source-buffer.html [ Skip ]
+fast/images/animated-gif-window-resizing.html [ Skip ]
+fast/images/webgl-teximage2d.html [ Skip ]
+fast/layers/prevent-hit-test-during-layout.html [ Skip ]
+fast/loader/file-URL-with-port-number.html [ Skip ]
+fast/media/media-query-list-04.html [ Skip ]
+fast/mediastream/MediaDevices-enumerateDevices.html [ Skip ]
+fast/mediastream/MediaStream-MediaElement-srcObject.html [ Skip ]
+fast/mediastream/MediaStream-add-ended-tracks.html [ Skip ]
+fast/mediastream/MediaStream-add-tracks-to-inactive-stream.html [ Skip ]
+fast/mediastream/MediaStream-clone.html [ Skip ]
+fast/mediastream/MediaStream-construct-with-ended-tracks.html [ Skip ]
+fast/mediastream/MediaStream-getTracks.html [ Skip ]
+fast/mediastream/MediaStream-page-muted.html [ Skip ]
+fast/mediastream/MediaStream-video-element-displays-buffer.html [ Skip ]
+fast/mediastream/MediaStream-video-element-track-stop.html [ Skip ]
+fast/mediastream/MediaStream-video-element-video-tracks-disabled-then-enabled.html [ Skip ]
+fast/mediastream/MediaStream-video-element-video-tracks-disabled.html [ Skip ]
+fast/mediastream/MediaStream-video-element.html [ Skip ]
+fast/mediastream/MediaStreamTrack-clone.html [ Skip ]
+fast/mediastream/MediaStreamTrack-getCapabilities.html [ Skip ]
+fast/mediastream/MediaStreamTrack-getSettings.html [ Skip ]
+fast/mediastream/MediaStreamTrack-kind.html [ Skip ]
+fast/mediastream/MediaStreamTrack-stop.html [ Skip ]
+fast/mediastream/RTCPeerConnection-dtmf.html [ Skip ]
+fast/mediastream/RTCPeerConnection-stats.html [ Skip ]
+fast/mediastream/apply-constraints-advanced.html [ Skip ]
+fast/mediastream/apply-constraints-audio.html [ Skip ]
+fast/mediastream/apply-constraints-video.html [ Skip ]
+fast/mediastream/delayed-permission-allowed.html [ Skip ]
+fast/mediastream/delayed-permission-denied.html [ Skip ]
+fast/mediastream/enumerating-crash.html [ Skip ]
+fast/mediastream/error.html [ Skip ]
+fast/mediastream/get-user-media-background-tab.html [ Skip ]
+fast/mediastream/getusermedia.html [ Skip ]
+fast/mediastream/mock-media-source.html [ Skip ]
+fast/mediastream/success.html [ Skip ]
+fast/mediastream/webkitGetUserMedia-shadowing-then.html [ Skip ]
+fast/notifications/notifications-click-event-focus.html [ Skip ]
+fast/notifications/notifications-click-event.html [ Skip ]
+fast/notifications/notifications-constructor-with-permission.html [ Skip ]
+fast/notifications/notifications-constructor-without-permission.html [ Skip ]
+fast/notifications/notifications-display-close-events.html [ Skip ]
+fast/notifications/notifications-document-close-crash.html [ Skip ]
+fast/notifications/notifications-with-permission.html [ Skip ]
+fast/shadow-dom/pointerlockelement-in-shadow-tree.html [ Skip ]
+fast/shadow-dom/pointerlockelement-in-slot.html [ Skip ]
+gamepad/gamepad-polling-access.html [ Skip ]
+gamepad/gamepad-timestamp.html [ Skip ]
+http/tests/appcache/auth.html [ Skip ]
</ins><span class="cx"> http/tests/appcache/main-resource-fallback-for-network-error-crash.html [ Skip ]
</span><ins>+http/tests/canvas/webgl/origin-clean-conformance.html [ Skip ]
+http/tests/incremental/slow-utf8-css.html [ Skip ]
</ins><span class="cx"> http/tests/media/clearkey/clear-key-hls-aes128.html [ Skip ]
</span><ins>+http/tests/media/hls/hls-accessiblity-describes-video.html [ Skip ]
</ins><span class="cx"> http/tests/media/media-source/mediasource-play-then-seek-back-with-remote-control.html [ Skip ]
</span><ins>+http/tests/media/media-stream/disconnected-frame-permission-denied.html [ Skip ]
+http/tests/media/media-stream/disconnected-frame.html [ Skip ]
+http/tests/media/media-stream/enumerate-devices-source-id-persistent.html [ Skip ]
+http/tests/media/media-stream/enumerate-devices-source-id.html [ Skip ]
+http/tests/media/media-stream/get-user-media-prompt.html [ Skip ]
+http/tests/media/modern-media-controls/skip-back-support/skip-back-support-button-click.html [ Skip ]
</ins><span class="cx"> http/tests/media/track-in-band-hls-metadata.html [ Skip ]
</span><del>-
-fast/dom/Range/detach-range-during-deletecontents.html [ Skip ]
-fast/events/before-input-prevent-insert-replacement.html [ Skip ]
-fast/events/input-event-insert-replacement.html [ Skip ]
-fast/forms/validation-bubble-disappears-when-input-detached.html [ Skip ]
-fast/forms/validation-bubble-disappears-when-input-moved.html [ Skip ]
-fast/forms/validation-bubble-disappears-when-input-no-longer-visible.html [ Skip ]
-fast/forms/validation-custom-message.html [ Skip ]
-fast/forms/validation-messages.html [ Skip ]
-fast/history/page-cache-media-source-closed-2.html [ Skip ]
-fast/history/page-cache-media-source-opened.html [ Skip ]
-fast/parser/xhtml-dom-character-data-modified-crash.html [ Skip ]
-http/tests/appcache/main-resource-fallback-for-network-error-crash.html [ Skip ]
-http/tests/media/media-source/mediasource-play-then-seek-back-with-remote-control.html [ Skip ]
-http/tests/media/modern-media-controls/skip-back-support/skip-back-support-button-click.html [ Skip ]
-http/tests/media/video-play-stall-seek.html [ Skip ]
</del><span class="cx"> http/tests/media/video-play-waiting.html [ Skip ]
</span><span class="cx"> http/tests/navigation/navigation-dismisses-validation-bubbles.html [ Skip ]
</span><ins>+http/tests/navigation/ping-attribute/anchor-cookie.html [ Skip ]
+http/tests/navigation/ping-attribute/anchor-cross-origin-from-https.html [ Skip ]
+http/tests/navigation/ping-attribute/anchor-cross-origin.html [ Skip ]
+http/tests/navigation/ping-attribute/anchor-ping-and-follow-redirect-when-sending-ping.html [ Skip ]
+http/tests/navigation/ping-attribute/anchor-same-origin.html [ Skip ]
+http/tests/navigation/ping-attribute/area-cookie.html [ Skip ]
+http/tests/navigation/ping-attribute/area-cross-origin-from-https.html [ Skip ]
+http/tests/navigation/ping-attribute/area-cross-origin.html [ Skip ]
+http/tests/navigation/ping-attribute/area-same-origin.html [ Skip ]
+http/tests/notifications/event-listener-crash.html [ Skip ]
+http/tests/notifications/events-in-dictionary.html [ Skip ]
+http/tests/notifications/events.html [ Skip ]
+http/tests/notifications/legacy/double-show.html [ Skip ]
+http/tests/notifications/legacy/events.html [ Skip ]
+http/tests/notifications/legacy/request.html [ Skip ]
+http/tests/notifications/legacy/show.html [ Skip ]
+http/tests/notifications/legacy/window-show-on-click.html [ Skip ]
+http/tests/notifications/request.html [ Skip ]
+http/tests/notifications/show.html [ Skip ]
+http/tests/notifications/window-show-on-click.html [ Skip ]
+http/tests/plugins/plugin-document-has-focus.html [ Skip ]
+http/tests/plugins/post-url-file.html [ Skip ]
+http/tests/pointer-lock/iframe-sandboxed-allow-pointer-lock.html [ Skip ]
+http/tests/pointer-lock/iframe-sandboxed-nested-allow-pointer-lock.html [ Skip ]
+http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock.html [ Skip ]
+http/tests/pointer-lock/iframe-sandboxed.html [ Skip ]
+http/tests/pointer-lock/pointerlockelement-different-origin.html [ Skip ]
+http/tests/pointer-lock/pointerlockelement-same-origin.html [ Skip ]
+http/tests/pointer-lock/requestPointerLock-can-not-transfer-between-documents.html [ Skip ]
+http/tests/security/contentSecurityPolicy/audio-redirect-blocked.html [ Skip ]
+http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-audio.html [ Skip ]
+http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-video.html [ Skip ]
+http/tests/security/contentSecurityPolicy/video-redirect-blocked.html [ Skip ]
+http/tests/security/isolatedWorld/cross-origin-xhr.html [ Skip ]
+http/tests/security/video-cross-origin-caching.html [ Skip ]
+http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html [ Skip ]
+http/tests/security/webgl-remote-read-remote-image-allowed.html [ Skip ]
+http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html [ Skip ]
</ins><span class="cx"> http/tests/ssl/media-stream/get-user-media-different-host.html [ Skip ]
</span><span class="cx"> http/tests/ssl/media-stream/get-user-media-nested.html [ Skip ]
</span><span class="cx"> http/tests/ssl/media-stream/get-user-media-secure-connection.html [ Skip ]
</span><ins>+http/tests/webgl/1.0.2/origin-clean-conformance.html [ Skip ]
+http/tests/webgl/1.0.2/readPixelsBadArgs.html [ Skip ]
+http/tests/webgl/1.0.2/texImage2DHTML.html [ Skip ]
+http/tests/webgl/1.0.2/texSubImage2DHTML.html [ Skip ]
+http/tests/xmlhttprequest/on-network-timeout-error-during-preflight.html [ Skip ]
+imported/blink/compositing/draws-content/webgl-simple-background.html [ Skip ]
</ins><span class="cx"> imported/mozilla/svg/text/textLength-6.svg [ Skip ]
</span><span class="cx"> imported/w3c/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.html [ Skip ]
</span><ins>+imported/w3c/web-platform-tests/WebIDL/current-realm.html [ Skip ]
+inspector/debugger/async-stack-trace.html [ Skip ]
+inspector/debugger/break-on-uncaught-exception.html [ Skip ]
+inspector/debugger/breakpoint-columns.html [ Skip ]
+inspector/debugger/command-line-api-exception-nested-catch.html [ Skip ]
+inspector/debugger/pause-on-assert.html [ Skip ]
+inspector/debugger/pause-reason.html [ Skip ]
+inspector/debugger/regress-133182.html [ Skip ]
+inspector/debugger/stepping/stepInto.html [ Skip ]
+inspector/debugger/stepping/stepOut.html [ Skip ]
+inspector/debugger/stepping/stepping-classes.html [ Skip ]
+inspector/debugger/stepping/stepping-internal-scripts.html [ Skip ]
+inspector/dom/content-flow-list.html [ Skip ]
+inspector/dom/content-node-region-info.html [ Skip ]
+inspector/memory/tracking.html [ Skip ]
+inspector/page/archive.html [ Skip ]
+media/airplay-autoplay.html [ Skip ]
+media/airplay-target-availability.html [ Skip ]
+media/controls/elementOrder.html [ Skip ]
+media/controls/forced-tracks-only.html [ Skip ]
+media/controls/fullscreen-button-inline-layout.html [ Skip ]
+media/controls/showControlsButton.html [ Skip ]
+media/controls/statusDisplay.html [ Skip ]
+media/controls/statusDisplayBad.html [ Skip ]
+media/controls/track-menu.html [ Skip ]
+media/encrypted-media/encrypted-media-events.html [ Skip ]
+media/encrypted-media/encrypted-media-session-lifetime.html [ Skip ]
+media/encrypted-media/encrypted-media-v2-events.html [ Skip ]
+media/encrypted-media/encrypted-media-v2-syntax.html [ Skip ]
+media/encrypted-media/mock-navigator-requestMediaKeySystemAccess.html [ Skip ]
+media/media-controls-drag-timeline-set-controls-property.html [ Skip ]
+media/media-fullscreen-not-in-document.html [ Skip ]
+media/media-source/media-source-abort-resets-parser.html [ Skip ]
+media/media-source/media-source-addsourcebuffer.html [ Skip ]
+media/media-source/media-source-append-buffer-with-append-window.html [ Skip ]
+media/media-source/media-source-append-buffer.html [ Skip ]
+media/media-source/media-source-append-failed.html [ Skip ]
+media/media-source/media-source-append-media-segment-without-init.html [ Skip ]
+media/media-source/media-source-append-nonsync-sample-after-abort.html [ Skip ]
+media/media-source/media-source-canplaythrough.html [ Skip ]
+media/media-source/media-source-closed.html [ Skip ]
+media/media-source/media-source-delaying-load-event.html [ Skip ]
+media/media-source/media-source-duplicate-seeked.html [ Skip ]
+media/media-source/media-source-duration-after-append.html [ Skip ]
+media/media-source/media-source-end-of-stream-buffered.html [ Skip ]
+media/media-source/media-source-end-of-stream-readyState.html [ Skip ]
+media/media-source/media-source-end-of-stream.html [ Skip ]
+media/media-source/media-source-fastseek.html [ Skip ]
+media/media-source/media-source-fudge-factor.html [ Skip ]
+media/media-source/media-source-init-segment-duration.html [ Skip ]
+media/media-source/media-source-loadedmetada-with-two-sourcebuffers.html [ Skip ]
+media/media-source/media-source-monitor-source-buffers.html [ Skip ]
+media/media-source/media-source-multiple-initialization-segments.html [ Skip ]
+media/media-source/media-source-overlapping-append-buffered.html [ Skip ]
+media/media-source/media-source-overlapping-append.html [ Skip ]
+media/media-source/media-source-overlapping-decodetime.html [ Skip ]
+media/media-source/media-source-play.html [ Skip ]
+media/media-source/media-source-remove-crash.html [ Skip ]
+media/media-source/media-source-remove.html [ Skip ]
+media/media-source/media-source-resize.html [ Skip ]
+media/media-source/media-source-sample-wrong-track-id.html [ Skip ]
+media/media-source/media-source-seek-back.html [ Skip ]
+media/media-source/media-source-seek-complete.html [ Skip ]
+media/media-source/media-source-seek-detach-crash.html [ Skip ]
+media/media-source/media-source-sequence-timestamps.html [ Skip ]
+media/media-source/media-source-small-gap.html [ Skip ]
+media/media-source/media-source-stalled-holds-sleep-assertion.html [ Skip ]
+media/media-source/media-source-stpp-crash.html [ Skip ]
+media/media-source/media-source-timeoffset.html [ Skip ]
+media/media-source/media-source-track-enabled.html [ Skip ]
+media/media-source/media-source-tracks.html [ Skip ]
+media/media-source/media-source-video-playback-quality.html [ Skip ]
+media/muted-video-is-playing-audio.html [ Skip ]
+media/track/in-band/track-in-band-kate-ogg-cues-added-once.html [ Skip ]
+media/track/in-band/track-in-band-kate-ogg-style.html [ Skip ]
+media/track/opera/idl/media-idl-tests.html [ Skip ]
+media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html [ Skip ]
+media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html [ Skip ]
+media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html [ Skip ]
+media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html [ Skip ]
+media/track/opera/track/webvtt/parsing/001.html [ Skip ]
+media/track/track-automatic-subtitles.html [ Skip ]
+media/track/track-cues-pause-on-exit.html [ Skip ]
+media/track/track-forced-subtitles-in-band.html [ Skip ]
+media/track/track-in-band-cues-added-once.html [ Skip ]
+media/track/track-in-band-style.html [ Skip ]
+media/track/track-legacyapi-with-automatic-mode.html [ Skip ]
+media/track/track-prefer-captions.html [ Skip ]
+media/track/track-remove-track.html [ Skip ]
+media/video-controls-captions-trackmenu.html [ Skip ]
+media/video-controls-captions.html [ Skip ]
+media/video-controls-drag.html [ Skip ]
+media/video-controls-toggling.html [ Skip ]
+media/video-does-not-loop.html [ Skip ]
+media/video-trackmenu-selection.html [ Skip ]
+plugins/document-open.html [ Skip ]
+plugins/quicktime-plugin-replacement.html [ Skip ]
+plugins/reloadplugins-and-pages.html [ Skip ]
+pointer-lock/bug90391-move-then-window-open-crash.html [ Skip ]
+pointer-lock/lock-already-locked.html [ Skip ]
+pointer-lock/lock-element-not-in-dom.html [ Skip ]
+pointer-lock/lock-lost-on-alert.html [ Skip ]
+pointer-lock/lock-lost-on-esc-in-fullscreen.html [ Skip ]
+pointer-lock/lock-lost-on-navigation.html [ Skip ]
+pointer-lock/locked-element-iframe-removed-from-dom.html [ Skip ]
+pointer-lock/locked-element-removed-from-dom.html [ Skip ]
+pointer-lock/mouse-event-delivery.html [ Skip ]
+pointer-lock/pointerlockchange-event-on-lock-lost.html [ Skip ]
+pointer-lock/pointerlockchange-pointerlockerror-events.html [ Skip ]
+pointer-lock/pointerlockelement-null-when-pending.html [ Skip ]
+webkit.org/b/92942 proximity/event-after-navigation.html [ Skip ]
+webkit.org/b/92942 proximity/no-page-cache.html [ Skip ]
+security/contentSecurityPolicy/plugins-types-allows-quicktime-plugin-replacement.html [ Skip ]
</ins><span class="cx"> svg/animations/animate-linear-discrete-additive-b.svg [ Skip ]
</span><span class="cx"> svg/animations/animate-linear-discrete-additive-c.svg [ Skip ]
</span><span class="cx"> svg/animations/animate-linear-discrete-additive.svg [ Skip ]
</span><ins>+webarchive/loading/javascript-url-iframe-crash.html [ Skip ]
+webarchive/loading/video-in-webarchive.html [ Skip ]
+
+fast/dom/Range/detach-range-during-deletecontents.html [ Skip ]
+fast/parser/xhtml-dom-character-data-modified-crash.html [ Skip ]
+http/tests/media/video-play-stall-seek.html [ Skip ]
+http/tests/media/video-redirect.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.hex.html [ Skip ]
+inspector/debugger/stepping/stepOver.html [ Skip ]
+inspector/debugger/stepping/stepping-pause-in-inner-step-to-parent.html [ Skip ]
+inspector/debugger/tail-deleted-frames-from-vm-entry.html [ Skip ]
+inspector/model/scope-chain-node.html [ Skip ]
+media/track/in-band/track-in-band-srt-mkv-addtrack.html [ Skip ]
</ins><span class="cx"> svg/animations/dynamic-modify-transform-without-baseval.html [ Skip ]
</span><span class="cx"> svg/zoom/page/zoom-getBoundingClientRect.xhtml [ Skip ]
</span><ins>+userscripts/script-not-run-for-fragments.html [ Skip ]
</ins><span class="cx"> 
</span><ins>+fast/canvas/webgl [ Skip ]
+webgl [ Skip ]
+http/tests/webgl [ Skip ]
+compositing/webgl [ Skip ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # TESTS EXPECTED TO FAIL
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><del>-# These tests reference specific fonts on Mac port.
-Bug(EFL) fast/text/font-weights.html [ WontFix ]
-Bug(EFL) fast/text/font-weights-zh.html [ WontFix ]
</del><span class="cx"> 
</span><del>-# These tests require DASHBOARD_SUPPORT but this feature is specific to Mac port.
-Bug(EFL) fast/canvas/canvas-gradient-addStop-error.html
-Bug(EFL) http/tests/xmlhttprequest/default-content-type-dashboard.html
</del><span class="cx"> 
</span><del>-# Accelerated overflow scrolling (ENABLE_ACCELERATED_OVERFLOW_SCROLLING) is not enabled.
-fast/repaint/overflow-scroll-touch-repaint.html [ Skip ]
-
-# Doesn't apply to platforms that don't enforce the CFNetwork-style 3rd party cookie policy
-webkit.org/b/35824 http/tests/cookies/third-party-cookie-relaxing.html
-
-# This test is out-dated since r95899.
-webkit.org/b/65709 canvas/philip/tests/2d.drawImage.outsidesource.html [ Failure ]
-
-# Bug in the test itself, as the input box can be big enough for the given coordinates to be inside it.
-Bug(EFL) fast/forms/input-text-click-outside.html
-
-webkit.org/b/85465 css3/filters [ Skip ]
-webkit.org/b/85465 compositing/filters [ Skip ]
-
-# CSS image-resolution is not yet enabled.
-webkit.org/b/85262 fast/css/image-resolution
-
-# Perf tests are really slow in debug builds and there are few benefits in running them.
-[ Debug ] perf [ WontFix ]
-
-# Pre-HMTL5 parser quirks only apply to the mac port for now.
-fast/parser/pre-html5-parser-quirks.html [ WontFix ]
-
-# Perf tests are way too slow and some may fail due to timeout.
-perf/adding-radio-buttons.html [ WontFix ]
-perf/array-binary-search.html [ WontFix ]
-perf/array-nested-loop.html [ WontFix ]
-perf/mouse-event.html [ WontFix ]
-
-# Rounding issues when running on 32-bits machines.
-svg/css/stars-with-shadow.html
-
-# Newly added test which fails on other bots too
-webkit.org/b/85969 http/tests/loading/post-in-iframe-with-back-navigation.html [ Failure ]
-
-# Missing drag'n'drop and pasteboard support.
-webkit.org/b/86623 editing/pasteboard [ Skip ]
-webkit.org/b/86623 editing/selection/4895428-1.html [ Failure ]
-webkit.org/b/86623 editing/selection/4895428-4.html [ Failure ]
-webkit.org/b/86623 editing/selection/drag-text-delay.html [ Failure ]
-webkit.org/b/86623 fast/events/5056619.html
-webkit.org/b/86623 fast/events/bogus-dropEffect-effectAllowed.html
-webkit.org/b/86623 fast/events/click-count.html
-webkit.org/b/86623 fast/events/content-changed-during-drop.html
-webkit.org/b/86623 fast/events/crash-on-mutate-during-drop.html
-webkit.org/b/86623 fast/events/drag-and-drop-autoscroll-inner-frame.html [ Skip ]
-webkit.org/b/86623 fast/events/drag-and-drop-dataTransfer-types-nocrash.html
-webkit.org/b/86623 fast/events/drag-and-drop-fire-drag-dragover.html
-webkit.org/b/86623 fast/events/drag-and-drop.html
-webkit.org/b/86623 fast/events/drag-customData.html
-webkit.org/b/86623 fast/events/drag-dataTransferItemList.html
-webkit.org/b/86623 fast/events/drag-image-filename.html [ Timeout ]
-webkit.org/b/86623 fast/events/drag-in-frames.html [ Failure Timeout ]
-webkit.org/b/86623 fast/events/drag-and-drop-link.html [ Failure ]
-webkit.org/b/86623 fast/events/drag-and-drop-link-into-focused-contenteditable.html [ Failure ]
-webkit.org/b/86623 fast/events/drag-parent-node.html [ Failure ]
-webkit.org/b/86623 fast/events/drag-selects-image.html
-webkit.org/b/86623 fast/events/dropzone-001.html
-webkit.org/b/86623 fast/events/dropzone-002.html
-webkit.org/b/86623 fast/events/dropzone-003.html
-webkit.org/b/86623 fast/events/dropzone-005.html
-webkit.org/b/86623 fast/events/moving-text-should-fire-drop-and-dragend-events.html [ Failure ]
-webkit.org/b/86623 fast/events/moving-text-should-fire-drop-and-dragend-events-2.html [ Failure ]
-webkit.org/b/86623 fast/events/ondragenter.html
-webkit.org/b/86623 fast/events/ondrop-text-html.html
-webkit.org/b/86623 fast/events/remove-target-with-shadow-in-drag.html [ Failure ]
-webkit.org/b/86623 fast/events/standalone-image-drag-to-editable.html
-webkit.org/b/86623 fast/forms/drag-into-textarea.html
-webkit.org/b/86623 fast/forms/drag-out-of-textarea.html
-webkit.org/b/86623 fast/forms/file/input-file-value.html [ Failure ]
-webkit.org/b/86623 fast/forms/search-cancel-button-mouseup.html
-webkit.org/b/86623 fast/forms/textfield-drag-into-disabled.html
-webkit.org/b/86623 fast/lists/drag-into-marker.html
-webkit.org/b/86623 http/tests/local/drag-over-remote-content.html
-webkit.org/b/86623 http/tests/misc/bubble-drag-events.html
-webkit.org/b/86623 http/tests/misc/drag-over-iframe-invalid-source-crash.html
-webkit.org/b/86623 http/tests/security/dataTransfer-set-data-file-url.html
-webkit.org/b/86623 http/tests/security/drag-drop-different-origin.html
-webkit.org/b/86623 http/tests/security/drag-over-remote-content-iframe.html
-
-# Test is failing due to a scrolling problem on second iteration.
-webkit.org/b/106240 fast/events/mouse-cursor-image-set.html [ Failure ]
-
-# Testcase assumes a thumb width of 12px, default there uses 29px.
-webkit.org/b/95071 fast/forms/range/slider-in-multi-column.html [ Failure ]
-webkit.org/b/95071 fast/forms/range/slider-transformed.html [ Failure ]
-
-# The EFL port has no support for webarchives.
-Bug(EFL) webarchive
-Bug(EFL) http/tests/webarchive
-Bug(EFL) svg/webarchive
-Bug(EFL) svg/custom/image-with-prefix-in-webarchive.svg
-
-# The EFL port uses different keyboard accelerators than Safari (via Chromium).
-Bug(EFL) fast/events/option-tab.html
-
-# Implementing copy{En,De}codedHostName only to test them does not make sense
-webkit.org/b/86080 fast/encoding/idn-security.html [ Skip ]
-
-# HIGH_DPI_CANVAS is not enabled.
-webkit.org/b/101809 fast/canvas/canvas-resize-reset-pixelRatio.html [ Skip ]
-
-# DeviceOrientation support is not enabled by default.
-Bug(EFL) fast/dom/DeviceOrientation [ Skip ]
-Bug(EFL) fast/dom/Window/window-properties-device-orientation.html [ Skip ]
-
-# EFL port does not enable ORIENTATION_EVENTS
-webkit.org/b/90928 fast/dom/Orientation [ Skip ]
-
-# EFL port does not implement DeviceMotion
-webkit.org/b/95300 fast/dom/DeviceMotion [ Skip ]
-
-# This port does not enable HIDDEN_PAGE_DOM_TIMER_THROTTLING
-fast/dom/timer-throttling-hidden-page.html [ WontFix ]
-
-# Ignored because we do not have OBJC bindings
-editing/pasteboard/paste-RTFD.html [ WontFix ]
-editing/pasteboard/paste-TIFF.html [ WontFix ]
-
-# The test is intrinsically flaky and cannot be fixed.
-webkit.org/b/100117 fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html [ WontFix ]
-
-# Color profiles are not currently used. See USE(QCMSLIB)
-webkit.org/b/100519 fast/images/jpeg-with-color-profile.html [ Skip ]
-webkit.org/b/100519 fast/images/png-with-color-profile.html [ Skip ]
-webkit.org/b/100519 fast/images/paletted-png-with-color-profile.html [ Skip ]
-
-# The following test fail because blending is not yet implemented
-webkit.org/b/105542 fast/canvas/canvas-blend-image.html [ Skip ]
-webkit.org/b/105542 fast/canvas/canvas-blend-solid.html [ Skip ]
-
-# No concept of secure text input
-editing/secure-input [ Failure ]
-
-# ATK does not support helpText/aria-help
-accessibility/aria-help.html [ Skip ]
-
-# Need platform specific update to test to make it run.
-webkit.org/b/143083 accessibility/table-cell-display-block.html [ Skip ]
-
-# ENABLE_GAMEPAD not enabled.
-webkit.org/b/134718 gamepad [ Skip ]
-
-# No support for Filters Level 2 on EFL yet
-Bug(EFL) css3/filters/backdrop [ Skip ]
-
-Bug(EFL) editing/selection/doubleclick-crash.html [ Failure ]
-Bug(EFL) editing/selection/move-by-word-visually-mac.html [ Failure ]
-
-# EFL port doesn't support attachment feature yet. It was added by r180193, r181056, r181114, r181118 and r181418.
-webkit.org/b/141894 fast/attachment [ Skip ]
-
-# Need a new baseline for EFL port. It was added by r72173.
-Bug(EFL) fast/css/line-height-determined-by-primary-font.html [ Failure ]
-
-security/contentSecurityPolicy/object-src-none-blocks-quicktime-plugin-replacement.html [ Skip ]
-security/contentSecurityPolicy/object-src-none-blocks-youtube-plugin-replacement.html [ Skip ]
-security/contentSecurityPolicy/plugins-types-allows-quicktime-plugin-replacement.html [ Skip ]
-security/contentSecurityPolicy/plugins-types-allows-youtube-plugin-replacement.html [ Skip ]
-security/contentSecurityPolicy/plugins-types-blocks-quicktime-plugin-replacement-without-mime-type.html [ Skip ]
-security/contentSecurityPolicy/plugins-types-blocks-quicktime-plugin-replacement.html [ Skip ]
-security/contentSecurityPolicy/plugins-types-blocks-youtube-plugin-replacement-without-mime-type.html [ Skip ]
-security/contentSecurityPolicy/plugins-types-blocks-youtube-plugin-replacement.html [ Skip ]
-
-# Only Mac has implemented DictionaryLookup
-fast/layers/prevent-hit-test-during-layout.html [ Skip ]
-
</del><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # CRASHES
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><del>-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 Timeout ]
-
-# Sometimes hit !m_finishedNodes.size() assertion in AudioContext destructor.
-webkit.org/b/105870 webaudio/audiobuffersource.html [ Pass Crash ]
-webkit.org/b/105870 webaudio/audionode-connect-order.html [ Pass Crash ]
-webkit.org/b/105870 webaudio/audionode-channel-rules.html [ Pass Crash ]
-webkit.org/b/105870 webaudio/mediastreamaudiosourcenode.html [ Crash Timeout ]
-
</del><span class="cx"> # Sometimes crashes in PlatformContextCairo::drawSurfaceToContext().
</span><del>-webkit.org/b/116025 compositing/video/video-background-color.html [ Crash Pass Failure ]
</del><ins>+webkit.org/b/116025 compositing/video/video-background-color.html [ Crash ]
</ins><span class="cx"> 
</span><del>-# 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/security/contentSecurityPolicy/video-with-http-url-allowed-by-csp-media-src-star.html [ Skip ]
-webkit.org/b/116587 http/tests/security/contentSecurityPolicy/video-with-https-url-allowed-by-csp-media-src-star.html [ Skip ]
</del><ins>+# Started to timeout after bumping EFL to 1.9
+webkit.org/b/136099 fast/animation/request-animation-frame-during-modal.html [ Crash ]
</ins><span class="cx"> 
</span><del>-# websocket tests are very flakey due to bug116587 and bug111976
-webkit.org/b/116587 http/tests/websocket [ Skip ]
</del><ins>+webkit.org/b/92749 fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html [ Crash ]
+webkit.org/b/92749 fast/dom/NavigatorContentUtils/register-protocol-handler.html [ Crash ]
+webkit.org/b/92749 fast/dom/NavigatorContentUtils/unregister-protocol-handler.html [ Crash ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/124574 fast/css/object-fit/object-fit-embed.html [ Crash Timeout Pass ]
</del><ins>+fast/dom/Window/open-window-min-size.html [ Crash ]
+fast/dom/horizontal-scrollbar-when-dir-change.html [ Crash ]
+fast/dom/window-inner-size-scaling.html [ Crash ]
</ins><span class="cx"> 
</span><del>-# A lot of crash happen since buildbot bagan to use Ubuntu 13.10.
-webkit.org/b/131729 fast/events/touch [ Skip ]
</del><ins>+fast/events/touch/frame-hover-update.html [ Crash ]
+fast/events/touch/multi-touch-inside-iframes.html [ Crash ]
+fast/events/touch/multi-touch-inside-nested-iframes.html [ Crash ]
+fast/events/touch/touch-coords-in-zoom-and-scroll.html [ Crash ]
+fast/events/touch/touch-inside-iframe-scrolled.html [ Crash ]
+fast/events/touch/touch-scaled-scrolled.html [ Crash ]
+fast/events/touch/zoomed-touch-event-pageXY.html [ Crash ]
</ins><span class="cx"> 
</span><del>-# REGRESSION(r174107): [EFL] WebGL broken
-# https://bugs.webkit.org/show_bug.cgi?id=137842
-fast/canvas/webgl [ Skip ]
-webgl [ Skip ]
-http/tests/webgl [ Skip ]
-compositing/webgl [ Skip ]
-compositing/backface-visibility/backface-visibility-webgl.html [ Skip ]
-compositing/visibility/visibility-simple-webgl-layer.html [ Skip ]
-fast/images/webgl-teximage2d.html [ Skip ]
-http/tests/canvas/webgl/origin-clean-conformance.html [ Skip ]
-http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html [ Skip ]
-http/tests/security/webgl-remote-read-remote-image-allowed.html [ Skip ]
-http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html [ Skip ]
</del><ins>+fast/forms/submit-to-blank-multiple-times.html [ Crash ]
+fast/frames/page-visibility-crash.html [ Crash ]
+fast/history/link-inside-any.html [ Crash ]
+fast/history/multiple-classes-visited.html [ Crash ]
+fast/loader/image-src-encoded.html [ Crash ]
+fast/loader/reload-zero-byte-plugin.html [ Crash ]
+fast/loader/stateobjects/popstate-after-load-complete-addeventlistener.html [ Crash ]
+fast/loader/stateobjects/popstate-is-synchronous.html [ Crash ]
+fast/selectors/querySelector-in-range-crash.html [ Crash ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-22-b.svg [ Crash ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-28-t.svg [ Crash ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/interact-order-01-b.svg [ Crash ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/interact-order-02-b.svg [ Crash ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-04-t.svg [ Crash ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-08-t.svg [ Crash ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-13-t.svg [ Crash ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/pservers-grad-01-b.svg [ Crash ]
</del><ins>+http/tests/appcache/identifier-test.html [ Crash ]
+http/tests/cache/history-navigation-no-resource-revalidation.html [ Crash ]
+http/tests/cache/iframe-304-crash.html [ Crash ]
+http/tests/media/hls/hls-video-resize.html [ Crash ]
+http/tests/media/hls/video-controller-getStartDate.html [ Crash ]
+http/tests/media/hls/video-cookie.html [ Crash ]
+http/tests/media/modern-media-controls/status-support/status-support-loading.html [ Crash ]
+http/tests/navigation/no-referrer-target-blank.html [ Crash ]
+http/tests/security/401-logout/401-logout.php [ Crash ]
+http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/proper-open-window-upgrades.html [ Crash ]
+http/tests/security/frameNavigation/cross-origin-opener.html [ Crash ]
+http/tests/security/frameNavigation/not-opener.html [ Crash ]
+http/tests/security/inactive-document-with-empty-security-origin.html [ Crash ]
+http/tests/security/mixedContent/insecure-css-in-iframe.html [ Crash ]
+http/tests/security/xss-DENIED-window-index-assign.html [ Crash ]
+http/tests/security/xss-DENIED-xsl-document.xml [ Crash ]
+imported/w3c/IndexedDB-private-browsing/idbcursor_iterating.html [ Crash ]
+imported/w3c/IndexedDB-private-browsing/idbcursor_iterating_index.html [ Crash ]
</ins><span class="cx"> 
</span><del>-Bug(EFL) fast/dom/Window/property-access-on-cached-window-after-frame-removed.html [ Crash ]
-Bug(EFL) fast/selectors/querySelector-in-range-crash.html [ Crash ]
-Bug(EFL) webaudio/decode-audio-data-basic.html [ Crash ]
</del><ins>+imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/scripted_click_location_assign_during_load.html [ Crash ]
+imported/w3c/web-platform-tests/html/browsers/origin/cross-origin-objects/cross-origin-objects.html [ Crash ]
+imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.html [ Crash ]
+imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/001.xhtml [ Crash ]
+imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/002.xhtml [ Crash ]
+imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/003.xhtml [ Crash ]
+imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/004.xhtml [ Crash ]
</ins><span class="cx"> 
</span><del>-Bug(EFL) fast/dom/window-inner-size-scaling.html [ Crash ]
-Bug(EFL) fast/events/scroll-event-phase.html [ Crash ]
-Bug(EFL) fast/events/simulated-click-coords.html [ Crash ]
-Bug(EFL) fast/history/multiple-classes-visited.html [ Crash ]
-Bug(EFL) fast/images/animated-gif-window-resizing.html [ Crash ]
-Bug(EFL) fast/loader/image-in-page-cache.html [ Crash ]
-Bug(EFL) fast/loader/reload-zero-byte-plugin.html [ Crash ]
-Bug(EFL) http/tests/appcache/identifier-test.html [ Crash ]
-Bug(EFL) http/tests/dom/window-open-about-uppercase-blank-and-access-document.html [ Crash ]
-Bug(EFL) http/tests/media/modern-media-controls/status-support/status-support-loading.html [ Crash ]
-Bug(EFL) http/tests/security/contentSecurityPolicy/1.1/base-uri-allow.html [ Crash ]
-Bug(EFL) http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-blob-url-iframe-in-iframe.html [ Crash ]
-Bug(EFL) http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/proper-open-window-upgrades.html [ Crash ]
-Bug(EFL) http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/upgrade-insecure-css-in-iframe.html [ Crash ]
-Bug(EFL) http/tests/security/cookies/cookies-wrong-domain-rejected-result.php [ Crash ]
-Bug(EFL) http/tests/security/mixedContent/blob-url-in-iframe.html [ Crash ]
-Bug(EFL) http/tests/security/mixedContent/insecure-css-in-iframe.html [ Crash ]
-Bug(EFL) http/tests/security/xss-DENIED-xsl-document.xml [ Crash ]
-Bug(EFL) imported/w3c/IndexedDB-private-browsing/idbcursor_iterating.html [ Crash ]
-Bug(EFL) imported/w3c/IndexedDB-private-browsing/idbcursor_iterating_index.html [ Crash ]
-Bug(EFL) storage/indexeddb/modern/blob-simple-workers.html [ Crash ]
-Bug(EFL) storage/indexeddb/modern/blocked-open-db-requests-private.html [ Crash ]
-Bug(EFL) storage/indexeddb/modern/index-3-private.html [ Crash ]
</del><ins>+inspector/debugger/break-on-uncaught-exception-throw-in-promise.html [ Crash ]
+inspector/debugger/breakpoints-disabled.html [ Crash ]
+inspector/debugger/call-frame-this-host.html [ Crash ]
+inspector/debugger/call-frame-this-strict.html [ Crash ]
+inspector/debugger/csp-exceptions.html [ Crash ]
+inspector/debugger/evaluateOnCallFrame-CommandLineAPI.html [ Crash ]
+inspector/debugger/probe-manager-add-remove-actions.html [ Crash ]
+inspector/debugger/setBreakpoint-column.html [ Crash ]
+inspector/debugger/setBreakpoint.html [ Crash ]
+inspector/debugger/setBreakpointByUrl-sourceURL.html [ Crash ]
+inspector/debugger/stepping/stepping-function-calls.html [ Crash ]
+inspector/debugger/stepping/stepping-misc.html [ Crash ]
+inspector/debugger/stepping/stepping-template-string.html [ Crash ]
+inspector/debugger/js-stacktrace.html [ Crash ]
+inspector/debugger/setBreakpoint-dfg-and-modify-local.html [ Crash ]
+inspector/debugger/setBreakpoint-options-exception.html [ Crash ]
+inspector/debugger/stepping/stepping-try-catch-finally.html [ Crash ]
</ins><span class="cx"> 
</span><del>-#////////////////////////////////////////////////////////////////////////////////////////
-# Old WebGL expectations before skipping all of them
-#////////////////////////////////////////////////////////////////////////////////////////
</del><ins>+inspector/formatting/formatting-javascript.html [ Crash ]
+inspector/sampling-profiler/eval-source-url.html [ Crash ]
</ins><span class="cx"> 
</span><del>-# webkit.org/b/99096 fast/canvas/webgl/arraybuffer-transfer-of-control.html [ Failure Pass ]
</del><ins>+media/track/media-element-enqueue-event-crash.html [ Crash ]
+media/track/track-remove-quickly.html [ Crash ]
</ins><span class="cx"> 
</span><del>-# 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 ]
</del><ins>+storage/indexeddb/modern/blob-simple-workers.html [ Crash ]
+storage/indexeddb/modern/blocked-open-db-requests-private.html [ Crash ]
+storage/indexeddb/modern/index-3-private.html [ Crash ]
+storage/indexeddb/modern/opendatabase-success-after-versionchange-private.html [ Crash ]
</ins><span class="cx"> 
</span><del>-# A lot of crash happen since buildbot bagan to use Ubuntu 13.10.
-# webkit.org/b/131729 compositing/webgl/webgl-no-alpha.html [ Crash ]
-# webkit.org/b/131729 compositing/webgl/webgl-background-color.html [ Crash ]
-# webkit.org/b/131729 compositing/webgl/webgl-repaint.html [ Crash ]
-# webkit.org/b/131729 compositing/webgl/webgl-reflection.html [ Crash ]
-# webkit.org/b/131729 compositing/backface-visibility/backface-visibility-webgl.html [ Crash ]
-# webkit.org/b/131729 http/tests/canvas/webgl/origin-clean-conformance.html [ Crash ]
-# webkit.org/b/131729 http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html [ Crash ]
-# webkit.org/b/131729 http/tests/security/webgl-remote-read-remote-image-allowed.html [ Crash ]
-# webkit.org/b/131729 http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html [ Crash ]
</del><ins>+webaudio/decode-audio-data-basic.html [ Crash ]
</ins><span class="cx"> 
</span><del>-# Tests crashing with common backtrace ending in WebGLRenderingContext::reshape
-# webkit.org/b/135194 webgl/1.0.2/conformance/rendering/multisample-corruption.html [ Crash Timeout ]
-# webkit.org/b/135194 webgl/1.0.2/conformance/textures/texture-size-cube-maps.html [ Crash Timeout ]
</del><ins>+fast/dom/Window/closure-access-after-navigation-window.html [ Crash ]
</ins><span class="cx"> 
</span><del>-# Tests crashing with common backtrace ending in GraphicsContext3D::mappedSymbolName
-# webkit.org/b/127277 webkit.org/b/135196 fast/canvas/webgl/glsl-conformance.html [ Crash Timeout ]
-# webkit.org/b/105029 webkit.org/b/135196 fast/canvas/webgl/webgl-composite-modes.html [ Crash Failure Timeout ]
-# webkit.org/b/105029 webkit.org/b/135196 fast/canvas/webgl/webgl-composite-modes-repaint.html [ Crash Timeout Failure ]
-# webkit.org/b/135196 webgl/1.0.2/conformance/attribs/gl-vertex-attrib-render.html [ Crash Failure Timeout ]
-# webkit.org/b/135196 webgl/1.0.2/conformance/ogles/GL/sin/sin_001_to_006.html [ Crash Timeout ]
-# webkit.org/b/135196 webgl/1.0.2/conformance/uniforms/gl-uniform-arrays.html [ Crash Timeout ]
-# webkit.org/b/124935 webkit.org/b/135196 webgl/1.0.2/conformance/uniforms/out-of-bounds-uniform-array-access.html [ Crash Timeout ]
</del><ins>+http/tests/media/hls/video-controls-live-stream.html [ Crash ]
+http/tests/messaging/cross-domain-message-event-dispatch.html [ Crash ]
+http/tests/security/contentSecurityPolicy/1.1/base-uri-allow.html [ Crash ]
+http/tests/security/mixedContent/blob-url-in-iframe.html [ Crash ]
+http/tests/security/mixedContent/data-url-script-in-iframe.html [ Crash ]
</ins><span class="cx"> 
</span><del>-# Tests crashing with common backtrace ending in WebGLRenderingContext::bindTexture
-# webkit.org/b/105030 webkit.org/b/135197 fast/canvas/webgl/framebuffer-object-attachment.html [ Crash Timeout ]
-# webkit.org/b/105030 webkit.org/b/135197 fast/canvas/webgl/premultiplyalpha-test.html [ Crash Timeout ]
-# webkit.org/b/127279 webkit.org/b/135197 fast/canvas/webgl/webgl-compressed-texture-size-limit.html [ Crash Timeout ]
-# webkit.org/b/129818 webkit.org/b/135197 fast/canvas/webgl/webgl-draw-buffers.html [ Crash Timeout ]
-# webkit.org/b/135197 fast/images/webgl-teximage2d.html [ Crash Timeout ]
-# webkit.org/b/135197 webgl/1.0.2/conformance/context/context-creation-and-destruction.html [ Crash Timeout ]
-# webkit.org/b/135197 webgl/1.0.2/conformance/context/premultiplyalpha-test.html  [ Crash Timeout ]
-# webkit.org/b/135197 webgl/1.0.2/conformance/extensions/oes-texture-float.html [ Crash Timeout ]
-# webkit.org/b/135197 webgl/1.0.2/conformance/textures/copy-tex-image-2d-formats.html [ Crash Timeout ]
-# webkit.org/b/135197 webgl/1.0.2/conformance/textures/texture-attachment-formats.html [ Crash Timeout ]
</del><ins>+imported/w3c/web-platform-tests/html/browsers/browsing-the-web/unloading-documents/004.html [ Crash ]
+imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/reload_post_1.html [ Crash ]
+imported/w3c/web-platform-tests/html/browsers/windows/browsing-context-names/001.html [ Crash ]
</ins><span class="cx"> 
</span><del>-# webkit.org/b/124935 webgl/1.0.2/conformance/glsl/misc/shader-with-non-reserved-words.html [ Failure Pass ]
</del><ins>+storage/indexeddb/modern/opendatabase-success-after-versionchange.html [ Crash ]
</ins><span class="cx"> 
</span><del>-# 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 Timeout 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.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 Timeout 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-data.html [ Crash Timeout Pass ]
-# webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html [ Crash Pass ]
</del><span class="cx"> 
</span><del>-# 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 ]
-
-# Rendering failure, also missing expected results:
-# webkit.org/b/105093 compositing/webgl/webgl-nonpremultiplied-blend.html [ Skip ]
-
-# Known WebGL conformance test failures, fails on Intel and AMD hardware
-# webgl/1.0.2/conformance/glsl/literals/float_literal.vert.html [ Failure ]
-
-# ANGLE_instanced_arrays not implemented on efl
-# fast/canvas/webgl/angle-instanced-arrays.html [ Skip ]
-
-# webkit.org/b/133306 fast/canvas/webgl/css-webkit-canvas-repaint.html [ Failure ]
-
</del><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><del>-# End of old WebGL expectations before skipping all of them
-#////////////////////////////////////////////////////////////////////////////////////////
-
-webkit.org/b/158836 imported/w3c/web-platform-tests/encrypted-media [ Skip ]
-
-# Still failing/flakey tests, needs more investigation
-webkit.org/b/131729 http/tests/globalhistory/history-delegate-basic-302-redirect.html [ Failure ]
-webkit.org/b/131729 http/tests/globalhistory/history-delegate-basic-title.html [ Failure ]
-webkit.org/b/131729 http/tests/globalhistory/history-delegate-pushstate.html [ Failure ]
-webkit.org/b/131729 http/tests/globalhistory/history-delegate-replacestate.html [ Failure ]
-webkit.org/b/131729 http/tests/misc/acid3.html [ Failure Pass ]
-webkit.org/b/131729 http/tests/misc/image-blocked-src-change.html [ Failure Pass ]
-webkit.org/b/131729 http/tests/misc/slow-loading-image-in-pattern.html [ Failure ]
-webkit.org/b/131729 http/tests/security/cross-origin-plugin-private-browsing-toggled.html [ Failure ]
-webkit.org/b/131729 http/tests/security/drag-drop-local-file.html [ Failure ]
-webkit.org/b/131729 http/tests/security/svg-image-with-cached-remote-image.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/131729 http/tests/xmlhttprequest/simple-cross-origin-denied-events.html [ Failure Pass ]
-
-webkit.org/b/135498 css3/device-adapt/opera/constrain-009.xhtml [ Crash Timeout ]
-webkit.org/b/135498 css3/device-adapt/opera/constrain-023.xhtml [ Crash Timeout ]
-webkit.org/b/135498 css3/device-adapt/viewport-width-not-affecting-next-page.html [ Failure ]
-
-# Started to timeout after bumping EFL to 1.9
-webkit.org/b/136099 fast/animation/request-animation-frame-during-modal.html [ Crash Pass Timeout ]
-webkit.org/b/136099 fast/dom/Window/open-window-min-size.html [ Crash Pass Timeout ]
-webkit.org/b/136099 fast/events/show-modal-dialog-onblur-onfocus.html [ Crash Pass Timeout ]
-webkit.org/b/136099 fast/events/scroll-event-during-modal-dialog.html [ Crash Pass Timeout ]
-webkit.org/b/136099 fast/harness/show-modal-dialog.html [ Crash Timeout ]
-
-#webkit.org/b/142158 inspector/dom/remove-multiple-nodes.html [ Crash Pass ]
-#webkit.org/b/147018 inspector/css/get-system-fonts.html [ Skip ]
-
-#////////////////////////////////////////////////////////////////////////////////////////
</del><span class="cx"> # FLAKY TESTS
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><del>-Bug(EFL) fast/loader/child-frame-add-after-back-forward.html [ Failure Pass ]
-Bug(EFL) fast/events/backspace-navigates-back.html [ Failure Pass ]
-Bug(EFL) http/tests/loading/fire-error-event-empty-404-script.html [ Crash Failure Pass ]
-
-webkit.org/b/85603 fast/forms/textarea-placeholder-set-attribute.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/86078 http/tests/misc/favicon-loads-with-icon-loading-override.html [ Failure Pass ]
-webkit.org/b/86079 http/tests/misc/link-rel-icon-beforeload.html [ Failure Pass ]
-webkit.org/b/86082 security/block-test.html [ Failure Pass ]
-webkit.org/b/88230 svg/stroke/non-scaling-stroke-pattern.svg [ ImageOnlyFailure Pass ]
-webkit.org/b/60103 fast/replaced/border-radius-clip.html [ Failure Pass ]
-webkit.org/b/91366 fast/forms/number/number-spinbutton-gets-disabled-or-readonly.html [ Failure Pass ]
-webkit.org/b/98656 fast/dynamic/window-scrollbars-test.html [ Failure Pass ]
-webkit.org/b/103439 fast/loader/submit-form-while-parsing-2.html [ Failure Pass ]
-webkit.org/b/103443 fast/parser/parser-yield-timing.html [ Failure Pass ]
-webkit.org/b/103444 http/tests/css/shared-stylesheet-mutation.html [ Failure Pass ]
-webkit.org/b/103445 http/tests/css/shared-stylesheet-mutation-preconstruct.html [ Failure Pass ]
-
-# These ref tests are flaky with coordinated graphics (missing purple corners).
-#webkit.org/b/108340 fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ ImageOnlyFailure Pass ]
-webkit.org/b/108340 fast/layers/no-clipping-overflow-hidden-added-after-transition.html [ ImageOnlyFailure Pass ]
-webkit.org/b/108340 fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html [ ImageOnlyFailure Pass ]
-
-# Tests that sometimes fail on the bot (for GTK and Chromium ports as well).
-webkit.org/b/77631 fast/multicol/span/span-as-immediate-child-property-removal.html [ Failure Pass ]
-webkit.org/b/77631 fast/multicol/span/span-as-immediate-columns-child-removal.html [ Failure Pass ]
-
-webkit.org/b/93214 http/tests/loading/307-after-303-after-post.html [ Crash Pass Timeout ]
-webkit.org/b/93212 http/tests/incremental/slow-utf8-text.pl [ Pass Timeout ]
-
-# Tests that sometimes fail on the bot
-webkit.org/b/130581 perf/clone-with-focus.html  [ Pass Failure ]
-
-webkit.org/b/100636 [ Debug ] jquery/traversing.html [ Failure Crash Pass ]
-
-# Issue with timing for suspend/resumeAnimations()?
-webkit.org/b/49182 animations/stop-animation-on-suspend.html [ Failure Pass ]
-
-webkit.org/b/103383 fast/css/counters/element-removal-crash.xhtml [ Failure Pass ]
-
-webkit.org/b/105296 webaudio/delaynode-maxdelay.html [ Failure Pass ]
-webkit.org/b/105296 webaudio/delaynode-max-nondefault-delay.html [ Failure Pass ]
-webkit.org/b/105296 webaudio/delaynode-scheduling.html [ Failure Pass ]
-
-# Sometimes hit !m_isolatedWorld-&gt;isNormal() || m_wrapper || !m_jsFunction assertion.
-webkit.org/b/120148 webaudio/javascriptaudionode-upmix2-8channel-input.html [ Failure Pass Crash ]
-
-webkit.org/b/106551 fast/dom/beforeload/remove-video-poster-in-beforeload-listener.html [ Crash Pass ]
-
-webkit.org/b/107024 compositing/self-painting-layers2.html [ Pass Failure ]
-webkit.org/b/107024 compositing/video-page-visibility.html [ Pass Failure ]
-
-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 ]
-
-# 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 [ ImageOnlyFailure Pass ]
-
-webkit.org/b/102204 http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html [ Crash Pass ]
-
-# Failures after r130363.
-webkit.org/b/98573 fast/forms/multiple-form-submission-protection-mouse.html [ Failure Timeout 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/102201 fast/dom/Window/window-resize-contents.html [ Timeout Pass ]
-
-webkit.org/b/103396 [ Debug ] fast/forms/state-restore-per-form.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 ]
-
-# Asserts when destroying WebCore::Database (possibly because r141207)
-webkit.org/b/108355 storage/websql/sql-error-codes.html [ Failure ]
-
-# Libsoup 2.42.0 regressions
-webkit.org/b/114918 http/tests/xmlhttprequest/cache-override.html [ Failure Pass ]
-webkit.org/b/114918 http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-invalidstaterror.html [ Failure Timeout Pass ]
-webkit.org/b/114918 http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-mixed-case.html [ Timeout Pass ]
-
-webkit.org/b/115440 svg/stroke/animated-non-scaling-stroke.html [ ImageOnlyFailure Pass ]
-
-# Started to crash after r162947
-webkit.org/b/119042 animations/resume-after-page-cache.html [ Failure Pass Crash ]
-
-webkit.org/b/124655 css3/masking/clip-path-animation.html [ Failure Pass ]
-
-webkit.org/b/124925 fast/css/hover-display-block-none.html [ Failure Pass ]
-
-webkit.org/b/124926 fast/events/popup-allowed-from-gesture-initiated-event.html [ Failure Pass ]
-
-# Fail after r139145 on MAC, EFL, QT, GTK.
-webkit.org/b/106415 fast/workers/worker-document-leak.html [ Pass Failure ]
-webkit.org/b/106415 fast/workers/worker-lifecycle.html [ Pass Failure ]
-
-webkit.org/b/124929 http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html [ Failure Pass ]
-
-webkit.org/b/124933 svg/animations/getCurrentTime-pause-unpause.html [ Failure Pass ]
-
-webkit.org/b/124934 svg/animations/svglengthlist-animation-3.html [ Failure Pass ]
-
-webkit.org/b/125517 compositing/regions/crash-transform-inside-region.html [ Crash Pass ]
-webkit.org/b/125517 compositing/regions/floated-region-with-transformed-child.html [ ImageOnlyFailure Pass ]
-webkit.org/b/125517 compositing/regions/move-layer-from-one-region-to-another.html [ Crash Pass ]
-webkit.org/b/125517 compositing/regions/propagate-region-box-shadow-border-padding.html [ Crash Pass ]
-webkit.org/b/125517 compositing/regions/propagate-region-box-shadow-border-padding-for-video.html [ ImageOnlyFailure Crash Pass ]
-webkit.org/b/125517 compositing/regions/region-as-layer-in-another-flowthread.html [ Crash Pass ]
-webkit.org/b/125517 compositing/regions/transformed-layer-inside-transformed-layer.html [ Crash Pass ]
-webkit.org/b/125517 compositing/regions/z-index-update.html [ Crash Pass ]
-
-webkit.org/b/125573 compositing/backgrounds/fixed-backgrounds.html [ Crash Pass ]
-
-webkit.org/b/119789 fast/events/touch/touch-inside-iframe.html [ Crash Pass ]
-
-webkit.org/b/133305 fast/text/mark-matches-rendering.html [ ImageOnlyFailure Pass ]
-
-webkit.org/b/106405 http/tests/loading/basic-auth-resend-wrong-credentials.html [ Failure Pass ]
-webkit.org/b/106405 http/tests/loading/basic-credentials-sent-automatically.html [ Failure Pass ]
-webkit.org/b/106405 http/tests/misc/401-alternative-content.php [ Crash Pass ]
-
-webkit.org/b/84589 http/tests/security/cross-frame-access-get.html [ Crash Pass ]
-
-webkit.org/b/127723 accessibility/menu-list-sends-change-notification.html [ Crash Pass ]
-
-webkit.org/b/135697 fast/dom/Window/open-zero-size-as-default.html [ Failure Pass Crash ]
-
-# SVG 1.1 tests are flaky on EFL bots
-webkit.org/b/137138 svg/W3C-SVG-1.1-SE [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/137138 svg/W3C-SVG-1.1 [ Failure ImageOnlyFailure Pass ]
-
-# EFL port doesn't support Khmer and Lao fallback fonts, this test has added since r170207.
-Bug(EFL) fast/text/khmer-lao-font.html [ Skip ]
-Bug(EFL) fast/text/simple-lines-hover-underline.html [ Timeout Pass ]
-
-webkit.org/b/142156 css3/shapes/spec-examples/shape-outside-011.html [ Failure Pass ]
-webkit.org/b/142156 css3/shapes/spec-examples/shape-outside-012.html [ Failure Pass ]
-webkit.org/b/142156 css3/shapes/spec-examples/shape-outside-019.html [ Failure Pass ]
-
-webkit.org/b/95551 fast/forms/datalist/update-range-with-datalist.html [ ImageOnlyFailure Pass ]
-
-webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-006.svg [ Pass ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-007.svg [ Pass ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-008.svg [ Pass ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-009.svg [ Pass ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-010.svg [ Pass ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-objectboundingbox-content-clip-transform.svg [ Pass ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-objectboundingbox-content-clip.svg [ Pass ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-userspaceonuse-content-clip-transform.svg [ Pass ImageOnlyFailure ]
-webkit.org/b/129820 svg/clip-path/mask-userspaceonuse-content-clip.svg [ Pass ImageOnlyFailure ]
-
-webkit.org/b/102097 svg/text/hidpi-text-selection-rect-position.html [ Pass ImageOnlyFailure ]
-
-webkit.org/b/141458 imported/mozilla/svg/image/image-filter-01.svg [ Failure Pass ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/pattern-scale-01a.svg [ Failure Pass ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/pattern-scale-01b.svg [ Failure Pass ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/pattern-scale-01c.svg [ Failure Pass ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/stroke-width-percentage-02a.svg [ Failure Pass ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/switch-01.svg [ Failure Pass ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/symbol-01.svg [ Failure Pass ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/text-layout-01.svg [ Failure Pass ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/text-layout-05.svg [ Failure Pass ImageOnlyFailure ]
-webkit.org/b/141458 imported/mozilla/svg/text-white-space-01.svg [ Failure Pass ImageOnlyFailure ]
-webkit.org/b/141458 imported/w3c/canvas/2d.line.cap.round.html [ Failure Pass ImageOnlyFailure ]
-
-webkit.org/b/142766 fast/overflow/overflow-height-float-not-removed-crash2.html [ Crash Pass ]
-
-webkit.org/b/144802 fast/forms/number/number-large-padding.html [ Failure Pass ]
-webkit.org/b/144802 fast/forms/number/number-spinbutton-capturing.html [ Failure Pass ]
-webkit.org/b/144802 fast/forms/number/number-spinbutton-change-and-input-events.html [ Failure Pass ]
-webkit.org/b/144802 fast/forms/number/number-spinbutton-click-in-iframe.html [ Failure Pass ]
-webkit.org/b/144802 fast/forms/number/number-spinbutton-in-multi-column.html [ Failure Pass ]
-
-# EFL port shows these tests are flaky though the tests are marked with failure in wk2 TestExpectation.
-css3/device-adapt/opera/cascading-001.xhtml [ Failure Pass ]
-fast/dom/adopt-node-crash-2.html [ Failure Pass ]
</del><ins>+animations/resume-after-page-cache.html [ Failure Pass ]
+fast/css/hover-display-block-none.html [ Failure Pass ]
+fast/dom/HTMLAnchorElement/anchor-download-synthetic-click.html [ Failure Pass ]
+fast/events/touch/basic-single-touch-events.html [ Failure Crash Pass ]
+fast/events/touch/emulate-touch-events.html [ Failure Pass ]
+fast/events/touch/touch-event-frames.html [ Failure Crash Pass ]
+fast/notifications/request-notification-permission-while-reloading.html [ Failure Pass ]
+fast/regions/repaint/hover-border-radius.html [ Failure Crash Pass ]
+fast/scrolling/scroll-animator-overlay-scrollbars-hovered.html [ Failure Pass ]
</ins><span class="cx"> fast/selectors/hover-strict.html [ Failure Pass ]
</span><del>-webaudio/delaynode-max-default-delay.html [ Failure Pass ]
-http/tests/xmlhttprequest/xmlhttprequest-post-crash.html [ Timeout Pass ]
-js/dom/cross-frame-prototype.html [ Crash Pass ]
-pageoverlay/overlay-large-document-scrolled.html [ Crash Pass ]
-http/tests/misc/iframe-reparenting-id-collision.html [ Crash Pass ]
-http/tests/loading/text-content-type-with-binary-extension.html [ Failure Pass ]
-perf/rel-list-remove.html [ Failure Pass ]
</del><ins>+fast/selectors/unqualified-hover-strict.html [ Failure ImageOnlyFailure Pass ]
+fast/speechsynthesis/speech-synthesis-gc-utterance-crash.html [ Failure Pass ]
+http/tests/loading/basic-auth-resend-wrong-credentials.html [ Failure Pass ]
+http/tests/loading/basic-credentials-sent-automatically.html [ Failure Pass ]
+http/tests/local/link-stylesheet-load-order.html [ Failure Pass ]
+http/tests/media/hls/hls-progress.html [ Failure Crash Pass ]
+http/tests/misc/submit-post-keygen.html [ Failure Crash Pass ]
+http/tests/navigation/forward-and-cancel.html [ Failure Pass ]
+imported/w3c/web-platform-tests/XMLHttpRequest/send-timeout-events.htm [ Failure Pass ]
+imported/w3c/web-platform-tests/fetch/api/cors/cors-filtering-worker.html [ Failure Pass ]
+imported/w3c/web-platform-tests/fetch/api/cors/cors-filtering.html [ Failure Pass ]
+js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-5.html [ Failure Pass ]
+media/media-controls-timeline-updates-when-hovered.html [ Failure Pass ]
+media/media-event-listeners.html [ Failure Timeout Pass ]
+media/video-multiple-concurrent-playback.html [ Failure Timeout Pass ]
+plugins/js-from-destroy.html [ Failure Pass ]
+security/contentSecurityPolicy/plugins-types-blocks-quicktime-plugin-replacement-without-mime-type.html [ Failure Pass ]
+svg/W3C-SVG-1.1/animate-elem-16-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/animate-elem-25-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/animate-elem-66-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/coords-trans-01-b.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/coords-trans-02-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/coords-trans-05-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/filters-blend-01-b.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/filters-specular-01-f.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/interact-order-02-b.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/masking-path-05-f.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/painting-fill-02-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/painting-stroke-02-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/painting-stroke-07-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/paths-data-05-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/paths-data-09-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/paths-data-13-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/pservers-pattern-01-b.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/script-handle-02-b.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/shapes-polyline-01-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/shapes-rect-01-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/struct-dom-06-b.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/struct-group-02-b.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/struct-image-04-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/struct-image-07-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/styling-css-03-b.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/text-align-02-b.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/text-fonts-02-t.svg [ Failure ImageOnlyFailure Pass ]
+svg/W3C-SVG-1.1/text-tselect-02-f.svg [ Failure ImageOnlyFailure Pass ]
+svg/animations/animateTransform-list-crash.html [ Failure Timeout Pass ]
+vibration/cancelVibration-during-pattern-vibrating.html [ Failure Pass ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/146495 fast/history/multiple-classes-visited.html [ Timeout Pass ]
-webkit.org/b/146495 http/tests/security/contentSecurityPolicy/directive-parsing-multiple-headers.html [ Timeout Pass ]
-webkit.org/b/146495 js/dom/create-lots-of-workers.html [ Crash Timeout Pass Failure ]
-webkit.org/b/146495 svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg [ Timeout Pass ]
</del><ins>+css3/filters/multiple-filters-invalidation.html [ Pass Timeout Missing ]
+http/tests/canvas/canvas-slow-font-loading.html [ Timeout Pass ]
+http/tests/security/contentSecurityPolicy/audio-redirect-allowed.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/IndexedDB/abort-in-initial-upgradeneeded.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/IndexedDB/idbcursor-continue.htm [ Timeout Pass ]
+imported/w3c/web-platform-tests/IndexedDB/idbcursor_advance_index8.htm [ Timeout Pass ]
+imported/w3c/web-platform-tests/IndexedDB/idbcursor_advance_objectstore5.htm [ Timeout Pass ]
+imported/w3c/web-platform-tests/IndexedDB/idbcursor_continue_index2.htm [ Timeout Pass ]
+imported/w3c/web-platform-tests/IndexedDB/idbdatabase_close2.htm [ Timeout Pass ]
+imported/w3c/web-platform-tests/IndexedDB/idbdatabase_transaction.htm [ Timeout Pass ]
+imported/w3c/web-platform-tests/IndexedDB/transaction-lifetime-empty.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/custom-elements/htmlconstructor/newtarget.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/dom/nodes/Document-doctype.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/dom/nodes/DocumentType-remove.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/dom/nodes/Element-firstElementChild-namespace.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/dom/ranges/Range-surroundContents.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/dom/traversal/TreeWalker-previousSiblingLastChildSkip.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/encoding/api-replacement-encodings.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential-readyState.html [ Failure Timeout Pass ]
+imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-immediately.html [ Failure Timeout Pass ]
+imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-persistent-usage-record.html [ Pass Timeout Missing ]
+imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-setMediaKeys-after-src.html [ Failure Timeout Pass ]
+imported/w3c/web-platform-tests/encrypted-media/drm-mp4-waiting-for-a-key.html [ Failure Timeout Pass ]
+imported/w3c/web-platform-tests/html/browsers/offline/introduction-4/event_noupdate.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/html/browsers/the-window-object/window-indexed-properties-strict.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-translate-attribute-007.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/html/dom/reflection-text.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/context.casesensitive.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.space.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/img.complete.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/template-child-nodes.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/html/syntax/parsing/html5lib_tables01.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/html/syntax/parsing/html5lib_webkit02.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-in-body-onerror.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/content/006.xhtml [ Timeout Pass ]
+imported/w3c/web-platform-tests/media-source/SourceBuffer-abort-removed.html [ Failure Timeout Pass ]
+imported/w3c/web-platform-tests/media-source/mediasource-endofstream.html [ Failure Timeout Pass ]
+imported/w3c/web-platform-tests/streams/readable-streams/templated.https.html [ Timeout Pass ]
+imported/w3c/web-platform-tests/url/a-element.html [ Failure Timeout Pass ]
+inspector/debugger/nested-inspectors.html [ Crash Timeout Pass ]
+inspector/debugger/setBreakpoint-dfg-and-modify-local.html [ Failure Timeout Pass ]
+inspector/debugger/stepping/stepping-literal-construction.html [ Failure Crash Timeout Pass ]
+media/track/in-band/track-in-band-srt-mkv-language.html [ Timeout Pass ]
+media/track/track-active-cues.html [ Timeout Pass ]
+media/track/track-in-band-subtitles-too-large.html [ Pass Timeout Missing ]
+media/track/track-in-band.html [ Failure Timeout Pass ]
+media/track/track-manual-mode.html [ Failure Timeout Pass ]
+sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T1.html [ Failure Timeout Pass ]
</ins><span class="cx"> 
</span><del>-# box properties tests have been flaky since r188693.
-webkit.org/b/148470 css1/box_properties/border.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/border_bottom.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/border_bottom_width.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/border_left.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/border_left_width.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/border_right_inline.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/border_right_width.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/border_style.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/border_top.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/border_top_width.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/border_width.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/clear.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/clear_float.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/float_elements_in_series.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/float_margin.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/float_on_text_elements.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/height.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/margin.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/margin_bottom.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/margin_inline.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/margin_left.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/margin_right.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/margin_top.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/padding.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/padding_bottom.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/padding_inline.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/padding_left.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/padding_right.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/padding_top.html [ Failure ImageOnlyFailure Pass ]
-webkit.org/b/148470 css1/box_properties/width.html [ Failure ImageOnlyFailure Pass ]
</del><span class="cx"> 
</span><del>-#webkit.org/b/158412 imported/w3c/web-platform-tests/html/dom/reflection-grouping.html [ Timeout Pass ]
-#webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ul-element/grouping-ul.html [ Timeout Pass ]
-
</del><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # PASSING TESTS WITH INCORRECT EXPECTATIONS
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><del>-# Regression from r133898
-Bug(EFL) fast/forms/input-disabled-color.html [ Pass ]
-Bug(EFL) fast/forms/input-readonly-dimmed.html [ Pass ]
-
-# Intrusive theming overrides collide with style-related LayoutTests.
-webkit.org/b/85877 fast/forms/menulist-narrow-width.html [ Pass ]
-webkit.org/b/85877 fast/forms/menulist-style-color.html [ Pass ]
-webkit.org/b/85877 fast/forms/select-style.html [ Pass ]
-
-# EFL port needs Pasteboard implementation, needs baselines.
-webkit.org/b/84338 fast/forms/plaintext-mode-2.html [ Pass ]
-http/tests/images/hidpi-srcset-copy.html [ Skip ]
-
-# Controls are not zoomed.
-webkit.org/b/102367 fast/forms/zoomed-controls.html [ Pass ]
-
-# Test marked in TestExpectations as failing on non-retina displays, passing on EFL port
-webkit.org/b/129113 fast/multicol/newmulticol/clipping.html [ Pass ]
-
-webkit.org/b/129050 fast/sub-pixel/compositing-layers-on-subpixel-position.html [ Pass ]
-
-# This tests are passing on EFL but they do not in the Apple ports
-transitions/svg-text-shadow-transition.html [ Pass ]
-
</del><span class="cx"> # Need to check why these tests are passed on EFL port.
</span><ins>+css3/conditional/w3c/at-supports-014.html [ Pass ]
</ins><span class="cx"> css3/flexbox/csswg/css-box-justify-content.html [ Pass ]
</span><span class="cx"> css3/flexbox/csswg/css-flexbox-img-expand-evenly.html [ Pass ]
</span><del>-css3/flexbox/csswg/css-flexbox-row.html [ Pass ]
-css3/flexbox/csswg/css-flexbox-test1.html [ Pass ]
</del><span class="cx"> css3/flexbox/csswg/flex-align-items-center.html [ Pass ]
</span><span class="cx"> css3/flexbox/csswg/flex-flexitem-percentage-prescation.html [ Pass ]
</span><span class="cx"> css3/flexbox/csswg/flex-items-flexibility.html [ Pass ]
</span><span class="cx"> css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse.html [ Pass ]
</span><span class="cx"> css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse.html [ Pass ]
</span><del>-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 ]
</del><span class="cx"> css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html [ Pass ]
</span><span class="cx"> css3/flexbox/csswg/flexbox_generated-container.html [ Pass ]
</span><span class="cx"> css3/flexbox/csswg/flexbox_justifycontent-center-overflow.html [ Pass ]
</span><span class="lines">@@ -1135,7 +841,6 @@
</span><span class="cx"> css3/flexbox/csswg/flexbox_stf-table-singleline.html [ Pass ]
</span><span class="cx"> css3/flexbox/csswg/flexbox_visibility-collapse-line-wrapping.html [ Pass ]
</span><span class="cx"> css3/flexbox/csswg/flexbox_visibility-collapse.html [ Pass ]
</span><del>-css3/flexbox/csswg/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom.html [ Pass ]
</del><span class="cx"> css3/flexbox/csswg/order/order-with-column-reverse.html [ Pass ]
</span><span class="cx"> css3/flexbox/csswg/ttwf-reftest-flex-direction-row-reverse.html [ Pass ]
</span><span class="cx"> css3/flexbox/csswg/ttwf-reftest-flex-inline.html [ Pass ]
</span><span class="lines">@@ -1142,32 +847,82 @@
</span><span class="cx"> css3/flexbox/csswg/ttwf-reftest-flex-order.html [ Pass ]
</span><span class="cx"> css3/flexbox/csswg/ttwf-reftest-flex-wrap-reverse.html [ Pass ]
</span><span class="cx"> css3/flexbox/csswg/ttwf-reftest-flex-wrap.html [ Pass ]
</span><del>-css3/flexbox/flexbox-baseline-margins.html [ Pass ]
-css3/flexbox/image-percent-max-height.html [ Pass ]
</del><span class="cx"> css3/shapes/shape-outside/shape-image/shape-image-010.html [ Pass ]
</span><span class="cx"> css3/shapes/shape-outside/shape-image/shape-image-024.html [ Pass ]
</span><del>-
-# EFL port shows these tests are passed though the tests are marked with failure in wk2 TestExpectation.
</del><ins>+editing/selection/extend-by-character-007.html [ Pass ]
+fast/borders/border-painting-dashed.html [ Pass ]
+fast/borders/border-painting-dotted.html [ Pass ]
+fast/borders/border-painting-double.html [ Pass ]
+fast/css-intrinsic-dimensions/height-css-tables.html [ Pass ]
+fast/css-intrinsic-dimensions/height-tables.html [ Pass ]
+fast/css/vertical-align-baseline-rowspan-010.html [ Pass ]
+fast/multicol/multicol-with-child-renderLayer-for-input.html [ Pass ]
+fast/scrolling/rtl-scrollbars-alternate-body-dir-attr-does-not-update-scrollbar-placement-2.html [ Pass ]
+fast/scrolling/rtl-scrollbars-alternate-iframe-body-dir-attr-does-not-update-scrollbar-placement.html [ Pass ]
+fast/scrolling/rtl-scrollbars-elementFromPoint-static.html [ Pass ]
+fast/scrolling/rtl-scrollbars-iframe-offset.html [ Pass ]
+fast/scrolling/rtl-scrollbars-iframe-scrolled.html [ Pass ]
+fast/scrolling/rtl-scrollbars-listbox-scroll.html [ Pass ]
+fast/scrolling/rtl-scrollbars-listbox-select-left.html [ Pass ]
+fast/scrolling/rtl-scrollbars-listbox-select-right.html [ Pass ]
+fast/scrolling/rtl-scrollbars-listbox-simple.html [ Pass ]
+fast/scrolling/rtl-scrollbars-listbox.html [ Pass ]
+fast/scrolling/rtl-scrollbars-overflow-contents.html [ Pass ]
+fast/scrolling/rtl-scrollbars-overflow-dir-rtl.html [ Pass ]
+fast/scrolling/rtl-scrollbars-overflow-elementFromPoint.html [ Pass ]
+fast/scrolling/rtl-scrollbars-overflow-padding.html [ Pass ]
+fast/scrolling/rtl-scrollbars-overflow-position-absolute.html [ Pass ]
+fast/scrolling/rtl-scrollbars-overflow-simple.html [ Pass ]
+fast/scrolling/rtl-scrollbars-overflow-text-selection-scrolled.html [ Pass ]
+fast/scrolling/rtl-scrollbars-overflow.html [ Pass ]
+fast/scrolling/rtl-scrollbars-position-absolute.html [ Pass ]
+fast/scrolling/rtl-scrollbars-position-fixed.html [ Pass ]
+fast/scrolling/rtl-scrollbars-positioned-intersect-scrollbars.html [ Pass ]
+fast/scrolling/rtl-scrollbars-positioning.html [ Pass ]
+fast/scrolling/rtl-scrollbars-simple.html [ Pass ]
+fast/scrolling/rtl-scrollbars-text-selection-scrolled.html [ Pass ]
+fast/scrolling/rtl-scrollbars-text-selection.html [ Pass ]
+fast/scrolling/rtl-scrollbars.html [ Pass ]
+fast/sub-pixel/input-caret-on-subpixel-bound.html [ Pass ]
+fast/table/border-collapsing/collapsed-borders-adjoining-sections.html [ Pass ]
+fast/text/emoji-gender-2-3.html [ Pass ]
+fast/text/emoji-gender-2-4.html [ Pass ]
+fast/text/emoji-gender-2-5.html [ Pass ]
+fast/text/emoji-gender-2-6.html [ Pass ]
+fast/text/emoji-gender-2-7.html [ Pass ]
+fast/text/emoji-gender-2-8.html [ Pass ]
+fast/text/emoji-gender-2-9.html [ Pass ]
+fast/text/emoji-gender-3.html [ Pass ]
+fast/text/emoji-gender-4.html [ Pass ]
+fast/text/emoji-gender-5.html [ Pass ]
+fast/text/emoji-gender-6.html [ Pass ]
+fast/text/emoji-gender-8.html [ Pass ]
+fast/text/emoji-gender-9.html [ Pass ]
+fast/text/emoji-gender-fe0f-3.html [ Pass ]
+fast/text/emoji-gender-fe0f-4.html [ Pass ]
+fast/text/emoji-gender-fe0f-5.html [ Pass ]
+fast/text/emoji-gender-fe0f-6.html [ Pass ]
+fast/text/emoji-gender-fe0f-7.html [ Pass ]
+fast/text/emoji-gender-fe0f-8.html [ Pass ]
+fast/text/emoji-gender-fe0f-9.html [ Pass ]
+fast/text/emoji-gender.html [ Pass ]
+fast/text/hyphen-min-preferred-width.html [ Pass ]
+http/tests/security/contentSecurityPolicy/embed-redirect-blocked3.html [ Pass ]
+http/tests/security/contentSecurityPolicy/object-redirect-blocked3.html [ Pass ]
+http/tests/security/contentSecurityPolicy/video-with-https-url-allowed-by-csp-media-src-star.html [ Pass ]
+imported/blink/fast/multicol/outlines-at-column-boundaries.html [ Pass ]
+imported/blink/http/tests/security/shape-image-cors-disallow-origin.html [ Pass ]
+imported/blink/http/tests/security/shape-image-cors-port.html [ Pass ]
</ins><span class="cx"> imported/mozilla/svg/as-image/background-image-rect-1png.html [ Pass ]
</span><span class="cx"> imported/mozilla/svg/as-image/background-image-rect-2.html [ Pass ]
</span><span class="cx"> imported/mozilla/svg/as-image/border-image-simple-1.html [ Pass ]
</span><span class="cx"> imported/mozilla/svg/as-image/img-content-outside-viewBox-1.html [ Pass ]
</span><del>-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 ]
</del><span class="cx"> imported/mozilla/svg/blend-color.svg [ Pass ]
</span><del>-imported/mozilla/svg/blend-darken.svg [ Pass ]
</del><span class="cx"> imported/mozilla/svg/blend-difference-stacking.html [ Pass ]
</span><del>-imported/mozilla/svg/blend-difference.svg [ Pass ]
-imported/mozilla/svg/blend-exclusion.svg [ Pass ]
</del><span class="cx"> imported/mozilla/svg/blend-hard-light.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/blend-hue.svg [ Pass ]
</span><del>-imported/mozilla/svg/blend-lighten.svg [ Pass ]
</del><span class="cx"> imported/mozilla/svg/blend-luminosity.svg [ Pass ]
</span><del>-imported/mozilla/svg/blend-multiply.svg [ Pass ]
-imported/mozilla/svg/blend-overlay.svg [ Pass ]
</del><span class="cx"> imported/mozilla/svg/blend-saturation.svg [ Pass ]
</span><del>-imported/mozilla/svg/blend-screen.svg [ Pass ]
</del><span class="cx"> imported/mozilla/svg/clip-02a.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/clip-02b.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/conditions-07.svg [ Pass ]
</span><span class="lines">@@ -1176,7 +931,6 @@
</span><span class="cx"> imported/mozilla/svg/dynamic-conditions-03.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/dynamic-marker-01.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/dynamic-pattern-01.svg [ Pass ]
</span><del>-imported/mozilla/svg/dynamic-small-object-scaled-up-01.svg [ Pass ]
</del><span class="cx"> imported/mozilla/svg/dynamic-switch-01.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/dynamic-textPath-01.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/dynamic-textPath-02.svg [ Pass ]
</span><span class="lines">@@ -1198,12 +952,14 @@
</span><span class="cx"> imported/mozilla/svg/filters/filter-marked-line-09.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/filters/svg-filter-chains/clip-input.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/filters/svg-filter-chains/clip-output.svg [ Pass ]
</span><ins>+imported/mozilla/svg/image/image-filter-01.svg [ Pass ]
</ins><span class="cx"> imported/mozilla/svg/linearGradient-basic-03.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/pathLength-01.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/smil/transform/rotate-angle-4.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/smil/transform/rotate-angle-5.svg [ Pass ]
</span><del>-imported/mozilla/svg/svg-integration/dynamic-conditions-outer-svg-02.xhtml
-imported/mozilla/svg/svg-integration/dynamic-conditions-outer-svg-03.xhtml
</del><ins>+imported/mozilla/svg/text-layout-01.svg [ Pass ]
+imported/mozilla/svg/text-layout-05.svg [ Pass ]
+imported/mozilla/svg/text-white-space-01.svg [ Pass ]
</ins><span class="cx"> imported/mozilla/svg/text/dynamic-multiple-x.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/text/dynamic-non-scaling-stroke.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/text/ignore-text-align-2.svg [ Pass ]
</span><span class="lines">@@ -1239,1366 +995,940 @@
</span><span class="cx"> imported/mozilla/svg/text/simple-multiple-dx-bidi.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/text/simple-multiple-dx-rtl.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/text/textLength-5.svg [ Pass ]
</span><del>-imported/mozilla/svg/text/textLength-6.svg [ Pass ]
</del><span class="cx"> imported/mozilla/svg/text/textpath-multiline-2.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/text/textpath-multiline.svg [ Pass ]
</span><del>-imported/w3c/css/css-color-3/t422-rgba-onscreen-b.xht [ Pass ]
-imported/w3c/css/css-color-3/t422-rgba-onscreen-multiple-boxes-c.xht [ Pass ]
-imported/w3c/css/css-color-3/t425-hsla-onscreen-multiple-boxes-c.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-basic-001.html [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-basic-002.html [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-basic-003.html [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-basic-004.html [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-br-inside-avoidcolumn-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-break-000.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-break-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-count-computed-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-count-computed-002.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-count-large-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-count-large-002.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-fill-auto-block-children-002.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-fill-auto.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-inherit-003.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-inherit-004.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-nested-column-rule-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-nested-margin-002.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-nested-margin-003.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-nested-margin-004.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-nested-margin-005.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-rule-002.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-rule-004.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-rule-fraction-003.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-rule-inset-000.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-rule-outset-000.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-rule-px-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-rule-stacking-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-rule-style-inset-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-rule-style-outset-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-shorthand-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-span-all-block-sibling-003.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-span-all-child-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-span-all-child-002.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-span-all-margin-002.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-span-all-margin-bottom-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-002.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-003.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-firstchild-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-table-cell-vertical-align-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-width-ems-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-width-small-001.xht [ Pass ]
-imported/w3c/css/css-multicol-1/multicol-zero-height-001.xht [ Pass ]
-#imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-pre-N-between-Rs.html [ Pass ]
-#imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-N-between-Rs.html [ Pass ]
-#imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html [ Pass ]
-#imported/w3c/web-platform-tests/html/dom/elements/global-attributes/style-01.html [ Pass ]
-#imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-01.html [ Pass ]
-#imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-02.html [ Pass ]
-#imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_initially_paused.html [ Pass ]
-#imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol.html [ Pass ]
-#imported/w3c/web-platform-tests/IndexedDB/idbcursor_iterating.htm [ Pass ]
-#imported/w3c/web-platform-tests/IndexedDB/idbindex-multientry-big.htm [ Pass ]
-#imported/w3c/web-platform-tests/html/browsers/browsing-the-web/unloading-documents/001.html [ Pass ]
-#imported/w3c/web-platform-tests/html/browsers/browsing-the-web/unloading-documents/002.html [ Pass ]
-#imported/w3c/web-platform-tests/html/browsers/browsing-the-web/unloading-documents/003.html [ Pass ]
-#imported/w3c/web-platform-tests/html/browsers/browsing-the-web/unloading-documents/005.html [ Pass ]
-css3/conditional/w3c/at-supports-010.html [ Pass ]
-css3/conditional/w3c/at-supports-014.html [ Pass ]
-fast/borders/border-painting-dashed.html [ Pass ]
-fast/borders/border-painting-dotted.html [ Pass ]
-fast/borders/border-painting-double.html [ Pass ]
-fast/table/border-collapsing/collapsed-borders-adjoining-sections.html [ Pass ]
</del><ins>+imported/w3c/canvas/2d.line.cap.round.html [ Pass ]
+imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-pre-N-between-Rs.html [ Pass ]
+imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-N-between-Rs.html [ Pass ]
+imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html [ Pass ]
+imported/w3c/web-platform-tests/html/dom/elements/global-attributes/style-01.html [ Pass ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_initially_paused.html [ Pass ]
+transitions/svg-text-shadow-transition.html [ Pass ]
</ins><span class="cx"> 
</span><del>-# css variables tests are passed since r191128. However these passes aren't verified yet.
-webkit.org/b/150183 fast/css/variables/test-suite/failures/024.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/025.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/026.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/028.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/030.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/054.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/055.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/056.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/058.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/071.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/081.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/082.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/085.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/086.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/087.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/091.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/103.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/111.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/115.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/126.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/152.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/159.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/161.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/163.html [ Pass ]
-webkit.org/b/150183 fast/css/variables/test-suite/failures/169.html [ Pass ]
</del><span class="cx"> 
</span><del>-# SHADOW DOM is not enabled though, these tests are reported to PASS.
-imported/w3c/csswg-test/css-scoping-1/css-scoping-shadow-assigned-node-with-before-after.html [ Pass ]
-imported/w3c/csswg-test/css-scoping-1/css-scoping-shadow-assigned-node-with-rules.html [ Pass ]
-imported/w3c/csswg-test/css-scoping-1/css-scoping-shadow-host-functional-rule.html [ Pass ]
-imported/w3c/csswg-test/css-scoping-1/css-scoping-shadow-host-rule.html [ Pass ]
-imported/w3c/csswg-test/css-scoping-1/css-scoping-shadow-host-with-before-after.html [ Pass ]
-imported/w3c/csswg-test/css-scoping-1/css-scoping-shadow-invisible-slot.html [ Pass ]
-imported/w3c/csswg-test/css-scoping-1/css-scoping-shadow-root-hides-children.html [ Pass ]
-imported/w3c/csswg-test/css-scoping-1/css-scoping-shadow-slot-display-override.html [ Pass ]
-imported/w3c/csswg-test/css-scoping-1/css-scoping-shadow-slot-fallback.html [ Pass ]
-imported/w3c/csswg-test/css-scoping-1/css-scoping-shadow-slot.html [ Pass ]
-imported/w3c/csswg-test/css-scoping-1/css-scoping-shadow-slotted-rule.html [ Pass ]
-imported/w3c/csswg-test/css-scoping-1/css-scoping-shadow-with-outside-rules.html [ Pass ]
-imported/w3c/csswg-test/css-scoping-1/css-scoping-shadow-with-rules-no-style-leak.html [ Pass ]
-imported/w3c/csswg-test/css-scoping-1/css-scoping-shadow-with-rules.html [ Pass ]
-
-webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-20-t.svg [ Pass ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/interact-events-01-b.svg [ Pass ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-01-t.svg [ Pass ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-10-t.svg [ Pass ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/paths-data-14-t.svg [ Pass ]
-
-# RTL Scrollbars are only implemented on certain versions of OS X though, EFL port spits pass on layout test.
-fast/scrolling/rtl-scrollbars-animation-property.html
-fast/scrolling/rtl-scrollbars-iframe-offset.html
-fast/scrolling/rtl-scrollbars-iframe-scrolled.html
-fast/scrolling/rtl-scrollbars-overflow-contents.html
-fast/scrolling/rtl-scrollbars-overflow-dir-rtl.html
-fast/scrolling/rtl-scrollbars-overflow-padding.html
-fast/scrolling/rtl-scrollbars-overflow-position-absolute.html
-fast/scrolling/rtl-scrollbars-overflow-text-selection-scrolled.html
-fast/scrolling/rtl-scrollbars-overflow.html
-fast/scrolling/rtl-scrollbars-position-absolute.html
-fast/scrolling/rtl-scrollbars-position-fixed.html
-fast/scrolling/rtl-scrollbars-positioning.html
-fast/scrolling/rtl-scrollbars-text-selection-scrolled.html
-fast/scrolling/rtl-scrollbars-text-selection.html
-fast/scrolling/rtl-scrollbars.html
-
-webkit.org/b/148695 fast/shadow-dom [ Pass ]
-
-Bug(EFL) fast/scrolling/rtl-scrollbars-alternate-body-dir-attr-does-not-update-scrollbar-placement-2.html [ Pass ]
-Bug(EFL) fast/scrolling/rtl-scrollbars-alternate-iframe-body-dir-attr-does-not-update-scrollbar-placement.html [ Pass ]
-Bug(EFL) fast/scrolling/rtl-scrollbars-elementFromPoint-static.html [ Pass ]
-Bug(EFL) fast/scrolling/rtl-scrollbars-listbox-scroll.html [ Pass ]
-Bug(EFL) fast/scrolling/rtl-scrollbars-listbox-select-left.html [ Pass ]
-Bug(EFL) fast/scrolling/rtl-scrollbars-listbox-select-right.html [ Pass ]
-Bug(EFL) fast/scrolling/rtl-scrollbars-listbox.html [ Pass ]
-Bug(EFL) fast/scrolling/rtl-scrollbars-overflow-elementFromPoint.html [ Pass ]
-Bug(EFL) fast/scrolling/rtl-scrollbars-positioned-intersect-scrollbars.html [ Pass ]
-
</del><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # FAILING TESTS
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><del>-# Needs inner spin button to respect -webkit-inner-spin-button style
-webkit.org/b/87619 fast/forms/number/number-size.html [ Failure ]
</del><ins>+webkit.org/b/155936 accessibility/aria-current.html [ Failure ]
+webkit.org/b/155936 accessibility/aria-hidden-updates-alldescendants.html [ Failure ]
+webkit.org/b/155936 accessibility/aria-readonly.html [ Failure ]
+webkit.org/b/155936 accessibility/aria-roledescription.html [ Failure ]
+webkit.org/b/155936 accessibility/aria-table-attributes.html [ Failure ]
+webkit.org/b/155936 accessibility/attachment-element.html [ Failure ]
+webkit.org/b/155936 accessibility/auto-fill-types.html [ Failure ]
+webkit.org/b/155936 accessibility/canvas-fallback-content-2.html [ Failure ]
+webkit.org/b/155936 accessibility/children-changed-sends-notification.html [ Failure ]
+webkit.org/b/155936 accessibility/container-node-delete-causes-crash.html [ Failure ]
+webkit.org/b/155936 accessibility/disabled-controls-not-focusable.html [ Failure ]
+webkit.org/b/155936 accessibility/frame-disconnect-textmarker-cache-crash.html [ Failure ]
+webkit.org/b/155936 accessibility/help-text.html [ Failure ]
+webkit.org/b/155936 accessibility/hidden-th-still-column-header.html [ Failure ]
+webkit.org/b/155936 accessibility/inline-block-assertion.html [ Failure ]
+webkit.org/b/155936 accessibility/inline-continuations.html [ Failure ]
+webkit.org/b/155936 accessibility/legend-children-are-visible.html [ Failure ]
+webkit.org/b/155936 accessibility/list-detection.html [ Failure ]
+webkit.org/b/155936 accessibility/media-element.html [ Failure ]
+webkit.org/b/155936 accessibility/media-emits-object-replacement.html [ Failure ]
+webkit.org/b/155936 accessibility/meter-element.html [ Failure ]
+webkit.org/b/155936 accessibility/onclick-handlers.html [ Failure ]
+webkit.org/b/155936 accessibility/parent-delete.html [ Failure ]
+webkit.org/b/155936 accessibility/plugin.html [ Failure ]
+webkit.org/b/155936 accessibility/press-targets-center-point.html [ Failure ]
+webkit.org/b/155936 accessibility/radio-button-group-members.html [ Failure ]
+webkit.org/b/155936 accessibility/roles-computedRoleString.html [ Failure ]
+webkit.org/b/155936 accessibility/roles-exposed.html [ Failure ]
+webkit.org/b/155936 accessibility/scroll-to-global-point-iframe-nested.html [ Failure ]
+webkit.org/b/155936 accessibility/scroll-to-global-point-iframe.html [ Failure ]
+webkit.org/b/155936 accessibility/scroll-to-global-point-main-window.html [ Failure ]
+webkit.org/b/155936 accessibility/scroll-to-global-point-nested.html [ Failure ]
+webkit.org/b/155936 accessibility/scroll-to-make-visible-div-overflow.html [ Failure ]
+webkit.org/b/155936 accessibility/scroll-to-make-visible-iframe.html [ Failure ]
+webkit.org/b/155936 accessibility/scroll-to-make-visible-nested-2.html [ Failure ]
+webkit.org/b/155936 accessibility/scroll-to-make-visible-nested.html [ Failure ]
+webkit.org/b/155936 accessibility/scroll-to-make-visible-with-subfocus.html [ Failure ]
+webkit.org/b/155936 accessibility/selected-text-range-aria-elements.html [ Failure ]
+webkit.org/b/155936 accessibility/set-selected-text-range-contenteditable.html [ Failure ]
+webkit.org/b/155936 accessibility/svg-bounds.html [ Failure ]
+webkit.org/b/155936 accessibility/svg-element-press.html [ Failure ]
+webkit.org/b/155936 accessibility/svg-group-element-with-title.html [ Failure ]
+webkit.org/b/155936 accessibility/svg-labelledby.html [ Failure ]
+webkit.org/b/155936 accessibility/svg-remote-element.html [ Failure ]
+webkit.org/b/155936 accessibility/text-marker/text-marker-previous-next.html [ Failure ]
+webkit.org/b/155936 accessibility/text-marker/text-marker-range-stale-node-crash.html [ Failure ]
+webkit.org/b/155936 accessibility/text-marker/text-marker-range-with-removed-node-crash.html [ Failure ]
+webkit.org/b/155936 accessibility/text-marker/text-marker-with-user-select-none.html [ Failure ]
+webkit.org/b/155936 accessibility/textarea-insertion-point-line-number.html [ Failure ]
+webkit.org/b/155936 accessibility/th-as-title-ui.html [ Failure ]
+webkit.org/b/155936 accessibility/transformed-element.html [ Failure ]
+webkit.org/b/155936 accessibility/visible-elements.html [ Failure ]
+webkit.org/b/155936 accessibility/w3c-svg-content-language-attribute.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Needs to have PNG generated, which currently fails for this case.
-webkit.org/b/83274 fast/repaint/transform-rotate-and-remove.html [ Pass ]
</del><ins>+Bug(EFL) animations/animation-multiple-callbacks-timestamp.html [ Failure ]
+Bug(EFL) animations/cross-fade-border-image-source.html [ Failure ]
+Bug(EFL) animations/cross-fade-list-style-image.html [ Failure ]
+Bug(EFL) animations/cross-fade-webkit-mask-box-image.html [ Failure ]
+Bug(EFL) animations/negative-delay.html [ Failure ]
+Bug(EFL) animations/trigger-computed-style.html [ Failure ]
+Bug(EFL) animations/trigger-container-scroll-boundaries.html [ Failure ]
+Bug(EFL) animations/trigger-container-scroll-empty.html [ Failure ]
+Bug(EFL) animations/trigger-container-scroll-simple.html [ Failure ]
+Bug(EFL) animations/trigger-parsing.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# EFL's EventSender does not implement continuousMouseScrollBy yet
-Bug(EFL) fast/events/continuous-platform-wheelevent-in-scrolling-div.html [ Failure ]
-Bug(EFL) fast/events/wheelevent-direction-inverted-from-device.html [ Failure ]
-Bug(EFL) fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html [ Failure ]
-Bug(EFL) fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html [ Failure ]
</del><ins>+# Tests that fail across all platforms. Even though some platforms don't skip these tests,
+# there are platform-specific results generated that make these tests 'pass' (via GTK+).
+canvas/philip/tests/2d.composite.operation.clear.html [ Failure ]
+canvas/philip/tests/2d.composite.operation.darker.html [ Failure ]
+canvas/philip/tests/2d.drawImage.animated.poster.html [ Failure ]
+canvas/philip/tests/2d.drawImage.broken.html [ Failure ]
+canvas/philip/tests/2d.drawImage.outsidesource.html [ Failure ]
+canvas/philip/tests/2d.missingargs.html [ Failure ]
+canvas/philip/tests/2d.text.draw.baseline.bottom.html [ Failure ]
+canvas/philip/tests/2d.text.draw.baseline.hanging.html [ Failure ]
+canvas/philip/tests/2d.text.draw.baseline.ideographic.html [ Failure ]
+canvas/philip/tests/2d.text.draw.baseline.middle.html [ Failure ]
+canvas/philip/tests/2d.text.draw.baseline.top.html [ Failure ]
+canvas/philip/tests/2d.text.draw.space.collapse.end.html [ Failure ]
+canvas/philip/tests/2d.text.draw.space.collapse.other.html [ Failure ]
+canvas/philip/tests/2d.text.draw.space.collapse.space.html [ Failure ]
+canvas/philip/tests/2d.text.draw.space.collapse.start.html [ Failure ]
+canvas/philip/tests/2d.text.measure.width.space.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# EFL's EventSender does not implement gesture-related callbacks
-Bug(EFL) fast/events/touch/gesture
-Bug(EFL) fast/events/touch/page-scaled-touch-gesture-click.html
-
-# EFL port needs Pasteboard implementation.
-webkit.org/b/84338 editing/deleting/paste-with-transparent-background-color.html [ Failure ]
-webkit.org/b/84338 editing/input/paste-text-ending-with-interchange-newline.html [ Failure ]
-webkit.org/b/84338 editing/input/reveal-contenteditable-on-paste-vertically.html [ Failure ]
-webkit.org/b/84338 editing/inserting/insert-3786362-fix.html [ Failure ]
-webkit.org/b/84338 editing/inserting/insert-3907422-fix.html [ Failure ]
-webkit.org/b/84338 editing/inserting/insert-paste-bidi-control.html [ Failure ]
-webkit.org/b/84338 editing/spelling/spellcheck-async-mutation.html [ Skip ]
-webkit.org/b/84338 editing/spelling/spellcheck-queue.html [ Skip ]
-webkit.org/b/84338 editing/spelling/spellcheck-paste-continuous-disabled.html [ Failure ]
-webkit.org/b/84338 editing/spelling/spellcheck-paste-disabled.html [ Failure ]
-webkit.org/b/84338 editing/spelling/spellcheck-paste.html [ Skip ]
-webkit.org/b/84338 editing/style/apply-through-end-of-document.html [ Failure ]
-webkit.org/b/84338 editing/style/non-inheritable-styles.html [ Failure ]
-webkit.org/b/84338 editing/style/smoosh-styles-003.html [ Failure ]
-webkit.org/b/84338 fast/events/clipboard-dataTransferItemList.html [ Timeout ]
-webkit.org/b/84338 fast/forms/input-paste-undo.html [ Failure ]
-webkit.org/b/84338 fast/forms/textarea-paste-newline.html [ Failure ]
-
-# EFL has not fully implemented about some SVG attributes
-Bug(EFL) svg/custom
-Bug(EFL) svg/zoom/page/zoom-zoom-coords.xhtml
-
-webkit.org/b/98644 svg/W3C-SVG-1.1/pservers-grad-13-b.svg [ Skip ]
-
-webkit.org/b/98653 svg/text/lengthAdjust-text-metrics.html [ Failure ]
-
-webkit.org/b/98718 svg/animations/animate-css-xml-attributeType.html [ Failure Pass ]
-
-# EFL's TestRunner does not implement enableAutoResizeMode
-Bug(EFL) fast/autoresize
-
-# EFL's TestRunner does not implement setScrollbarPolicy
-Bug(EFL) fast/overflow/scrollbar-restored-and-then-locked.html [ Failure ]
-
-# The EFL port has no support for loading a PDF as an image
-Bug(EFL) fast/images/pdf-as-background.html
-Bug(EFL) fast/images/pdf-as-image-landscape.html
-Bug(EFL) fast/images/pdf-as-image.html
-Bug(EFL) fast/images/pdf-as-tiled-background.html
-Bug(EFL) fast/replaced/pdf-as-image.html
-
-# Quota API is not supported.
-webkit.org/b/106507 storage/storageinfo-missing-arguments.html
-webkit.org/b/106507 storage/storageinfo-no-callbacks.html
-webkit.org/b/106507 storage/storageinfo-query-usage.html
-webkit.org/b/106507 storage/storageinfo-request-quota.html
-webkit.org/b/106507 storage/storagequota-query-usage.html
-webkit.org/b/106507 storage/storagequota-request-quota.html
-webkit.org/b/106507 fast/workers/worker-storagequota-query-usage.html
-
-# JSC does not support setIsolatedWorldSecurityOrigin.
-webkit.org/b/61540 http/tests/security/isolatedWorld/cross-origin-xhr.html [ Timeout ]
-
-#__worldID is undefined in isolated world
-Bug(EFL) http/tests/security/isolatedWorld/didClearWindowObject.html
-
-# EFL has accelerated compositing disabled
-webkit.org/b/79766 compositing/backing/replaced-child-no-backing.html [ Failure ]
-webkit.org/b/79766 compositing/geometry/fixed-position-composited-switch.html [ Failure ]
-webkit.org/b/79766 compositing/geometry/layer-due-to-layer-children-deep-switch.html [ Failure ]
-webkit.org/b/79766 compositing/geometry/layer-due-to-layer-children-switch.html [ Failure ]
-webkit.org/b/79766 compositing/geometry/limit-layer-bounds-overflow-root.html [ Failure ]
-webkit.org/b/79766 compositing/geometry/preserve-3d-switching.html [ Failure ]
-webkit.org/b/79766 compositing/iframes/iframe-size-from-zero.html [ Failure ]
-webkit.org/b/79766 compositing/iframes/iframe-size-to-zero.html [ Failure ]
-webkit.org/b/79766 compositing/iframes/iframe-src-change.html [ Failure ]
-webkit.org/b/79766 compositing/layer-creation/spanOverlapsCanvas.html [ Failure ]
-webkit.org/b/79766 compositing/overflow/overflow-auto-with-touch.html [ Failure ]
-webkit.org/b/79766 compositing/overflow/overflow-auto-with-touch-toggle.html [ Failure ]
-webkit.org/b/79766 compositing/overflow/overflow-overlay-with-touch.html [ Failure ]
-webkit.org/b/79766 compositing/overflow/textarea-scroll-touch.html [ Failure ]
-webkit.org/b/79766 compositing/plugins/no-backing-store.html [ Failure ]
-webkit.org/b/79766 compositing/plugins/small-to-large-composited-plugin.html [ Failure ]
-webkit.org/b/79766 compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html [ Failure ]
-webkit.org/b/79766 compositing/rtl/rtl-iframe-absolute-overflow.html [ Failure ]
-webkit.org/b/79766 compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html [ Failure ]
-webkit.org/b/79766 compositing/rtl/rtl-iframe-fixed-overflow.html [ Failure ]
-webkit.org/b/79766 compositing/tiling/huge-layer-resize.html [ Failure ]
-webkit.org/b/79766 compositing/tiling/huge-layer.html [ Failure ]
-webkit.org/b/79766 compositing/tiling/tile-cache-zoomed.html [ Failure ]
-webkit.org/b/79766 compositing/video/video-poster.html [ Failure ]
-
-# LAYER_TREE_INCLUDES_VISIBLE_RECTS option to layerTreeAsText is only applicable to Mac.
-compositing/visible-rect [ Skip ]
-
-# EFL's LayoutTestController does not implement displayInvalidatedRegion
-webkit.org/b/86727 compositing/plugins/invalidate_rect.html [ Failure ]
-
-# Requires WebP support.
-Bug(EFL) fast/canvas/canvas-toDataURL-webp.html [ Skip ]
-# Requires WebP 0.2 support.
-Bug(EFL) fast/images/webp-image-decoding.html [ Skip ]
-# Requires WebP 0.3 and color profile support.
-Bug(EFL) fast/images/webp-color-profile-lossless.html [ Skip ]
-Bug(EFL) fast/images/webp-color-profile-lossy-alpha.html [ Skip ]
-Bug(EFL) fast/images/webp-color-profile-lossy.html [ Skip ]
-
-# Too many tests are failure, timeout, and crash. So it would be good to
-# skip these tests until we find solution to fix.
-webkit.org/b/161839 imported/w3c/web-platform-tests [ Skip ]
-
-# Skip imported/w3c/web-platform-tests for a while.
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/URL-createObjectURL-null.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/URL-createObjectURL-revoke.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/interfaces.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-activesourcebuffers.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-addsourcebuffer.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-append-buffer.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-appendbuffer-quota-exceeded.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-appendwindow.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-buffered.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-a-bitrate.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-av-audio-bitrate.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-av-framesize.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-av-video-bitrate.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-v-bitrate.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-v-framerate.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-v-framesize.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-a-bitrate.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-av-audio-bitrate.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-av-framesize.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-av-video-bitrate.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-bitrate.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-framerate.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-framesize.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-detach.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-duration-boundaryconditions.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-duration.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-endofstream.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-errors.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-getvideoplaybackquality.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-is-type-supported.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-liveseekable.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-play-then-seek-back.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-play.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-preload.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-redundant-seek.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-remove.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-removesourcebuffer.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-seek-beyond-duration.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-seek-during-pending-seek.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-seekable.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-sequencemode-append-buffer.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-sourcebuffer-mode.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-sourcebuffer-trackdefaults.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-timestamp-offset.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-trackdefault.html [ Failure ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-trackdefaultlist.html [ Failure ]
-
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbcursor_advance_index9.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbdatabase_createObjectStore8-parameters.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbdatabase_transaction5.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbfactory_cmp2.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbfactory_open3.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbkeyrange.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_createIndex2.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_delete2.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_delete4.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_delete6.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_deleted.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_get3.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/overridemimetype-loading-state.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/send-content-type-charset.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/send-response-upload-event-progress.htm [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/dom/collections/domstringmap-supported-property-names.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_css.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/dom/nodes/Element-childElementCount-dynamic-add.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/dom/nodes/Element-classlist.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/basic/mode-same-origin.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/basic/scheme-blob.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/policies/referrer-no-referrer.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/onexit.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/fallback.basic.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.colour.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.junk.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.reflect.setcontent.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.octal.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.plus.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/streams/readable-streams/garbage-collection.https.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/streams/readable-streams/readable-stream-reader.https.html [ Skip ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbcursor_delete_index5.htm [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbdatabase_close2.htm [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_index.htm [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/open-method-case-sensitive.htm [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/dom/events/Event-constructors.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hostname.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/reload_document_open_write.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/browsers/windows/nested-browsing-contexts/window-top-001.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_srcdoc.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/context.emptystring.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.space.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toBlob.jpeg.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.zeroheight.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/forms/the-textarea-element/cloning-steps.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/node-document-changes.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/syntax/parsing/html5lib_main-element.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/syntax/parsing/html5lib_tests26.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/html/syntax/parsing/template/additions-to-the-in-frameset-insertion-mode/end-tag-frameset.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/shadow-dom/Element-interface-attachShadow.html [ Timeout ]
-#webkit.org/b/161839 imported/w3c/web-platform-tests/url/historical.html [ Timeout ]
-
-# Requires POINTER_LOCK support.
-webkit.org/b/88080 pointer-lock [ Skip ]
-webkit.org/b/88080 http/tests/pointer-lock [ Skip ]
-webkit.org/b/88080 fast/shadow-dom/pointerlockelement-in-shadow-tree.html [ Skip ]
-webkit.org/b/88080 fast/shadow-dom/pointerlockelement-in-slot.html [ Skip ]
-
-# Requires support for Web notifications
-webkit.org/b/73544 fast/notifications [ Skip ]
-webkit.org/b/73544 http/tests/notifications [ Skip ]
-webkit.org/b/73544 fast/history/page-cache-notification-non-suspendable.html [ Skip ]
-webkit.org/b/73544 fast/history/page-cache-notification-suspendable.html [ Skip ]
-
-# The test is too slow on Debug bot and randomly fails
-webkit.org/b/61932 [ Debug ] jquery/manipulation.html [ Failure Pass Timeout ]
-
-# Tracking corner not being painted for TextArea.
-webkit.org/b/85484 fast/css/resize-corner-tracking-transformed.html [ Failure ]
-webkit.org/b/85484 fast/css/resize-corner-tracking.html [ Failure ]
-
-webkit.org/b/85466 css3/images/cross-fade-background-size.html [ Failure Crash ]
-
-webkit.org/b/85492 css3/zoom-coords.xhtml [ Failure ]
-
-# Occasionally missing chunks of output
-webkit.org/b/66873 http/tests/loading/redirect-methods.html [ Failure ]
-
-# Issue related to hit testing
-webkit.org/b/86971 svg/hittest/svg-shapes-non-scale-stroke.html [ Failure ]
-
-# Interferes with the rAF tests that are enabled
-webkit.org/b/85689 fast/animation/request-animation-frame-disabled.html [ Skip ]
-
-# DRT doesn't check for isPrinting().
-webkit.org/b/87226 printing/iframe-print.html [ Failure ]
-
-Bug(EFL) [ Debug ] http/tests/incremental/slow-utf8-html.pl [ Pass Slow ]
-
-# LEGACY_VIEWPORT_ADAPTION flag is not enabled on EFL port
-webkit.org/b/88191 fast/viewport/viewport-legacy-handheldfriendly.html [ Failure ]
-webkit.org/b/88191 fast/viewport/viewport-legacy-mobileoptimized-2.html [ Failure ]
-webkit.org/b/88191 fast/viewport/viewport-legacy-mobileoptimized-3.html [ Failure ]
-webkit.org/b/88191 fast/viewport/viewport-legacy-mobileoptimized.html [ Failure ]
-webkit.org/b/88191 fast/viewport/viewport-legacy-ordering-5.html [ Failure ]
-webkit.org/b/88191 fast/viewport/viewport-legacy-ordering-6.html [ Failure ]
-webkit.org/b/88191 fast/viewport/viewport-legacy-xhtmlmp.html [ Failure ]
-webkit.org/b/88191 fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html [ Failure ]
-
-webkit.org/b/82140 fast/dom/Geolocation/page-reload-cancel-permission-requests.html
-
-# EFL's LayoutTestController does not implement setAutomaticLinkDetectionEnabled
-editing/inserting/typing-space-to-trigger-smart-link.html [ Skip ]
-editing/inserting/smart-link-when-caret-is-moved-before-URL.html [ Skip ]
-editing/inserting/smart-quote-with-all-configurations.html [ Skip ]
-
-# ENABLE_INPUT_TYPE_* are not enabled on EFL port.
-webkit.org/b/29359 fast/forms/date [ Skip ]
-webkit.org/b/29359 fast/forms/datetime [ Skip ]
-webkit.org/b/29359 fast/forms/datetimelocal [ Skip ]
-webkit.org/b/29359 fast/forms/month [ Skip ]
-webkit.org/b/29359 fast/forms/time [ Skip ]
-webkit.org/b/29359 fast/forms/week [ Skip ]
-
-# These tests cause flakiness (extra console messages in output)
-webkit.org/b/88729 userscripts/window-onerror-for-isolated-world-1.html
-webkit.org/b/88729 userscripts/window-onerror-for-isolated-world-2.html
-
-# The sort order is incorrect in the output.
-webkit.org/b/30620 fast/xsl/sort-locale.xml [ Failure ]
-
-# Flexbox test failing on EFL.
-webkit.org/b/88984 css3/flexbox/flexitem.html [ Failure ]
-
-# Failing after r121121 on both GTK and EFL
-webkit.org/b/89845 fast/forms/input-set-composition-scroll.html [ Failure ]
-
-# These tests are failing after r122528.
-webkit.org/b/91210 http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object.html [ Failure Pass Crash ]
-webkit.org/b/91210 http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect.html [ Failure ]
-
-# Proximity Events is not supported.
-webkit.org/b/92942 proximity
-webkit.org/b/92942 fast/events/constructors/device-proximity-event-constructor.html
-
-# Tests are outdated: spaces are not supposed to be collapsed anymore
-# according to spec: http://www.w3.org/TR/2dcontext/#drawing-text-to-the-canvas
-webkit.org/b/61799 canvas/philip/tests/2d.text.draw.space.collapse.end.html [ Failure ]
-webkit.org/b/61799 canvas/philip/tests/2d.text.draw.space.collapse.other.html [ Failure ]
-webkit.org/b/61799 canvas/philip/tests/2d.text.draw.space.collapse.space.html [ Failure ]
-webkit.org/b/61799 canvas/philip/tests/2d.text.draw.space.collapse.start.html [ Failure ]
-webkit.org/b/61799 canvas/philip/tests/2d.text.measure.width.space.html [ Failure ]
-
-# Requires CSS_COMPOSITING to be turned on
-webkit.org/b/94024 css3/blending [ Skip ]
-
-# Fails because Blend Mode is not enabled yet.
-webkit.org/b/91908 transitions/blendmode-transitions.html [ Skip ]
-
-# Alt text should be displayed if src attribute is not set, generated expectations are wrong.
-webkit.org/b/94198 fast/dom/HTMLImageElement/image-alt-text.html [ Pass ]
-webkit.org/b/94198 fast/dom/HTMLInputElement/input-image-alt-text.html [ Pass ]
-
-webkit.org/b/84037 fast/text/international/spaces-combined-in-vertical-text.html [ Failure ]
-
-# Failed table/mozilla test, fields are not on the same line
-webkit.org/b/97109 tables/mozilla/bugs/bug99948.html [ Pass ]
-
-# Asserts in MessagePort::contextDestroyed, but the assert usually gets attributed to later tests.
-webkit.org/b/94458 fast/events/message-port-constructor-for-deleted-document.html
-
-# Started failing on JSC ports after r127202.
-webkit.org/b/95530 http/tests/security/inactive-document-with-empty-security-origin.html [ Crash ]
-
-# EFL port does not support plugins yet
-webkit.org/b/96881 http/tests/security/cross-origin-plugin.html [ Failure ]
-webkit.org/b/96881 http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html [ Failure ]
-webkit.org/b/96881 http/tests/security/storage-blocking-strengthened-plugin.html [ Failure ]
-webkit.org/b/96881 http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html [ Failure ]
-webkit.org/b/96881 java [ Skip ]
-
-# EFL does not yet support global selection
-webkit.org/b/88238 editing/pasteboard/paste-global-selection.html [ Skip ]
-
-webkit.org/b/98564 fast/table/colspanMinWidth-vertical.html [ Missing Failure ]
-
-# Occasionally fails if run after right after
-# fast/selectors/unqualified-hover-quirks.html or itself.
-webkit.org/b/10890 fast/selectors/unqualified-hover-strict.html [ Failure Pass ]
-
-# User Timing is not enable yet. so skip it.
-webkit.org/b/84893 http/tests/w3c/webperf/submission/Intel/user-timing [ Skip ]
-
-# Resource Timing is not enable yet, skip it.
-webkit.org/b/61138 http/tests/w3c/webperf/submission/Intel/resource-timing [ Skip ]
-
-# Tests that create an extra graphics layer
-webkit.org/b/102697 compositing/overflow/overflow-auto-with-touch-no-overflow.html [ Failure ]
-webkit.org/b/102697 compositing/overflow/overflow-hidden-with-touch.html [ Failure ]
-webkit.org/b/102697 compositing/overflow/overflow-overlay-with-touch-no-overflow.html [ Failure ]
-webkit.org/b/102697 compositing/overflow/overflow-scroll-with-touch-no-overflow.html [ Failure ]
-webkit.org/b/102697 compositing/overflow/overflow-visible-with-touch.html [ Failure ]
-Bug(EFL) compositing/plugins/1x1-composited-plugin.html [ Failure ]
-Bug(EFL) compositing/plugins/large-to-small-composited-plugin.html [ Failure ]
-
-# Regression from r133898
-Bug(EFL) animations/negative-delay.html [ Failure Pass ]
-Bug(EFL) compositing/bounds-in-flipped-writing-mode.html [ Failure ]
-Bug(EFL) compositing/iframes/leave-compositing-iframe.html [ Failure ]
-Bug(EFL) compositing/visibility/visibility-composited.html [ Failure ]
-Bug(EFL) fast/dynamic/012.html [ Failure ]
-Bug(EFL) fast/dynamic/layer-hit-test-crash.html [ Failure ]
-Bug(EFL) fast/layers/layer-visibility-sublayer.html [ Failure ]
-Bug(EFL) fast/layers/layer-visibility.html [ Failure ]
-Bug(EFL) fast/text/whitespace/019.html [ Failure ]
-Bug(EFL) fast/text/whitespace/023.html [ Failure ]
-Bug(EFL) fast/text/whitespace/028.html [ Failure ]
-Bug(EFL) svg/animations/reinserting-svg-into-document.html [ Failure Pass ]
-Bug(EFL) transitions/negative-delay.html [ Failure Pass ]
-
-#webkit.org/b/100846 inspector/debugger/pause-dedicated-worker.html [ Skip ]
-#webkit.org/b/100846 inspector/debugger/terminate-dedicated-worker-while-paused.html [ Skip ]
-
-# HiDPI tests are failing to render correctly.
-webkit.org/b/102097 fast/hidpi [ Skip ]
-webkit.org/b/102097 svg/as-image/animated-svg-repaints-completely-in-hidpi.html [ Skip ]
-
-webkit.org/b/102190 compositing/overflow/updating-scrolling-content.html [ Failure ]
-
-webkit.org/b/102364 compositing/overflow/scrolling-without-painting.html [ Failure ]
-
-webkit.org/b/102493 fast/events/mouse-cursor.html [ Failure ]
-
-# Fails until we enable the Resource Timing API.
-webkit.org/b/61138 http/tests/w3c/webperf/submission/Google/resource-timing [ Skip ]
-
-# Rendering issues.
-webkit.org/b/133979 svg/wicd/rightsizing-grid.xhtml [ Failure ]
-
-# WebAudio remaining issues
-webkit.org/b/105294 webaudio/codec-tests/aac/vbr-128kbps-44khz.html [ Failure ]
-webkit.org/b/105294 webaudio/codec-tests/mp3/128kbps-44khz.html [ Missing Failure ]
-webkit.org/b/105294 webaudio/codec-tests/vorbis/vbr-128kbps-44khz.html [ Failure ]
-webkit.org/b/105294 webaudio/codec-tests/vorbis/vbr-96kbps-44khz.html [ Failure ]
-webkit.org/b/105294 webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html [ Failure ]
-
-# Enable when support drag-and-drop autoscrolling
-webkit.org/b/39725 fast/events/drag-and-drop-autoscroll.html [ Skip ]
-
-# Leaking state into the next test.
-webkit.org/b/85522 http/tests/security/sandboxed-iframe-form-top.html [ Skip ]
-
-# Fail to generate proper pixel results - let's wait with rebaselining.
-webkit.org/b/106992 scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html [ Failure Pass ]
-webkit.org/b/106992 scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html [ Failure Pass ]
-webkit.org/b/106992 http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm [ Failure ]
-
-# New test, needs platform results
-webkit.org/b/106221 svg/filters/filter-hidden-content.svg [ Failure Pass ]
-
-# empty position:fixed element gets a layer. Should not happen after r141039
-webkit.org/b/108339 compositing/layer-creation/fixed-position-no-content.html [ Failure ]
-
-webkit.org/b/67921 [ Release ] perf/show-hide-table-rows.html [ Failure Pass Slow ]
-
-webkit.org/b/109950 fast/dom/Window/webkitConvertPoint.html [ Failure ]
-
-# New test
-webkit.org/b/110654 css3/flexbox/button.html [ Failure ]
-
-# Need support for ResourceHandle::didChangePriority and DRT support
-webkit.org/b/111016 http/tests/loading/promote-img-preload-priority.html [ Failure ]
-
-webkit.org/b/111058 plugins/plugin-clip-subframe.html [ Failure ]
-
-# Select element popup is not shown.
-webkit.org/b/114154 fast/forms/select/popup-closes-on-blur.html [ Pass ]
-
-# CURSOR_VISIBILITY is not enabled in efl
-webkit.org/b/107601 fullscreen/video-cursor-auto-hide.html [ Timeout ]
-
-# Border-fit should happen at layout time rather than paint time
-webkit.org/b/111606 fast/borders/border-fit-2.html [ Failure ]
-webkit.org/b/111606 fast/borders/border-fit.html [ Failure ]
-
-# Started failing on EFL afrer r145025.
-webkit.org/b/111860 fast/forms/number/number-validation-message.html [ Failure ]
-
-# Snapshotted plugins not enabled
-webkit.org/b/98696 plugins/snapshotting [ Skip ]
-
-# HTTP tests that time out of EFL port.
-webkit.org/b/116021 http/tests/navigation/redirect-to-random-url-versus-memory-cache.html [ Skip ]
-webkit.org/b/116022 http/tests/security/contentSecurityPolicy/media-src-allowed.html [ Skip ]
-
-# Failing after r133834
-webkit.org/b/101400 svg/css/shadow-changes.svg [ Failure ]
-webkit.org/b/101400 svg/css/composite-shadow-text.svg [ Failure ]
-
-# Regression (r148032 - r148103).
-webkit.org/b/114919 fast/multicol/shadow-breaking.html [ Failure ]
-webkit.org/b/114920 fast/repaint/moving-shadow-on-container.html [ Failure ]
-webkit.org/b/114920 fast/repaint/moving-shadow-on-path.html [ Failure ]
-
-# Compositing reftests added in r148172 fail on EFL
-webkit.org/b/114739 compositing/patterns/direct-pattern-compositing-contain-no-repeat.html [ Pass Crash ]
-
-# Synthesized italics not supported
-fast/text/international/synthesized-italic-vertical-latin.html [ Skip ]
-
-# vibration api doesn't support visibilitychange event.
-webkit.org/b/118378 vibration/cancelVibration-after-pagevisibility-changed-to-hidden.html [ Skip ]
-
-# Some tests will fail after the visual overflow patch, they will be fixed shortly.
-webkit.org/b/118665 fast/regions/hover-in-second-region.html [ ImageOnlyFailure Pass ]
-webkit.org/b/118665 fast/regions/webkit-flow-float-unable-to-push.html [ ImageOnlyFailure Pass ]
-
-webkit.org/b/119782 fast/forms/search-styled.html [ Failure ]
-
-# crypto.subtle is not yet enabled, but digest algorithms are already implemented
-# and their tests are whitelisted
-webkit.org/b/133122 crypto/subtle [ Skip ]
-webkit.org/b/133122 crypto/webkitSubtle [ Skip ]
-webkit.org/b/133319 crypto/webkitSubtle/sha-1.html [ Pass ]
-webkit.org/b/133319 crypto/webkitSubtle/sha-224.html [ Pass ]
-webkit.org/b/133319 crypto/webkitSubtle/sha-256.html [ Pass ]
-webkit.org/b/133319 crypto/webkitSubtle/sha-384.html [ Pass ]
-webkit.org/b/133319 crypto/webkitSubtle/sha-512.html [ Pass ]
-webkit.org/b/133320 crypto/webkitSubtle/hmac-check-algorithm.html [ Pass ]
-webkit.org/b/133320 crypto/webkitSubtle/hmac-export-key.html [ Pass ]
-webkit.org/b/133320 crypto/webkitSubtle/hmac-generate-key.html [ Pass ]
-webkit.org/b/133320 crypto/webkitSubtle/hmac-import-jwk.html [ Pass ]
-webkit.org/b/133320 crypto/webkitSubtle/hmac-sign-verify-empty-key.html [ Pass ]
-webkit.org/b/133320 crypto/webkitSubtle/hmac-sign-verify.html [ Pass ]
-
-# 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/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/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 ]
-webkit.org/b/133148 accessibility/set-selected-text-range-contenteditable.html [ Skip ]
-webkit.org/b/156045 accessibility/attachment-element.html [ Skip ]
-
-webkit.org/b/141072 accessibility/frame-disconnect-textmarker-cache-crash.html [ Failure ]
-webkit.org/b/137109 accessibility/legend-children-are-visible.html [ Failure ]
-webkit.org/b/139352 accessibility/inline-block-assertion.html [ Failure ]
-
-# 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 [ Timeout ]
-
-# Needs grammar checking
-Bug(EFL) editing/spelling/grammar.html [ Skip ]
-Bug(EFL) editing/spelling/grammar-edit-word.html [ Skip ]
-Bug(EFL) editing/spelling/grammar-markers.html [ Skip ]
-Bug(EFL) editing/spelling/grammar-markers-hidpi.html [ Skip ]
-Bug(EFL) editing/spelling/grammar-paste.html [ Skip ]
-Bug(EFL) editing/spelling/inline-spelling-markers.html [ Skip ]
-Bug(EFL) editing/spelling/inline-spelling-markers-hidpi.html [ Skip ]
-Bug(EFL) editing/spelling/markers.html [ Skip ]
-
-# EFL's text checker doesn't support the text replacement feature.
-Bug(EFL) editing/spelling/spelling-marker-description.html [ Skip ]
-
-# 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 ]
-
-# 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 ]
-
-# NPN_ReloadPlugins is not implemented.
-webkit.org/b/98744 plugins/reloadplugins-and-pages.html [ Timeout ]
-
-# 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 ]
-
-# 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/animations/mozilla/animateMotion-mpath-pathLength-1.svg [ ImageOnlyFailure Pass ]
-
-webkit.org/b/104656 compositing/repaint/clipped-layer-size-change.html [ Crash 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 [ Timeout ]
-webkit.org/b/99562 http/tests/plugins/post-url-file.html [ Timeout ]
-
-# Comparison of two javascript objects in C++ is failing.
-webkit.org/b/98739 plugins/npruntime/embed-property-equality.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 ]
-
-# Failing media query test.
-webkit.org/b/114916 fast/media/mq-resolution.html [ Failure ]
-
-compositing/patterns/direct-pattern-compositing-load.html [ ImageOnlyFailure Pass ]
-
-# failing after r149292
</del><ins>+# Below tests are failed since efl buildbot disable USE_NATIVE_XDISPLAY.
+compositing/animation/layer-for-filling-animation.html [ Failure ]
+compositing/backing/backface-visibility-in-transformed.html [ Failure ]
+compositing/backing/backface-visibility.html [ Failure ]
+compositing/backing/replaced-child-no-backing.html [ Failure ]
+compositing/bounds-in-flipped-writing-mode.html [ Failure ]
+compositing/canvas/accelerated-canvas-compositing.html [ Failure ]
+compositing/clipping/border-radius-overflow-hidden-stacking-context.html [ Failure ]
+compositing/columns/composited-lr-paginated-repaint.html [ Failure ]
+compositing/columns/composited-rl-paginated-repaint.html [ Failure ]
+compositing/contents-opaque/control-layer.html [ Failure ]
+compositing/contents-opaque/hidden-with-visible-text.html [ Failure ]
+compositing/contents-scale/animating.html [ Failure ]
+compositing/contents-scale/rounded-contents-scale.html [ Failure ]
+compositing/contents-scale/scaled-ancestor.html [ Failure ]
+compositing/contents-scale/simple-scale.html [ Failure ]
+compositing/contents-scale/z-translate.html [ Failure ]
+compositing/fixed-image-loading.html [ Failure ]
+compositing/fixed-positioned-pseudo-content-no-compositing.html [ Failure ]
+compositing/fixed-with-fixed-layout.html [ Failure ]
+compositing/geometry/ancestor-overflow-change.html [ Failure ]
+compositing/geometry/composited-in-columns.html [ Failure ]
+compositing/geometry/fixed-position-composited-switch.html [ Failure ]
+compositing/geometry/fixed-position-flipped-writing-mode.html [ Failure ]
+compositing/geometry/layer-due-to-layer-children-deep-switch.html [ Failure ]
+compositing/geometry/layer-due-to-layer-children-switch.html [ Failure ]
+compositing/geometry/limit-layer-bounds-fixed.html [ Failure ]
+compositing/geometry/limit-layer-bounds-overflow-root.html [ Failure ]
+compositing/geometry/preserve-3d-switching.html [ Failure ]
+compositing/iframes/iframe-size-to-zero.html [ Failure ]
+compositing/iframes/leave-compositing-iframe.html [ Failure ]
+compositing/images/direct-image-object-fit.html [ Failure ]
+compositing/layer-creation/fixed-position-change-out-of-view-in-view.html [ Failure ]
+compositing/layer-creation/fixed-position-no-content.html [ Failure ]
+compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html [ Failure ]
+compositing/layer-creation/fixed-position-out-of-view-scaled.html [ Failure ]
+compositing/layer-creation/fixed-position-transformed-outside-view.html [ Failure ]
</ins><span class="cx"> compositing/layer-creation/no-compositing-for-sticky.html [ Failure ]
</span><ins>+compositing/layer-creation/overlap-animation-container.html [ Failure ]
+compositing/layer-creation/spanOverlapsCanvas.html [ Failure ]
+compositing/layer-creation/will-change-layer-creation.html [ Failure ]
+compositing/layer-creation/zoomed-clip-intersection.html [ Failure ]
+compositing/masks/clip-path-composited-descendent.html [ Failure ]
+compositing/masks/compositing-clip-path-change-no-repaint.html [ Failure ]
+compositing/overflow/automatically-opt-into-composited-scrolling.html [ Failure ]
+compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants.html [ Failure ]
+compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2.html [ Failure ]
+compositing/overflow/composited-scrolling-paint-phases.html [ Failure ]
+compositing/overflow/overflow-auto-with-touch-no-overflow.html [ Failure ]
+compositing/overflow/overflow-auto-with-touch-toggle.html [ Failure ]
+compositing/overflow/overflow-auto-with-touch.html [ Failure ]
+compositing/overflow/overflow-hidden-with-touch.html [ Failure ]
+compositing/overflow/overflow-overlay-with-touch-no-overflow.html [ Failure ]
+compositing/overflow/overflow-overlay-with-touch.html [ Failure ]
+compositing/overflow/overflow-scroll-with-touch-no-overflow.html [ Failure ]
+compositing/overflow/overflow-visible-with-touch.html [ Failure ]
+compositing/overflow/scrolling-content-clip-to-viewport.html [ Failure ]
+compositing/overflow/scrolling-without-painting.html [ Failure ]
+compositing/overflow/subpixel-overflow.html [ Failure ]
+compositing/overflow/textarea-scroll-touch.html [ Failure ]
+compositing/overflow/updating-scrolling-content.html [ Failure ]
+compositing/plugins/1x1-composited-plugin.html [ Failure ]
+compositing/plugins/large-to-small-composited-plugin.html [ Failure ]
+compositing/plugins/no-backing-store.html [ Failure ]
+compositing/plugins/small-to-large-composited-plugin.html [ Failure ]
+compositing/reflections/direct-image-object-fit-reflected.html [ Failure ]
+compositing/regions/abs-in-named-flow-from-fixed-in-named-flow.html [ Failure ]
+compositing/regions/fixed-in-named-flow-clip-descendant.html [ Failure ]
+compositing/regions/fixed-in-named-flow-from-abs-in-named-flow.html [ Failure ]
+compositing/regions/fixed-in-named-flow-from-outflow.html [ Failure ]
+compositing/regions/fixed-in-named-flow-lost-transformed-parent.html [ Failure ]
+compositing/regions/fixed-in-named-flow.html [ Failure ]
+compositing/repaint/invalidations-on-composited-layers.html [ Failure ]
+compositing/repaint/positioned-movement.html [ Failure ]
+compositing/repaint/repaint-on-layer-grouping-change.html [ Failure ]
</ins><span class="cx"> compositing/repaint/resize-repaint.html [ Failure ]
</span><ins>+compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html [ Failure ]
+compositing/rtl/rtl-iframe-absolute-overflow.html [ Failure ]
+compositing/rtl/rtl-iframe-absolute.html [ Failure ]
+compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html [ Failure ]
+compositing/rtl/rtl-iframe-fixed-overflow.html [ Failure ]
+compositing/rtl/rtl-iframe-fixed.html [ Failure ]
+compositing/rtl/rtl-iframe-relative.html [ Failure ]
+compositing/rtl/rtl-overflow-scrolling.html [ Failure ]
+compositing/tiled-layers-hidpi.html [ Failure ]
+compositing/tiling/backface-preserve-3d-tiled.html [ Failure ]
+compositing/tiling/crash-reparent-tiled-layer.html [ Failure ]
+compositing/tiling/huge-layer-img.html [ Failure ]
+compositing/tiling/huge-layer-with-layer-children-resize.html [ Failure ]
+compositing/tiling/huge-layer-with-layer-children.html [ Failure ]
+compositing/tiling/offscreen-tiled-layer.html [ Failure ]
+compositing/tiling/tile-cache-zoomed.html [ Failure ]
+compositing/tiling/tiled-layer-resize.html [ Failure ]
+compositing/tiling/transform-origin-tiled.html [ Failure ]
+compositing/video/video-object-fit.html [ Failure ]
+compositing/video/video-object-position.html [ Failure ]
+compositing/video/video-poster.html [ Failure ]
+compositing/visibility/visibility-composited.html [ Failure ]
+compositing/visibility/visibility-image-layers-dynamic.html [ Failure ]
+compositing/visible-rect/2d-transformed.html [ Failure ]
+compositing/visible-rect/3d-transform-style.html [ Failure ]
+compositing/visible-rect/3d-transformed.html [ Failure ]
+compositing/visible-rect/animated-from-none.html [ Failure ]
+compositing/visible-rect/animated.html [ Failure ]
+compositing/visible-rect/backing-change-height-from-zero.html [ Failure ]
+compositing/visible-rect/clipped-by-viewport.html [ Failure ]
+compositing/visible-rect/clipped-visible-rect.html [ Failure ]
+compositing/visible-rect/coverage-clipped.html [ Failure ]
+compositing/visible-rect/coverage-scrolling.html [ Failure ]
+compositing/visible-rect/flipped-preserve-3d.html [ Failure ]
+compositing/visible-rect/iframe-and-layers.html [ Failure ]
+compositing/visible-rect/iframe-no-layers.html [ Failure ]
+compositing/visible-rect/iframe-with-layers-outside-viewport.html [ Failure ]
+compositing/visible-rect/mask-layer-coverage.html [ Failure ]
+compositing/visible-rect/nested-transform.html [ Failure ]
+compositing/visible-rect/scrolled.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Failing after r142758.
-webkit.org/b/109948 fast/dom/Window/mozilla-focus-blur.html [ Failure Pass ]
</del><ins>+Bug(EFL) contentfiltering/allow-after-add-data.html [ Failure ]
+Bug(EFL) contentfiltering/allow-after-finished-adding-data.html [ Failure ]
+Bug(EFL) contentfiltering/allow-after-response.html [ Failure ]
+Bug(EFL) contentfiltering/allow-after-will-send-request.html [ Failure ]
+Bug(EFL) contentfiltering/allow-media-document.html [ Failure ]
+Bug(EFL) contentfiltering/allow-never.html [ Failure ]
+Bug(EFL) contentfiltering/block-after-add-data-then-allow-unblock.html [ Failure ]
+Bug(EFL) contentfiltering/block-after-add-data-then-deny-unblock.html [ Failure ]
+Bug(EFL) contentfiltering/block-after-add-data.html [ Failure ]
+Bug(EFL) contentfiltering/block-after-finished-adding-data-then-allow-unblock.html [ Failure ]
+Bug(EFL) contentfiltering/block-after-finished-adding-data-then-deny-unblock.html [ Failure ]
+Bug(EFL) contentfiltering/block-after-finished-adding-data.html [ Failure ]
+Bug(EFL) contentfiltering/block-after-response-then-allow-unblock.html [ Failure ]
+Bug(EFL) contentfiltering/block-after-response-then-deny-unblock.html [ Failure ]
+Bug(EFL) contentfiltering/block-after-response.html [ Failure ]
+Bug(EFL) contentfiltering/block-after-will-send-request-then-allow-unblock.html [ Failure ]
+Bug(EFL) contentfiltering/block-after-will-send-request-then-deny-unblock.html [ Failure ]
+Bug(EFL) contentfiltering/block-after-will-send-request.html [ Failure ]
+Bug(EFL) contentfiltering/block-never.html [ Failure ]
</ins><span class="cx"> 
</span><del>-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 ]
</del><ins>+Bug(EFL) crypto/subtle/generate-key-malformed-parameters.html [ Failure ]
+Bug(EFL) crypto/subtle/import-key-malformed-parameters.html [ Failure ]
+Bug(EFL) crypto/subtle/rsa-export-key-malformed-parameters.html [ Failure ]
+Bug(EFL) crypto/subtle/rsa-indexeddb-private.html [ Failure ]
+Bug(EFL) crypto/subtle/rsa-indexeddb.html [ Failure ]
+Bug(EFL) crypto/subtle/rsa-oaep-plaintext-length.html [ Failure ]
+Bug(EFL) crypto/webkitSubtle/aes-cbc-wrap-rsa-non-extractable.html [ Failure ]
+Bug(EFL) crypto/webkitSubtle/rsa-oaep-plaintext-length.html [ Failure ]
+  
+Bug(EFL) css1/box_properties/border_width.html [ Failure ]
+Bug(EFL) css1/box_properties/float_on_text_elements.html [ Failure ]
+Bug(EFL) css3/blending/blend-mode-accelerated-with-multiple-stacking-contexts.html [ Failure ]
+Bug(EFL) css3/blending/blend-mode-ancestor-clipping-layer.html [ Failure ]
+Bug(EFL) css3/blending/blend-mode-blended-element-overlapping-composited-sibling-should-have-compositing-layer.html [ Failure ]
+Bug(EFL) css3/blending/blend-mode-clip-accelerated-blending-canvas.html [ Failure ]
+Bug(EFL) css3/blending/blend-mode-isolation-accelerated-overflow-hidden.html [ Failure ]
+Bug(EFL) css3/blending/blend-mode-isolation-turn-off-self-painting-layer.html [ Failure ]
+Bug(EFL) css3/blending/blend-mode-isolation-turn-off-self-painting-layer1.html [ Failure ]
+Bug(EFL) css3/blending/blend-mode-isolation-turn-off-self-painting-layer2.html [ Failure ]
+Bug(EFL) css3/blending/blend-mode-isolation-turn-on-self-painting-layer.html [ Failure ]
+Bug(EFL) css3/blending/blend-mode-parent-of-composited-blended-has-layer.html [ Failure ]
+Bug(EFL) css3/blending/blend-mode-property-parsing.html [ Failure ]
+Bug(EFL) css3/blending/blend-mode-property.html [ Failure ]
+Bug(EFL) css3/blending/blend-mode-transform-style.html [ Failure ]
+Bug(EFL) css3/blending/blend-mode-with-composited-descendant-should-have-layer.html [ Failure ]
+Bug(EFL) css3/blending/isolation-parsing.html [ Failure ]
+Bug(EFL) css3/blending/repaint/blend-mode-isolate-stacking-context.html [ Failure ]
+Bug(EFL) css3/blending/repaint/blend-mode-turn-off-isolation.html [ Failure ]
+Bug(EFL) css3/device-adapt/viewport-at-rule-parsing.html [ Failure ]
+Bug(EFL) css3/device-adapt/viewport-properties-validation.html [ Failure ]
+Bug(EFL) css3/device-adapt/viewport-width-check-window-innerwidth-correct.html [ Failure ]
+Bug(EFL) css3/device-adapt/viewport-width-not-affecting-next-page.html [ Failure ]
+Bug(EFL) css3/filters/backdrop/backdrop-filter-does-not-size-properly-absolute.html [ Failure ]
+Bug(EFL) css3/filters/backdrop/backdrop-filter-does-not-size-properly-border-and-padding.html [ Failure ]
+Bug(EFL) css3/filters/backdrop/backdrop-filter-with-clip-path.html [ Failure ]
+Bug(EFL) css3/filters/backdrop/backdrop-filter-with-cliprect.html [ Failure ]
+Bug(EFL) css3/filters/backdrop/backdrop-filter-with-mask.html [ Failure ]
+Bug(EFL) css3/filters/backdrop/backdrop-with-visibility-hidden-changing.html [ Failure ]
+Bug(EFL) css3/filters/backdrop/backdrop-with-visibility-hidden.html [ Failure ]
+Bug(EFL) css3/filters/backdrop/backdropfilter-property-computed-style.html [ Failure ]
+Bug(EFL) css3/filters/backdrop/backdropfilter-property-parsing.html [ Failure ]
+Bug(EFL) css3/filters/backdrop/backdropfilter-property.html [ Failure ]
+Bug(EFL) css3/filters/composited-during-animation-layertree.html [ Failure ]
+Bug(EFL) css3/filters/effect-blur-hw.html [ Failure ]
+Bug(EFL) css3/filters/effect-blur.html [ Failure ]
+Bug(EFL) css3/filters/effect-brightness-hw.html [ Failure ]
+Bug(EFL) css3/filters/effect-brightness.html [ Failure ]
+Bug(EFL) css3/filters/effect-combined-hw.html [ Failure ]
+Bug(EFL) css3/filters/effect-combined.html [ Failure ]
+Bug(EFL) css3/filters/effect-contrast-hw.html [ Failure ]
+Bug(EFL) css3/filters/effect-contrast.html [ Failure ]
+Bug(EFL) css3/filters/effect-drop-shadow-hw.html [ Failure ]
+Bug(EFL) css3/filters/effect-drop-shadow.html [ Failure ]
+Bug(EFL) css3/filters/effect-grayscale-hw.html [ Failure ]
+Bug(EFL) css3/filters/effect-grayscale.html [ Failure ]
+Bug(EFL) css3/filters/effect-hue-rotate-hw.html [ Failure ]
+Bug(EFL) css3/filters/effect-hue-rotate.html [ Failure ]
+Bug(EFL) css3/filters/effect-invert-hw.html [ Failure ]
+Bug(EFL) css3/filters/effect-invert.html [ Failure ]
+Bug(EFL) css3/filters/effect-opacity-hw.html [ Failure ]
+Bug(EFL) css3/filters/effect-opacity.html [ Failure ]
+Bug(EFL) css3/filters/effect-reference-delete-crash.html [ Failure ]
+Bug(EFL) css3/filters/effect-reference-hw.html [ Failure ]
+Bug(EFL) css3/filters/effect-reference-reset-style-delete-crash.html [ Failure ]
+Bug(EFL) css3/filters/effect-reference.html [ Failure ]
+Bug(EFL) css3/filters/effect-saturate-hw.html [ Failure ]
+Bug(EFL) css3/filters/effect-saturate.html [ Failure ]
+Bug(EFL) css3/filters/effect-sepia-hw.html [ Failure ]
+Bug(EFL) css3/filters/effect-sepia.html [ Failure ]
+Bug(EFL) css3/filters/regions-expanding.html [ Failure ]
+Bug(EFL) css3/filters/should-not-have-compositing-layer.html [ Failure ]
+Bug(EFL) css3/flexbox/button.html [ Failure ]
+Bug(EFL) css3/flexbox/flexitem.html [ Failure ]
+Bug(EFL) css3/images/cross-fade-background-size.html [ Failure ]
+Bug(EFL) css3/masking/clip-path-reference-of-fake-clipPath.html [ Failure ]
+Bug(EFL) css3/scroll-snap/scroll-snap-iframe.html [ Failure ]
+Bug(EFL) css3/scroll-snap/scroll-snap-inherit.html [ Failure ]
+Bug(EFL) css3/scroll-snap/scroll-snap-initial.html [ Failure ]
+Bug(EFL) css3/scroll-snap/scroll-snap-property-computed-style.html [ Failure ]
+Bug(EFL) css3/scroll-snap/scroll-snap-property-parsing.html [ Failure ]
+Bug(EFL) css3/shapes/shape-outside/values/shape-margin-001.html [ Failure ]
+Bug(EFL) css3/shapes/shape-outside/values/shape-outside-circle-004.html [ Failure ]
+Bug(EFL) css3/shapes/shape-outside/values/shape-outside-circle-005.html [ Failure ]
+Bug(EFL) css3/shapes/shape-outside/values/shape-outside-ellipse-004.html [ Failure ]
+Bug(EFL) css3/shapes/shape-outside/values/shape-outside-ellipse-005.html [ Failure ]
+Bug(EFL) css3/shapes/shape-outside/values/shape-outside-inset-003.html [ Failure ]
+Bug(EFL) css3/shapes/shape-outside/values/shape-outside-polygon-004.html [ Failure ]
+Bug(EFL) css3/shapes/shape-outside/values/shape-outside-shape-arguments-000.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# WKTR / Do not support setViewModeMediaFeature().
-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 [ Timeout ]
-Bug(EFL) fast/media/media-query-list-05.html [ Failure ]
-Bug(EFL) fast/media/media-query-list-06.html [ Failure ]
</del><ins>+Bug(EFL) editing/deleting/paste-with-transparent-background-color.html [ Failure ]
+Bug(EFL) editing/execCommand/5142012-1.html [ Failure ]
+Bug(EFL) editing/execCommand/insert-list-xml.xhtml [ Failure ]
+Bug(EFL) editing/execCommand/switch-list-type-with-orphaned-li.html [ Failure ]
+Bug(EFL) editing/input/paste-text-ending-with-interchange-newline.html [ Failure ]
+Bug(EFL) editing/input/reveal-contenteditable-on-paste-vertically.html [ Failure ]
+Bug(EFL) editing/inserting/insert-at-end-02.html [ Failure ]
+Bug(EFL) editing/inserting/insert-paste-bidi-control.html [ Failure ]
+Bug(EFL) editing/inserting/smart-quote-with-all-configurations.html [ Failure ]
+Bug(EFL) editing/inserting/typing-space-to-trigger-smart-link.html [ Failure ]
+Bug(EFL) editing/pasteboard/19644-1.html [ Failure ]
+Bug(EFL) editing/pasteboard/19644-2.html [ Failure ]
+Bug(EFL) editing/pasteboard/4242293-1.html [ Failure ]
+Bug(EFL) editing/pasteboard/4922709.html [ Failure ]
+Bug(EFL) editing/pasteboard/5065605.html [ Failure ]
+Bug(EFL) editing/pasteboard/5665299.html [ Failure ]
+Bug(EFL) editing/pasteboard/5761530-1.html [ Failure ]
+Bug(EFL) editing/pasteboard/5780697-2.html [ Failure ]
+Bug(EFL) editing/pasteboard/avoid-copying-body-with-background.html [ Failure ]
+Bug(EFL) editing/pasteboard/block-wrappers-necessary.html [ Failure ]
+Bug(EFL) editing/pasteboard/can-read-in-copy-and-cut-events.html [ Failure ]
+Bug(EFL) editing/pasteboard/can-read-in-dragstart-event.html [ Failure ]
+Bug(EFL) editing/pasteboard/cjk-line-height.html [ Failure ]
+Bug(EFL) editing/pasteboard/cleanup-on-move.html [ Failure ]
+Bug(EFL) editing/pasteboard/clipboard-customData.html [ Failure ]
+Bug(EFL) editing/pasteboard/clipboard-event.html [ Failure ]
+Bug(EFL) editing/pasteboard/contenteditable-pre-2.html [ Failure ]
+Bug(EFL) editing/pasteboard/contenteditable-pre.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-backslash-with-euc.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-image-with-alt-text.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-in-password-field.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-inside-h1-preserves-h1.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-null-characters.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-paste-attachment.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-paste-bidi.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-paste-converts-fixed.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-paste-converts-sticky.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-paste-doesnt-convert-sticky-and-fixed-during-partial-copy.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-paste-first-line-in-textarea.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-paste-float.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-paste-inserts-clearing-div.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-paste-pre-line-content.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-paste-ruby-text-with-block.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-paste-wraps-position-absolute.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-resolves-urls.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-text-with-backgroundcolor.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-text-with-wrapped-tag.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-two-pasteboard-types-both-work.html [ Failure ]
+Bug(EFL) editing/pasteboard/copy-without-selection.html [ Failure ]
+Bug(EFL) editing/pasteboard/crash-accessing-clipboardData-types.html [ Failure ]
+Bug(EFL) editing/pasteboard/dataTransfer-setData-getData.html [ Failure ]
+Bug(EFL) editing/pasteboard/display-block-on-spans.html [ Failure ]
+Bug(EFL) editing/pasteboard/do-not-copy-unnecessary-styles-2.html [ Failure ]
+Bug(EFL) editing/pasteboard/do-not-copy-unnecessary-styles.html [ Failure ]
+Bug(EFL) editing/pasteboard/drag-drop-input-textarea.html [ Failure ]
+Bug(EFL) editing/pasteboard/drag-drop-list.html [ Failure ]
+Bug(EFL) editing/pasteboard/drag-drop-paragraph-crasher.html [ Failure ]
+Bug(EFL) editing/pasteboard/drag-drop-url-text.html [ Failure ]
+Bug(EFL) editing/pasteboard/drag-image-in-about-blank-frame.html [ Failure ]
+Bug(EFL) editing/pasteboard/drag-link-with-data-transfer-adds-trusted-link-to-pasteboard.html [ Failure ]
+Bug(EFL) editing/pasteboard/drag-list-item.html [ Failure ]
+Bug(EFL) editing/pasteboard/drop-file-svg.html [ Failure ]
+Bug(EFL) editing/pasteboard/drop-inputtext-acquires-style.html [ Failure ]
+Bug(EFL) editing/pasteboard/drop-link.html [ Failure ]
+Bug(EFL) editing/pasteboard/drop-text-events.html [ Failure ]
+Bug(EFL) editing/pasteboard/emacs-ctrl-k-with-move.html [ Failure ]
+Bug(EFL) editing/pasteboard/emacs-killring-alternating-append-prepend.html [ Failure ]
+Bug(EFL) editing/pasteboard/emacs-killring-backward-delete-prepend.html [ Failure ]
+Bug(EFL) editing/pasteboard/files-during-page-drags.html [ Failure ]
+Bug(EFL) editing/pasteboard/get-data-text-plain-drop.html [ Failure ]
+Bug(EFL) editing/pasteboard/get-data-text-plain-paste.html [ Failure ]
+Bug(EFL) editing/pasteboard/heading-crash.html [ Failure ]
+Bug(EFL) editing/pasteboard/image-in-iframe.html [ Failure ]
+Bug(EFL) editing/pasteboard/img-srcset-copy-paste-canonicalization.html [ Failure ]
+Bug(EFL) editing/pasteboard/line-feed-between-br-and-b-should-not-reorder-pasted-content.html [ Failure ]
+Bug(EFL) editing/pasteboard/onpaste-text-html-types.html [ Failure ]
+Bug(EFL) editing/pasteboard/onpaste-text-html.html [ Failure ]
+Bug(EFL) editing/pasteboard/page-zoom.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-4039777-fix.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-and-sanitize.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-before-tab-span.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-blockquote-and-paragraph-break.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-blockquote-before-blockquote.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-code-in-pre.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-double-nested-blockquote-before-blockquote.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-global-selection.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-into-table-cell.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-list-001.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-list-002.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-list-003.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-list-004.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-noscript-svg.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-noscript.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-placeholder-input.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-plaintext-user-select-none.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-pre-001.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-sanitize-crash-1.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-sanitize-crash-2.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-table-001.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-table-002.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-table-003.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-table-cells.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-001.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-002.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-003.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-005.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-006.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-007.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-010.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-011.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-012.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-015.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-017.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-018.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-at-tabspan-001.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-at-tabspan-002.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-events.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-with-style-2.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-with-style-3.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-with-style-4.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-with-style-5.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-text-with-style.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-unrendered-select.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-visible-script.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-without-nesting.html [ Failure ]
+Bug(EFL) editing/pasteboard/paste-wrapped-blockquote-into-nonblockquote.html [ Failure ]
+Bug(EFL) editing/pasteboard/pasting-empty-html-falls-back-to-text.html [ Failure ]
+Bug(EFL) editing/pasteboard/preserve-line-break-at-end-of-pasted-content.html [ Failure ]
+Bug(EFL) editing/pasteboard/preserve-underline-color.html [ Failure ]
+Bug(EFL) editing/pasteboard/select-element-1.html [ Failure ]
+Bug(EFL) editing/pasteboard/simplfiying-markup-should-not-strip-content.html [ Failure ]
+Bug(EFL) editing/pasteboard/smart-paste-001.html [ Failure ]
+Bug(EFL) editing/pasteboard/smart-paste-002.html [ Failure ]
+Bug(EFL) editing/pasteboard/smart-paste-003-trailing-whitespace.html [ Failure ]
+Bug(EFL) editing/pasteboard/smart-paste-003.html [ Failure ]
+Bug(EFL) editing/pasteboard/smart-paste-004.html [ Failure ]
+Bug(EFL) editing/pasteboard/smart-paste-005.html [ Failure ]
+Bug(EFL) editing/pasteboard/smart-paste-006.html [ Failure ]
+Bug(EFL) editing/pasteboard/smart-paste-in-text-control.html [ Failure ]
+Bug(EFL) editing/pasteboard/style-from-rules.html [ Failure ]
+Bug(EFL) editing/pasteboard/testcase-9507.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/120105 http/tests/navigation/post-frames-goback1-uncached.html [ Failure ]
</del><ins>+Bug(EFL) editing/secure-input/password-input-changed-type.html [ Failure ]
+Bug(EFL) editing/secure-input/password-input-focusing-to-different-frame.html [ Failure ]
+Bug(EFL) editing/secure-input/password-input-focusing.html [ Failure ]
+Bug(EFL) editing/secure-input/removed-password-input.html [ Failure ]
+Bug(EFL) editing/secure-input/reset-state-on-navigation.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/124582 fast/flexbox/clear-overflow-before-scroll-update.html [ Failure ]
</del><ins>+# Missing drag'n'drop and pasteboard support.
+webkit.org/b/86623 editing/selection/4895428-1.html [ Failure ]
+webkit.org/b/86623 editing/selection/4895428-4.html [ Failure ]
+webkit.org/b/86623 editing/selection/context-menu-text-selection-lookup.html [ Failure ]
+webkit.org/b/86623 editing/selection/doubleclick-crash.html [ Failure ]
+webkit.org/b/86623 editing/selection/drag-text-delay.html [ Failure ]
+webkit.org/b/86623 editing/selection/move-by-word-visually-mac.html [ Failure ]
+webkit.org/b/86623 editing/spelling/copy-paste-crash.html [ Failure ]
+webkit.org/b/86623 editing/spelling/spellcheck-paste-continuous-disabled.html [ Failure ]
+webkit.org/b/86623 editing/spelling/spellcheck-paste-disabled.html [ Failure ]
+webkit.org/b/86623 editing/style/apply-through-end-of-document.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/124589 http/tests/cache/partitioned-cache-iframe.html [ Failure ]
-webkit.org/b/124589 http/tests/cache/partitioned-cache.html [ Failure ]
</del><ins>+# Interferes with the rAF tests that are enabled
+webkit.org/b/85689 fast/animation/request-animation-frame-disabled.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/118126 fast/flexbox/image-percent-max-height.html [ ImageOnlyFailure Pass ]
</del><ins>+Bug(EFL) fast/attachment/attachment-disabled-rendering.html [ Failure ]
+Bug(EFL) fast/attachment/attachment-dom.html [ Failure ]
+Bug(EFL) fast/attachment/attachment-rendering.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/124657 fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml [ Failure ]
</del><ins>+fast/autoresize/autoresize-with-iframe.html [ Failure ]
+fast/autoresize/basic.html [ Failure ]
+fast/autoresize/turn-off-autoresize.html [ Failure ]
+fast/backgrounds/gradient-background-leakage-hidpi.html [ Failure ]
+fast/block/float/026.html [ Failure ]
+fast/block/float/028.html [ Failure ]
+fast/borders/border-fit-2.html [ Failure ]
+fast/borders/border-fit.html [ Failure ]
+fast/borders/empty-outline-border-assert.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/124663 media/track/track-legacyapi-with-automatic-mode.html [ Skip ]
-
-webkit.org/b/124890 accessibility/media-emits-object-replacement.html [ Failure ]
-
-# QuickTime plug-in not relevant to this port
-plugins/quicktime-plugin-replacement.html [ Skip ]
-
-webkit.org/b/124970 compositing/geometry/fixed-position-flipped-writing-mode.html [ Failure ]
-
-webkit.org/b/124971 compositing/repaint/repaint-on-layer-grouping-change.html [ Failure ]
-
-webkit.org/b/125355 fast/events/updateLayoutForHitTest.html [ Failure ]
-
-# Started failing after r154906
-webkit.org/b/125496 animations/cross-fade-border-image-source.html [ Failure ]
-webkit.org/b/125496 animations/cross-fade-list-style-image.html [ Failure ]
-webkit.org/b/125496 animations/cross-fade-webkit-mask-box-image.html [ Failure ]
-webkit.org/b/125496 animations/cross-fade-webkit-mask-image.html [ Failure ]
-
-# Failing after r159674
-webkit.org/b/127475 fast/dom/inline-event-attributes-release.html [ Failure ]
-
-webkit.org/b/127489 http/tests/misc/will-send-request-returns-null-on-redirect.html [ Failure ]
-
-# Subpixel rendering: borders are reporting float values.
-webkit.org/b/128061 fast/multicol/span/anonymous-style-inheritance.html [ Failure ]
-webkit.org/b/128061 fast/repaint/repaint-during-scroll-with-zoom.html [ Failure ]
-webkit.org/b/128061 svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html [ Failure ]
-webkit.org/b/128061 svg/zoom/page/zoom-svg-float-border-padding.xml [ Failure ]
-# End of subpixel failures.
-
-webkit.org/b/128663 accessibility/roles-computedRoleString.html [ Failure ]
-
-webkit.org/b/128667 fast/regions/repaint/hover-border-radius.html [ Failure ]
-
-# Failing after r163562
-webkit.org/b/128670 js/dom/dom-static-property-for-in-iteration.html [ Failure ]
-
-# HIDPI-related tests do not work
-webkit.org/b/102097 fast/repaint/hidpi-device-pixel-based-repaint-rect-tracking.html [ Failure ]
-
-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 ]
-
-# Failing after r159030
-webkit.org/b/125635 compositing/repaint/positioned-movement.html [ Failure ]
-
-webkit.org/b/125636 compositing/video/video-object-fit.html [ Crash ]
-
-# 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 ]
-
-# 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/131987 fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ Failure ]
-webkit.org/b/131987 fast/repaint/hidpi-transform-on-subpixel-repaintrect.html [ Failure ]
-webkit.org/b/131987 fast/repaint/hidpi-wrong-repaint-rect-when-parent-has-noncompositing-transform.html [ Failure ]
-
-# Failures EFL WK2 since the inception
-webkit.org/b/133484 accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Timeout ]
-
-webkit.org/b/131496 accessibility/help-text.html [ Failure ]
-
-# No HLS support
-http/tests/media/hls [ Skip ]
-
-webkit.org/b/132823 svg/zoom/page/zoom-foreignObject.svg [ Failure ]
-
-# Tests failing after r168544
-svg/W3C-SVG-1.1-SE/painting-marker-05-f.svg [ Failure ]
-svg/W3C-SVG-1.1-SE/painting-marker-06-f.svg [ Failure ]
-
-# Tests failing after r168350
-svg/transforms/animated-path-inside-transformed-html.xhtml [ Failure ]
-svg/transforms/text-with-pattern-inside-transformed-html.xhtml [ Failure ]
-
-webkit.org/b/133220 fast/events/shadow-event-path.html [ Failure ]
-webkit.org/b/133220 fast/events/shadow-event-path-2.html [ Failure ]
-
-# Tests failing or flaky with closer reasons unknwown at this time
-#webkit.org/b/133857 inspector/layers/layers-blending-compositing-reasons.html [ Failure ]
-webkit.org/b/133860 fast/regions/auto-size/autosize-region-window-resize.html [ ImageOnlyFailure Pass ]
-webkit.org/b/133974 fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-svg.html [ ImageOnlyFailure Pass ]
-
-webkit.org/b/134756 fast/dom/HTMLImageElement/sizes/image-sizes-2x.html [ Failure ]
-
-webkit.org/b/135504 svg/css/parse-height.html [ Failure ]
-webkit.org/b/135504 svg/css/parse-length.html [ Failure ]
-
-webkit.org/b/135564 fast/dom/Window/window-property-invalid-characters-ignored.html [ Failure ]
-
-webkit.org/b/135530 accessibility/parent-delete.html [ Failure ]
-
-# Tests failing since imported from W3C test suite
-webkit.org/b/136221 css3/shapes/shape-outside/values/shape-margin-001.html [ Failure ]
-webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-circle-004.html [ Failure ]
-webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-circle-005.html [ Failure ]
-webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-ellipse-004.html [ Failure ]
-webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-ellipse-005.html [ Failure ]
-webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-inset-003.html [ Failure ]
-webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-polygon-004.html [ Failure ]
-webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-shape-arguments-000.html [ Failure ]
-
-webkit.org/b/136223 fast/ruby/ruby-base-merge-block-children-crash-2.html [ Failure ]
-
-# Started failing after r172835
-webkit.org/b/136226 fast/events/constructors/mouse-event-constructor.html [ Failure ]
-webkit.org/b/136226 fast/events/constructors/wheel-event-constructor.html [ Failure ]
-
-# Tests that sometimes fail on the bot
-webkit.org/b/130591 svg/dom/svg-root-lengths.html [ Pass Failure ]
-
-# Started failing after r172999
-webkit.org/b/136406 compositing/backing/backface-visibility-in-transformed.html [ Failure ]
-webkit.org/b/136406 compositing/backing/backface-visibility.html [ Failure ]
-webkit.org/b/136406 compositing/contents-opaque/control-layer.html [ Failure ]
-webkit.org/b/136406 compositing/contents-opaque/hidden-with-visible-text.html [ Failure ]
-#webkit.org/b/136406 compositing/contents-opaque/opaque-with-clip-path.html [ ImageOnlyFailure ]
-webkit.org/b/136406 compositing/contents-scale/animating.html [ Failure ]
-webkit.org/b/136406 compositing/contents-scale/rounded-contents-scale.html [ Failure ]
-webkit.org/b/136406 compositing/contents-scale/scaled-ancestor.html [ Failure ]
-webkit.org/b/136406 compositing/contents-scale/simple-scale.html [ Failure ]
-webkit.org/b/136406 compositing/contents-scale/z-translate.html [ Failure ]
-webkit.org/b/136406 compositing/fixed-image-loading.html [ Failure ]
-webkit.org/b/136406 compositing/images/direct-image-object-fit.html [ Failure ]
-webkit.org/b/136406 compositing/layer-creation/fixed-position-change-out-of-view-in-view.html [ Failure ]
-webkit.org/b/136406 compositing/layer-creation/overlap-animation-container.html [ Failure ]
-webkit.org/b/136406 compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants.html [ Failure ]
-webkit.org/b/136406 compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2.html [ Failure ]
-webkit.org/b/136406 compositing/overflow/composited-scrolling-paint-phases.html [ Failure ]
-webkit.org/b/136406 compositing/overflow/scrolling-content-clip-to-viewport.html [ Failure ]
-webkit.org/b/136406 compositing/overflow/subpixel-overflow.html [ Failure ]
-webkit.org/b/136406 compositing/reflections/direct-image-object-fit-reflected.html [ Failure ]
-webkit.org/b/136406 compositing/repaint/invalidations-on-composited-layers.html [ Failure ]
-webkit.org/b/136406 compositing/rtl/rtl-iframe-absolute.html [ Failure ]
-webkit.org/b/136406 compositing/rtl/rtl-iframe-fixed.html [ Failure ]
-webkit.org/b/136406 compositing/rtl/rtl-iframe-relative.html [ Failure ]
-webkit.org/b/136406 compositing/tiling/backface-preserve-3d-tiled.html [ Failure ]
-webkit.org/b/136406 compositing/tiling/crash-reparent-tiled-layer.html [ Failure ]
-webkit.org/b/136406 compositing/tiling/huge-layer-img.html [ Failure ]
-webkit.org/b/136406 compositing/tiling/huge-layer-with-layer-children-resize.html [ Failure ]
-webkit.org/b/136406 compositing/tiling/huge-layer-with-layer-children.html [ Failure ]
-webkit.org/b/136406 compositing/tiling/tiled-layer-resize.html [ Failure ]
-webkit.org/b/136406 compositing/visibility/visibility-image-layers-dynamic.html [ Failure ]
-
-# Started failing since r179055
-webkit.org/b/141497 fast/media/mq-any-hover-matchMedia.html [ Failure ]
-webkit.org/b/141497 fast/media/mq-any-hover-styling.html [ Failure ]
-webkit.org/b/141497 fast/media/mq-any-pointer-matchMedia.html [ Failure ]
-webkit.org/b/141497 fast/media/mq-any-pointer-styling.html [ Failure ]
-webkit.org/b/141497 fast/media/mq-hover-matchMedia.html [ Failure ]
-webkit.org/b/141497 fast/media/mq-hover-styling.html [ Failure ]
-webkit.org/b/141497 fast/media/mq-pointer-matchMedia.html [ Failure ]
-webkit.org/b/141497 fast/media/mq-pointer-styling.html [ Failure ]
-webkit.org/b/141497 fast/media/mq-pointer.html [ Failure ]
-
-# Started failing since r177664
-webkit.org/b/141512 fast/css/pseudo-invalid-form-invalidation-optimization.html [ Failure ]
-webkit.org/b/141512 fast/css/pseudo-valid-form-invalidation-optimization.html [ Failure ]
-
-# Probably started failing since r159110
-#webkit.org/b/141591 inspector/debugger/breakpoint-eval-with-exception.html [ Failure ]
-#webkit.org/b/141591 inspector/debugger/setBreakpoint-actions.html [ Failure ]
-
-# Doesn't support inter-ideograph justification
-webkit.org/b/141593 fast/text/justify-ideograph-complex.html [ Failure ]
-webkit.org/b/141593 fast/text/justify-ideograph-simple.html [ Failure ]
-webkit.org/b/141593 fast/text/justify-ideograph-vertical.html [ Failure ]
-
-webkit.org/b/141631 fast/forms/datalist/datalist-child-validation.html [ Failure ]
-webkit.org/b/141631 fast/forms/search-vertical-alignment.html [ Failure ]
-webkit.org/b/141631 fast/forms/searchfield-heights.html [ Failure ]
-webkit.org/b/141630 accessibility/press-targets-center-point.html [ Failure ]
-
-# Need to rebaseline since r178976
-webkit.org/b/141592 fast/css/font-shorthand-line-height.html [ Failure ]
-
-# These tests need a rebaseline.
-webkit.org/b/141627 compositing/fixed-positioned-pseudo-content-no-compositing.html [ Failure ]
-webkit.org/b/141628 compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html [ Failure ]
-webkit.org/b/141628 compositing/layer-creation/fixed-position-out-of-view-scaled.html [ Failure ]
-
-# Disk cache isn't supported by EFL port yet.
-webkit.org/b/141891 http/tests/cache/disk-cache [ Skip ]
-
-webkit.org/b/141892 fast/sub-pixel/client-width-height-snapping.html [ Failure ]
-webkit.org/b/141892 fast/sub-pixel/inline-block-with-padding.html [ Failure ]
-webkit.org/b/141892 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html [ Failure ]
-
-# Need to investigate why these security tests have been failed since r144338.
-webkit.org/b/141958 http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html [ Failure ]
-webkit.org/b/141958 http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html [ Failure ]
-
-#webkit.org/b/142426 compositing/masks/compositing-clip-path-and-mask.html [ ImageOnlyFailure ]
-#webkit.org/b/142426 compositing/masks/compositing-clip-path.html [ ImageOnlyFailure ]
-#webkit.org/b/142426 compositing/masks/reference-clip-path-on-composited.html [ ImageOnlyFailure ]
-
-webkit.org/b/142451 fast/text/emphasis-combined-text.html [ Failure ]
-webkit.org/b/142451 fast/text/emphasis-vertical.html [ Failure ]
-
-webkit.org/b/142452 fast/writing-mode/Kusa-Makura-background-canvas.html [ Failure ]
-
-# Need new baseline since r181260.
-webkit.org/b/142481 svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg [ Failure ]
-webkit.org/b/142481 svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg [ Failure ]
-webkit.org/b/142481 svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg [ Failure ]
-webkit.org/b/142481 svg/text/select-textLength-spacingAndGlyphs-squeeze-4.svg [ Failure ]
-webkit.org/b/142481 svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg [ Failure ]
-webkit.org/b/142481 svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg [ Failure ]
-webkit.org/b/142481 svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg [ Failure ]
-
-webkit.org/b/142483 fast/css/font-face-default-font.html [ Failure ]
-webkit.org/b/142483 fast/css/font-face-in-media-rule.html [ Failure ]
-
-# This feature is only enabled on Mac and iOS right now
-contentfiltering [ Skip ]
-http/tests/contentfiltering [ Skip ]
-
-webkit.org/b/142763 fast/images/animated-gif-window-resizing.html [ Timeout ]
-
-# [EFL] r182307 broke 87 layouttests
-webkit.org/b/143364 fast/fixed-layout [ Skip ]
-
-webkit.org/b/143663 accessibility/plugin.html [ Failure ]
-
-webkit.org/b/143877 fast/forms/range/slider-padding.html [ Failure ]
-webkit.org/b/143877 fast/forms/textarea-scroll-height.html [ Failure ]
-
-webkit.org/b/143878 http/tests/navigation/javascriptlink-frames.html [ Failure ]
-webkit.org/b/143878 http/tests/navigation/postredirect-basic.html [ Failure ]
-webkit.org/b/143878 http/tests/navigation/postredirect-goback1.html [ Failure ]
-
-# New failing compositing tests, needs more investigation
-compositing/masks/compositing-clip-path-change-no-repaint.html [ Failure ]
-compositing/tiling/transform-origin-tiled.html [ Failure ]
-
-# [EFL] REGRESSION(r183907): It made all inspector test crash
-webkit.org/b/144737 inspector [ Skip ]
-webkit.org/b/144737 http/tests/inspector [ Skip ]
-
-# Requires ENABLE(RESOURCE_USAGE).
-inspector/memory [ Skip ]
-
-webkit.org/b/145632 fast/animation/request-animation-frame-throttle-subframe.html [ Timeout ]
-
-# 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 ]
</del><ins>+fast/canvas/canvas-as-image-hidpi.html [ Failure ]
+fast/canvas/canvas-blend-image.html [ Failure ]
+fast/canvas/canvas-blend-solid.html [ Failure ]
</ins><span class="cx"> fast/canvas/canvas-ellipse-zero-lineto.html [ Failure ]
</span><ins>+fast/canvas/canvas-gradient-addStop-error.html [ Failure ]
+fast/canvas/canvas-imageSmoothingQuality.html [ Failure ]
+fast/canvas/canvas-quadratic-same-endpoint.html [ Failure ]
</ins><span class="cx"> fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html [ Failure ]
</span><ins>+fast/canvas/canvas-toDataURL-webp.html [ Failure ]
+fast/canvas/drawImage-with-negative-source-destination.html [ Failure ]
</ins><span class="cx"> fast/canvas/toDataURL-supportedTypes.html [ Failure ]
</span><del>-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/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html [ Failure ]
-js/dom/global-constructors-attributes.html [ Failure ]
-svg/animations/animate-text-nested-transforms.html [ Failure ]
</del><ins>+fast/css-generated-content/malformed-url.html [ Failure ]
+fast/css/bidi-override-in-anonymous-block.html [ Failure ]
+fast/css/draggable-region-parser.html [ Failure ]
+fast/css/font-face-default-font.html [ Failure ]
+fast/css/font-face-in-media-rule.html [ Failure ]
+fast/css/font-shorthand-line-height.html [ Failure ]
+fast/css/font_property_normal.html [ Failure ]
+fast/css/image-orientation/image-orientation.html [ Failure ]
+fast/css/image-resolution/image-resolution.html [ Failure ]
+fast/css/line-height-determined-by-primary-font.html [ Failure ]
+fast/css/pseudo-invalid-form-invalidation-optimization.html [ Failure ]
+fast/css/pseudo-valid-form-invalidation-optimization.html [ Failure ]
+fast/css/resize-corner-tracking-transformed.html [ Failure ]
+fast/css/resize-corner-tracking.html [ Failure ]
+fast/css/text-overflow-ellipsis-text-align-center.html [ Failure ]
+fast/css/text-overflow-ellipsis-text-align-left.html [ Failure ]
+fast/css/text-overflow-ellipsis-text-align-right.html [ Failure ]
+fast/css/text-overflow-input.html [ Failure ]
+fast/css3-text/css3-text-decoration/text-underline-position/underline-visual-overflow-with-subpixel-position.html [ Failure ]
+fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited.html [ Failure ]
+fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent.html [ Failure ]
+fast/css3-text/css3-word-spacing-percentage/word-spacing-crash.html [ Failure ]
+fast/dom/DOMURL/parsing.html [ Failure ]
+fast/dom/DOMURL/set-href-attribute-host.html [ Failure ]
+fast/dom/DOMURL/set-href-attribute-protocol.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# 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/mfrac-linethickness1.html [ ImageOnlyFailure ]
-mathml/presentation/mfrac-linethickness3.html [ ImageOnlyFailure ]
-mathml/presentation/mo-stretchy-vertical-bar.html [ ImageOnlyFailure ]
-mathml/presentation/radical-bar-visibility.html [ ImageOnlyFailure ]
-mathml/presentation/scripts-font-size.html [ ImageOnlyFailure ]
-mathml/presentation/style-color-sqrt.html [ ImageOnlyFailure ]
-animations/trigger-container-scroll-empty.html [ Failure ]
-accessibility/transformed-element.html [ Failure ]
</del><ins>+fast/dom/DeviceMotion/create-event.html [ Failure ]
+fast/dom/DeviceMotion/optional-event-properties.html [ Failure ]
+fast/dom/DeviceMotion/window-property.html [ Failure ]
+fast/dom/DeviceOrientation/add-listener-from-callback.html [ Failure ]
+fast/dom/DeviceOrientation/basic-operation.html [ Failure ]
+fast/dom/DeviceOrientation/create-event.html [ Failure ]
+fast/dom/DeviceOrientation/multiple-frames.html [ Failure ]
+fast/dom/DeviceOrientation/no-synchronous-events.html [ Failure ]
+fast/dom/DeviceOrientation/null-values.html [ Failure ]
+fast/dom/DeviceOrientation/optional-event-properties.html [ Failure ]
+fast/dom/DeviceOrientation/updates.html [ Failure ]
+fast/dom/DeviceOrientation/window-property.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/146233 fast/forms/listbox-visible-size.html [ Failure ]
</del><ins>+fast/dom/HTMLAnchorElement/anchor-element-href-parsing.html [ Failure ]
+fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html [ Failure ]
+fast/dom/HTMLImageElement/sizes/image-sizes-2x.html [ Failure ]
+fast/dom/HTMLLinkElement/prefetch-beforeload.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/146495 editing/selection/designmode-no-caret.html [ Timeout ]
</del><ins>+webkit.org/b/163503 fast/dom/HTMLMeterElement/meter-appearances-capacity.html [ Failure ]
+webkit.org/b/163503 fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy.html [ Failure ]
+webkit.org/b/163503 fast/dom/HTMLMeterElement/meter-boundary-values.html [ Failure ]
+webkit.org/b/163503 fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value.html [ Failure ]
+webkit.org/b/163503 fast/dom/HTMLMeterElement/meter-element.html [ Failure ]
+webkit.org/b/163503 fast/dom/HTMLMeterElement/meter-optimums.html [ Failure ]
+webkit.org/b/163503 fast/dom/HTMLMeterElement/meter-styles-changing-pseudo.html [ Failure ]
+webkit.org/b/163503 fast/dom/HTMLMeterElement/meter-styles.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Test requires hardcoded font names, which I do not have for this port.
-fast/text/han-generic-font-families.html [ WontFix ]
-fast/text/hangul-generic-font-families.html [ WontFix ]
-
-# Below tests need to have own expectataion files.
-accessibility/aria-hidden-false-works-in-subtrees.html [ Missing ]
-accessibility/radio-button-group-members.html [ Missing ]
-
-webkit.org/b/146887 accessibility/aria-roledescription.html [ Failure ]
-webkit.org/b/146887 accessibility/list-detection.html [ Failure ]
-
-# Text marker tests are not supported
-webkit.org/b/153292 accessibility/text-marker [ Skip ]
-
-# This test hardcodes the result of a platform-dependent font lookup algorithm.
-fast/text/fallback-language-han.html [ Skip ]
-fast/text/fallback-language-han-2.html [ Skip ]
-
-# [EFL] REGRESSION: fullscreen tests fail with timeout
-webkit.org/b/148518 fullscreen [ Skip ]
-
-# [EFL] REGRESSION: userscripts tests crash
-webkit.org/b/148519 userscripts [ Skip ]
-
-# Media controls tests are OS X only
-media/controls [ Skip ]
-
-# Those tests have been failed between r188692 and r189017.
-webkit.org/b/148470 accessibility/scroll-to-global-point-iframe-nested.html [ Failure ]
-webkit.org/b/148470 accessibility/scroll-to-global-point-iframe.html [ Failure ]
-webkit.org/b/148470 accessibility/scroll-to-global-point-main-window.html [ Failure ]
-webkit.org/b/148470 accessibility/scroll-to-global-point-nested.html [ Failure ]
-webkit.org/b/148470 accessibility/scroll-to-make-visible-div-overflow.html [ Failure ]
-webkit.org/b/148470 accessibility/scroll-to-make-visible-iframe.html [ Failure ]
-webkit.org/b/148470 accessibility/scroll-to-make-visible-nested-2.html [ Failure ]
-webkit.org/b/148470 accessibility/scroll-to-make-visible-nested.html [ Failure ]
-webkit.org/b/148470 accessibility/scroll-to-make-visible-with-subfocus.html [ Failure ]
-webkit.org/b/148470 fast/backgrounds/gradient-background-leakage-hidpi.html [ Failure ]
-webkit.org/b/148470 fast/canvas/canvas-as-image-hidpi.html [ Failure ]
</del><ins>+webkit.org/b/148470 fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html [ Failure ]
+webkit.org/b/148470 fast/dom/HTMLTableColElement/resize-table-using-col-width.html [ Failure ]
+webkit.org/b/148470 fast/dom/HTMLTemplateElement/ownerDocument.html [ Failure ]
+webkit.org/b/148470 fast/dom/MutationObserver/end-of-task-delivery.html [ Failure ]
+webkit.org/b/148470 fast/dom/Orientation/create-event-orientationchange.html [ Failure ]
+webkit.org/b/148470 fast/dom/Window/child-window-focus.html [ Failure ]
+webkit.org/b/148470 fast/dom/Window/get-set-properties.html [ Failure ]
+webkit.org/b/148470 fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html [ Failure ]
+webkit.org/b/148470 fast/dom/Window/slow-unload-handler.html [ Failure ]
+webkit.org/b/148470 fast/dom/Window/webkitConvertPoint.html [ Failure ]
</ins><span class="cx"> webkit.org/b/148470 fast/dom/Window/window-lookup-precedence.html [ Failure ]
</span><del>-webkit.org/b/148470 fast/events/clear-drag-state.html [ Failure ]
-webkit.org/b/148470 fast/events/wheelevent-basic.html [ Failure ]
-webkit.org/b/148470 fast/repaint/4776765.html [ Failure ]
-webkit.org/b/148470 fast/repaint/hidpi-content-inside-iframe-leaves-trails.html [ Failure ]
</del><ins>+webkit.org/b/148470 fast/dom/Window/window-properties-device-orientation.html [ Failure ]
+webkit.org/b/148470 fast/dom/Window/window-property-invalid-characters-ignored.html [ Failure ]
</ins><span class="cx"> 
</span><del>-#webkit.org/b/148470 imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/interfaces.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-datalist-element/datalistoptions.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-autocomplete.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/hidden.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/telephone.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/text.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/interfaces.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/send-accept-language.htm [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head-async.htm [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head.htm [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect.htm [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/status-async.htm [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/status-basic.htm [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/XMLHttpRequest/status-error.htm [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/dom/nodes/Node-cloneNode.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements-xhtml.xhtml [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/activeCues.html [ Failure ]
-#webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change.html [ Failure ]
</del><ins>+fast/dom/adopt-attribute-crash.svg [ Failure ]
+fast/dom/horizontal-scrollbar-in-rtl.html [ Failure ]
+fast/dom/navigator-detached-no-crash.html [ Failure ]
+fast/dom/title-directionality-removeChild.html [ Failure ]
+fast/dom/title-directionality.html [ Failure ]
+fast/dynamic/012.html [ Failure ]
+fast/dynamic/layer-hit-test-crash.html [ Failure ]
+fast/dynamic/text-combine.html [ Failure ]
+fast/dynamic/window-scrollbars-test.html [ Failure ]
+fast/events/5056619.html [ Failure ]
+fast/events/arrow-keys-on-body.html [ Failure ]
+fast/events/attempt-scroll-with-no-scrollbars.html [ Failure ]
+fast/events/backspace-navigates-back.html [ Failure ]
+fast/events/before-input-events-prevent-drag-and-drop.html [ Failure ]
+fast/events/before-input-prevent-paste.html [ Failure ]
+fast/events/bogus-dropEffect-effectAllowed.html [ Failure ]
+fast/events/clear-drag-state.html [ Failure ]
+fast/events/click-count.html [ Failure ]
+fast/events/constructors/keyboard-event-constructor.html [ Failure ]
+fast/events/constructors/media-stream-event-constructor.html [ Failure ]
+fast/events/constructors/mouse-event-constructor.html [ Failure ]
+fast/events/constructors/overconstrained-error-event-constructor.html [ Failure ]
+fast/events/constructors/wheel-event-constructor.html [ Failure ]
+fast/events/content-changed-during-drop.html [ Failure ]
+fast/events/continuous-platform-wheelevent-in-scrolling-div.html [ Failure ]
+fast/events/crash-on-mutate-during-drop.html [ Failure ]
+fast/events/drag-and-drop-autoscroll.html [ Failure ]
+fast/events/drag-and-drop-dataTransfer-types-nocrash.html [ Failure ]
+fast/events/drag-and-drop-fire-drag-dragover.html [ Failure ]
+fast/events/drag-and-drop-link-into-focused-contenteditable.html [ Failure ]
+fast/events/drag-and-drop-link.html [ Failure ]
+fast/events/drag-and-drop.html [ Failure ]
+fast/events/drag-in-frames.html [ Failure ]
+fast/events/drag-parent-node.html [ Failure ]
+fast/events/drag-select-when-zoomed-with-header.html [ Failure ]
+fast/events/drag-select-when-zoomed.html [ Failure ]
+fast/events/draggable-div-customdata.html [ Failure ]
+fast/events/draggable-div-nodata.html [ Failure ]
+fast/events/dropzone-001.html [ Failure ]
+fast/events/dropzone-002.html [ Failure ]
+fast/events/dropzone-003.html [ Failure ]
+fast/events/dropzone-005.html [ Failure ]
+fast/events/ime-compositionend-on-selection-change.html [ Failure ]
+fast/events/input-events-drag-and-drop.html [ Failure ]
+fast/events/input-events-insert-by-drop.html [ Failure ]
+fast/events/input-events-paste-data.html [ Failure ]
+fast/events/input-events-paste-rich-datatransfer.html [ Failure ]
+fast/events/key-events-in-input-button.html [ Failure ]
+fast/events/key-events-in-input-text.html [ Failure ]
+fast/events/keyboardevent-code.html [ Failure ]
+fast/events/keyboardevent-key.html [ Failure ]
+fast/events/mouse-cursor-image-set.html [ Failure ]
+fast/events/mouse-cursor.html [ Failure ]
+fast/events/ondragenter.html [ Failure ]
+fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html [ Failure ]
+fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html [ Failure ]
+fast/events/platform-wheelevent-paging-x-in-scrolling-div.html [ Failure ]
+fast/events/platform-wheelevent-paging-x-in-scrolling-page.html [ Failure ]
+fast/events/platform-wheelevent-paging-xy-in-scrolling-div.html [ Failure ]
+fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html [ Failure ]
+fast/events/platform-wheelevent-paging-y-in-non-scrolling-div.html [ Failure ]
+fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html [ Failure ]
+fast/events/platform-wheelevent-paging-y-in-scrolling-div.html [ Failure ]
+fast/events/platform-wheelevent-paging-y-in-scrolling-page.html [ Failure ]
+fast/events/remove-target-with-shadow-in-drag.html [ Failure ]
+fast/events/shadow-event-path-2.html [ Failure ]
+fast/events/shadow-event-path.html [ Failure ]
+fast/events/special-key-events-in-input-text.html [ Failure ]
+fast/events/touch/document-create-touch-list-ios.html [ Failure ]
+fast/events/touch/document-create-touch.html [ Failure ]
+fast/events/touch/gesture-event-basic.html [ Failure ]
+fast/events/touch/gesture/gesture-scrollbar.html [ Failure ]
+fast/events/touch/gesture/pad-gesture-cancel.html [ Failure ]
+fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html [ Failure ]
+fast/events/touch/gesture/touch-gesture-scroll-div-propagated.html [ Failure ]
+fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated.html [ Failure ]
+fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html [ Failure ]
+fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html [ Failure ]
+fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html [ Failure ]
+fast/events/touch/gesture/touch-gesture-scroll-sideways.html [ Failure ]
+fast/events/touch/multi-touch-some-without-handlers.html [ Failure ]
+fast/events/touch/ontouchstart-active-selector.html [ Failure ]
+fast/events/touch/scroll-without-mouse-lacks-mousemove-events.html [ Failure ]
+fast/events/touch/touch-event-pageXY.html [ Failure ]
+fast/events/updateLayoutForHitTest.html [ Failure ]
+fast/events/webkit-media-key-events-constructor.html [ Failure ]
+fast/events/wheel-event-outside-body.html [ Failure ]
+fast/events/wheelevent-basic.html [ Failure ]
+fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html [ Failure ]
+fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html [ Failure ]
+fast/flexbox/clear-overflow-before-scroll-update.html [ Failure ]
+fast/forms/ValidityState-typeMismatch-url.html [ Failure ]
+fast/forms/auto-fill-button/input-auto-fill-button.html [ Failure ]
+fast/forms/datalist/datalist-child-validation.html [ Failure ]
+fast/forms/date/ValidityState-rangeOverflow-date.html [ Failure ]
+fast/forms/date/ValidityState-rangeUnderflow-date.html [ Failure ]
+fast/forms/date/ValidityState-stepMismatch-date.html [ Failure ]
+fast/forms/date/ValidityState-typeMismatch-date.html [ Failure ]
+fast/forms/date/date-input-rendering-basic.html [ Failure ]
+fast/forms/date/date-input-type.html [ Failure ]
+fast/forms/date/date-pseudo-classes.html [ Failure ]
+fast/forms/date/date-setrangetext.html [ Failure ]
+fast/forms/date/date-stepup-stepdown.html [ Failure ]
+fast/forms/date/input-date-validation-message.html [ Failure ]
+fast/forms/date/input-valueasdate-date.html [ Failure ]
+fast/forms/date/input-valueasnumber-date.html [ Failure ]
+fast/forms/datetime/ValidityState-rangeOverflow-datetime.html [ Failure ]
+fast/forms/datetime/ValidityState-rangeUnderflow-datetime.html [ Failure ]
+fast/forms/datetime/ValidityState-stepMismatch-datetime.html [ Failure ]
+fast/forms/datetime/ValidityState-typeMismatch-datetime.html [ Failure ]
+fast/forms/datetime/datetime-input-type.html [ Failure ]
+fast/forms/datetime/datetime-setrangetext.html [ Failure ]
+fast/forms/datetime/datetime-stepup-stepdown.html [ Failure ]
+fast/forms/datetime/datetime-value-sanitization.html [ Failure ]
+fast/forms/datetime/input-valueasdate-datetime.html [ Failure ]
+fast/forms/datetime/input-valueasnumber-datetime.html [ Failure ]
+fast/forms/datetimelocal/ValidityState-rangeOverflow-datetimelocal.html [ Failure ]
+fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal.html [ Failure ]
+fast/forms/datetimelocal/ValidityState-stepMismatch-datetimelocal.html [ Failure ]
+fast/forms/datetimelocal/ValidityState-typeMismatch-datetimelocal.html [ Failure ]
+fast/forms/datetimelocal/datetimelocal-input-type.html [ Failure ]
+fast/forms/datetimelocal/datetimelocal-pseudo-classes.html [ Failure ]
+fast/forms/datetimelocal/datetimelocal-setrangetext.html [ Failure ]
+fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html [ Failure ]
+fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html [ Failure ]
+fast/forms/drag-into-textarea.html [ Failure ]
+fast/forms/drag-out-of-textarea.html [ Failure ]
+fast/forms/file/file-input-capture.html [ Failure ]
+fast/forms/file/input-file-value.html [ Failure ]
+fast/forms/focus-option-control-on-page.html [ Failure ]
+fast/forms/indeterminate-progress-inline-height.html [ Failure ]
+fast/forms/input-appearance-spinbutton-up.html [ Failure ]
+fast/forms/input-appearance-spinbutton.html [ Failure ]
+fast/forms/input-paste-undo.html [ Failure ]
+fast/forms/input-search-press-escape-key.html [ Failure ]
+fast/forms/input-set-composition-scroll.html [ Failure ]
+fast/forms/listbox-onchange.html [ Failure ]
+fast/forms/listbox-respects-padding-bottom.html [ Failure ]
+fast/forms/listbox-scrollbar-hit-test.html [ Failure ]
+fast/forms/listbox-visible-size.html [ Failure ]
+fast/forms/month/ValidityState-rangeOverflow-month.html [ Failure ]
+fast/forms/month/ValidityState-rangeUnderflow-month.html [ Failure ]
+fast/forms/month/ValidityState-stepMismatch-month.html [ Failure ]
+fast/forms/month/ValidityState-typeMismatch-month.html [ Failure ]
+fast/forms/month/input-valueasdate-month.html [ Failure ]
+fast/forms/month/input-valueasdate.html [ Failure ]
+fast/forms/month/input-valueasnumber-month.html [ Failure ]
+fast/forms/month/month-input-type.html [ Failure ]
+fast/forms/month/month-pseudo-classes.html [ Failure ]
+fast/forms/month/month-setrangetext.html [ Failure ]
+fast/forms/month/month-stepup-stepdown.html [ Failure ]
+fast/forms/number/number-size.html [ Failure ]
+fast/forms/number/number-validation-message.html [ Failure ]
+fast/forms/onselect-textfield.html [ Failure ]
+fast/forms/option-mouseevents.html [ Failure ]
+fast/forms/placeholder-position.html [ Failure ]
+fast/forms/range/slider-delete-while-dragging-thumb.html [ Failure ]
+fast/forms/range/slider-in-multi-column.html [ Failure ]
+fast/forms/range/slider-padding.html [ Failure ]
+fast/forms/range/slider-transformed.html [ Failure ]
+fast/forms/range/slider-zoomed.html [ Failure ]
+fast/forms/search-input-rtl.html [ Failure ]
+fast/forms/search-rtl.html [ Failure ]
+fast/forms/search-styled.html [ Failure ]
+fast/forms/search-vertical-alignment.html [ Failure ]
+fast/forms/searchfield-heights.html [ Failure ]
+fast/forms/select-non-native-rendering-direction.html [ Failure ]
+fast/forms/select-writing-direction-natural.html [ Failure ]
+fast/forms/textarea-paste-newline.html [ Failure ]
+fast/forms/textarea-scroll-height.html [ Failure ]
+fast/forms/time/time-input-rendering-basic.html [ Failure ]
+fast/forms/time/time-input-type.html [ Failure ]
+fast/forms/time/time-pseudo-classes.html [ Failure ]
+fast/forms/time/time-setrangetext.html [ Failure ]
+fast/forms/time/time-stepup-stepdown.html [ Failure ]
+fast/forms/time/time-validity-rangeoverflow.html [ Failure ]
+fast/forms/time/time-validity-rangeunderflow.html [ Failure ]
+fast/forms/time/time-validity-stepmismatch.html [ Failure ]
+fast/forms/time/time-validity-typemismatch.html [ Failure ]
+fast/forms/time/time-valueasdate.html [ Failure ]
+fast/forms/time/time-valueasnumber.html [ Failure ]
+fast/forms/validity-assertion-inserting-into-datalist.html [ Failure ]
+fast/forms/week/ValidityState-rangeOverflow-week.html [ Failure ]
+fast/forms/week/ValidityState-rangeUnderflow-week.html [ Failure ]
+fast/forms/week/ValidityState-stepMismatch-week.html [ Failure ]
+fast/forms/week/ValidityState-typeMismatch-week.html [ Failure ]
+fast/forms/week/input-valueasdate-week.html [ Failure ]
+fast/forms/week/input-valueasnumber-week.html [ Failure ]
+fast/forms/week/week-input-type.html [ Failure ]
+fast/forms/week/week-pseudo-classes.html [ Failure ]
+fast/forms/week/week-setrangetext.html [ Failure ]
+fast/forms/week/week-stepup-stepdown.html [ Failure ]
+fast/frames/flattening/crash-svg-document.html [ Failure ]
+fast/frames/flattening/iframe-flattening-offscreen.html [ Failure ]
+fast/frames/onlyCommentInIFrame.html [ Failure ]
+fast/hidpi/broken-image-icon-very-hidpi.html [ Failure ]
+fast/hidpi/hidpi-3x-device-pixel-ratio.html [ Failure ]
+fast/hidpi/image-srcset-intrinsic-size.html [ Failure ]
+fast/history/page-cache-notification-non-suspendable.html [ Failure ]
+fast/history/window-open.html [ Failure ]
+fast/html/crash-style-first-letter.html [ Failure ]
+fast/html/details-remove-summary-1-and-click.html [ Failure ]
+fast/html/details-remove-summary-4-and-click.html [ Failure ]
+fast/images/icon-decoding.html [ Failure ]
+fast/images/image-load-event-crash.html [ Failure ]
+fast/inline/continuation-outlines-with-layers.html [ Failure ]
+fast/layers/layer-visibility-sublayer.html [ Failure ]
+fast/layers/layer-visibility.html [ Failure ]
+fast/layers/video-layer.html [ Failure ]
+fast/loader/redirect-to-invalid-url-using-javascript-calls-policy-delegate.html [ Failure ]
+fast/loader/redirect-to-invalid-url-using-meta-refresh-calls-policy-delegate.html [ Failure ]
+fast/loader/url-parse-1.html [ Failure ]
+fast/loader/window-open-to-invalid-url-calls-policy-delegate.html [ Failure ]
+fast/media/media-query-list-02.html [ Failure ]
+fast/media/media-query-list-03.html [ Failure ]
+fast/media/media-query-list-05.html [ Failure ]
+fast/media/media-query-list-06.html [ Failure ]
+fast/media/mq-any-hover-matchMedia.html [ Failure ]
+fast/media/mq-any-hover-styling.html [ Failure ]
+fast/media/mq-any-pointer-matchMedia.html [ Failure ]
+fast/media/mq-any-pointer-styling.html [ Failure ]
+fast/media/mq-hover-matchMedia.html [ Failure ]
+fast/media/mq-hover-styling.html [ Failure ]
+fast/media/mq-pointer-matchMedia.html [ Failure ]
+fast/media/mq-pointer-styling.html [ Failure ]
+fast/media/mq-pointer.html [ Failure ]
+fast/media/mq-resolution.html [ Failure ]
+fast/media/w3c/test_media_queries.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Mocking the system language is not implemented in EFL.
-fast/text/international/system-language [ Failure ]
-fast/text/international/system-language/system-font-punctuation.html [ Missing ]
-# These tests rely on iOS-specific font fallback.
-fast/text/arabic-blacklisted-expected.html [ Pass ImageOnlyFailure ]
</del><ins>+# Mediastream is not supported fully yet.
+fast/mediastream/MediaDevices-getSupportedConstraints.html [ Failure ]
+fast/mediastream/MediaDevices-getUserMedia.html [ Failure ]
+fast/mediastream/MediaStream-add-remove-null-undefined-tracks.html [ Failure ]
+fast/mediastream/MediaStream-add-remove-tracks.html [ Failure ]
+fast/mediastream/MediaStreamConstructor.html [ Failure ]
+fast/mediastream/MediaStreamTrack-onended.html [ Failure ]
+fast/mediastream/MediaStreamTrack.html [ Failure ]
+fast/mediastream/MediaStreamTrackEvent-constructor.html [ Failure ]
+fast/mediastream/RTCIceCandidate.html [ Failure ]
+fast/mediastream/RTCPeerConnection-AddRemoveStream.html [ Failure ]
+fast/mediastream/RTCPeerConnection-add-removeTrack.html [ Failure ]
+fast/mediastream/RTCPeerConnection-addIceCandidate.html [ Failure ]
+fast/mediastream/RTCPeerConnection-addTrack-reuse-sender.html [ Failure ]
+fast/mediastream/RTCPeerConnection-addTransceiver.html [ Failure ]
+fast/mediastream/RTCPeerConnection-closed-state.html [ Failure ]
+fast/mediastream/RTCPeerConnection-createAnswer.html [ Failure ]
+fast/mediastream/RTCPeerConnection-createOffer.html [ Failure ]
+fast/mediastream/RTCPeerConnection-datachannel.html [ Failure ]
+fast/mediastream/RTCPeerConnection-events.html [ Failure ]
+fast/mediastream/RTCPeerConnection-getConfiguration.html [ Failure ]
+fast/mediastream/RTCPeerConnection-have-local-offer.html [ Failure ]
+fast/mediastream/RTCPeerConnection-have-local-pranswer.html [ Failure ]
+fast/mediastream/RTCPeerConnection-have-remote-offer.html [ Failure ]
+fast/mediastream/RTCPeerConnection-have-remote-pranswer.html [ Failure ]
+fast/mediastream/RTCPeerConnection-ice.html [ Failure ]
+fast/mediastream/RTCPeerConnection-icecandidate-event.html [ Failure ]
+fast/mediastream/RTCPeerConnection-iceconnectionstatechange-event.html [ Failure ]
+fast/mediastream/RTCPeerConnection-inspect-answer.html [ Failure ]
+fast/mediastream/RTCPeerConnection-inspect-offer.html [ Failure ]
+fast/mediastream/RTCPeerConnection-js-built-ins-check-this.html [ Failure ]
+fast/mediastream/RTCPeerConnection-legacy-stream-based-api.html [ Failure ]
+fast/mediastream/RTCPeerConnection-localDescription.html [ Failure ]
+fast/mediastream/RTCPeerConnection-media-setup-callbacks-single-dialog.html [ Failure ]
+fast/mediastream/RTCPeerConnection-media-setup-single-dialog.html [ Failure ]
+fast/mediastream/RTCPeerConnection-media-setup-two-dialogs.html [ Failure ]
+fast/mediastream/RTCPeerConnection-more-media-to-negotiate.html [ Failure ]
+fast/mediastream/RTCPeerConnection-onnegotiationneeded.html [ Failure ]
+fast/mediastream/RTCPeerConnection-overloaded-operations-params.html [ Failure ]
+fast/mediastream/RTCPeerConnection-overloaded-operations.html [ Failure ]
+fast/mediastream/RTCPeerConnection-remoteDescription.html [ Failure ]
+fast/mediastream/RTCPeerConnection-remotely-assigned-transceiver-mid.html [ Failure ]
+fast/mediastream/RTCPeerConnection-setLocalDescription-offer.html [ Failure ]
+fast/mediastream/RTCPeerConnection-setRemoteDescription-offer.html [ Failure ]
+fast/mediastream/RTCPeerConnection-stable.html [ Failure ]
+fast/mediastream/RTCPeerConnection-statsSelector.html [ Failure ]
+fast/mediastream/RTCPeerConnection.html [ Failure ]
+fast/mediastream/RTCRtpSender-replaceTrack.html [ Failure ]
+fast/mediastream/RTCSessionDescription.html [ Failure ]
+fast/mediastream/RTCTrackEvent-constructor.html [ Failure ]
+fast/mediastream/argument-types.html [ Failure ]
+fast/mediastream/enabled.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/149128 fast/text/control-characters [ ImageOnlyFailure ]
</del><ins>+webkit.org/b/114919 fast/multicol/shadow-breaking.html [ Failure ]
+webkit.org/b/114919 fast/multicol/span/anonymous-style-inheritance.html [ Failure ]
+fast/multicol/svg-content-as-column-spanner-crash.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/149201 fast/css/text-overflow-ellipsis-text-align-center.html [ Failure ]
-webkit.org/b/149201 fast/css/text-overflow-ellipsis-text-align-left.html [ Failure ]
-webkit.org/b/149201 fast/css/text-overflow-ellipsis-text-align-right.html [ Failure ]
</del><ins>+fast/notifications/notification-permisssion-deletable.html [ Failure ]
+fast/notifications/notifications-cancel-request-permission.html [ Failure ]
+fast/notifications/notifications-check-permission.html [ Failure ]
+fast/notifications/notifications-constructor-request-permission.html [ Failure ]
+fast/notifications/notifications-no-icon.html [ Failure ]
+fast/notifications/notifications-permission.html [ Failure ]
+fast/notifications/notifications-replace.html [ Failure ]
+fast/notifications/notifications-request-permission-optional.html [ Failure ]
+fast/notifications/notifications-request-permission.html [ Failure ]
+fast/notifications/notifications-rtl.html [ Failure ]
+fast/notifications/notifications-sandbox-permission.html [ Failure ]
+fast/notifications/notifications-without-permission.html [ Failure ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/149202 fast/forms/indeterminate-progress-inline-height.html [ Failure ]
-webkit.org/b/149202 fast/forms/input-appearance-spinbutton-up.html [ Failure ]
-webkit.org/b/149202 fast/forms/input-appearance-spinbutton.html [ Failure ]
-webkit.org/b/149202 fast/forms/listbox-scrollbar-hit-test.html [ Failure ]
</del><ins>+fast/overflow/scrollbar-restored-and-then-locked.html [ Failure ]
+fast/overflow/unreachable-overflow-rtl-bug.html [ Failure ]
+fast/parser/changing-attrbutes-crash.html [ Failure ]
+fast/parser/document-write-svg-cdata.html [ Failure ]
+fast/parser/fragment-foreign-content-misnested.html [ Failure ]
+fast/parser/fragment-foreign-content.html [ Failure ]
+fast/parser/script-in-svg-runs.html [ Failure ]
+fast/parser/self-closing-foreign-content.html [ Failure ]
+fast/parser/xhtml-synchronous-detach-crash.html [ Failure ]
+fast/picture/viewport-resize.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Below tests need to have own expectataion files after r190893 and r191119.
-css2.1/tables/table-anonymous-objects-015.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-016.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-023.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-024.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-035.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-036.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-037.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-038.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-045.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-046.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-047.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-048.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-049.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-050.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-055.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-056.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-091.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-092.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-099.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-100.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-103.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-104.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-105.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-106.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-107.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-108.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-109.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-110.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-111.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-112.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-113.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-114.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-115.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-116.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-117.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-118.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-119.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-120.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-121.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-122.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-123.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-124.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-139.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-140.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-149.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-150.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-155.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-156.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-159.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-160.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-165.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-166.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-177.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-178.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-179.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-180.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-181.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-189.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-190.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-191.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-192.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-193.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-194.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-195.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-196.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-205.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-206.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-207.xht [ Missing ]
-css2.1/tables/table-anonymous-objects-208.xht [ Missing ]
</del><ins>+fast/repaint/4776765.html [ Failure ]
+fast/repaint/focus-ring-repaint.html [ Failure ]
+fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ Failure ]
+fast/repaint/hidpi-box-with-subpixel-height-inflates.html [ Failure ]
+fast/repaint/hidpi-content-inside-iframe-leaves-trails.html [ Failure ]
+fast/repaint/hidpi-device-pixel-based-repaint-rect-tracking.html [ Failure ]
+fast/repaint/hidpi-transform-on-subpixel-repaintrect.html [ Failure ]
+fast/repaint/hidpi-wrong-repaint-rect-when-parent-has-noncompositing-transform.html [ Failure ]
+fast/repaint/moving-shadow-on-container.html [ Failure ]
+fast/repaint/moving-shadow-on-path.html [ Failure ]
+fast/repaint/overflow-scroll-touch-repaint.html [ Failure ]
+fast/repaint/repaint-svg-after-style-change.html [ Failure ]
+fast/repaint/selection-gap-absolute-child.html [ Failure ]
+fast/repaint/selection-gap-fixed-child.html [ Failure ]
+fast/repaint/selection-gap-flipped-absolute-child.html [ Failure ]
+fast/repaint/selection-gap-flipped-fixed-child.html [ Failure ]
+fast/repaint/selection-gap-transformed-absolute-child.html [ Failure ]
+fast/repaint/selection-gap-transformed-fixed-child.html [ Failure ]
</ins><span class="cx"> 
</span><ins>+fast/replaced/border-radius-clip.html [ Failure ]
+fast/replaced/pdf-as-image.html [ Failure ]
+fast/ruby/ruby-base-merge-block-children-crash-2.html [ Failure ]
+fast/ruby/ruby-overhang-crash.html [ Failure ]
+fast/scrolling/iframe-scrollable-after-back.html [ Failure ]
+fast/scrolling/overflow-scrollable-after-back.html [ Failure ]
+fast/scrolling/scroll-animator-select-list-events.html [ Failure ]
+fast/scrolling/scroll-container-horizontally.html [ Failure ]
+fast/shadow-dom/touch-event-ios.html [ Failure ]
+fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-crash.html [ Failure ]
+fast/spatial-navigation/snav-input.html [ Failure ]
+fast/spatial-navigation/snav-textarea.html [ Failure ]
+fast/sub-pixel/client-width-height-snapping.html [ Failure ]
+fast/sub-pixel/inline-block-with-padding.html [ Failure ]
+fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html [ Failure ]
+fast/table/border-collapsing/004-vertical.html [ Failure ]
+fast/table/border-collapsing/cached-change-cell-border-width.html [ Failure ]
+fast/table/border-collapsing/cached-change-row-border-width.html [ Failure ]
+fast/table/border-collapsing/cached-change-tbody-border-width.html [ Failure ]
+fast/table/max-width-integer-overflow.html [ Failure ]
+fast/text/crash-complex-text-surrogate.html [ Failure ]
+fast/text/crash-font-family-parsed.html [ Failure ]
+fast/text/emphasis-combined-text.html [ Failure ]
+fast/text/emphasis-vertical.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# WIRELESS_PLAYBACK_TARGET not enabled.
-media/airplay-target-availability.html
-
-webkit.org/b/151943 imported/blink/editing/execCommand/4128080-2.html [ Failure ]
-webkit.org/b/151943 imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase.html [ Failure ]
-webkit.org/b/151943 imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive.html [ Failure ]
-webkit.org/b/151943 imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase.html [ Failure ]
-webkit.org/b/151943 imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code.html [ Failure ]
-webkit.org/b/151943 imported/blink/media/track/media-element-move-to-new-document-assert.html [ Failure ]
-webkit.org/b/151943 imported/blink/compositing/draws-content/webgl-simple-background.html [ Timeout ]
-webkit.org/b/151943 imported/blink/fast/box-shadow/basic-shadows-2.html [ ImageOnlyFailure ]
-webkit.org/b/151943 imported/blink/fast/box-shadow/normal-box-shadow-with-background-image.html [ ImageOnlyFailure ]
-webkit.org/b/151943 imported/blink/webexposed/webkit-focus-ring-exposed-to-quirks-mode.html [ ImageOnlyFailure ]
-
-webkit.org/b/155505 http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-audio.html [ Skip ]
-webkit.org/b/155505 webkit.org/b/153866 http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-video.html [ Skip ]
-
-webkit.org/b/155878 accessibility/w3c-svg-description-calculation.html [ Missing ]
-webkit.org/b/155878 accessibility/w3c-svg-elements-not-exposed.html [ Missing ]
-webkit.org/b/155878 accessibility/w3c-svg-name-calculation.html [ Missing ]
-webkit.org/b/155878 accessibility/w3c-svg-presentational-role.html [ Missing ]
-webkit.org/b/155878 accessibility/w3c-svg-roles.html [ Missing ]
-
-webkit.org/b/155883 http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase.html [ Failure ]
-webkit.org/b/155883 http/tests/security/contentSecurityPolicy/object-src-applet-archive.html [ Failure ]
-webkit.org/b/155883 http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase.html [ Failure ]
-webkit.org/b/155883 http/tests/security/contentSecurityPolicy/object-src-applet-code.html [ Failure ]
-
-webkit.org/b/155875 svg/W3C-SVG-1.1/animate-elem-24-t.svg [ Failure ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/render-elems-07-t.svg [ Failure ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/render-elems-08-t.svg [ Failure ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/render-groups-01-b.svg [ Failure ]
-webkit.org/b/155875 svg/W3C-SVG-1.1/render-groups-03-t.svg [ Failure ]
-
-webkit.org/b/155875 svg/as-background-image/background-image-preserveaspectRatio-support.html [ Failure ]
-webkit.org/b/155875 svg/as-image/img-preserveAspectRatio-support-1.html [ Failure ]
-webkit.org/b/155875 svg/batik/text/textEffect.svg [ Failure ]
-webkit.org/b/155875 svg/batik/text/textEffect3.svg [ Failure ]
-webkit.org/b/155875 svg/batik/text/textPosition2.svg [ Failure ]
-webkit.org/b/155875 svg/foreignObject/text-tref-02-b.svg [ Failure ]
-
-webkit.org/b/155934 accessibility/svg-remote-element.html [ Failure ]
-
-webkit.org/b/155936 accessibility/aria-current.html [ Failure ]
-webkit.org/b/155937 accessibility/aria-table-attributes.html [ Failure ]
-webkit.org/b/155938 accessibility/auto-fill-types.html [ Failure ]
-
-webkit.org/b/155945 storage/indexeddb/modern/date-basic-private.html [ Failure ]
-webkit.org/b/155945 storage/indexeddb/modern/date-basic.html [ Failure ]
-webkit.org/b/155945 storage/indexeddb/modern/get-keyrange-private.html [ Failure ]
-webkit.org/b/155945 storage/indexeddb/modern/get-keyrange.html [ Failure ]
-webkit.org/b/155945 storage/indexeddb/modern/idbobjectstore-delete-1-private.html [ Failure ]
-webkit.org/b/155945 storage/indexeddb/modern/idbobjectstore-delete-1.html [ Failure ]
-
-webkit.org/b/155959 svg/text/kerning.svg [ Failure ]
-webkit.org/b/155959 svg/text/multichar-glyph.svg [ Failure ]
-webkit.org/b/155959 svg/text/text-altglyph-01-b.svg [ Failure ]
-webkit.org/b/155959 svg/text/text-hkern.svg [ Failure ]
-webkit.org/b/155959 svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures.html [ Failure ]
-webkit.org/b/155959 svg/text/text-overflow-ellipsis-svgfont.html [ Failure ]
-webkit.org/b/155959 svg/text/text-text-04-t.svg [ Failure ]
-webkit.org/b/155959 svg/text/text-text-05-t.svg [ Failure ]
-webkit.org/b/155959 svg/text/text-text-06-t.svg [ Failure ]
-webkit.org/b/155959 svg/text/text-vkern.svg [ Failure ]
-
-webkit.org/b/155970 http/tests/appcache/auth.html [ Timeout ]
-webkit.org/b/155970 http/tests/security/contentSecurityPolicy/audio-redirect-blocked.html [ Timeout ]
-webkit.org/b/155970 http/tests/security/contentSecurityPolicy/video-redirect-blocked.html [ Timeout ]
-
-webkit.org/b/156023 pageoverlay/overlay-installation.html [ Failure ]
-webkit.org/b/156023 pageoverlay/overlay-large-document.html [ Failure ]
-
-webkit.org/b/156024 svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml [ Failure ]
-webkit.org/b/156024 svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml [ Failure ]
-webkit.org/b/156024 svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml [ Failure ]
-
-#webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html [ Failure ]
-#webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_canplaythrough.html [ Failure ]
-#webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html [ Failure ]
-#webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute.html [ Crash ]
-
-webkit.org/b/159754 workers/bomb.html [ Slow ]
-
-webkit.org/b/161374 storage/indexeddb/modern/blob-simple-workers.html [ Failure ]
-webkit.org/b/161374 storage/indexeddb/modern/idbversionchangeevent-constructor.html [ Failure ]
-webkit.org/b/161374 storage/indexeddb/modern/workers-enable.html [ Failure ]
-webkit.org/b/161374 storage/indexeddb/pending-version-change-on-exit-private.html [ Failure ]
-webkit.org/b/161374 storage/indexeddb/pending-version-change-stuck-private.html [ Failure ]
-webkit.org/b/161374 storage/indexeddb/pending-version-change-stuck-works-with-terminate-private.html [ Failure ]
-webkit.org/b/161374 storage/indexeddb/transaction-complete-workers-private.html [ Failure ]
-
-webkit.org/b/161519 http/tests/navigation/ping-attribute/anchor-cookie.html [ Timeout ]
-webkit.org/b/161519 http/tests/navigation/ping-attribute/anchor-cross-origin-from-https.html [ Timeout ]
-webkit.org/b/161519 http/tests/navigation/ping-attribute/anchor-cross-origin.html [ Timeout ]
-webkit.org/b/161519 http/tests/navigation/ping-attribute/anchor-same-origin.html [ Timeout ]
-webkit.org/b/161519 http/tests/navigation/ping-attribute/area-cookie.html [ Timeout ]
-webkit.org/b/161519 http/tests/navigation/ping-attribute/area-cross-origin-from-https.html [ Timeout ]
-webkit.org/b/161519 http/tests/navigation/ping-attribute/area-cross-origin.html [ Timeout ]
-webkit.org/b/161519 http/tests/navigation/ping-attribute/area-same-origin.html [ Timeout ]
-
-#webkit.org/b/161520 imported/w3c/web-platform-tests/IndexedDB/idb_webworkers.htm [ Failure ]
-#webkit.org/b/161520 imported/w3c/web-platform-tests/XMLHttpRequest/headers-normalize-response.htm [ Failure ]
-#webkit.org/b/161520 imported/w3c/web-platform-tests/XMLHttpRequest/send-network-error-sync-events.sub.htm [ Failure ]
-#webkit.org/b/161520 imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html [ Failure ]
-#webkit.org/b/161520 imported/w3c/web-platform-tests/fetch/api/basic/request-headers-worker.html [ Failure ]
-#webkit.org/b/161520 imported/w3c/web-platform-tests/fetch/api/basic/request-headers.html [ Failure ]
-#webkit.org/b/161520 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-worker.html [ Failure ]
-#webkit.org/b/161520 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.html [ Failure ]
-#webkit.org/b/161520 imported/w3c/web-platform-tests/html/browsers/browsing-the-web/read-media/pageload-video.html [ Failure ]
-
-webkit.org/b/161525 http/tests/security/anchor-download-allow-data.html [ Failure ]
-webkit.org/b/161525 http/tests/security/anchor-download-allow-sameorigin.html [ Failure ]
-webkit.org/b/161525 http/tests/security/canvas-remote-read-remote-video-redirect.html [ Failure ]
-webkit.org/b/161525 http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ Failure ]
-webkit.org/b/161525 http/tests/security/xssAuditor/link-opens-new-window.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/161526 fast/text/hyphenate-character.html [ Failure ]
</span><span class="cx"> webkit.org/b/161526 fast/text/hyphenate-first-word.html [ Failure ]
</span><span class="cx"> webkit.org/b/161526 fast/text/hyphenate-limit-before-after.html [ Failure ]
</span><span class="lines">@@ -2606,22 +1936,26 @@
</span><span class="cx"> webkit.org/b/161526 fast/text/hyphenate-locale.html [ Failure ]
</span><span class="cx"> webkit.org/b/161526 fast/text/hyphens.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/161527 fast/forms/file/file-input-capture.html [ Failure ]
-webkit.org/b/161527 fast/forms/focus-option-control-on-page.html [ Failure ]
-webkit.org/b/161527 fast/forms/listbox-respects-padding-bottom.html [ Failure ]
-webkit.org/b/161527 fast/forms/placeholder-position.html [ Failure ]
-webkit.org/b/161527 fast/forms/search-input-rtl.html [ Failure ]
-webkit.org/b/161527 fast/forms/search-rtl.html [ Failure ]
-webkit.org/b/161527 fast/forms/select-non-native-rendering-direction.html [ Failure ]
-webkit.org/b/161527 fast/forms/select-writing-direction-natural.html [ Failure ]
-webkit.org/b/161527 fast/forms/validity-assertion-inserting-into-datalist.html [ Failure ]
-
-webkit.org/b/163192 crypto/workers/subtle/aes-postMessage-worker.html [ Timeout ]
-webkit.org/b/163192 crypto/workers/subtle/hmac-postMessage-worker.html [ Timeout ]
-webkit.org/b/163192 crypto/workers/subtle/hrsa-postMessage-worker.html [ Timeout ]
-webkit.org/b/163192 crypto/workers/subtle/multiple-postMessage-worker.html [ Timeout ]
-webkit.org/b/163192 crypto/workers/subtle/rsa-postMessage-worker.html [ Timeout ]
-
</del><ins>+fast/text/international/spaces-combined-in-vertical-text.html [ Failure ]
+fast/text/international/system-language/declarative-language.html [ Failure ]
+fast/text/justify-ideograph-complex.html [ Failure ]
+fast/text/justify-ideograph-simple.html [ Failure ]
+fast/text/justify-ideograph-vertical.html [ Failure ]
+fast/text/khmer-lao-font.html [ Failure ]
+fast/text/midword-break-after-breakable-char.html [ Failure ]
+fast/text/midword-break-before-surrogate-pair-2.html [ Failure ]
+fast/text/orientation-sideways.html [ Failure ]
+fast/text/placeholder-renderstyle-null-font.html [ Failure ]
+fast/text/simple-line-layout-text-stroke-width.html [ Failure ]
+fast/text/system-font-weight-italic.html [ Failure ]
+fast/text/system-font-weight.html [ Failure ]
+fast/text/trak-optimizeLegibility.html [ Failure ]
+fast/text/variations/advances.html [ Failure ]
+fast/text/variations/getComputedStyle.html [ Failure ]
+fast/text/whitespace/019.html [ Failure ]
+fast/text/whitespace/023.html [ Failure ]
+fast/text/whitespace/028.html [ Failure ]
+  
</ins><span class="cx"> webkit.org/b/163320 fast/url/anchor.html [ Failure ]
</span><span class="cx"> webkit.org/b/163320 fast/url/file-http-base.html [ Failure ]
</span><span class="cx"> webkit.org/b/163320 fast/url/file.html [ Failure ]
</span><span class="lines">@@ -2628,6 +1962,7 @@
</span><span class="cx"> webkit.org/b/163320 fast/url/host-lowercase-per-scheme.html [ Failure ]
</span><span class="cx"> webkit.org/b/163320 fast/url/host.html [ Failure ]
</span><span class="cx"> webkit.org/b/163320 fast/url/idna2003.html [ Failure ]
</span><ins>+webkit.org/b/163320 fast/url/idna2008.html [ Failure ]
</ins><span class="cx"> webkit.org/b/163320 fast/url/invalid-idn.html [ Failure ]
</span><span class="cx"> webkit.org/b/163320 fast/url/invalid-urls-utf8.html [ Failure ]
</span><span class="cx"> webkit.org/b/163320 fast/url/ipv4.html [ Failure ]
</span><span class="lines">@@ -2642,300 +1977,768 @@
</span><span class="cx"> webkit.org/b/163320 fast/url/standard-url.html [ Failure ]
</span><span class="cx"> webkit.org/b/163320 fast/url/tab-and-newline-stripping.html [ Failure ]
</span><span class="cx"> webkit.org/b/163320 fast/url/url-credentials-escaping.html [ Failure ]
</span><del>-webkit.org/b/163320 fast/css/getComputedStyle/computed-style-border-image.html [ Failure ]
-webkit.org/b/163320 fast/css/getComputedStyle/computed-style-cross-fade.html [ Failure ]
-webkit.org/b/163320 fast/css/getComputedStyle/getComputedStyle-background-shorthand.html [ Failure ]
-webkit.org/b/163320 fast/css/getComputedStyle/getComputedStyle-list-style-shorthand.html [ Failure ]
</del><span class="cx"> 
</span><del>-webkit.org/b/163503 fast/dom/HTMLMeterElement/meter-clone.html [ Failure ]
-webkit.org/b/163503 fast/dom/HTMLMeterElement/meter-element-markup.html [ Failure ]
</del><ins>+# LEGACY_VIEWPORT_ADAPTION flag is not enabled on EFL port
+webkit.org/b/88191 fast/viewport/viewport-legacy-handheldfriendly.html [ Failure ]
+webkit.org/b/88191 fast/viewport/viewport-legacy-mobileoptimized-2.html [ Failure ]
+webkit.org/b/88191 fast/viewport/viewport-legacy-mobileoptimized-3.html [ Failure ]
+webkit.org/b/88191 fast/viewport/viewport-legacy-mobileoptimized.html [ Failure ]
+webkit.org/b/88191 fast/viewport/viewport-legacy-ordering-5.html [ Failure ]
+webkit.org/b/88191 fast/viewport/viewport-legacy-ordering-6.html [ Failure ]
+webkit.org/b/88191 fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html [ Failure ]
+webkit.org/b/88191 fast/viewport/viewport-legacy-xhtmlmp.html [ Failure ]
+webkit.org/b/88191 fast/visual-viewport/rtl-zoomed-rects.html [ Failure ]
+webkit.org/b/88191 fast/visual-viewport/zoomed-fixed-header-and-footer.html [ Failure ]
+webkit.org/b/88191 fast/visual-viewport/zoomed-fixed-scroll-down-then-up.html [ Failure ]
+webkit.org/b/88191 fast/visual-viewport/zoomed-fixed.html [ Failure ]
+webkit.org/b/88191 fast/visual-viewport/zoomed-rects.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# webrtc not supported
-imported/w3c/web-platform-tests/webrtc [ Skip ]
</del><ins>+Bug(EFL) fast/workers/WorkerGlobalScope-properties-prototype.html [ Failure ]
+Bug(EFL) fast/workers/self-hasOwnProperty.html [ Failure ]
+Bug(EFL) fast/workers/worker-storagequota-query-usage.html [ Failure ]
+Bug(EFL) fast/writing-mode/Kusa-Makura-background-canvas.html [ Failure ]
+Bug(EFL) fast/xpath/xpath-detached-import-assert.html [ Failure ]
+Bug(EFL) fast/xsl/sort-locale.xml [ Failure ]
+Bug(EFL) fast/zooming/client-rect-in-fixed-zoomed.html [ Failure ]
+Bug(EFL) fast/zooming/uiscript-zooming.html [ Failure ]
+Bug(EFL) fetch/fetch-url-serialization.html [ Failure ]
+Bug(EFL) fullscreen/video-controls-rtl.html [ Failure ]
+Bug(EFL) fullscreen/video-cursor-auto-hide.html [ Failure ]
+Bug(EFL) gamepad/gamepad-api.html [ Failure ]
</ins><span class="cx"> 
</span><del>-accessibility/textarea-selected-text-range.html [ Timeout ]
-crypto/workers/subtle/rsa-generate-key.html [ Timeout ]
-css3/masking/mask-svg-no-fragmentId-tiled.html [ Timeout ]
-css3/masking/mask-svg-no-fragmentId.html [ Timeout ]
-fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field.html [ Timeout ]
-fast/events/drag-and-drop-link-fast-multiple-times-does-not-crash.html [ Timeout ]
-fast/history/page-cache-removed-source-buffer.html [ Timeout ]
-fast/loader/file-URL-with-port-number.html [ Timeout ]
-http/tests/incremental/slow-utf8-css.html [ Timeout ]
-http/tests/navigation/ping-attribute/anchor-ping-and-follow-redirect-when-sending-ping.html [ Timeout ]
-http/tests/security/video-cross-origin-caching.html [ Timeout ]
-http/tests/xmlhttprequest/on-network-timeout-error-during-preflight.html [ Timeout ]
-http/tests/xmlhttprequest/resetting-timeout-to-zero.html [ Timeout ]
-imported/mozilla/svg/text/textLength-6.svg [ Timeout ]
</del><ins>+Bug(EFL) http/tests/appcache/different-https-origin-resource-main.html [ Failure ]
+Bug(EFL) http/tests/appcache/load-from-appcache-defer-resume-crash.html [ Failure ]
+Bug(EFL) http/tests/cache/disk-cache/disk-cache-disable.html [ Failure ]
+Bug(EFL) http/tests/cache/disk-cache/disk-cache-last-modified.html [ Failure ]
+Bug(EFL) http/tests/cache/partitioned-cache-iframe.html [ Failure ]
+Bug(EFL) http/tests/cache/partitioned-cache.html [ Failure ]
+Bug(EFL) http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html [ Failure ]
+Bug(EFL) http/tests/contentfiltering/load-substitute-data-from-appcache.html [ Failure ]
+Bug(EFL) http/tests/cookies/third-party-cookie-relaxing.html [ Failure ]
+Bug(EFL) http/tests/dom/document-attributes-null-handling.html [ Failure ]
+Bug(EFL) http/tests/download/area-download.html [ Failure ]
+Bug(EFL) http/tests/eventsource/eventsource-cors-non-http.html [ Failure ]
+Bug(EFL) http/tests/globalhistory/history-delegate-basic-302-redirect.html [ Failure ]
+Bug(EFL) http/tests/globalhistory/history-delegate-basic-title.html [ Failure ]
+Bug(EFL) http/tests/globalhistory/history-delegate-pushstate.html [ Failure ]
+Bug(EFL) http/tests/globalhistory/history-delegate-replacestate.html [ Failure ]
+Bug(EFL) http/tests/history/back-with-fragment-change.php [ Failure ]
+Bug(EFL) http/tests/images/hidpi-srcset-copy.html [ Failure ]
+Bug(EFL) http/tests/inspector/network/fetch-response-body.html [ Failure ]
+Bug(EFL) http/tests/inspector/network/xhr-response-body.html [ Failure ]
+Bug(EFL) http/tests/loading/hidpi-preload-picture-sizes.html [ Failure ]
+Bug(EFL) http/tests/loading/post-in-iframe-with-back-navigation.html [ Failure ]
+Bug(EFL) http/tests/loading/promote-img-preload-priority.html [ Failure ]
+Bug(EFL) http/tests/loading/server-redirect-for-provisional-load-caching.html [ Failure ]
+Bug(EFL) http/tests/local/drag-over-remote-content.html [ Failure ]
+Bug(EFL) http/tests/local/link-stylesheet-load-order-preload.html [ Failure ]
+Bug(EFL) http/tests/media/hls/video-duration-accessibility.html [ Failure ]
+Bug(EFL) http/tests/media/media-stream/disconnected-frame-already.html [ Failure ]
+Bug(EFL) http/tests/media/modern-media-controls/status-support/status-support-live-broadcast.html [ Failure ]
+Bug(EFL) http/tests/media/video-accept-encoding.html [ Failure ]
+Bug(EFL) http/tests/media/video-play-stall.html [ Failure ]
+Bug(EFL) http/tests/misc/acid3.html [ Failure ]
+Bug(EFL) http/tests/misc/bubble-drag-events.html [ Failure ]
+Bug(EFL) http/tests/misc/copy-resolves-urls.html [ Failure ]
+Bug(EFL) http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm [ Failure ]
+Bug(EFL) http/tests/misc/slow-loading-image-in-pattern.html [ Failure ]
+Bug(EFL) http/tests/misc/will-send-request-returns-null-on-redirect.html [ Failure ]
+Bug(EFL) http/tests/navigation/javascriptlink-frames.html [ Failure ]
+Bug(EFL) http/tests/navigation/post-frames-goback1-uncached.html [ Failure ]
+Bug(EFL) http/tests/navigation/postredirect-basic.html [ Failure ]
+Bug(EFL) http/tests/navigation/postredirect-goback1.html [ Failure ]
+Bug(EFL) http/tests/notifications/legacy/notification-request-permission-then-navigate.html [ Failure ]
+Bug(EFL) http/tests/notifications/legacy/request-no-callback.html [ Failure ]
+Bug(EFL) http/tests/notifications/notification-request-permission-no-callback.html [ Failure ]
+Bug(EFL) http/tests/notifications/notification-request-permission.html [ Failure ]
+Bug(EFL) http/tests/plugins/plugin-javascript-access.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# --------------------------------------------------------------------
-# Skip media tests because timeout happens on media tests
-# --------------------------------------------------------------------
</del><ins>+webkit.org/b/161525 http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html [ Failure ]
+webkit.org/b/161525 http/tests/security/anchor-download-allow-data.html [ Failure ]
+webkit.org/b/161525 http/tests/security/anchor-download-allow-sameorigin.html [ Failure ]
+webkit.org/b/161525 http/tests/security/canvas-remote-read-remote-video-redirect.html [ Failure ]
+webkit.org/b/161525 http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase.html [ Failure ]
+webkit.org/b/161525 http/tests/security/contentSecurityPolicy/object-src-applet-archive.html [ Failure ]
+webkit.org/b/161525 http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase.html [ Failure ]
</ins><span class="cx"> 
</span><del>-Bug(EFL) media [ Skip ]
</del><ins>+webkit.org/b/151943 http/tests/security/contentSecurityPolicy/object-src-applet-code.html [ Failure ]
+webkit.org/b/151943 http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html [ Failure ]
+webkit.org/b/151943 http/tests/security/cross-origin-plugin-private-browsing-toggled.html [ Failure ]
+webkit.org/b/151943 http/tests/security/cross-origin-plugin.html [ Failure ]
+webkit.org/b/151943 http/tests/security/cross-origin-worker-indexeddb-allowed.html [ Failure ]
+webkit.org/b/151943 http/tests/security/cross-origin-worker-indexeddb.html [ Failure ]
+webkit.org/b/151943 http/tests/security/dataTransfer-set-data-file-url.html [ Failure ]
+webkit.org/b/151943 http/tests/security/drag-drop-local-file.html [ Failure ]
+webkit.org/b/151943 http/tests/security/drag-drop-same-unique-origin.html [ Failure ]
+webkit.org/b/151943 http/tests/security/drag-over-remote-content-iframe.html [ Failure ]
+webkit.org/b/151943 http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ Failure ]
+webkit.org/b/151943 http/tests/security/module-no-mime-type.html [ Failure ]
+webkit.org/b/151943 http/tests/security/storage-blocking-strengthened-plugin.html [ Failure ]
+webkit.org/b/151943 http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html [ Failure ]
+webkit.org/b/151943 http/tests/security/video-cross-origin-accessfailure.html [ Failure ]
+webkit.org/b/151943 http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml [ Failure ]
+webkit.org/b/151943 http/tests/security/xssAuditor/link-opens-new-window.html [ Failure ]
+webkit.org/b/151943 http/tests/ssl/upgrade-origin-usage.html [ Failure ]
+webkit.org/b/151943 http/tests/svg/svg-use-external.html [ Failure ]
+webkit.org/b/151943 http/tests/uri/resolve-encoding-relative.html [ Failure ]
+webkit.org/b/151943 http/tests/websocket/tests/hybi/handshake-ok-with-http-version-beyond-1_1.html [ Failure ]
+webkit.org/b/151943 http/tests/websocket/tests/hybi/simple-wss.html [ Failure ]
+webkit.org/b/151943 http/tests/xmlhttprequest/cache-override.html [ Failure ]
+webkit.org/b/151943 http/tests/xmlhttprequest/default-content-type-dashboard.html [ Failure ]
+webkit.org/b/151943 http/tests/xmlhttprequest/logout.html [ Failure ]
+webkit.org/b/151943 http/tests/xmlhttprequest/redirections-and-user-headers.html [ Failure ]
+webkit.org/b/151943 http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Media tests have been failing since we bumped gstreamer ver.
-# webkit.org/b/156969 media/track/track-automatic-subtitles.html [ Timeout ]
-# webkit.org/b/156969 media/track/track-cues-pause-on-exit.html [ Timeout ]
-# webkit.org/b/156969 media/video-controls-toggling.html [ Timeout ]
-# webkit.org/b/156969 media/accessiblity-describes-video.html [ Failure ]
-# webkit.org/b/156969 media/controls-strict.html [ Failure ]
-# webkit.org/b/156969 media/controls-without-preload.html [ Failure ]
-# webkit.org/b/156969 media/media-controls-drag-timeline-set-controls-property.html [ Failure ]
-# webkit.org/b/156969 media/media-controls-invalid-url.html [ Failure ]
-# webkit.org/b/156969 media/nodesFromRect-shadowContent.html [ Failure ]
-# webkit.org/b/156969 media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure ]
-# webkit.org/b/156969 media/track/track-cue-rendering-vertical.html [ Failure ]
-# webkit.org/b/156969 media/track/track-cue-rendering.html [ Failure ]
-# webkit.org/b/156969 media/track/track-delete-during-setup.html [ Failure ]
-# webkit.org/b/156969 media/track/track-insert-after-load-crash.html [ Failure ]
-# webkit.org/b/156969 media/track/track-long-word-container-sizing.html [ Failure ]
-# webkit.org/b/156969 media/track/track-manual-mode.html [ Failure ]
-# webkit.org/b/156969 media/track/track-mode-not-changed-by-new-track.html [ Failure ]
-# webkit.org/b/156969 media/track/track-mode-triggers-loading.html [ Failure ]
-# webkit.org/b/156969 media/track/video-track-alternate-groups.html [ Failure ]
</del><ins>+Bug(EFL) imported/blink/css3/filters/effect-reference-on-span-crash.html [ Failure ]
+Bug(EFL) imported/blink/editing/execCommand/4128080-2.html [ Failure ]
+Bug(EFL) imported/blink/fast/css-grid-layout/grid-element-remove-svg-child.html [ Failure ]
+Bug(EFL) imported/blink/fast/images/image-load-event-crash.html [ Failure ]
+Bug(EFL) imported/blink/fast/multicol/dynamic/multicol-with-abspos-svg-with-foreignobject-with-multicol-crash.html [ Failure ]
+Bug(EFL) imported/blink/fast/multicol/dynamic/remove-inline-and-spanner-after-spanner-foreignObject.html [ Failure ]
+Bug(EFL) imported/blink/fast/multicol/span/foreignObject.html [ Failure ]
+Bug(EFL) imported/blink/fast/multicol/span/sole-svg-spanner-with-foreignObject-crash.html [ Failure ]
+Bug(EFL) imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase.html [ Failure ]
+Bug(EFL) imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive.html [ Failure ]
+Bug(EFL) imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase.html [ Failure ]
+Bug(EFL) imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code.html [ Failure ]
+Bug(EFL) imported/blink/media/track/media-element-move-to-new-document-assert.html [ Failure ]
+Bug(EFL) imported/blink/svg/css/path-layout-crash.html [ Failure ]
+Bug(EFL) imported/blink/svg/custom/assert-on-node-removal.html [ Failure ]
+Bug(EFL) imported/blink/svg/custom/fragment-navigation-01.html [ Failure ]
+Bug(EFL) imported/blink/svg/custom/gradient-stop-outside-gradient.html [ Failure ]
+Bug(EFL) imported/blink/svg/custom/invalid-filter-reference-and-opacity-crash.html [ Failure ]
+Bug(EFL) imported/blink/svg/custom/marker-layout-invalidation.html [ Failure ]
+Bug(EFL) imported/blink/svg/custom/svg-image-layers-crash.html [ Failure ]
+Bug(EFL) imported/blink/svg/dispatch-event-crash-on-destruct.html [ Failure ]
+Bug(EFL) imported/blink/svg/dom/SVGTransformList-crash.html [ Failure ]
+Bug(EFL) imported/blink/svg/filters/filter-detach-crash.html [ Failure ]
+Bug(EFL) imported/blink/svg/hittest/rect-miterlimit.html [ Failure ]
+Bug(EFL) imported/blink/svg/text/layout-inline-children-assert.html [ Failure ]
+Bug(EFL) imported/blink/svg/text/nonconformant-content-crash-1.html [ Failure ]
+Bug(EFL) imported/blink/svg/text/nonconformant-content-crash-2.html [ Failure ]
+Bug(EFL) imported/blink/svg/text/svg-textpath-infinite-loop-crash.html [ Failure ]
+Bug(EFL) imported/blink/svg/zoom/large-zoom-crash.html [ Failure ]
+Bug(EFL) imported/blink/svg/zoom/text/lowdpi-zoom-text.html [ Failure ]
+Bug(EFL) imported/w3c/IndexedDB-private-browsing/idb_webworkers.html [ Failure ]
+Bug(EFL) imported/w3c/WebCryptoAPI/encrypt_decrypt/test_rsa_oaep.html [ Failure ]
+Bug(EFL) imported/w3c/WebCryptoAPI/generateKey/test_failures_RSA-OAEP.html [ Failure ]
+Bug(EFL) imported/w3c/WebCryptoAPI/generateKey/test_failures_RSASSA-PKCS1-v1_5.html [ Failure ]
+Bug(EFL) imported/w3c/WebCryptoAPI/generateKey/test_successes_RSASSA-PKCS1-v1_5.html [ Failure ]
+Bug(EFL) imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-001.html [ Failure ]
+Bug(EFL) imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-004.html [ Failure ]
+Bug(EFL) imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-005.html [ Failure ]
+Bug(EFL) imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-004.html [ Failure ]
+Bug(EFL) imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-005.html [ Failure ]
+Bug(EFL) imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-003.html [ Failure ]
+Bug(EFL) imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-004.html [ Failure ]
+Bug(EFL) imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-arguments-000.html [ Failure ]
+Bug(EFL) imported/w3c/csswg-test/css-shapes-1/test-plan/index.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# webkit.org/b/161376 media/media-controls-accessibility.html [ Failure ]
-# webkit.org/b/161376 media/tab-focus-inside-media-elements.html [ Failure ]
-# webkit.org/b/161376 media/track/audio/audio-track-mkv-vorbis-language.html [ Failure ]
-# webkit.org/b/161376 media/video-controls-drop-and-restore-timeline.html [ Failure ]
-# webkit.org/b/161376 media/video-controls-show-on-kb-or-ax-event.html [ Failure ]
-# webkit.org/b/161376 media/video-controls-to-not-scroll-page-on-load.html [ Failure ]
-# webkit.org/b/161376 media/video-playback-restriction-play-before-load.html [ Failure ]
-# webkit.org/b/161376 media/video-restricted-no-preload-auto.html [ Failure ]
-# webkit.org/b/161376 media/volume-bar-empty-when-muted.html [ Failure ]
</del><ins>+webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/idb_webworkers.htm [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/IndexedDB/interfaces.worker.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/getresponseheader-case-insensitive.htm [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/headers-normalize-response.htm [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head-async.htm [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head.htm [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/send-network-error-sync-events.sub.htm [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect.htm [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type.htm [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/status-async.htm [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/status-basic.htm [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/XMLHttpRequest/status-error.htm [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/dom/events/Event-init-while-dispatching.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/dom/events/Event-subclasses-constructors.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/dom/nodes/Node-cloneNode.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/encoding/iso-2022-jp-encoder.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/encrypted-media/idlharness.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/basic/request-headers-worker.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/basic/request-headers.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-cross-origin-worker.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-cross-origin.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-worker.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-worker.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/fetch/nosniff/script.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/browsers/browsing-the-web/read-media/pageload-video.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements-xhtml.xhtml [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/dom/interfaces.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/activeCues.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_canplaythrough.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/forms/the-datalist-element/datalistoptions.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-autocomplete.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/hidden.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/telephone.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/text.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/interfaces.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/fetch-src/failure.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/005.xhtml [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/006.xhtml [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/SourceBuffer-abort-readyState.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/SourceBuffer-abort.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/URL-createObjectURL-revoke.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/URL-createObjectURL.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/interfaces.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-activesourcebuffers.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-addsourcebuffer-mode.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-addsourcebuffer.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-append-buffer.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-appendbuffer-quota-exceeded.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-appendwindow.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-attach-stops-delaying-load-event.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-avtracks.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-buffered.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-closed.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-a-bitrate.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-av-audio-bitrate.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-av-framesize.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-av-video-bitrate.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-v-bitrate.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-v-framerate.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-v-framesize.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-a-bitrate.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-av-audio-bitrate.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-av-framesize.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-av-video-bitrate.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-bitrate.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-framerate.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-framesize.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-detach.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-duration-boundaryconditions.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-duration.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-endofstream-invaliderror.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-errors.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-getvideoplaybackquality.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-is-type-supported.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-liveseekable.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-multiple-attach.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-play-then-seek-back.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-play.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-preload.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-redundant-seek.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-remove.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-removesourcebuffer.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-seek-beyond-duration.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-seek-during-pending-seek.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-seekable.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-sequencemode-append-buffer.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-sourcebuffer-mode-timestamps.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-sourcebuffer-mode.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-sourcebuffer-trackdefaults.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-sourcebufferlist.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-timestamp-offset.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-trackdefault.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/mediasource-trackdefaultlist.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/touch-events/touch-retargeting.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/touch-events/touch-touchevent-constructor.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/url/a-element-origin-xhtml.xhtml [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/url/a-element-origin.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/url/a-element-xhtml.xhtml [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/url/url-constructor.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/url/url-origin.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/url/url-setters.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/webrtc/datachannel-emptystring.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/webrtc/no-media-call.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/webrtc/promises-call.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-constructor.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-idl.html [ Failure ]
+webkit.org/b/161839 imported/w3c/web-platform-tests/webrtc/simplecall.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# webkit.org/b/131729 http/tests/media/video-error-abort.html [ Crash Pass ]
-# webkit.org/b/131729 http/tests/media/video-redirect.html [ Crash Pass ]
</del><ins>+Bug(EFL) inspector/console/command-line-api-copy.html [ Failure ]
+Bug(EFL) inspector/css/get-system-fonts.html [ Failure ]
+Bug(EFL) inspector/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html [ Failure ]
+Bug(EFL) inspector/dom/getAccessibilityPropertiesForNode.html [ Failure ]
+Bug(EFL) inspector/dom/highlight-shape-outside-margin.html [ Failure ]
+Bug(EFL) inspector/layers/layers-blending-compositing-reasons.html [ Failure ]
+Bug(EFL) inspector/model/remote-object.html [ Failure ]
+Bug(EFL) inspector/unit-tests/url-utilities.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# BUG: video sizes not being set properly
-# media/video-size-intrinsic-scale.html
</del><ins>+Bug(EFL) intersection-observer/intersection-observer-entry-interface.html [ Failure ]
+Bug(EFL) intersection-observer/intersection-observer-interface.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# webkit.org/b/104809 media/video-src.html [ Crash Pass ]
-# webkit.org/b/104809 media/video-src-blob.html [ Crash Failure Timeout ]
-# webkit.org/b/104809 media/video-src-change.html [ Crash Pass Failure ]
-# webkit.org/b/104809 media/video-timeupdate-during-playback.html [ Crash Pass Failure ]
-# webkit.org/b/106551 media/video-src-source.html [ Crash Pass ]
-# webkit.org/b/106551 media/video-source-moved.html [ Crash Pass ]
-# webkit.org/b/106551 media/video-source.html [ Crash Pass ]
-# webkit.org/b/106551 media/video-source-type.html [ Crash Pass ]
-# webkit.org/b/95428 media/video-controls-captions.html [ Timeout ]
-# webkit.org/b/113106 media/track/track-prefer-captions.html [ Timeout ]
-# webkit.org/b/124664 media/video-seek-with-negative-playback.html [ Failure Crash Pass ]
</del><ins>+js/date-timeClip-large-values.html [ Failure ]
+js/dom/constructor-length.html [ Failure ]
+js/dom/dom-static-property-for-in-iteration.html [ Failure ]
+js/dom/global-constructors-attributes-dedicated-worker.html [ Failure ]
+js/dom/global-constructors-attributes.html [ Failure ]
+js/dom/regress-157246.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Started to crash after r163871
-# webkit.org/b/128905 media/video-fast-seek.html [ Crash Pass Failure ]
-# webkit.org/b/128905 media/video-extreme-playbackrate-crash.html [ Crash Pass Failure ]
</del><ins>+Bug(EFL) mathml/mathml-in-dashboard.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# This test is specific to QuickTime media engine.
-# # Bug(EFL) media/video-does-not-loop.html
</del><ins>+webkit.org/b/156969 media/accessiblity-describes-video.html [ Failure ]
+webkit.org/b/131044 media/audio-controls-rendering.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# EFL still has the CC toggle button, not the menu of tracks.
-# webkit.org/b/101670 media/video-controls-captions-trackmenu.html [ Skip ]
-# webkit.org/b/101670 media/video-controls-captions-trackmenu-sorted.html [ Skip ]
-# webkit.org/b/101670 media/video-controls-captions-trackmenu-localized.html [ Skip ]
-# webkit.org/b/101670 media/video-controls-captions-trackmenu-hide-on-click.html [ Skip ]
-# webkit.org/b/101670 media/video-controls-captions-trackmenu-hide-on-click-outside.html [ Skip ]
-# webkit.org/b/101670 media/track/track-user-preferences.html [ Skip ]
-# webkit.org/b/101670 media/video-controls-captions-trackmenu-includes-enabled-track.html [ Skip ]
-# webkit.org/b/101670 media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html [ Skip ]
-# webkit.org/b/101670 media/video-trackmenu-selection.html [ Skip ]
-# webkit.org/b/83869 media/video-empty-source.html [ Failure ]
-# webkit.org/b/83869 media/video-no-audio.html [ Failure ]
</del><ins>+webkit.org/b/85180 media/audio-delete-while-step-button-clicked.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Failing http tests (via GTK+)
-# http/tests/loading/bad-scheme-subframe.html
-# http/tests/media/video-play-stall-seek.html
-# http/tests/media/video-play-stall.html
-# http/tests/media/video-play-waiting.html
-# http/tests/security/feed-urls-from-remote.html
-# http/tests/media/video-buffered-range-contains-currentTime.html [ Timeout ]
-# media/airplay-autoplay.html [ Timeout ]
-# media/media-fullscreen-return-to-inline.html [ Timeout ]
</del><ins>+Bug(EFL) media/audio-playback-restriction-autoplay.html [ Failure ]
+Bug(EFL) media/audio-playback-restriction-play-muted.html [ Failure ]
+Bug(EFL) media/audio-playback-restriction-play.html [ Failure ]
+Bug(EFL) media/audio-repaint.html [ Failure ]
+Bug(EFL) media/context-menu-actions.html [ Failure ]
+Bug(EFL) media/controls-right-click-on-timebar.html [ Failure ]
+Bug(EFL) media/controls-strict.html [ Failure ]
+Bug(EFL) media/controls-without-preload.html [ Failure ]
+Bug(EFL) media/controls/airplay-controls.html [ Failure ]
+Bug(EFL) media/controls/airplay-picker.html [ Failure ]
+Bug(EFL) media/controls/basic.html [ Failure ]
+Bug(EFL) media/controls/inline-elements-dropoff-order.html [ Failure ]
+Bug(EFL) media/encrypted-media/encrypted-media-constants.html [ Failure ]
+Bug(EFL) media/encrypted-media/encrypted-media-is-type-supported.html [ Failure ]
+Bug(EFL) media/encrypted-media/encrypted-media-not-loaded.html [ Failure ]
+Bug(EFL) media/encrypted-media/encrypted-media-syntax.html [ Failure ]
+Bug(EFL) media/event-attributes.html [ Failure ]
+Bug(EFL) media/media-can-play-ogg.html [ Failure ]
+Bug(EFL) media/media-captions.html [ Failure ]
+Bug(EFL) media/media-controls-accessibility.html [ Failure ]
+Bug(EFL) media/media-controls-cancel-events.html [ Failure ]
+Bug(EFL) media/media-controls-clone.html [ Failure ]
+Bug(EFL) media/media-controls-invalid-url.html [ Failure ]
+Bug(EFL) media/media-controls-play-button-updates.html [ Failure ]
+Bug(EFL) media/media-document-audio-repaint.html [ Failure ]
+Bug(EFL) media/media-volume-slider-rendered-below.html [ Failure ]
+Bug(EFL) media/nodesFromRect-shadowContent.html [ Failure ]
+Bug(EFL) media/progress-events-generated-correctly.html [ Failure ]
+Bug(EFL) media/restore-from-page-cache.html [ Failure ]
+Bug(EFL) media/tab-focus-inside-media-elements.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Failing after r119268 on GTK and EFL
-# webkit.org/b/88138 http/tests/media/video-buffered.html [ Failure ]
-# webkit.org/b/127106 media/video-canvas-drawing-output.html [ Crash ]
</del><ins>+webkit.org/b/156969 media/track/audio/audio-track-mkv-vorbis-language.html [ Failure ]
+webkit.org/b/156969 media/track/in-band/track-in-band-kate-ogg-addtrack.html [ Failure ]
+webkit.org/b/156969 media/track/in-band/track-in-band-kate-ogg-kind.html [ Failure ]
+webkit.org/b/156969 media/track/in-band/track-in-band-kate-ogg-language.html [ Failure ]
+webkit.org/b/156969 media/track/in-band/track-in-band-kate-ogg-mode.html [ Failure ]
+webkit.org/b/156969 media/track/in-band/track-in-band-kate-ogg-track-order.html [ Failure ]
+webkit.org/b/156969 media/track/track-cue-rendering-horizontal.html [ Failure ]
+webkit.org/b/156969 media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure ]
+webkit.org/b/156969 media/track/track-cue-rendering-vertical.html [ Failure ]
+webkit.org/b/156969 media/track/track-cue-rendering.html [ Failure ]
+webkit.org/b/156969 media/track/track-datacue.html [ Failure ]
+webkit.org/b/156969 media/track/track-delete-during-setup.html [ Failure ]
+webkit.org/b/156969 media/track/track-in-band-legacy-api.html [ Failure ]
+webkit.org/b/156969 media/track/track-in-band-mode.html [ Failure ]
+webkit.org/b/156969 media/track/track-insert-after-load-crash.html [ Failure ]
+webkit.org/b/156969 media/track/track-kind.html [ Failure ]
+webkit.org/b/156969 media/track/track-long-word-container-sizing.html [ Failure ]
+webkit.org/b/156969 media/track/track-mode-not-changed-by-new-track.html [ Failure ]
+webkit.org/b/156969 media/track/track-mode-triggers-loading.html [ Failure ]
+webkit.org/b/156969 media/track/track-remove-by-setting-innerHTML.html [ Failure ]
+webkit.org/b/156969 media/track/track-user-preferences.html [ Failure ]
+webkit.org/b/156969 media/track/video-track-alternate-groups.html [ Failure ]
+webkit.org/b/156969 media/track/video/video-track-mkv-theora-language.html [ Failure ]
+webkit.org/b/156969 media/track/w3c/interfaces/TextTrackCue/align.html [ Failure ]
+webkit.org/b/156969 media/track/w3c/interfaces/TextTrackCue/endTime.html [ Failure ]
+webkit.org/b/156969 media/track/w3c/interfaces/TextTrackCue/id.html [ Failure ]
+webkit.org/b/156969 media/track/w3c/interfaces/TextTrackCue/pauseOnExit.html [ Failure ]
+webkit.org/b/156969 media/track/w3c/interfaces/TextTrackCue/startTime.html [ Failure ]
+webkit.org/b/156969 media/track/w3c/interfaces/TextTrackCue/track.html [ Failure ]
+webkit.org/b/156969 media/unsupported-rtsp.html [ Failure ]
+webkit.org/b/156969 media/video-autoplay-allowed-but-fullscreen-required.html [ Failure ]
+webkit.org/b/156969 media/video-background-playback.html [ Failure ]
+webkit.org/b/156969 media/video-background-tab-playback.html [ Failure ]
+webkit.org/b/156969 media/video-canvas-drawing-output.html [ Failure ]
+webkit.org/b/156969 media/video-concurrent-playback.html [ Failure ]
+webkit.org/b/156969 media/video-controls-audiotracks-trackmenu.html [ Failure ]
+webkit.org/b/156969 media/video-controls-captions-trackmenu-hide-on-click-outside.html [ Failure ]
+webkit.org/b/156969 media/video-controls-captions-trackmenu-includes-enabled-track.html [ Failure ]
+webkit.org/b/156969 media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html [ Failure ]
+webkit.org/b/156969 media/video-controls-drop-and-restore-timeline.html [ Failure ]
+webkit.org/b/156969 media/video-controls-fullscreen-volume.html [ Failure ]
+webkit.org/b/156969 media/video-controls-no-display-with-text-track.html [ Failure ]
+webkit.org/b/156969 media/video-controls-no-scripting.html [ Failure ]
+webkit.org/b/156969 media/video-controls-rendering.html [ Failure ]
+webkit.org/b/156969 media/video-controls-show-on-kb-or-ax-event.html [ Failure ]
+webkit.org/b/156969 media/video-controls-to-not-scroll-page-on-load.html [ Failure ]
+webkit.org/b/156969 media/video-controls-visible-exiting-fullscreen.html [ Failure ]
+webkit.org/b/156969 media/video-defaultmuted.html [ Failure ]
+webkit.org/b/156969 media/video-display-toggle.html [ Failure ]
+webkit.org/b/156969 media/video-empty-source.html [ Failure ]
+webkit.org/b/156969 media/video-fullscreeen-only-controls.html [ Failure ]
+webkit.org/b/156969 media/video-initially-hidden-volume-slider-up.html [ Failure ]
+webkit.org/b/156969 media/video-load-require-user-gesture.html [ Failure ]
+webkit.org/b/156969 media/video-no-audio.html [ Failure ]
+webkit.org/b/156969 media/video-playback-restriction-play-before-load.html [ Failure ]
+webkit.org/b/156969 media/video-playing-and-pause.html [ Failure ]
+webkit.org/b/156969 media/video-restricted-no-preload-auto.html [ Failure ]
+webkit.org/b/156969 media/video-seek-to-current-time.html [ Failure ]
+webkit.org/b/156969 media/video-size-intrinsic-scale.html [ Failure ]
+webkit.org/b/156969 media/video-transformed-by-javascript.html [ Failure ]
+webkit.org/b/156969 media/video-zoom-controls.html [ Failure ]
+webkit.org/b/156969 media/volume-bar-empty-when-muted.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# webkit.org/b/131044 media/audio-controls-rendering.html [ Failure ]
-# webkit.org/b/131044 media/track/video/video-track-mkv-theora-language.html [ Failure ]
-# webkit.org/b/131044 media/video-controls-no-scripting.html [ Failure ]
-# webkit.org/b/131044 media/video-fullscreeen-only-controls.html [ Failure ]
-# webkit.org/b/131044 media/track/track-datacue.html [ Timeout ]
-# webkit.org/b/131044 media/track/track-in-band-subtitles-too-large.html [ Timeout Crash Failure ]
-# webkit.org/b/131044 media/track/track-remove-track.html [ Timeout ]
-# webkit.org/b/131044 media/track/media-element-enqueue-event-crash.html [ Failure ]
-# webkit.org/b/131044 media/track/track-remove-by-setting-innerHTML.html [ Failure ]
-# webkit.org/b/131044 media/video-controls-drag.html [ Timeout ]
-# media/video-transformed-by-javascript.html [ Failure ]
</del><ins>+webkit.org/b/156023 pageoverlay/overlay-installation.html [ Failure ]
+webkit.org/b/156023 pageoverlay/overlay-large-document-scrolled.html [ Failure ]
+webkit.org/b/156023 pageoverlay/overlay-large-document.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# webkit.org/b/156969 media/video-autoplay-allowed-but-fullscreen-required.html [ Failure ]
-# webkit.org/b/156969 media/video-background-tab-playback.html [ Failure ]
-# webkit.org/b/156969 media/video-controls-audiotracks-trackmenu.html [ Failure ]
-# webkit.org/b/156969 media/video-controls-fullscreen-volume.html [ Failure ]
-# webkit.org/b/156969 media/video-controls-no-display-with-text-track.html [ Failure ]
-# webkit.org/b/156969 media/video-controls-rendering.html [ Failure ]
-# webkit.org/b/156969 media/video-controls-visible-exiting-fullscreen.html [ Failure ]
-# webkit.org/b/156969 media/video-display-toggle.html [ Failure ]
-# webkit.org/b/156969 media/video-initially-hidden-volume-slider-up.html [ Failure ]
-# webkit.org/b/156969 media/video-playing-and-pause.html [ Failure ]
-# webkit.org/b/156969 media/video-zoom-controls.html [ Failure ]
</del><ins>+plugins/evaluate-js-after-removing-plugin-element.html [ Failure ]
+plugins/keyboard-events.html [ Failure ]
+plugins/mouse-events-fixedpos.html [ Failure ]
+plugins/mouse-events.html [ Failure ]
+plugins/nested-plugin-objects.html [ Failure ]
+plugins/netscape-destroy-plugin-script-objects.html [ Failure ]
+plugins/netscape-plugin-setwindow-size-2.html [ Failure ]
+plugins/npp-set-window-called-during-destruction.html [ Failure ]
+plugins/npruntime/browser-object-identity.html [ Failure ]
+plugins/npruntime/delete-plugin-within-hasProperty-return-false.html [ Failure ]
+plugins/npruntime/delete-plugin-within-hasProperty-return-true.html [ Failure ]
+plugins/npruntime/delete-plugin-within-setProperty.html [ Failure ]
+plugins/npruntime/embed-property-equality.html [ Failure ]
+plugins/plugin-clip-subframe.html [ Failure ]
+plugins/plugin-javascript-access.html [ Failure ]
+plugins/refcount-leaks.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# media/encrypted-media/encrypted-media-session-lifetime.html [ Timeout ]
-# media/encrypted-media/encrypted-media-v2-events.html [ Timeout ]
-# media/encrypted-media/encrypted-media-v2-syntax.html [ Timeout ]
-# media/media-controls-drag-timeline-set-controls-property.html [ Timeout ]
-# media/modern-media-controls/scrubber-support/scrubber-support-click.html [ Timeout ]
-# media/modern-media-controls/scrubber-support/scrubber-support-drag.html [ Timeout ]
-# media/muted-video-is-playing-audio.html [ Timeout ]
-# svg/animations/animate-linear-discrete-additive.svg [ Timeout ]
</del><ins>+pointer-lock/mouse-event-api.html [ Failure ]
+pointer-lock/pointer-lock-api.html [ Failure ]
+pointer-lock/pointerlock-interface.html [ Failure ]
+printing/iframe-print.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# BUG: Captions support needed in the media engine (via GTK+)
-# media/media-captions.html
</del><ins>+# EFL doesn't support proximity yet.
+webkit.org/b/92942 proximity/add-listener-from-callback.html [ Failure ]
+webkit.org/b/92942 proximity/basic-operation.html [ Failure ]
+webkit.org/b/92942 proximity/check-event-deviceproximity.html [ Failure ]
+webkit.org/b/92942 proximity/create-event-deviceproximity.html [ Failure ]
+webkit.org/b/92942 proximity/create-event.html [ Failure ]
+webkit.org/b/92942 proximity/multiple-frames.html [ Failure ]
+webkit.org/b/92942 proximity/optional-event-properties.html [ Failure ]
+webkit.org/b/92942 proximity/updates.html [ Failure ]
+webkit.org/b/92942 proximity/window-property.html [ Failure ]
+webkit.org/b/92942 fast/events/constructors/device-proximity-event-constructor.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Media regressions after updating to gstreamer 1.0.
-# webkit.org/b/104809 media/remove-from-document.html [ Crash Pass Failure ]
</del><ins>+scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html [ Failure ]
+scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Tests that sometimes fail on the bot (for GTK or Mac ports as well)
-# webkit.org/b/127550 media/audio-concurrent-supported.html [ Failure Pass ]
-# webkit.org/b/76280  media/W3C/video/networkState/networkState_during_progress.html [ Failure Pass ]
-# webkit.org/b/128103 media/media-element-play-after-eos.html [ Pass Failure ]
-# webkit.org/b/128252 media/track/track-kind.html [ Pass Failure ]
-# webkit.org/b/128528 media/media-ended.html [ Pass Failure ]
</del><ins>+security/block-test.html [ Failure ]
+security/contentSecurityPolicy/plugins-types-allows-youtube-plugin-replacement.html [ Failure ]
</ins><span class="cx"> 
</span><del>-#  These tests are for an obsolete version of the EME spec.
-# media/encrypted-media/encrypted-media-events.html [ WontFix ]
-# media/encrypted-media/encrypted-media-not-loaded.html [ WontFix ]
-# media/encrypted-media/encrypted-media-syntax.html [ WontFix ]
</del><ins>+sputnik/Unicode/Unicode_510/S7.6_A3.1.html [ Failure ]
+sputnik/Unicode/Unicode_510/S7.6_A3.2.html [ Failure ]
+sputnik/Unicode/Unicode_510/S7.6_A5.3_T1.html [ Failure ]
+sputnik/Unicode/Unicode_510/S7.6_A5.3_T2.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# webkit.org/b/85180 media/audio-delete-while-step-button-clicked.html [ Failure Pass ]
</del><ins>+Bug(EFL) storage/domstorage/events/basic-body-attribute.html [ Failure ]
+Bug(EFL) storage/indexeddb/basics-workers.html [ Failure ]
+Bug(EFL) storage/indexeddb/cursor-advance-workers.html [ Failure ]
+Bug(EFL) storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html [ Failure ]
+Bug(EFL) storage/indexeddb/dont-commit-on-blocked.html [ Failure ]
+Bug(EFL) storage/indexeddb/index-basics-workers.html [ Failure ]
+Bug(EFL) storage/indexeddb/modern/date-basic-private.html [ Failure ]
+Bug(EFL) storage/indexeddb/modern/date-basic.html [ Failure ]
+Bug(EFL) storage/indexeddb/modern/get-keyrange-private.html [ Failure ]
+Bug(EFL) storage/indexeddb/modern/get-keyrange.html [ Failure ]
+Bug(EFL) storage/indexeddb/modern/idbobjectstore-delete-1-private.html [ Failure ]
+Bug(EFL) storage/indexeddb/modern/idbobjectstore-delete-1.html [ Failure ]
+Bug(EFL) storage/indexeddb/modern/workers-enable.html [ Failure ]
+Bug(EFL) storage/indexeddb/objectstore-basics-workers.html [ Failure ]
+Bug(EFL) storage/indexeddb/open-twice-workers.html [ Failure ]
+Bug(EFL) storage/indexeddb/pending-activity-workers.html [ Failure ]
+Bug(EFL) storage/indexeddb/pending-version-change-on-exit-private.html [ Failure ]
+Bug(EFL) storage/indexeddb/pending-version-change-on-exit.html [ Failure ]
+Bug(EFL) storage/indexeddb/pending-version-change-stuck-private.html [ Failure ]
+Bug(EFL) storage/indexeddb/pending-version-change-stuck-works-with-terminate-private.html [ Failure ]
+Bug(EFL) storage/indexeddb/pending-version-change-stuck-works-with-terminate.html [ Failure ]
+Bug(EFL) storage/indexeddb/pending-version-change-stuck.html [ Failure ]
+Bug(EFL) storage/indexeddb/transaction-complete-workers-private.html [ Failure ]
+Bug(EFL) storage/indexeddb/transaction-complete-workers.html [ Failure ]
+Bug(EFL) storage/indexeddb/unprefix-workers.html [ Failure ]
+Bug(EFL) storage/storageinfo-missing-arguments.html [ Failure ]
+Bug(EFL) storage/storageinfo-no-callbacks.html [ Failure ]
+Bug(EFL) storage/storageinfo-query-usage.html [ Failure ]
+Bug(EFL) storage/storageinfo-request-quota.html [ Failure ]
+Bug(EFL) storage/storagequota-query-usage.html [ Failure ]
+Bug(EFL) storage/storagequota-request-quota.html [ Failure ]
+Bug(EFL) storage/websql/quota-tracking.html [ Failure ]
+Bug(EFL) storage/websql/sql-error-codes.html [ Failure ]
</ins><span class="cx"> 
</span><del>-#  Opera-submitted tests to W3C for &lt;track&gt;, a lot of failures still.
-# webkit.org/b/103926 media/track/opera/idl/media-idl-tests.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLTrackElement/src.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/TextTrack/activeCues.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/constructor.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/createEvent.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/line.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onenter.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onexit.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/snapToLines.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/text.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/vertical.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCueList/getter.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/interfaces/TextTrackList/getter.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/track/track-element/cloneNode.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/track/track-element/src-clear-cues.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/track/webvtt/parsing/001.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html [ Skip ]
-# webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html [ Skip ]
-# webkit.org/b/103926 media/track/w3c/interfaces/TextTrackList/onremovetrack.html [ Skip ]
</del><ins>+Bug(EFL) svg/W3C-SVG-1.1-SE/color-prop-05-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/coords-dom-01-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/coords-dom-02-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/coords-dom-03-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/coords-dom-04-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/coords-units-03-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/filters-felem-01-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/filters-image-03-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/interact-pointer-03-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/linking-uri-01-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/painting-control-04-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/painting-marker-05-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/painting-marker-06-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/painting-marker-07-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/paths-dom-02-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/pservers-grad-17-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/pservers-grad-20-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/pservers-pattern-03-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/pservers-pattern-04-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/struct-use-14-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/styling-css-04-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/styling-pres-02-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/text-intro-02-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/text-intro-05-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/text-intro-09-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/text-tref-03-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/text-tspan-02-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/types-dom-01-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/types-dom-02-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/types-dom-03-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/types-dom-04-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/types-dom-05-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/types-dom-06-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1-SE/types-dom-07-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/animate-elem-03-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/animate-elem-24-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/animate-elem-36-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/animate-elem-40-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/filters-light-04-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/filters-turb-02-f.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/fonts-desc-02-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/fonts-elem-01-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/fonts-elem-02-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/fonts-elem-03-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/fonts-elem-04-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/fonts-elem-05-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/fonts-elem-06-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/fonts-elem-07-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/fonts-glyph-02-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/fonts-glyph-03-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/fonts-kern-01-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/masking-mask-01-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/pservers-grad-08-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/render-elems-06-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/render-elems-07-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/render-elems-08-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/render-groups-01-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/render-groups-03-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/shapes-rect-02-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/struct-dom-03-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/struct-dom-04-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/struct-dom-05-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/text-align-06-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/text-align-08-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/text-altglyph-01-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/text-fonts-03-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/text-intro-01-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/text-intro-02-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/text-intro-03-b.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/text-intro-04-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/text-text-05-t.svg [ Failure ]
+Bug(EFL) svg/W3C-SVG-1.1/text-text-06-t.svg [ Failure ]
+Bug(EFL) svg/animations/animate-css-xml-attributeType.html [ Failure ]
+Bug(EFL) svg/animations/animate-keysplines-crash.html [ Failure ]
+Bug(EFL) svg/animations/animate-setcurrenttime.html [ Failure ]
+Bug(EFL) svg/animations/animate-text-nested-transforms.html [ Failure ]
+Bug(EFL) svg/animations/animateMotion-crash-with-large-begin-time.html [ Failure ]
+Bug(EFL) svg/animations/classAttributeSettingCrash.html [ Failure ]
+Bug(EFL) svg/animations/invalid-keytime-number-crash.html [ Failure ]
+Bug(EFL) svg/animations/self-dependency-crash.html [ Failure ]
+Bug(EFL) svg/animations/smil-element-not-removed-crash.html [ Failure ]
+Bug(EFL) svg/animations/smil-timers-not-disabled-crash.html [ Failure ]
+Bug(EFL) svg/animations/svglength-animation-retarget-crash.html [ Failure ]
+Bug(EFL) svg/animations/target-condition-crash.html [ Failure ]
+Bug(EFL) svg/animations/updated-attributes.html [ Failure ]
+Bug(EFL) svg/as-background-image/background-image-preserveaspectRatio-support.html [ Failure ]
+Bug(EFL) svg/as-image/img-preserveAspectRatio-support-1.html [ Failure ]
+Bug(EFL) svg/as-object/svg-embedded-in-html-in-iframe.html [ Failure ]
+Bug(EFL) svg/batik/text/textEffect.svg [ Failure ]
+Bug(EFL) svg/batik/text/textEffect3.svg [ Failure ]
+Bug(EFL) svg/batik/text/textPosition2.svg [ Failure ]
+Bug(EFL) svg/batik/text/verticalText.svg [ Failure ]
+Bug(EFL) svg/batik/text/verticalTextOnPath.svg [ Failure ]
+Bug(EFL) svg/css/assert-on-non-resolvable-dimension.html [ Failure ]
+Bug(EFL) svg/css/buffered-rendering.html [ Failure ]
+Bug(EFL) svg/css/composite-shadow-text.svg [ Failure ]
+Bug(EFL) svg/css/mask-type.html [ Failure ]
+Bug(EFL) svg/css/max-height.html [ Failure ]
+Bug(EFL) svg/css/max-width.html [ Failure ]
+Bug(EFL) svg/css/parse-calc-length.html [ Failure ]
+Bug(EFL) svg/css/parse-height.html [ Failure ]
+Bug(EFL) svg/css/parse-length.html [ Failure ]
+Bug(EFL) svg/css/rect-system-color.xhtml [ Failure ]
+Bug(EFL) svg/css/shadow-changes.svg [ Failure ]
+Bug(EFL) svg/css/stars-with-shadow.html [ Failure ]
+Bug(EFL) svg/custom/acid3-test-77.html [ Failure ]
+Bug(EFL) svg/custom/animate-initial-pause-unpause.html [ Failure ]
+Bug(EFL) svg/custom/animate-path-morphing.svg [ Failure ]
+Bug(EFL) svg/custom/animate-pause-resume.html [ Failure ]
+Bug(EFL) svg/custom/bad-attributeName-crash.html [ Failure ]
+Bug(EFL) svg/custom/bug86781.html [ Failure ]
+Bug(EFL) svg/custom/control-points-for-S-and-T.svg [ Failure ]
+Bug(EFL) svg/custom/crash-inline-container-client.html [ Failure ]
+Bug(EFL) svg/custom/detached-outermost-svg-crash.html [ Failure ]
+Bug(EFL) svg/custom/getscreenctm-in-scrollable-div-area-nested.xhtml [ Failure ]
+Bug(EFL) svg/custom/glyph-selection-arabic-forms.svg [ Failure ]
+Bug(EFL) svg/custom/glyph-selection-lang-attribute.svg [ Failure ]
+Bug(EFL) svg/custom/glyph-selection-non-bmp.svg [ Failure ]
+Bug(EFL) svg/custom/glyph-setting-d-attribute.svg [ Failure ]
+Bug(EFL) svg/custom/glyph-transformation-with-hkern.svg [ Failure ]
+Bug(EFL) svg/custom/gradient-deep-referencing.svg [ Failure ]
+Bug(EFL) svg/custom/gradient-with-1d-boundingbox.svg [ Failure ]
+Bug(EFL) svg/custom/html_document_set_title.html [ Failure ]
+Bug(EFL) svg/custom/insert-subtree-with-duplicate-id-before-removing-subtree.html [ Failure ]
+Bug(EFL) svg/custom/js-late-pattern-creation.svg [ Failure ]
+Bug(EFL) svg/custom/large-image-pattern-crash.html [ Failure ]
+Bug(EFL) svg/custom/marker-opacity.svg [ Failure ]
+Bug(EFL) svg/custom/massive-coordinates.svg [ Failure ]
+Bug(EFL) svg/custom/non-scaling-stroke.svg [ Failure ]
+Bug(EFL) svg/custom/path-domsubtreemodified-crash.html [ Failure ]
+Bug(EFL) svg/custom/pattern-3-step-cycle.html [ Failure ]
+Bug(EFL) svg/custom/pattern-content-cycle-w-resourceless-container.html [ Failure ]
+Bug(EFL) svg/custom/recursive-gradient.svg [ Failure ]
+Bug(EFL) svg/custom/removed-from-animation-crash.html [ Failure ]
+Bug(EFL) svg/custom/repaint-shadow.svg [ Failure ]
+Bug(EFL) svg/custom/simple-text-double-shadow.svg [ Failure ]
+Bug(EFL) svg/custom/stroke-width-click.svg [ Failure ]
+Bug(EFL) svg/custom/stroked-pattern.svg [ Failure ]
+Bug(EFL) svg/custom/svg-fonts-in-text-controls.html [ Failure ]
+Bug(EFL) svg/custom/svg-fonts-no-latin-glyph.html [ Failure ]
+Bug(EFL) svg/custom/svg-fonts-with-no-element-reference.html [ Failure ]
+Bug(EFL) svg/custom/svg-parse-overflow-1.html [ Failure ]
+Bug(EFL) svg/custom/svg-parse-overflow-2.html [ Failure ]
+Bug(EFL) svg/custom/svg-parse-overflow-3.html [ Failure ]
+Bug(EFL) svg/custom/svg-parse-overflow-4.html [ Failure ]
+Bug(EFL) svg/custom/svg-parse-overflow-5.html [ Failure ]
+Bug(EFL) svg/custom/svg-width-intrinsic-crash.html [ Failure ]
+Bug(EFL) svg/custom/svgsvgelement-ctm.xhtml [ Failure ]
+Bug(EFL) svg/custom/svgsvgelement-ctm3.xhtml [ Failure ]
+Bug(EFL) svg/custom/system-language-crash.html [ Failure ]
+Bug(EFL) svg/custom/text-ctm.svg [ Failure ]
+Bug(EFL) svg/custom/title-assertion.html [ Failure ]
+Bug(EFL) svg/custom/tref-clone-crash.html [ Failure ]
+Bug(EFL) svg/custom/tref-shadowdom.html [ Failure ]
+Bug(EFL) svg/custom/tref-stale-listener-crash.html [ Failure ]
+Bug(EFL) svg/custom/tref-with-progress-tag-setpseudo-assert.html [ Failure ]
+Bug(EFL) svg/custom/use-animation-in-fill.html [ Failure ]
+Bug(EFL) svg/custom/use-href-attr-removal-crash.html [ Failure ]
+Bug(EFL) svg/custom/use-href-change-local-to-invalid-remote.html [ Failure ]
+Bug(EFL) svg/custom/use-listener-append-crash.html [ Failure ]
+Bug(EFL) svg/custom/use-multiple-on-nested-disallowed-font.html [ Failure ]
+Bug(EFL) svg/custom/use-nested-transform.svg [ Failure ]
+Bug(EFL) svg/dom/SVGViewSpec-invalid-ref-crash.html [ Failure ]
+Bug(EFL) svg/dom/use-style-recalc-script-execute-crash.html [ Failure ]
+Bug(EFL) svg/filters/display-none-filter-primitive.html [ Failure ]
+Bug(EFL) svg/filters/feImage-failed-load-crash.html [ Failure ]
+Bug(EFL) svg/filters/reparent-animated-filter-target.html [ Failure ]
+Bug(EFL) svg/foreignObject/absolute-position-foreign-object-child-crash.html [ Failure ]
+Bug(EFL) svg/foreignObject/background-render-phase.html [ Failure ]
+Bug(EFL) svg/foreignObject/clip.html [ Failure ]
+Bug(EFL) svg/foreignObject/fO-fixed-position-crash.html [ Failure ]
+Bug(EFL) svg/foreignObject/filter.html [ Failure ]
+Bug(EFL) svg/foreignObject/mask.html [ Failure ]
+Bug(EFL) svg/foreignObject/multiple-foreign-objects.html [ Failure ]
+Bug(EFL) svg/foreignObject/text-tref-02-b.svg [ Failure ]
+Bug(EFL) svg/hittest/svg-shapes-non-scale-stroke.html [ Failure ]
+Bug(EFL) svg/hittest/svg-use-element-from-point.html [ Failure ]
+Bug(EFL) svg/in-html/circle.html [ Failure ]
+Bug(EFL) svg/in-html/script-external.html [ Failure ]
+Bug(EFL) svg/in-html/script.html [ Failure ]
+Bug(EFL) svg/in-html/svg-assert-failure-percentage.html [ Failure ]
+Bug(EFL) svg/in-html/svg-inner-html.html [ Failure ]
+Bug(EFL) svg/path-arc-invalid.html [ Failure ]
+Bug(EFL) svg/repaint/svgsvgelement-repaint-children.html [ Failure ]
+Bug(EFL) svg/stroke/zero-width-hang.html [ Failure ]
+Bug(EFL) svg/text/a-display-block.html [ Failure ]
+Bug(EFL) svg/text/glyphref-renderer-create-crash.html [ Failure ]
+Bug(EFL) svg/text/highcharts-assertion.html [ Failure ]
+Bug(EFL) svg/text/kerning.svg [ Failure ]
+Bug(EFL) svg/text/lengthAdjust-text-metrics.html [ Failure ]
+Bug(EFL) svg/text/multichar-glyph.svg [ Failure ]
+Bug(EFL) svg/text/scaling-font-with-geometric-precision.html [ Failure ]
+Bug(EFL) svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg [ Failure ]
+Bug(EFL) svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg [ Failure ]
+Bug(EFL) svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg [ Failure ]
+Bug(EFL) svg/text/select-textLength-spacingAndGlyphs-squeeze-4.svg [ Failure ]
+Bug(EFL) svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg [ Failure ]
+Bug(EFL) svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg [ Failure ]
+Bug(EFL) svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg [ Failure ]
+Bug(EFL) svg/text/selection-tripleclick.svg [ Failure ]
+Bug(EFL) svg/text/small-fonts-in-html5.html [ Failure ]
+Bug(EFL) svg/text/svg-rtl-text-crash.html [ Failure ]
+Bug(EFL) svg/text/text-align-06-b.svg [ Failure ]
+Bug(EFL) svg/text/text-altglyph-01-b.svg [ Failure ]
+Bug(EFL) svg/text/text-hkern-on-vertical-text.svg [ Failure ]
+Bug(EFL) svg/text/text-hkern.svg [ Failure ]
+Bug(EFL) svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures.html [ Failure ]
+Bug(EFL) svg/text/text-overflow-ellipsis-svgfont.html [ Failure ]
+Bug(EFL) svg/text/text-rect-precision.html [ Failure ]
+Bug(EFL) svg/text/text-style-recalc-crash.html [ Failure ]
+Bug(EFL) svg/text/text-text-04-t.svg [ Failure ]
+Bug(EFL) svg/text/text-text-05-t.svg [ Failure ]
+Bug(EFL) svg/text/text-text-06-t.svg [ Failure ]
+Bug(EFL) svg/text/text-vkern-on-horizontal-text.svg [ Failure ]
+Bug(EFL) svg/text/text-vkern.svg [ Failure ]
+Bug(EFL) svg/text/textpath-display-block.html [ Failure ]
+Bug(EFL) svg/text/tref-display-inherit.html [ Failure ]
+Bug(EFL) svg/text/tspan-display-block.html [ Failure ]
+Bug(EFL) svg/transforms/svg-geometry-crash.html [ Failure ]
+Bug(EFL) svg/transforms/text-with-mask-with-svg-transform.svg [ Failure ]
+Bug(EFL) svg/zoom/page/zoom-foreignObject.svg [ Failure ]
+Bug(EFL) svg/zoom/page/zoom-get-screen-ctm.html [ Failure ]
+Bug(EFL) svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html [ Failure ]
+Bug(EFL) svg/zoom/page/zoom-svg-float-border-padding.xml [ Failure ]
</ins><span class="cx"> 
</span><del>-# Also flaky at least on GTK+
-# webkit.org/b/72698 media/audio-garbage-collect.html
</del><ins>+Bug(EFL) tables/mozilla_expected_failures/bugs/bug1055-2.html [ Failure ]
+Bug(EFL) transitions/blendmode-transitions.html [ Failure ]
+Bug(EFL) vibration/cancelVibration-after-pagevisibility-changed-to-hidden.html [ Failure ]
+Bug(EFL) webarchive/loading/object.html [ Failure ]
+Bug(EFL) webarchive/loading/test-loading-archive-subresource-null-mimetype.html [ Failure ]
+Bug(EFL) webaudio/createMediaStreamSource-null.html [ Failure ]
+Bug(EFL) webaudio/mediastreamaudiodestinationnode.html [ Failure ]
+Bug(EFL) webaudio/mediastreamaudiosourcenode.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# EFL port doesn't fully support EME yet.
-# webkit.org/b/141959 http/tests/media/clearkey/clear-key-hls-aes128.html [ Crash ]
</del><ins>+Bug(EFL) dom/xhtml/level3/core/canonicalform08.xhtml [ ImageOnlyFailure ]
+Bug(EFL) dom/xhtml/level3/core/canonicalform09.xhtml [ ImageOnlyFailure ]
+Bug(EFL) dom/xhtml/level3/core/documentgetinputencoding03.xhtml [ ImageOnlyFailure ]
+Bug(EFL) dom/xhtml/level3/core/entitygetinputencoding02.xhtml [ ImageOnlyFailure ]
+Bug(EFL) dom/xhtml/level3/core/entitygetxmlversion02.xhtml [ ImageOnlyFailure ]
+Bug(EFL) dom/xhtml/level3/core/nodegetbaseuri05.xhtml [ ImageOnlyFailure ]
+Bug(EFL) dom/xhtml/level3/core/nodegetbaseuri07.xhtml [ ImageOnlyFailure ]
+Bug(EFL) dom/xhtml/level3/core/nodegetbaseuri09.xhtml [ ImageOnlyFailure ]
+Bug(EFL) dom/xhtml/level3/core/nodegetbaseuri10.xhtml [ ImageOnlyFailure ]
+Bug(EFL) dom/xhtml/level3/core/nodegetbaseuri11.xhtml [ ImageOnlyFailure ]
+Bug(EFL) dom/xhtml/level3/core/nodegetbaseuri15.xhtml [ ImageOnlyFailure ]
+Bug(EFL) dom/xhtml/level3/core/nodegetbaseuri17.xhtml [ ImageOnlyFailure ]
+Bug(EFL) dom/xhtml/level3/core/nodegetbaseuri18.xhtml [ ImageOnlyFailure ]
+Bug(EFL) dom/xhtml/level3/core/nodelookupnamespaceuri01.xhtml [ ImageOnlyFailure ]
+Bug(EFL) dom/xhtml/level3/core/nodelookupprefix19.xhtml [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><del>-# Fails on the bots.
-# webkit.org/b/97968 media/unsupported-rtsp.html [ Failure Pass Timeout ]
</del><ins>+# Need to check what is difference.
+fast/block/border-fit-with-right-alignment.html [ ImageOnlyFailure ]
+fast/css-generated-content/quotes-xml-lang.xhtml [ ImageOnlyFailure ]
+fast/css/attribute-ascii-case-insensitive-xhtml.xhtml [ ImageOnlyFailure ]
+fast/css/attribute-for-content-property-style-update-xhtml.xhtml [ ImageOnlyFailure ]
+fast/css/case-insensitive-attribute-selector-styling-xhtml-1.xhtml [ ImageOnlyFailure ]
+fast/css/case-insensitive-attribute-selector-styling-xhtml-2.xhtml [ ImageOnlyFailure ]
+fast/css/case-insensitive-attribute-selector-styling-xhtml-3.xhtml [ ImageOnlyFailure ]
+fast/css/tagname-and-namespace-case-sensitivity-xml-in-xhtml.xhtml [ ImageOnlyFailure ]
+fast/css/tagname-case-sensitivity-svg-in-xhtml.xhtml [ ImageOnlyFailure ]
+fast/css/tagname-case-sensitivity-xml-in-xhtml.xhtml [ ImageOnlyFailure ]
+fast/css3-text/css3-text-decoration/text-decoration-dashed.html [ ImageOnlyFailure ]
+fast/css3-text/css3-text-decoration/text-decoration-dotted-dashed.html [ ImageOnlyFailure ]
+fast/css3-text/css3-text-decoration/text-decoration-dotted.html [ ImageOnlyFailure ]
+fast/multicol/clip-in-columns.html [ ImageOnlyFailure ]
+fast/multicol/filter-in-columns.html [ ImageOnlyFailure ]
+fast/multicol/nested-filter-in-columns.html [ ImageOnlyFailure ]
+fast/text/control-characters/visible-control-characters-1.html [ ImageOnlyFailure ]
+fast/text/control-characters/visible-control-characters-2.html [ ImageOnlyFailure ]
+fast/text/control-characters/visible-control-characters-2.xhtml [ ImageOnlyFailure ]
+fast/text/control-characters/visible-control-characters-3.html [ ImageOnlyFailure ]
+fast/text/control-characters/visible-control-characters-3.xhtml [ ImageOnlyFailure ]
+fast/text/emoji-single-parent-family.html [ ImageOnlyFailure ]
+fast/text/fallback-language-han-2.html [ ImageOnlyFailure ]
+fast/text/international/lang-sensitive-fonts-xml.xhtml [ ImageOnlyFailure ]
+fast/text/international/system-language/han-quotes.html [ ImageOnlyFailure ]
+fast/text/variations/exist.html [ ImageOnlyFailure ]
+fast/text/variations/outofbounds.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><del>-# # Bug(EFL) media/track/track-element-load-event.html [ Crash Failure Pass ]
-
-# webkit.org/b/124931 media/track/audio/audio-track-mkv-vorbis-enabled.html [ Failure Pass ]
-
-# Fullscreen API is enabled but not fully implemented.
-# webkit.org/b/86187 media/media-fullscreen-not-in-document.html [ Timeout ]
-
-# This test fails if mixer is not at 100%
-# webkit.org/b/83704 media/event-attributes.html [ Failure Crash Pass ]
-
-# Though MEDIA_SOURCE is enabled, below tests are still failing.
-# webkit.org/b/134974 http/tests/media/media-source [ Skip ]
-# webkit.org/b/164022 media/media-source [ Skip ]
-
-# Media paint regressions
-# webkit.org/b/102068 # webkit.org/b/102993 media/audio-repaint.html [ Failure ]
-# webkit.org/b/102068 # webkit.org/b/102993 media/media-document-audio-repaint.html [ Timeout ]
-
-# New media test introduced in r133660 fails.
-# webkit.org/b/101439 media/progress-events-generated-correctly.html [ Failure Pass ]
-
-# Fails because EventSendingController's contextClick does mouse click on Efl.
-# Bug(EFL) media/controls-right-click-on-timebar.html [ Crash ]
-
-# In-band tracks only work on GStreamer &gt;= 1.1.2
-# Bug(EFL) media/track/track-in-band.html [ Skip ]
-# Bug(EFL) media/track/track-in-band-cues-added-once.html [ Skip ]
-# Bug(EFL) media/track/track-in-band-style.html [ Skip ]
-# Bug(EFL) media/track/track-in-band-legacy-api.html [ Skip ]
-# Bug(EFL) media/track/track-in-band-duplicate-tracks-when-source-changes.html [ Skip ]
-# Bug(EFL) media/track/track-forced-subtitles-in-band.html [ Skip ]
-# Bug(EFL) media/track/track-in-band-mode.html [ Skip ]
-# Bug(EFL) media/track/in-band [ Skip ]
-
-# DataCue.value not enabled
-# Bug(EFL) http/tests/media/track-in-band-hls-metadata.html [ Skip ]
-# Bug(EFL) media/track/track-datacue-value.html [ Skip ]
-
-# This test uses an MPEG-4 video
-# media/video-seek-to-current-time.html [ Skip ]
-
-# Failing after r142947.
-# webkit.org/b/83869 fast/layers/video-layer.html [ Failure ]
-# webkit.org/b/83869 media/media-controls-clone.html [ Failure ]
-# webkit.org/b/83869 media/track/track-cue-rendering-horizontal.html [ Failure Crash ]
-
-# ENABLE(WEBVTT_REGIONS) is disabled
-# webkit.org/b/109570 media/track/regions-webvtt [ Skip ]
-# webkit.org/b/109570 media/track/w3c [ Skip ]
-
-#  Expected result is missing.
-# webkit.org/b/149113 media/media-controls-play-button-updates.html [ Skip ]
-
-# media/media-volume-slider-rendered-below.html [ Failure ]
-
-# Unidentified failing media tests
-# webkit.org/b/115419 media/media-can-play-ogg.html [ Failure ]
-
-# Requires ENCRYPTED_MEDIA support.
-# webkit.org/b/95297 media/encrypted-media [ Pass ]
-
-webkit.org/b/166526 css3/device-adapt/opera/cascading-002.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/cascading-003.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/cascading-004.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-001.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-004.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-005.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-006.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-007.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-008.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-009.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-010.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-011.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-013.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-014.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-015.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-016.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-017.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-018.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-019.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-020.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-023.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/constrain-024.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/cssom-001.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/syntax-001.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/syntax-002.xhtml [ Failure ]
-webkit.org/b/166526 css3/device-adapt/opera/syntax-003.xhtml [ Failure ]
-
</del><span class="cx"> # Need to rebaseline
</span><span class="cx"> imported/blink/fast/css/case-sensitive-003.xhtml [ ImageOnlyFailure ]
</span><span class="cx"> imported/blink/fast/css/case-sensitive-004.xhtml [ ImageOnlyFailure ]
</span><span class="lines">@@ -2965,6 +2768,7 @@
</span><span class="cx"> imported/mozilla/svg/svg-integration/clipPath-html-05.xhtml [ ImageOnlyFailure ]
</span><span class="cx"> imported/mozilla/svg/svg-integration/clipPath-html-06.xhtml [ ImageOnlyFailure ]
</span><span class="cx"> imported/mozilla/svg/svg-integration/dynamic-conditions-outer-svg-01.xhtml [ ImageOnlyFailure ]
</span><ins>+imported/mozilla/svg/svg-integration/dynamic-conditions-outer-svg-03.xhtml [ ImageOnlyFailure ]
</ins><span class="cx"> imported/mozilla/svg/svg-integration/dynamic-conditions-outer-svg-04.xhtml [ ImageOnlyFailure ]
</span><span class="cx"> imported/mozilla/svg/viewBox-valid-02.xhtml [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-color-3/t31-color-currentColor-b.xht [ ImageOnlyFailure ]
</span><span class="lines">@@ -2985,8 +2789,6 @@
</span><span class="cx"> imported/w3c/css/css-color-3/t422-rgba-func-no-mixed-f.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-color-3/t422-rgba-func-pct-a.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-color-3/t422-rgba-func-whitespace-b.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-color-3/t422-rgba-onscreen-b.xht [ ImageOnlyFailure ]
-imported/w3c/css/css-color-3/t422-rgba-onscreen-multiple-boxes-c.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-color-3/t423-transparent-1-a.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-color-3/t423-transparent-2-a.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-color-3/t424-hsl-basic-a.xht [ ImageOnlyFailure ]
</span><span class="lines">@@ -2993,7 +2795,6 @@
</span><span class="cx"> imported/w3c/css/css-color-3/t424-hsl-clip-outside-gamut-b.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-color-3/t424-hsl-parsing-f.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-color-3/t425-hsla-clip-outside-device-gamut-b.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-color-3/t425-hsla-onscreen-multiple-boxes-c.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-color-3/t425-hsla-parsing-f.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-color-3/t425-hsla-values-b.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-color-3/t44-currentcolor-background-b.xht [ ImageOnlyFailure ]
</span><span class="lines">@@ -3000,9 +2801,7 @@
</span><span class="cx"> imported/w3c/css/css-color-3/t44-currentcolor-border-b.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-block-clip-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-block-clip-002.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-br-inside-avoidcolumn-001.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-multicol-1/multicol-break-000.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-break-001.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-multicol-1/multicol-clip-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-clip-002.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-collapsing-001.xht [ ImageOnlyFailure ]
</span><span class="lines">@@ -3020,13 +2819,9 @@
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-containing-002.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-count-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-count-002.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-count-computed-001.xht [ ImageOnlyFailure ]
-imported/w3c/css/css-multicol-1/multicol-count-computed-002.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-multicol-1/multicol-count-computed-003.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-count-computed-004.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-count-computed-005.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-count-large-001.xht [ ImageOnlyFailure ]
-imported/w3c/css/css-multicol-1/multicol-count-large-002.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-multicol-1/multicol-count-negative-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-count-negative-002.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-count-non-integer-001.xht [ ImageOnlyFailure ]
</span><span class="lines">@@ -3038,8 +2833,6 @@
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-fill-auto-002.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-fill-auto-003.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-fill-auto-block-children-001.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-fill-auto-block-children-002.xht [ ImageOnlyFailure ]
-imported/w3c/css/css-multicol-1/multicol-fill-auto.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-multicol-1/multicol-fill-balance-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-gap-000.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-gap-001.xht [ ImageOnlyFailure ]
</span><span class="lines">@@ -3053,8 +2846,6 @@
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-height-block-child-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-inherit-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-inherit-002.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-inherit-003.xht [ ImageOnlyFailure ]
-imported/w3c/css/css-multicol-1/multicol-inherit-004.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-multicol-1/multicol-list-item-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-margin-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-margin-002.xht [ ImageOnlyFailure ]
</span><span class="lines">@@ -3061,12 +2852,7 @@
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-margin-child-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-nested-002.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-nested-005.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-nested-column-rule-001.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-multicol-1/multicol-nested-margin-001.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-nested-margin-002.xht [ ImageOnlyFailure ]
-imported/w3c/css/css-multicol-1/multicol-nested-margin-003.xht [ ImageOnlyFailure ]
-imported/w3c/css/css-multicol-1/multicol-nested-margin-004.xht [ ImageOnlyFailure ]
-imported/w3c/css/css-multicol-1/multicol-nested-margin-005.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-multicol-1/multicol-overflow-000.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-overflowing-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-reduce-000.xht [ ImageOnlyFailure ]
</span><span class="lines">@@ -3074,7 +2860,6 @@
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-rule-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-rule-002.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-rule-003.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-rule-004.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-multicol-1/multicol-rule-color-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-rule-color-inherit-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-rule-color-inherit-002.xht [ ImageOnlyFailure ]
</span><span class="lines">@@ -3083,7 +2868,6 @@
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-rule-double-000.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-rule-fraction-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-rule-fraction-002.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-rule-fraction-003.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-multicol-1/multicol-rule-groove-000.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-rule-hidden-000.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-rule-inset-000.xht [ ImageOnlyFailure ]
</span><span class="lines">@@ -3107,14 +2891,7 @@
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-span-all-002.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-span-all-003.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-span-all-block-sibling-003.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-span-all-child-001.xht [ ImageOnlyFailure ]
-imported/w3c/css/css-multicol-1/multicol-span-all-child-002.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-multicol-1/multicol-span-all-margin-001.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-span-all-margin-002.xht [ ImageOnlyFailure ]
-imported/w3c/css/css-multicol-1/multicol-span-all-margin-bottom-001.xht [ ImageOnlyFailure ]
-imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-001.xht [ ImageOnlyFailure ]
-imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-002.xht [ ImageOnlyFailure ]
-imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-003.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-firstchild-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-span-float-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-span-none-001.xht [ ImageOnlyFailure ]
</span><span class="lines">@@ -3121,16 +2898,81 @@
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-table-cell-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-table-cell-height-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-table-cell-height-002.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-table-cell-vertical-align-001.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-multicol-1/multicol-width-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-width-002.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-width-003.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-width-count-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-width-count-002.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-width-ems-001.xht [ ImageOnlyFailure ]
</del><span class="cx"> imported/w3c/css/css-multicol-1/multicol-width-invalid-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-width-large-001.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-width-large-002.xht [ ImageOnlyFailure ]
</span><span class="cx"> imported/w3c/css/css-multicol-1/multicol-width-negative-001.xht [ ImageOnlyFailure ]
</span><del>-imported/w3c/css/css-multicol-1/multicol-width-small-001.xht [ ImageOnlyFailure ]
-imported/w3c/css/css-multicol-1/multicol-zero-height-001.xht [ ImageOnlyFailure ]
</del><ins>+mathml/presentation/msub-base-changed.xhtml [ ImageOnlyFailure ]
+mathml/presentation/msub-sub-changed.xhtml [ ImageOnlyFailure ]
+mathml/presentation/msubsup-base-changed.xhtml [ ImageOnlyFailure ]
+mathml/presentation/msubsup-sub-changed.xhtml [ ImageOnlyFailure ]
+mathml/presentation/msubsup-sup-changed.xhtml [ ImageOnlyFailure ]
+mathml/presentation/msup-base-changed.xhtml [ ImageOnlyFailure ]
+mathml/presentation/msup-sup-changed.xhtml [ ImageOnlyFailure ]
+svg/custom/relative-sized-shadow-tree-content-with-symbol.xhtml [ ImageOnlyFailure ]
+svg/transforms/change-transform-origin-css.xhtml [ ImageOnlyFailure ]
+svg/transforms/change-transform-origin-presentation-attribute.xhtml [ ImageOnlyFailure ]
+svg/transforms/transform-origin-css-property.xhtml [ ImageOnlyFailure ]
+
+webkit.org/b/105870 webaudio/audiobuffersource.html [ Failure ]
+webkit.org/b/105870 webaudio/codec-tests/aac/vbr-128kbps-44khz.html [ Failure ]
+webkit.org/b/105870 webaudio/codec-tests/mp3/128kbps-44khz.html [ Failure ]
+webkit.org/b/105870 webaudio/codec-tests/vorbis/vbr-128kbps-44khz.html [ Failure ]
+webkit.org/b/105870 webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html [ Failure ]
+webkit.org/b/105870 webaudio/codec-tests/vorbis/vbr-96kbps-44khz.html [ Failure ]
+webkit.org/b/105870 webaudio/codec-tests/wav/24bit-22khz-resample.html [ Failure ]
+webkit.org/b/105870 webaudio/codec-tests/wav/24bit-44khz.html [ Failure ]
+webkit.org/b/105870 webaudio/mixing.html [ Failure ]
+
+# Need to add new baseline for EFL
+fast/dom/rtl-scroll-to-leftmost-and-resize.html [ Missing ]
+fast/events/touch/gesture/context-menu-on-long-press.html [ Missing ]
+fast/events/touch/gesture/context-menu-on-long-tap.html [ Missing ]
+fast/events/touch/gesture/context-menu-on-two-finger-tap.html [ Missing ]
+fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag.html [ Missing ]
+fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html [ Missing ]
+fast/events/touch/touch-constructor.html [ Missing ]
+fast/forms/basic-selects.html [ Missing ]
+fast/forms/color/input-appearance-color.html [ Missing ]
+fast/forms/input-readonly-autoscroll.html [ Missing ]
+fast/forms/input-text-click-outside.html [ Missing ]
+fast/forms/input-text-drag-down.html [ Missing ]
+fast/forms/textfield-overflow.html [ Missing ]
+fast/images/pdf-as-background.html [ Missing ]
+fast/images/pdf-as-image-landscape.html [ Missing ]
+fast/images/pdf-as-image.html [ Missing ]
+fast/images/pdf-as-tiled-background.html [ Missing ]
+fast/lists/drag-into-marker.html [ Missing ]
+fast/repaint/selection-clear.html [ Missing ]
+fast/text/arabic-times-new-roman.html [ Missing ]
+fast/text/emoji.html [ Missing ]
+fast/text/font-weights-zh.html [ Missing ]
+fast/text/font-weights.html [ Missing ]
+fast/text/han-generic-font-families.html [ Missing ]
+fast/text/hangul-generic-font-families.html [ Missing ]
+fast/text/line-initial-and-final-swashes.html [ Missing ]
+fast/text/softbank-emoji.html [ Missing ]
+http/tests/media/hls/video-controls-live-stream.html [ Missing ]
+http/tests/misc/acid2-pixel.html [ Missing ]
+http/tests/multipart/invalid-image-data.html [ Missing ]
+mathml/presentation/bug159513.html [ Missing ]
+media/media-session-restrictions.html [ Missing ]
+media/track/opera/track/track-element/cloneNode.html [ Missing ]
+media/track/opera/track/track-element/src-clear-cues.html [ Missing ]
+media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html [ Missing ]
+media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html [ Missing ]
+media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html [ Missing ]
+media/video-controls-captions-trackmenu-hide-on-click.html [ Missing ]
+media/video-controls-captions-trackmenu-localized.html [ Missing ]
+media/video-controls-captions-trackmenu-sorted.html [ Missing ]
+media/video-volume-slider.html [ Missing ]
+plugins/snapshotting/autoplay-dominant-blank-plugin-moved-into-view.html [ Missing ]
+plugins/snapshotting/autoplay-dominant.html [ Missing ]
+svg/W3C-SVG-1.1/pservers-grad-13-b.svg [ Missing ]
+svg/as-image/animated-svg-repaints-completely-in-hidpi.html [ Missing ]
+webarchive/loading/cache-expired-subresource.html [ Missing ]
</ins></span></pre>
</div>
</div>

</body>
</html>