blob: d2287a1cf12fb068c6d5cb6e9e5a88cf86abf9e4 [file] [log] [blame]
# These are the layout test expectations for the GTK port of WebKit.
#
#
# If you get different test results than the bots for some tests
# even when using the internal JHBuild, then you can re-try using a
# chroot of the same distro and version the bots use (see below).
# If doing that fixes the issue, it means we need to identify the library
# that is causing the difference on the results, and add it to the JHBuild.
#
# The bots of WebKitGTK+ running layout tests (Release Test, Debug Test, Release Wayland Tests)
# are currently running on Debian 9 (Stretch) x86_64.
#
#
# See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
#
# Never add any tests to this file without opening a bug on bugzilla.webkit.org.
#//////////////////////////////////////////////////////////////////////////////////////////
# Platform-specific directories.
#//////////////////////////////////////////////////////////////////////////////////////////
accessibility/gtk [ Pass ]
editing/pasteboard/gtk [ Pass ]
swipe [ Pass ]
# OffscreenCanvas
webkit.org/b/203146 fast/canvas/offscreen-enabled.html [ Pass ]
webkit.org/b/203146 http/wpt/offscreen-canvas [ Pass ]
webkit.org/b/203146 imported/w3c/web-platform-tests/offscreen-canvas [ Pass ]
#//////////////////////////////////////////////////////////////////////////////////////////
# End platform-specific directories.
#//////////////////////////////////////////////////////////////////////////////////////////
# This list is divided into several sections to make it easy for us to triage and close issues.
# 1. TESTS THAT REQUIRE NEW RESULTS
# Please don't add any tests to this list. Instead just ping a GTK+ developer
# to generate results for you.
# 2. EXPECTED FAILURES
# This list is divided into two parts:
# a. Tests that we never expect to pass, because they use features we likely
# will never implement (Mac-only features, for instance).
# b. Missing WebCore/WebKit features that we'll want someday.
# 3. TESTS CRASHING
# Please open a bug for each test crashing with any important information.
# These are in a separate section than failing tests, because they should be
# priority fixes.
# 4. FLAKY TESTS
# Tests that sometimes pass.
# 5. SLOW TESTS
# These tests are assigned the SLOW modifier to prevent them timing out as they
# otherwise pass, but take a long time to complete due to the nature of test,
# debug configuration or some other performance-affecting factor.
# 6. TESTS TIMING OUT
# Please open a bug for each test timing out with any important information.
# 7. TESTS WITH ARCHITECTURE-SPECIFIC RESULTS
# Tests with different results (of which at least one is failure) on 32-bit and 64-bit builders.
# These tests are essentially marked as flaky, but are noted as failing only on specific architecture.
#
# 8. WEBKIT2 REGRESSIONS
# Tests that are now failing because of the switch to WebKit2, probably misssing some
# test harness support.
#
# 9. TESTS FAILING
# Each test should (eventually) have a bug. Missing test harness features also go here.
#
# 10. TESTS PASSING
# Tests that pass for GTK but have different expectations in the global expectations file.
#
# 11. THREADED COMPOSITOR FAILURES
# Tests that are now failing because of the switch to ThreadedCompositor.
#////////////////////////////////////////////////////////////////////////////////////////
# 1. TESTS THAT REQUIRE NEW RESULTS
#////////////////////////////////////////////////////////////////////////////////////////
#////////////////////////////////////////////////////////////////////////////////////////
# 2. EXPECTED FAILURES
#////////////////////////////////////////////////////////////////////////////////////////
# This test assumes we cannot play RTSP, but we can.
Bug(GTK) media/unsupported-rtsp.html [ WontFix Skip ]
# ENABLE(DRAGGABLE_REGION) is disabled
Bug(GTK) fast/css/draggable-region-parser.html [ Failure ]
# Accelerated overflow scrolling (ENABLE_ACCELERATED_OVERFLOW_SCROLLING) is not enabled.
Bug(GTK) fast/repaint/overflow-scroll-touch-repaint.html [ Skip ]
# This port doesn't support detecting slow unload handlers.
Bug(GTK) fast/dom/Window/slow-unload-handler.html [ WontFix Timeout Failure ]
Bug(GTK) fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html [ WontFix Timeout Failure ]
# Accessibility tests that should never be run for GTK due to be
# written in a platform-specific way. They should either be moved to
# the right platform or re-written in a more platform-agnostic way.
webkit.org/b/98348 accessibility/internal-link-anchors2.html [ Skip ]
# Things specific to AX API (at least at the moment)
webkit.org/b/98348 accessibility/radio-button-group-members.html [ Skip ]
webkit.org/b/141074 accessibility/auto-filled-value.html [ Skip ]
webkit.org/b/156045 accessibility/attachment-element.html [ Skip ]
webkit.org/b/193623 accessibility/set-selected-editable.html [ Skip ]
# Feature disabled, see: https://bugs.webkit.org/show_bug.cgi?id=85425
webkit.org/b/98925 fast/viewport/viewport-legacy-handheldfriendly.html [ Skip ]
webkit.org/b/98925 fast/viewport/viewport-legacy-mobileoptimized-2.html [ Skip ]
webkit.org/b/98925 fast/viewport/viewport-legacy-mobileoptimized-3.html [ Skip ]
webkit.org/b/98925 fast/viewport/viewport-legacy-mobileoptimized.html [ Skip ]
webkit.org/b/98925 fast/viewport/viewport-legacy-ordering-5.html [ Skip ]
webkit.org/b/98925 fast/viewport/viewport-legacy-ordering-6.html [ Skip ]
webkit.org/b/98925 fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html [ Skip ]
webkit.org/b/98925 fast/viewport/viewport-legacy-xhtmlmp.html [ Skip ]
# WebKitGTK+ uses different keyboard accelerators than Safari (via Chromium).
fast/events/option-tab.html [ WontFix Failure ]
# These tests expect a TIFF decoder (via Chromium).
# These pass while they're marked as WontFix - check it.
fast/images/embed-image.html [ WontFix Pass ]
fast/images/object-image.html [ WontFix Pass ]
# The 64 bits release bot has been made to use 8 bpp depth, so this won't pass there.
webkit.org/b/121951 fast/dom/Window/window-screen-properties.html [ Failure Pass ]
# Content extensions, the failures need up-to-date expectations.
http/tests/contentextensions/basic-filter.html [ Failure ]
http/tests/contentextensions/character-set-basic-support.html [ Failure ]
http/tests/contentextensions/css-display-none.html [ Failure ]
http/tests/contentextensions/domain-rules.html [ Failure ]
http/tests/contentextensions/filters-with-quantifiers-combined.html [ Failure ]
http/tests/contentextensions/injected-script-callback.html [ Failure ]
http/tests/contentextensions/media-filtered.html [ Failure ]
http/tests/contentextensions/subresource-redirect-blocked.html [ Failure ]
http/tests/contentextensions/text-track-blocked.html [ Failure ]
http/tests/contentextensions/top-url.html [ Failure ]
http/tests/contentextensions/whitelist.html [ Failure ]
# This test requires Mac ObjC bindings, although it currently passes
Bug(GTK) http/tests/security/dataTransfer-set-data-file-url.html [ WontFix Pass ]
# Mac Safari under certain circumstances automatically places
# a caret in editable document even when none was requested programatically.
editing/selection/designmode-no-caret.html [ Skip ]
# These tests require loading a PDF as an image, which we do not support (via Chromium).
fast/images/pdf-as-image-landscape.html [ WontFix Failure ]
fast/replaced/pdf-as-image.html [ WontFix Failure ]
# These pass while they're marked as WontFix - check it.
fast/images/pdf-as-background.html [ WontFix Pass ]
fast/images/pdf-as-image.html [ WontFix Pass ]
fast/images/pdf-as-tiled-background.html [ WontFix Pass ]
# Doesn't apply to platforms that don't enforce the CFNetwork-style 3rd party cookie policy.
http/tests/cookies/third-party-cookie-relaxing.html [ WontFix Failure ]
# WebKitGTK+ does not support webarchives (via Chromium).
webarchive [ WontFix ]
http/tests/webarchive [ WontFix ]
svg/webarchive [ WontFix ]
svg/custom/image-with-prefix-in-webarchive.svg [ WontFix ]
# This test is specific to QuickTime media engine.
media/video-does-not-loop.html [ WontFix Timeout ]
# Requires media engine closed caption support.
media/media-captions.html [ WontFix Failure ]
# Features that we want eventually:
# DeviceMotion and DeviceOrientation are not enabled by default.
webkit.org/b/98927 fast/dom/Window/window-properties-device-orientation.html [ Skip ]
webkit.org/b/98927 fast/dom/DeviceMotion [ Skip ]
webkit.org/b/98927 fast/dom/DeviceOrientation [ Skip ]
# https://bugs.webkit.org/show_bug.cgi?id=81697 Skip file:// based notifications tests
fast/history/page-cache-notification-showing.html
fast/history/page-cache-notification-suspendable.html
# ENABLE_INPUT_TYPE_* are not enabled.
webkit.org/b/98936 fast/forms/date [ Skip ]
webkit.org/b/98936 fast/forms/datetime [ Skip ]
webkit.org/b/98936 fast/forms/datetimelocal [ Skip ]
webkit.org/b/98936 fast/forms/month [ Skip ]
webkit.org/b/98936 fast/forms/time [ Skip ]
webkit.org/b/98936 fast/forms/week [ Skip ]
# ENABLE_GAMEPAD not enabled.
webkit.org/b/98937 gamepad [ Skip ]
webkit.org/b/177447 imported/w3c/web-platform-tests/dom/events/Event-timestamp-high-resolution.html [ Failure ]
# Requires WebP support.
webkit.org/b/98939 fast/canvas/canvas-toDataURL-webp.html [ Skip ]
# DataTransferItems is not yet implemented.
webkit.org/b/98940 editing/pasteboard/data-transfer-items.html [ Skip ]
webkit.org/b/98940 editing/pasteboard/data-transfer-items-image-png.html [ Skip ]
webkit.org/b/98940 editing/pasteboard/data-transfer-items-drag-drop-file.html [ Skip ]
webkit.org/b/98940 editing/pasteboard/data-transfer-items-drag-drop-entry.html [ Skip ]
webkit.org/b/98940 editing/pasteboard/data-transfer-items-drag-drop-string.html [ Skip ]
webkit.org/b/98940 fast/events/clipboard-dataTransferItemList.html [ Skip ]
webkit.org/b/98940 fast/events/drag-dataTransferItemList.html [ Skip ]
webkit.org/b/98940 fast/events/drag-dataTransferItemList-file-handling.html [ Skip ]
# Custom MIME type support in DataTransfer is not yet implemented; this test was added
# by Google while implementing a different pasteboard API that was only being used by
# Chromium and Qt, might make sense to remove.
webkit.org/b/99068 editing/pasteboard/clipboard-customData.html [ Failure ]
# Quota API is not supported.
webkit.org/b/98942 storage/storageinfo-missing-arguments.html [ Failure ]
webkit.org/b/98942 storage/storageinfo-no-callbacks.html [ Failure ]
webkit.org/b/98942 storage/storageinfo-query-usage.html [ Failure ]
webkit.org/b/98942 storage/storageinfo-request-quota.html [ Failure ]
webkit.org/b/98942 storage/storagequota-query-usage.html [ Failure ]
webkit.org/b/98942 storage/storagequota-request-quota.html [ Failure ]
webkit.org/b/98942 fast/workers/worker-storagequota-query-usage.html [ Failure ]
# GTK doesn't support smart replace.
webkit.org/b/61661 editing/pasteboard/drag-drop-list.html [ Failure ]
# MSE failures
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/URL-createObjectURL-revoke.html [ Failure ]
# See also bug #175578
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-activesourcebuffers.html [ Crash Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-append-buffer.html [ Crash Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-avtracks.html [ Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-buffered.html [ Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-changetype.html [ Failure Crash ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-changetype-play.html [ Failure ]
# Crash is webkit.org/b/176020
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-duration.html [ Failure Crash ]
# Crash in bug #176019
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-endofstream.html [ Failure Crash ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-errors.html [ Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-preload.html [ Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-seekable.html [ Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-sequencemode-append-buffer.html [ Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-sourcebuffer-mode-timestamps.html [ Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-sourcebuffer-trackdefaults.html [ Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-trackdefault.html [ Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-trackdefaultlist.html [ Failure ]
# There is an oggdemux bug that deadlocks WebKit: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/639
imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_timeupdate_on_seek.html [ Timeout ]
# CSS filters related failures
webkit.org/b/99026 css3/filters/effect-brightness.html [ Failure ]
webkit.org/b/99026 css3/filters/effect-brightness-hw.html [ Failure ]
webkit.org/b/99026 css3/filters/effect-brightness-clamping-hw.html [ Failure Missing ]
webkit.org/b/99026 css3/filters/effect-brightness-clamping.html [ Failure Missing ]
webkit.org/b/99026 css3/filters/effect-drop-shadow-hw.html [ Failure ]
webkit.org/b/99026 css3/filters/effect-drop-shadow.html [ Failure ]
webkit.org/b/99026 fast/filter-image/filter-image-svg.html [ ImageOnlyFailure ]
# Needs testRunner.enableAutoResizeMode()
webkit.org/b/99028 fast/autoresize [ Failure ]
# Failures related with ENABLE_CSS_COMPOSITING=ON
webkit.org/b/169916 css3/blending/blend-mode-clip-accelerated-blending-canvas.html [ Failure ]
webkit.org/b/169916 css3/blending/blend-mode-isolation-turn-off-self-painting-layer.html [ Failure ]
webkit.org/b/169916 css3/blending/blend-mode-isolation-turn-off-self-painting-layer1.html [ Failure ]
webkit.org/b/169916 css3/blending/blend-mode-isolation-turn-off-self-painting-layer2.html [ Failure ]
webkit.org/b/169916 css3/blending/blend-mode-isolation-turn-on-self-painting-layer.html [ Failure ]
webkit.org/b/169916 css3/blending/blend-mode-accelerated-parent-overflow-hidden.html [ ImageOnlyFailure ]
webkit.org/b/169916 css3/blending/blend-mode-body-composited-child-background-color.html [ Pass ImageOnlyFailure ]
webkit.org/b/169916 css3/blending/blend-mode-body-composited-child.html [ Pass ImageOnlyFailure ]
webkit.org/b/169916 css3/blending/blend-mode-clip-accelerated-blending-child.html [ ImageOnlyFailure ]
webkit.org/b/169916 css3/blending/blend-mode-clip-accelerated-blending-double.html [ ImageOnlyFailure ]
webkit.org/b/169916 css3/blending/blend-mode-clip-accelerated-blending-with-siblings.html [ ImageOnlyFailure ]
webkit.org/b/169916 css3/blending/blend-mode-clip-accelerated-transformed-blending.html [ ImageOnlyFailure ]
webkit.org/b/169916 css3/blending/blend-mode-clip-rect-accelerated-blending.html [ ImageOnlyFailure ]
webkit.org/b/169916 css3/blending/blend-mode-isolated-group-1.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/blend-mode-isolated-group-2.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/blend-mode-isolated-group-3.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/blend-mode-layers.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/blend-mode-reflection.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/blend-mode-simple-composited.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/svg-blend-color-burn.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/svg-blend-color-dodge.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/svg-blend-darken.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/svg-blend-difference.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/svg-blend-exclusion.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/svg-blend-lighten.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/svg-blend-multiply.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/svg-blend-overlay.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/svg-blend-screen.html [ Missing Failure ]
webkit.org/b/169916 css3/blending/svg-blend-soft-light.html [ Missing Failure ]
webkit.org/b/169916 imported/blink/css3/blending/mix-blend-mode-with-squashing-layer.html [ ImageOnlyFailure ]
# Failures related with compositing tests.
webkit.org/b/169918 compositing/animation/animation-backing.html [ Failure Pass ]
webkit.org/b/169918 legacy-animation-engine/compositing/animation/animation-backing.html [ Failure Pass ]
webkit.org/b/169918 compositing/canvas/accelerated-canvas-compositing-size-limit.html [ Failure ]
webkit.org/b/169918 compositing/clipping/border-radius-overflow-hidden-stacking-context.html [ Failure ]
webkit.org/b/169918 compositing/contents-format/subpixel-antialiased-text-configs-antialiasing-style.html [ Failure ]
webkit.org/b/169918 compositing/contents-format/subpixel-antialiased-text-configs.html [ Failure ]
webkit.org/b/169918 compositing/contents-format/subpixel-antialiased-text-enabled.html [ Failure ]
webkit.org/b/169918 compositing/contents-opaque/control-layer.html [ Failure ]
webkit.org/b/169918 compositing/contents-scale/animating.html [ Failure ]
webkit.org/b/169918 legacy-animation-engine/compositing/contents-scale/animating.html [ Failure ]
webkit.org/b/169918 compositing/contents-scale/rounded-contents-scale.html [ Failure ]
webkit.org/b/169918 compositing/contents-scale/scaled-ancestor.html [ Failure ]
webkit.org/b/169918 compositing/contents-scale/simple-scale.html [ Failure ]
webkit.org/b/169918 compositing/contents-scale/z-translate.html [ Failure ]
webkit.org/b/169918 compositing/fixed-image-loading.html [ Failure ]
webkit.org/b/169918 compositing/fixed-positioned-pseudo-content-no-compositing.html [ Failure ]
webkit.org/b/169918 compositing/geometry/ancestor-overflow-change.html [ Failure ]
webkit.org/b/169918 compositing/geometry/fixed-position-composited-switch.html [ Failure ]
webkit.org/b/169918 compositing/geometry/fixed-position-flipped-writing-mode.html [ Failure ]
webkit.org/b/169918 compositing/geometry/limit-layer-bounds-overflow-root.html [ Failure ]
webkit.org/b/169918 compositing/geometry/preserve-3d-switching.html [ Failure ]
webkit.org/b/169918 compositing/iframes/become-overlapped-iframe.html [ Failure ]
webkit.org/b/169918 compositing/iframes/composited-parent-iframe.html [ Failure ]
webkit.org/b/169918 compositing/iframes/connect-compositing-iframe-delayed.html [ Failure ]
webkit.org/b/169918 compositing/iframes/connect-compositing-iframe.html [ Failure ]
webkit.org/b/169918 compositing/iframes/connect-compositing-iframe2.html [ Failure ]
webkit.org/b/169918 compositing/iframes/connect-compositing-iframe3.html [ Failure ]
webkit.org/b/169918 compositing/iframes/enter-compositing-iframe.html [ Failure ]
webkit.org/b/169918 compositing/iframes/iframe-resize.html [ Failure ]
webkit.org/b/169918 compositing/iframes/overlapped-iframe.html [ Failure ]
webkit.org/b/169918 compositing/iframes/scrolling-iframe.html [ Failure ]
webkit.org/b/169918 compositing/images/direct-image-object-fit.html [ Failure ]
webkit.org/b/169918 compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html [ Failure ]
webkit.org/b/169918 compositing/layer-creation/spanOverlapsCanvas.html [ Failure ]
webkit.org/b/169918 compositing/layer-creation/fixed-position-out-of-view-scaled.html [ Failure Pass ]
webkit.org/b/169918 compositing/masks/clip-path-composited-descendent.html [ Failure ]
webkit.org/b/169918 compositing/masks/compositing-clip-path-change-no-repaint.html [ Failure ]
webkit.org/b/169918 compositing/overflow/ancestor-overflow.html [ Failure ]
webkit.org/b/169918 compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants.html [ Failure ]
webkit.org/b/169918 compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2.html [ Failure ]
webkit.org/b/169918 compositing/overflow/overflow-auto-with-touch-toggle.html [ Failure ]
webkit.org/b/169918 compositing/overflow/scrolling-without-painting.html [ Failure ]
webkit.org/b/169918 compositing/overflow/updating-scrolling-content.html [ Failure ]
webkit.org/b/169918 compositing/plugins/no-backing-store.html [ Failure ]
webkit.org/b/169918 compositing/plugins/small-to-large-composited-plugin.html [ Failure ]
webkit.org/b/169918 compositing/reflections/direct-image-object-fit-reflected.html [ Failure ]
webkit.org/b/169918 compositing/repaint/invalidations-on-composited-layers.html [ Failure ]
webkit.org/b/169918 compositing/repaint/positioned-movement.html [ Failure ]
webkit.org/b/169918 compositing/repaint/resize-repaint.html [ Failure ]
webkit.org/b/169918 compositing/rtl/rtl-fixed-overflow-scrolled.html [ Failure ]
webkit.org/b/169918 compositing/rtl/rtl-fixed-overflow.html [ Failure ]
webkit.org/b/169918 compositing/rtl/rtl-fixed.html [ Failure ]
webkit.org/b/169918 compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html [ Failure ]
webkit.org/b/169918 compositing/rtl/rtl-iframe-absolute-overflow.html [ Failure ]
webkit.org/b/169918 compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html [ Failure ]
webkit.org/b/169918 compositing/rtl/rtl-iframe-fixed-overflow.html [ Failure ]
webkit.org/b/169918 compositing/rtl/rtl-iframe-fixed.html [ Failure ]
webkit.org/b/169918 compositing/tiling/backface-preserve-3d-tiled.html [ Failure ]
webkit.org/b/169918 compositing/tiling/crash-reparent-tiled-layer.html [ Failure ]
webkit.org/b/169918 compositing/tiling/huge-layer-img.html [ Failure ]
webkit.org/b/169918 compositing/tiling/huge-layer-with-layer-children-resize.html [ Failure ]
webkit.org/b/169918 compositing/tiling/huge-layer-with-layer-children.html [ Failure ]
webkit.org/b/169918 compositing/tiling/non-active-window-tiles-size.html [ Failure ]
webkit.org/b/169918 compositing/tiling/offscreen-tiled-layer.html [ Failure ]
webkit.org/b/169918 compositing/tiling/tile-cache-zoomed.html [ Failure ]
webkit.org/b/169918 compositing/tiling/tiled-layer-resize.html [ Failure ]
webkit.org/b/169918 compositing/tiling/tiled-mask-inwindow.html [ Failure Crash ]
webkit.org/b/169918 compositing/tiling/tiled-reflection-inwindow.html [ Failure Crash ]
webkit.org/b/169918 compositing/tiling/transform-origin-tiled.html [ Failure ]
# See also bug #175574
webkit.org/b/169918 compositing/video/video-object-fit.html [ Failure Crash ]
# See also bug #175575
webkit.org/b/169918 compositing/video/video-object-position.html [ Failure Crash ]
webkit.org/b/169918 compositing/visibility/visibility-on-distant-descendant.html [ Failure Pass ]
webkit.org/b/169918 compositing/visibility/visibility-image-layers.html [ Failure Pass ]
webkit.org/b/169918 compositing/visibility/visibility-image-layers-dynamic.html [ Failure ]
webkit.org/b/169918 compositing/backing/solid-color-with-paints-into-ancestor.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/contents-scale/non-decomposable-matrix.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/geometry/clipped-out-perspective.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/hidpi-compositing-vs-non-compositing-check-on-testing-framework.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/hidpi-subpixel-transform-origin.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/hidpi-transform-with-render-layer-on-fractional-pixel-value.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/layer-creation/deep-tree.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/masks/compositing-clip-path-mask-change.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/masks/mask-with-preserve-3d.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/overlap-blending/children-opacity-no-overlap.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/overlap-blending/nested-non-overlap-clipping.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/overlap-blending/nested-overlap-overflow.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/overlap-blending/nested-overlap.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/overlap-blending/reflection-opacity-huge.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/patterns/direct-pattern-compositing-contain.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/patterns/direct-pattern-compositing-cover.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/patterns/direct-pattern-compositing-position.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/patterns/direct-pattern-compositing-size.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/text-on-scaled-layer.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/text-on-scaled-surface.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/video/video-clip-change-src.html [ ImageOnlyFailure ]
webkit.org/b/169918 compositing/reflections/compositing-change-inside-reflection.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/deeply-nested-reflections.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/load-video-in-reflection.html [ Missing Failure ]
webkit.org/b/169918 legacy-animation-engine/compositing/reflections/load-video-in-reflection.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/masked-reflection-on-composited.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/nested-reflection-anchor-point.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/nested-reflection-animated.html [ Missing Failure ]
webkit.org/b/169918 legacy-animation-engine/compositing/reflections/nested-reflection-animated.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/nested-reflection-mask-change.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/nested-reflection-on-overflow.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/nested-reflection-opacity.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/nested-reflection-size-change.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/nested-reflection-transformed.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/nested-reflection-transformed2.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/nested-reflection-transition.html [ Missing Failure ]
webkit.org/b/169918 legacy-animation-engine/compositing/reflections/nested-reflection-transition.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/nested-reflection.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/reflection-on-composited.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/reflection-opacity.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/reflection-ordering.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/reflection-positioning.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/reflection-positioning2.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/simple-composited-reflections.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/transform-inside-reflection.html [ Missing Failure ]
webkit.org/b/169918 compositing/tiling/rotated-tiled-clamped.html [ Missing Failure ]
webkit.org/b/169918 compositing/tiling/rotated-tiled-preserve3d-clamped.html [ Missing Failure ]
webkit.org/b/169918 compositing/transitions/scale-transition-no-start.html [ Missing Failure ]
webkit.org/b/169918 legacy-animation-engine/compositing/transitions/scale-transition-no-start.html [ Missing Failure ]
webkit.org/b/169918 compositing/transitions/singular-scale-transition.html [ Missing Failure ]
webkit.org/b/169918 legacy-animation-engine/compositing/transitions/singular-scale-transition.html [ Missing Failure ]
webkit.org/b/169918 compositing/visibility/visibility-composited-transforms.html [ Missing Failure ]
webkit.org/b/169918 compositing/visibility/visibility-composited.html [ Missing Failure ]
webkit.org/b/169918 compositing/webgl/webgl-no-alpha.html [ Missing Failure ]
webkit.org/b/169918 compositing/webgl/webgl-reflection.html [ Missing Failure ]
webkit.org/b/169918 compositing/plugins/composited-plugin.html [ Missing Failure ]
webkit.org/b/169918 compositing/reflections/animation-inside-reflection.html [ Missing Failure ]
webkit.org/b/169918 legacy-animation-engine/compositing/reflections/animation-inside-reflection.html [ Missing Failure ]
webkit.org/b/169918 compositing/fixed-with-fixed-layout.html [ Crash ]
webkit.org/b/169918 compositing/video/video-background-color.html [ Missing Crash ]
# WebGL related failures
webkit.org/b/169917 fast/canvas/webgl/antialiasing-enabled.html [ Failure Pass ]
webkit.org/b/169917 fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html [ Failure ]
webkit.org/b/169917 fast/canvas/webgl/copyBufferSubData.html [ Failure ]
webkit.org/b/169917 fast/canvas/webgl/framebuffer-object-attachment.html [ Failure ]
webkit.org/b/169917 fast/canvas/webgl/getBufferSubData-webgl1.html [ Failure ]
webkit.org/b/169917 fast/canvas/webgl/glsl-conformance.html [ Failure ]
webkit.org/b/169917 fast/canvas/webgl/premultiplyalpha-test.html [ Failure ]
webkit.org/b/169917 fast/canvas/webgl/read-pixels-test.html [ Failure Pass ]
webkit.org/b/169917 fast/canvas/webgl/oes-vertex-array-object.html [ Failure Pass ]
webkit.org/b/169917 fast/canvas/webgl/unprefixed-anisotropic-extension.html [ Failure Pass ]
webkit.org/b/169917 webgl/1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html [ Failure ]
webkit.org/b/169917 webgl/1.0.3/conformance/context/premultiplyalpha-test.html [ Failure ]
webkit.org/b/169917 webgl/1.0.3/conformance/extensions/oes-texture-float.html [ Failure ]
webkit.org/b/169917 webgl/1.0.3/conformance/reading/read-pixels-test.html [ Failure Pass ]
webkit.org/b/169917 webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats.html [ Failure ]
webkit.org/b/169917 webgl/1.0.3/conformance/textures/texture-attachment-formats.html [ Failure ]
webkit.org/b/169917 webgl/1.0.3/conformance/textures/texture-mips.html [ Failure Pass ]
webkit.org/b/169917 webgl/1.0.3/conformance/textures/texture-npot.html [ Failure Pass ]
webkit.org/b/169917 webgl/1.0.3/conformance/textures/texture-size-limit.html [ Failure ]
webkit.org/b/169917 webgl/1.0.3/conformance/attribs/gl-bindAttribLocation-aliasing.html [ Failure ]
webkit.org/b/169917 webgl/1.0.3/conformance/attribs/gl-bindAttribLocation-matrix.html [ Failure ]
webkit.org/b/169917 webgl/1.0.3/conformance/extensions/oes-texture-half-float.html [ Failure ]
webkit.org/b/169917 webgl/1.0.3/conformance/extensions/webgl-compressed-texture-size-limit.html [ Failure ]
webkit.org/b/169917 webgl/1.0.3/conformance/glsl/misc/shaders-with-invariance.html [ Failure ]
webkit.org/b/169917 webgl/1.0.3/conformance/glsl/misc/shaders-with-name-conflicts.html [ Failure ]
webkit.org/b/169917 webgl/1.0.3/conformance/renderbuffers/feedback-loop.html [ Failure ]
webkit.org/b/169917 webgl/1.0.3/conformance/rendering/point-no-attributes.html [ Failure ]
webkit.org/b/169917 webgl/1.0.3/conformance/textures/texture-copying-feedback-loops.html [ Failure ]
webkit.org/b/169917 webgl/webgl-vertex-array-object-defined.html [ Failure ]
# WebGL flaky tests
webkit.org/b/169917 webgl/1.0.3/conformance/canvas/drawingbuffer-test.html [ Failure Pass ]
webkit.org/b/169917 webgl/1.0.3/conformance/extensions/oes-vertex-array-object.html [ Failure Pass ]
webkit.org/b/169917 webgl/1.0.3/conformance/textures/texture-formats-test.html [ Failure Pass ]
webkit.org/b/169917 webgl/1.0.3/conformance/context/context-hidden-alpha.html [ Failure Pass ]
webkit.org/b/169917 compositing/overlap-blending/children-opacity-huge.html [ ImageOnlyFailure Pass ]
webkit.org/b/169917 compositing/video/video-border-radius.html [ ImageOnlyFailure Pass ]
# WebGL timeouts or slow tests.
webkit.org/b/169917 fast/canvas/webgl/oes-texture-half-float.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/context/context-creation-and-destruction.html [ Pass Timeout ]
webkit.org/b/169917 webgl/1.0.3/conformance/extensions/oes-texture-float-with-video.html [ Timeout ]
webkit.org/b/169917 webgl/1.0.3/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/rendering/many-draw-calls.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html [ Timeout ]
webkit.org/b/169917 webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html [ Timeout ]
webkit.org/b/169917 webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html [ Timeout ]
webkit.org/b/169917 webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-video.html [ Timeout ]
webkit.org/b/169917 webgl/1.0.3/conformance/uniforms/gl-uniform-arrays.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/extensions/oes-texture-half-float-with-video.html [ Timeout ]
webkit.org/b/169917 webgl/1.0.3/conformance/glsl/bugs/complex-glsl-does-not-crash.html [ Timeout Pass ]
webkit.org/b/169917 webgl/1.0.3/conformance/glsl/bugs/temp-expressions-should-not-crash.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/textures/texture-upload-size.html [ Timeout ]
webkit.org/b/169917 webgl/1.0.3/conformance/uniforms/out-of-bounds-uniform-array-access.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/ogles/GL/atan/atan_001_to_008.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/uniforms/uniform-default-values.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/ogles/GL/pow/pow_009_to_016.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/ogles/GL/pow/pow_017_to_024.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/ogles/GL/reflect/reflect_001_to_006.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/ogles/GL/refract/refract_001_to_006.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/ogles/GL/log/log_001_to_008.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/uniforms/uniform-values-per-program.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/context/context-eviction-with-garbage-collection.html [ Slow ]
webkit.org/b/169917 webgl/1.0.3/conformance/glsl/misc/struct-nesting-of-variable-names.html [ Slow ]
# WebGL crashes
webkit.org/b/169917 fast/canvas/webgl/webgl-draw-buffers.html [ Failure Crash ]
webkit.org/b/169917 webgl/1.0.3/conformance/extensions/webgl-draw-buffers.html [ Failure Pass ]
# WebGL 2.0 still not enabled
webkit.org/b/166536 webgl/webgl2-rendering-context-defined.html [ Skip ]
webkit.org/b/166536 webgl/webgl2-rendering-context-obtain.html [ Skip ]
webkit.org/b/166536 fast/canvas/webgl/webgl2/ [ Skip ]
webkit.org/b/166536 fast/canvas/webgl/webgl2-buffer-targets.html [ Skip ]
webkit.org/b/166536 fast/canvas/webgl/webgl2-buffers.html [ Skip ]
webkit.org/b/166536 fast/canvas/webgl/webgl2-context-creation.html [ Skip ]
webkit.org/b/166536 fast/canvas/webgl/webgl2-getActiveUniforms.html [ Failure ]
webkit.org/b/166536 fast/canvas/webgl/webgl2-runtime-flag.html [ Skip ]
webkit.org/b/166536 fast/canvas/webgl/webgl2-texStorage.html [ Skip ]
webkit.org/b/166536 fast/canvas/webgl/webgl2-texture-upload-enums.html [ Skip ]
webkit.org/b/166536 inspector/canvas/create-context-webgl2.html [ Skip ]
webkit.org/b/166536 inspector/canvas/console-record-webgl2.html [ Skip ]
webkit.org/b/166536 inspector/canvas/recording-webgl2-frameCount.html [ Skip ]
webkit.org/b/166536 inspector/canvas/recording-webgl2-full.html [ Skip ]
webkit.org/b/166536 inspector/canvas/recording-webgl2-memoryLimit.html [ Skip ]
webkit.org/b/166536 inspector/canvas/recording-webgl2-snapshots.html [ Skip ]
webkit.org/b/166536 inspector/canvas/requestContent-webgl2.html [ Skip ]
webkit.org/b/166536 inspector/canvas/resolveContext-webgl2.html [ Skip ]
webkit.org/b/166536 inspector/canvas/shaderProgram-add-remove-webgl2.html [ Skip ]
webkit.org/b/166536 webgl/2.0.0/ [ Skip ]
# These tests reference specific fonts on Mac port.
Bug(GTK) fast/text/font-weights.html [ WontFix ]
Bug(GTK) fast/text/font-weights-zh.html [ WontFix ]
# LAYER_TREE_INCLUDES_VISIBLE_RECTS option to layerTreeAsText is only applicable to Mac.
Bug(GTK) compositing/visible-rect [ Skip ]
Bug(GTK) legacy-animation-engine/compositing/visible-rect [ Skip ]
# IETC flexbox failures
webkit.org/b/85211 ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm [ ImageOnlyFailure ]
webkit.org/b/85212 ietestcenter/css3/flexbox/flexbox-layout-002.htm [ ImageOnlyFailure ]
webkit.org/b/187064 webrtc/audio-peer-connection-g722.html
webkit.org/b/187064 webrtc/captureCanvas-webrtc.html
webkit.org/b/187064 webrtc/video-remote-mute.html
webkit.org/b/187064 webrtc/video-addTransceiver.html
webkit.org/b/187064 webrtc/peer-connection-track-end.html
webkit.org/b/187064 webrtc/video.html
webkit.org/b/187064 webrtc/multi-video.html
webkit.org/b/187064 webrtc/video-addTrack.html
webkit.org/b/187064 webrtc/video-rotation.html
webkit.org/b/187064 webrtc/video-mute.html
webkit.org/b/187064 webrtc/video-disabled-black.html
webkit.org/b/187064 webrtc/video-replace-track.html
webkit.org/b/187064 webrtc/video-with-data-channel.html
webkit.org/b/187064 webrtc/video-replace-muted-track.html
webkit.org/b/187064 webrtc/video-unmute.html
webkit.org/b/187064 webrtc/datachannel/mdns-ice-candidates.html
webkit.org/b/187064 webrtc/libwebrtc/descriptionGetters.html
webkit.org/b/177533 webrtc/video-interruption.html
webkit.org/b/186933 webrtc/peer-connection-createMediaStreamDestination.html
imported/w3c/web-platform-tests/webrtc/ [ Skip ]
http/tests/webrtc [ Skip ]
# The MediaStream implementation is also still not completed
webkit.org/b/79203 fast/mediastream/mock-media-source-webaudio.html [ Timeout Pass ]
webkit.org/b/79203 fast/mediastream/getUserMedia-webaudio.html [ Timeout Pass ]
# Crash is bug #186678
webkit.org/b/79203 fast/mediastream/MediaStream-video-element-track-stop.html [ Timeout Failure Crash ]
webkit.org/b/79203 fast/mediastream/RTCPeerConnection-icecandidate-event.html [ Failure Crash ]
webkit.org/b/79203 fast/mediastream/RTCPeerConnection-media-setup-two-dialogs.html [ Pass Failure Crash ]
webkit.org/b/79203 fast/mediastream/MediaStream-video-element.html [ Pass Crash Failure ]
webkit.org/b/79203 fast/mediastream/RTCRtpSender-replaceTrack.html [ Failure Crash ]
# Crash is webkit.org/b/184292
webkit.org/b/79203 fast/mediastream/RTCPeerConnection-addIceCandidate.html [ Failure Pass Crash ]
webkit.org/b/79203 fast/mediastream/RTCPeerConnection-iceconnectionstatechange-event.html [ Failure Timeout ]
webkit.org/b/79203 fast/mediastream/RTCPeerConnection-ice.html [ Failure Timeout Crash ]
webkit.org/b/79203 fast/mediastream/RTCPeerConnection-inspect-answer.html [ Failure ]
webkit.org/b/79203 fast/mediastream/RTCPeerConnection-inspect-offer-bundlePolicy-bundle-only.html [ Failure Crash ]
webkit.org/b/79203 fast/mediastream/RTCPeerConnection-inspect-offer.html [ Failure ]
webkit.org/b/79203 fast/mediastream/RTCPeerConnection-media-setup-callbacks-single-dialog.html [ Pass Crash Failure ]
webkit.org/b/79203 webaudio/mediastreamaudiosourcenode.html [ Timeout Pass ]
webkit.org/b/79203 fast/mediastream/MediaStream-video-element-video-tracks-disabled-then-enabled.html [ Timeout Failure ]
webkit.org/b/79203 fast/mediastream/MediaStream-video-element-displays-buffer.html [ Failure ]
webkit.org/b/79203 fast/mediastream/RTCPeerConnection-stats.html [ Timeout Crash ]
webkit.org/b/79203 imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-preload-none.https.html [ Failure Pass ]
webkit.org/b/79203 fast/mediastream/get-display-media-muted.html [ Timeout ]
webkit.org/b/151344 fast/mediastream/MediaStream-add-ended-tracks.html [ Timeout ]
# Crash is bug #176801
webkit.org/b/160996 fast/mediastream/MediaStream-video-element-video-tracks-disabled.html [ ImageOnlyFailure Crash ]
webkit.org/b/173257 fast/mediastream/getUserMedia-grant-persistency3.html [ Pass Failure ]
# Canvas captureStream support is not implemented
webkit.org/b/169811 fast/mediacapturefromelement [ Skip ]
webkit.org/b/169811 fast/mediastream/captureStream/ [ Failure ]
webkit.org/b/169811 fast/mediastream/captureStream/canvas2d.html [ Crash Timeout ]
webkit.org/b/169811 fast/mediastream/captureStream/canvas3d.html [ Crash Timeout ]
webkit.org/b/190576 fast/mediastream/get-user-media-device-id.html [ Failure ]
# Requires Resolution Media Query support
webkit.org/b/100137 fast/media/mq-resolution.html [ Failure ]
webkit.org/b/100137 fast/media/mq-resolution-dpi-dpcm-warning.html [ Failure ]
# CSS Device Adaptation is not enabled.
webkit.org/b/95959 css3/device-adapt [ Skip ]
# No support for MPEG-4 caption support
webkit.org/b/131546 media/track/track-forced-subtitles-in-band.html [ Timeout Failure ]
webkit.org/b/131546 media/track/track-in-band-cues-added-once.html [ Timeout ]
webkit.org/b/131546 media/track/track-in-band-style.html [ Timeout ]
webkit.org/b/131546 media/track/track-in-band-legacy-api.html [ Failure ]
webkit.org/b/131546 media/track/track-in-band-mode.html [ Skip ]
# DataCue.value not enabled
Bug(GTK) http/tests/media/track-in-band-hls-metadata.html [ Skip ]
# Snapshotted plugins not enabled
webkit.org/b/98696 plugins/snapshotting [ Skip ]
# Missing WebSpeech implementation
webkit.org/b/136224 fast/speechsynthesis [ Skip ]
# Skip the perf/ tests in debug builds
Bug(GTK) [ Debug ] perf [ Skip ]
# No concept of secure text input
Bug(GTK) editing/secure-input [ Failure ]
# These are the crypo tests that are still failing.
webkit.org/b/133122 crypto/subtle/aes-cfb-generate-export-key-jwk-length-128.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-generate-export-key-jwk-length-192.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-generate-export-key-jwk-length-256.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-generate-export-raw-key.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-generate-key-encrypt-decrypt.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-generate-key.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-import-jwk-key-length-128.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-import-jwk-key-length-192.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-import-jwk-key-length-256.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-import-key-decrypt.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-import-key-encrypt.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-import-key-unwrap-jwk-key.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-import-key-unwrap-raw-key.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-import-key-wrap-jwk-key.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-import-key-wrap-raw-key.html [ Skip ]
webkit.org/b/133122 crypto/subtle/aes-cfb-import-raw-key.html [ Skip ]
webkit.org/b/133122 crypto/workers/subtle/aes-cfb-import-key-decrypt.html [ Skip ]
webkit.org/b/133122 crypto/workers/subtle/aes-cfb-import-key-encrypt.html [ Skip ]
webkit.org/b/133122 crypto/workers/subtle/aes-cfb-import-key-unwrap-key.html [ Skip ]
webkit.org/b/133122 crypto/workers/subtle/aes-cfb-import-key-wrap-key.html [ Skip ]
# RSA-PSS tests are for now skipped on all ports, so we for now explicitly enable the passing ones here.
crypto/subtle/ecdh-import-pkcs8-key-p256-validate-ecprivatekey-parameters-publickey.html [ Pass ]
crypto/subtle/ecdh-import-pkcs8-key-p384-validate-ecprivatekey-parameters-publickey.html [ Pass ]
crypto/subtle/ecdsa-import-pkcs8-key-p256-validate-ecprivatekey-parameters-publickey.html [ Pass ]
crypto/subtle/ecdsa-import-pkcs8-key-p384-validate-ecprivatekey-parameters-publickey.html [ Pass ]
crypto/subtle/rsa-pss-generate-export-key-jwk-sha1.html [ Pass ]
crypto/subtle/rsa-pss-generate-export-key-jwk-sha224.html [ Pass ]
crypto/subtle/rsa-pss-generate-export-key-jwk-sha256.html [ Pass ]
crypto/subtle/rsa-pss-generate-export-key-jwk-sha384.html [ Pass ]
crypto/subtle/rsa-pss-generate-export-key-jwk-sha512.html [ Pass ]
crypto/subtle/rsa-pss-generate-export-key-pkcs8.html [ Pass ]
crypto/subtle/rsa-pss-generate-export-key-spki.html [ Pass ]
crypto/subtle/rsa-pss-generate-key.html [ Pass ]
crypto/subtle/rsa-pss-import-jwk-private-key.html [ Pass ]
crypto/subtle/rsa-pss-import-jwk-public-key-empty-usages.html [ Pass ]
crypto/subtle/rsa-pss-import-jwk-public-key-sha1.html [ Pass ]
crypto/subtle/rsa-pss-import-jwk-public-key-sha224.html [ Pass ]
crypto/subtle/rsa-pss-import-jwk-public-key-sha256.html [ Pass ]
crypto/subtle/rsa-pss-import-jwk-public-key-sha384.html [ Pass ]
crypto/subtle/rsa-pss-import-jwk-public-key-sha512.html [ Pass ]
crypto/subtle/rsa-pss-import-key-sign-large-salt.html [ Failure ]
crypto/subtle/rsa-pss-import-key-sign.html [ Pass ]
crypto/subtle/rsa-pss-import-key-verify.html [ Pass ]
crypto/subtle/rsa-pss-import-pkcs8-key.html [ Pass ]
crypto/subtle/rsa-pss-import-spki-key-empty-usages.html [ Pass ]
crypto/subtle/rsa-pss-import-spki-key.html [ Pass ]
crypto/workers/subtle/rsa-pss-import-key-sign.html [ Pass ]
crypto/workers/subtle/rsa-pss-import-key-verify.html [ Pass ]
http/wpt/crypto/rsa-pss-crash.any.html [ Pass ]
http/wpt/crypto/rsa-pss-crash.any.worker.html [ Pass ]
# Missing support for 521-bit elliptic curves.
webkit.org/b/175199 crypto/subtle/ec-import-pkcs8-key-export-pkcs8-key-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ec-import-spki-key-export-spki-key-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdh-generate-export-jwk-key-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdh-generate-export-key-pkcs8-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdh-generate-export-key-raw-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdh-generate-export-key-spki-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdh-generate-key-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdh-import-jwk-private-key-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdh-import-jwk-public-key-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdh-import-pkcs8-key-p521-validate-ecprivatekey-parameters-publickey.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdh-import-pkcs8-key-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdh-import-raw-key-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdh-import-spki-key-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdsa-generate-key-sign-verify-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdsa-import-jwk-public-key-alg-521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdsa-import-key-sign-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdsa-import-key-verify-p521.html [ Skip ]
webkit.org/b/175199 crypto/subtle/ecdsa-import-pkcs8-key-p521-validate-ecprivatekey-parameters-publickey.html [ Skip ]
# libgcrypt-based implementation supports ecDH algorithm identifier for ECDH SPKI imports.
crypto/subtle/ecdh-import-spki-key-ecdh-identifier.html [ Pass ]
# These are the imported web-platform-tests covering crypto sections we haven't implemented yet.
imported/w3c/web-platform-tests/WebCryptoAPI/ [ Slow ]
# GTK 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 ]
# QuickTime plug-in not relevant to this port
Bug(GTK) plugins/quicktime-plugin-replacement.html [ Skip ]
# ENABLE(CSS_SCROLL_SNAP) is disabled.
css3/scroll-snap [ Skip ]
# ENABLE(CSS_PAINTING_API) is disabled.
webkit.org/b/190710 fast/css-custom-paint [ Skip ]
# ENABLE(WEBVTT_REGIONS) is disabled
webkit.org/b/109570 media/track/regions-webvtt [ Skip ]
webkit.org/b/109570 media/track/w3c [ Skip ]
# Tests in the gesture folder exercise IOS-specific code, non appliable to GTK+
fast/events/touch/gesture [ Skip ]
fast/shadow-dom/touch-event-on-text-assigned-to-slot.html [ Skip ]
# These tests require touch support
fast/events/touch [ Skip ]
imported/w3c/web-platform-tests/touch-events [ Skip ]
# HighDPI support is not enabled
webkit.org/b/131347 fast/backgrounds/hidpi-bitmap-background-repeat-on-subpixel-position.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/backgrounds/hidpi-generated-gradient-background-on-subpixel-position.html [ ImageOnlyFailure Pass ]
webkit.org/b/131347 fast/borders/hidpi-border-clipping-right-after-move.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/borders/hidpi-double-border-with-border-radius-always-produce-solid-line.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/borders/hidpi-outline-hairline-painting.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/borders/hidpi-simple-hairline-border-painting.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/forms/hidpi-textfield-background-bleeding.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/hidpi/clip-text-in-hidpi.html [ Failure Pass Missing ]
webkit.org/b/131347 fast/hidpi/filters-morphology.html [ ImageOnlyFailure Pass Crash ]
webkit.org/b/131347 fast/hidpi/hidpi-3x-device-pixel-ratio.html [ Failure ]
webkit.org/b/131347 fast/hidpi/image-set-background-dynamic.html [ Failure Pass Missing ]
webkit.org/b/131347 fast/hidpi/image-set-border-image-dynamic.html [ Failure Pass Missing ]
webkit.org/b/131347 fast/hidpi/image-srcset-png-canvas.html [ ImageOnlyFailure Pass ]
webkit.org/b/131347 fast/hidpi/video-controls-in-hidpi.html [ Failure ]
webkit.org/b/131347 fast/inline-block/hidpi-margin-top-with-subpixel-value-and-overflow-hidden.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/inline/hidpi-inline-selection-leaves-gap.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/inline/hidpi-inline-text-decoration-with-subpixel-value.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/inline/hidpi-outline-auto-negative-offset-with-border-radius.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/inline/hidpi-outline-auto-with-fractional-radius.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/inline/hidpi-select-inline-on-subpixel-position.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/layers/hidpi-box-positioned-off-by-one-when-transform-is-present.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/layers/hidpi-transform-on-child-content-is-mispositioned.html [ Crash ImageOnlyFailure Pass ]
webkit.org/b/131347 fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ Failure ]
webkit.org/b/131347 fast/repaint/hidpi-box-with-subpixel-height-inflates.html [ Failure ]
webkit.org/b/131347 fast/repaint/hidpi-content-inside-iframe-leaves-trails.html [ Failure ]
webkit.org/b/131347 fast/repaint/hidpi-device-pixel-based-repaint-rect-tracking.html [ Failure ]
webkit.org/b/131347 fast/repaint/hidpi-transform-on-subpixel-repaintrect.html [ Failure ]
webkit.org/b/131347 fast/repaint/hidpi-wrong-repaint-rect-when-parent-has-noncompositing-transform.html [ Failure ]
webkit.org/b/131347 fast/table/hidpi-collapsed-border-with-odd-pixel-width.html [ ImageOnlyFailure ]
webkit.org/b/131347 http/tests/loading/hidpi-preload-picture-sizes.html [ Failure ]
webkit.org/b/131347 svg/custom/hidpi-masking-clipping.svg [ Failure ImageOnlyFailure Timeout ]
webkit.org/b/131347 svg/text/hidpi-text-selection-rect-position.html [ ImageOnlyFailure ]
# No support for Filters Level 2 on GTK yet
webkit.org/b/169988 css3/filters/backdrop [ Skip ]
webkit.org/b/116259 http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html [ Failure ]
webkit.org/b/141467 fast/multicol/pagination/LeftToRight-tb-hittest.html [ Failure ]
webkit.org/b/141467 fast/multicol/pagination/RightToLeft-rl-hittest.html [ Failure ]
webkit.org/b/141698 editing/pasteboard/5761530-1.html [ Failure Pass ]
webkit.org/b/141699 fast/attachment/attachment-disabled-rendering.html [ Failure ]
webkit.org/b/141699 fast/attachment/attachment-rendering.html [ Failure ]
webkit.org/b/141831 svg/animations/animate-text-nested-transforms.html [ Failure ]
webkit.org/b/98653 svg/text/lengthAdjust-text-metrics.html [ Failure ]
webkit.org/b/141837 fast/borders/border-painting-correctness-dashed.html [ ImageOnlyFailure ]
webkit.org/b/141837 fast/borders/border-painting-correctness-dotted.html [ ImageOnlyFailure ]
webkit.org/b/141458 imported/mozilla/svg/blend-color-burn.svg [ ImageOnlyFailure Pass ]
webkit.org/b/141458 imported/mozilla/svg/blend-color-dodge.svg [ ImageOnlyFailure Pass ]
webkit.org/b/141458 imported/mozilla/svg/blend-darken.svg [ ImageOnlyFailure Pass ]
webkit.org/b/141458 imported/mozilla/svg/blend-difference.svg [ ImageOnlyFailure Pass ]
webkit.org/b/141458 imported/mozilla/svg/blend-exclusion.svg [ ImageOnlyFailure Pass ]
webkit.org/b/141458 imported/mozilla/svg/blend-lighten.svg [ ImageOnlyFailure Pass ]
webkit.org/b/141458 imported/mozilla/svg/blend-multiply.svg [ ImageOnlyFailure Pass ]
webkit.org/b/141458 imported/mozilla/svg/blend-overlay.svg [ ImageOnlyFailure Pass ]
webkit.org/b/141458 imported/mozilla/svg/blend-screen.svg [ ImageOnlyFailure Pass ]
webkit.org/b/141458 imported/mozilla/svg/pattern-scale-01a.svg [ ImageOnlyFailure Pass ]
webkit.org/b/141458 imported/mozilla/svg/pattern-scale-01b.svg [ ImageOnlyFailure Pass ]
webkit.org/b/141458 imported/mozilla/svg/pattern-scale-01c.svg [ ImageOnlyFailure Pass ]
webkit.org/b/141458 imported/mozilla/svg/symbol-01.svg [ ImageOnlyFailure Pass ]
webkit.org/b/141961 fast/multicol/span/span-as-immediate-columns-child.html [ Failure ]
webkit.org/b/118126 css3/flexbox/image-percent-max-height.html [ ImageOnlyFailure ]
webkit.org/b/142268 editing/pasteboard/copy-paste-attachment.html [ Failure ]
webkit.org/b/142269 fast/attachment/attachment-dom.html [ Failure ]
webkit.org/b/142270 fast/canvas/canvas-ellipse-zero-lineto.html [ Failure ]
webkit.org/b/142819 fast/text/baseline-inline-block.html [ ImageOnlyFailure ]
# This feature is only enabled on Mac and iOS right now
contentfiltering [ Skip ]
http/tests/contentfiltering [ Skip ]
webkit.org/b/143703 fast/forms/listbox-visible-size.html [ Failure ]
# JSC does not support setIsolatedWorldSecurityOrigin
webkit.org/b/61540 http/tests/security/isolatedWorld/cross-origin-xhr.html
# Path::addPath needs to be implemented
webkit.org/b/130464 fast/canvas/canvas-path-addPath.html
# Needs grammar checking implementation.
Bug(GTK) editing/spelling/grammar.html [ Skip ]
Bug(GTK) editing/spelling/grammar-edit-word.html [ Skip ]
Bug(GTK) editing/spelling/grammar-markers.html [ Skip ]
Bug(GTK) editing/spelling/grammar-markers-hidpi.html [ Skip ]
Bug(GTK) editing/spelling/grammar-paste.html [ Skip ]
Bug(GTK) editing/spelling/inline-spelling-markers.html [ Skip ]
Bug(GTK) editing/spelling/inline-spelling-markers-hidpi.html [ Skip ]
Bug(GTK) editing/spelling/markers.html [ Skip ]
# Requires ENABLE(MEDIA_CAPTURE)
webkit.org/b/85958 fast/forms/file/file-input-capture.html [ Failure ]
webkit.org/b/146720 media/accessiblity-describes-video.html [ Failure ]
webkit.org/b/146724 fast/text/word-break-keep-all.html [ ImageOnlyFailure ]
# This tests fail since the upgrade of GTK to 3.16 and Cairo to 1.14 on the JHBuild
webkit.org/b/146731 fast/backgrounds/hidpi-background-image-contain-cover-scale-needs-more-precision.html [ ImageOnlyFailure Timeout ]
# Text marker tests are not supported
webkit.org/b/153292 accessibility/text-marker [ Skip ]
webkit.org/b/141072 accessibility/frame-disconnect-textmarker-cache-crash.html [ Skip ]
# WebKitGTK+ doesn't have killring support.
webkit.org/b/152379 editing/pasteboard/emacs-killring-alternating-append-prepend.html [ Failure ]
webkit.org/b/152379 editing/pasteboard/emacs-killring-backward-delete-prepend.html [ Failure ]
# The GTK+ test harness doesn't have support for overriding preferred languages.
webkit.org/b/152618 fast/text/international/system-language/declarative-language.html [ Failure ]
# This port doesn't support small-caps synthesis.
webkit.org/b/152620 css3/font-variant-all.html [ ImageOnlyFailure ]
webkit.org/b/152620 css3/font-variant-font-face-all.html [ ImageOnlyFailure ]
webkit.org/b/152620 css3/font-variant-font-face-override.html [ ImageOnlyFailure ]
webkit.org/b/152620 css3/font-variant-petite-caps-synthesis-coverage.html [ ImageOnlyFailure ]
webkit.org/b/152620 css3/font-variant-petite-caps-synthesis.html [ ImageOnlyFailure ]
webkit.org/b/152620 css3/font-variant-small-caps-synthesis-coverage.html [ ImageOnlyFailure ]
webkit.org/b/152620 css3/font-variant-small-caps-synthesis.html [ ImageOnlyFailure ]
# Requires ENABLE(SAMPLING_PROFILER)
webkit.org/b/153466 inspector/sampling-profiler [ Skip ]
# This requires a specific font on Mac
fast/text/hidpi-text-selection-gap-between-words.html [ Skip ]
# webglcontextchanged event not supported
fast/canvas/webgl/webglcontextchangedevent.html [ Skip ]
# 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 ]
# 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 ]
# This test uses an MPEG-4 video
media/video-seek-to-current-time.html [ Skip ]
# Media controls tests are OS X only
media/controls [ Skip ]
# WIRELESS_PLAYBACK_TARGET not enabled.
media/airplay-target-availability.html
# Skip tests requiring UIScriptController to generate events
webkit.org/b/153833 css3/touch-action/touch-action-manipulation-fast-clicks.html [ Skip ]
webkit.org/b/153833 fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field.html [ Skip ]
webkit.org/b/153833 fast/shadow-dom/touch-event-ios.html [ Skip ]
webkit.org/b/153833 fast/events/before-input-prevent-insert-replacement.html [ Skip ]
webkit.org/b/153833 fast/events/input-event-insert-replacement.html [ Skip ]
# Skip tests requiring UIScriptController::zoomToScale
webkit.org/b/168050 fast/visual-viewport/resize-event-fired.html [ Skip ]
webkit.org/b/168050 fast/visual-viewport/rtl-zoomed-rects.html [ Skip ]
webkit.org/b/168050 fast/visual-viewport/scroll-event-fired.html [ Skip ]
webkit.org/b/168050 fast/visual-viewport/viewport-dimensions-exclude-custom-scrollbars.html [ Skip ]
webkit.org/b/168050 fast/visual-viewport/viewport-dimensions-exclude-scrollbars.html [ Skip ]
webkit.org/b/168050 fast/visual-viewport/viewport-dimensions-iframe.html [ Skip ]
webkit.org/b/168050 fast/visual-viewport/viewport-dimensions-under-page-zoom.html [ Skip ]
webkit.org/b/168050 fast/visual-viewport/viewport-dimensions.html [ Skip ]
webkit.org/b/168050 fast/visual-viewport/zoomed-fixed-header-and-footer.html [ Skip ]
webkit.org/b/168050 fast/visual-viewport/zoomed-fixed-scroll-down-then-up.html [ Skip ]
webkit.org/b/168050 fast/visual-viewport/zoomed-fixed.html [ Skip ]
webkit.org/b/168050 fast/visual-viewport/zoomed-rects.html [ Skip ]
webkit.org/b/168050 fast/zooming/client-rect-in-fixed-zoomed.html [ Skip ]
webkit.org/b/168050 fast/zooming/uiscript-zooming.html [ Skip ]
# Skip tests expecting native HTML form validation popover
webkit.org/b/167579 fast/forms/scroll-into-view-and-show-validation-message.html [ Skip ]
webkit.org/b/167579 fast/forms/navigation-dismisses-validation-bubbles.html [ Skip ]
webkit.org/b/167579 fast/forms/validation-bubble-disappears-when-input-detached.html [ Skip ]
webkit.org/b/167579 fast/forms/validation-bubble-disappears-when-input-moved.html [ Skip ]
webkit.org/b/167579 fast/forms/validation-bubble-disappears-when-input-no-longer-visible.html [ Skip ]
webkit.org/b/167579 fast/forms/validation-custom-message.html [ Skip ]
webkit.org/b/167579 fast/forms/validation-message-detached-iframe.html [ Skip ]
webkit.org/b/167579 fast/forms/validation-message-detached-iframe2.html [ Skip ]
webkit.org/b/167579 fast/forms/validation-messages.html [ Skip ]
webkit.org/b/167579 fast/forms/validation-bubble-escape-key-dismiss.html [ Skip ]
webkit.org/b/167579 fast/forms/validation-message-minimum-font-size.html [ Skip ]
webkit.org/b/167579 fast/forms/validation-message-on-checkbox.html [ Skip ]
webkit.org/b/167579 fast/forms/validation-message-on-listbox.html [ Skip ]
webkit.org/b/167579 fast/forms/validation-message-on-menulist.html [ Skip ]
webkit.org/b/167579 fast/forms/validation-message-on-radio.html [ Skip ]
# Tests failing with GStreamer 1.6.3
webkit.org/b/154390 http/tests/media/video-throttled-load-metadata.html [ Pass Failure ]
webkit.org/b/154390 http/tests/media/video-redirect.html [ Timeout Pass ]
webkit.org/b/154390 http/tests/media/hls/video-controller-getStartDate.html [ Timeout Failure ]
webkit.org/b/154390 http/tests/media/hls/hls-audio-tracks-locale-selection.html [ Timeout Failure ]
webkit.org/b/154390 http/tests/security/local-video-source-from-remote.html [ Timeout Pass ]
webkit.org/b/199617 http/tests/media/hls/hls-video-resize.html [ Skip ]
webkit.org/b/137096 svg/W3C-SVG-1.1/text-altglyph-01-b.svg [ Failure ]
webkit.org/b/137096 svg/custom/altglyph.svg [ Failure ]
webkit.org/b/137096 svg/text/text-altglyph-01-b.svg [ Failure ]
webkit.org/b/137096 svg/text/alt-glyph-for-surrogate-pair.svg [ ImageOnlyFailure ]
webkit.org/b/156148 fast/text/svg-font-face-with-kerning.html [ Failure ]
webkit.org/b/156148 svg/W3C-SVG-1.1-SE/types-dom-06-f.svg [ Failure ]
webkit.org/b/156148 svg/W3C-SVG-1.1/text-text-05-t.svg [ Failure ]
webkit.org/b/156148 svg/W3C-SVG-1.1/text-text-06-t.svg [ Failure ]
webkit.org/b/156148 svg/custom/glyph-selection-lang-attribute.svg [ Failure ]
webkit.org/b/156148 svg/text/kerning.svg [ Failure ]
webkit.org/b/156148 svg/text/multichar-glyph.svg [ Failure ]
webkit.org/b/156148 svg/text/text-hkern.svg [ Failure ]
webkit.org/b/156148 svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures.html [ Failure ]
webkit.org/b/156148 svg/text/text-text-04-t.svg [ Failure ]
webkit.org/b/156148 svg/text/text-text-06-t.svg [ Failure ]
webkit.org/b/156148 svg/text/text-vkern.svg [ Failure ]
# Since r200320 resource-timing feature is a runtime flag.
webkit.org/b/158617 fast/dom/Window/window-properties-performance-resource-timing.html [ Failure ]
# Missing support for new emoji
webkit.org/b/160120 editing/deleting/delete-emoji-2.html [ Skip ]
webkit.org/b/160120 editing/deleting/delete-emoji-3.html [ Skip ]
webkit.org/b/160120 editing/deleting/delete-emoji-4.html [ Skip ]
webkit.org/b/160120 editing/deleting/delete-emoji-5.html [ Skip ]
webkit.org/b/160120 editing/deleting/delete-emoji-6.html [ Skip ]
webkit.org/b/160120 editing/deleting/delete-emoji-7.html [ Skip ]
webkit.org/b/160120 editing/deleting/delete-emoji-8.html [ Skip ]
webkit.org/b/160120 editing/deleting/delete-emoji-9.html [ Skip ]
webkit.org/b/160120 fast/text/emoji-single-parent-family.html [ Skip ]
webkit.org/b/160120 editing/caret/emoji.html [ Skip ]
# No support for QuickTime/YouTube plugin replacement.
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 ]
# No support for descriptive audio tracks in HLS file
http/tests/media/hls/hls-accessiblity-describes-video-menu.html [ Skip ]
http/tests/media/hls/hls-accessiblity-describes-video.html [ Skip ]
# No support for font-variant-* properties in @font-face declarations
webkit.org/b/161586 css3/font-feature-settings-font-face-rendering.html [ ImageOnlyFailure ]
webkit.org/b/161962 fast/forms/implicit-submission.html [ Failure ]
webkit.org/b/169531 fast/text/font-selection-font-face-parse.html [ Skip ]
# CSS image-orientation is not yet enabled.
webkit.org/b/89052 fast/css/image-orientation [ Skip ]
# CSS image-resolution is not yet enabled.
webkit.org/b/85262 fast/css/image-resolution [ Skip ]
# LEGACY_ENCRYPTED_MEDIA is deprecated
fast/events/webkit-media-key-events-constructor.html [ Skip ]
# eventSender.callAfterScrollingCompletes doesn't work.
webkit.org/b/168189 fast/scrolling/arrow-key-scroll-in-rtl-document.html [ Failure ]
webkit.org/b/168189 fast/scrolling/scroll-container-horizontally.html [ Failure Pass ]
# Requires CACHE_PARTITIONING or an alternative implementation
webkit.org/b/168366 http/tests/security/credentials-iframes.html
webkit.org/b/168366 http/tests/security/credentials-iframes-allowCrossOriginSubresourcesToAskForCredentials.html
# No embedded PDF support
fast/hidpi/pdf-image-scaled.html [ Skip ]
fast/images/displaced-non-cached-pdf.html [ Skip ]
# We render the focus ring differently
fast/images/image-map-outline-with-scale-transform.html [ ImageOnlyFailure ]
webkit.org/b/168433 http/tests/xmlhttprequest/redirections-and-user-headers.html [ Failure ]
webkit.org/b/168501 pageoverlay/overlay-remove-reinsert-view.html [ Failure Crash ]
# WebKit2 plug-ins: No support for getting the form value.
plugins/form-value.html [ Skip ]
# Require FILE_REPLACEMENT.
fast/files/filereader-zip-bundle-using-open-panel.html [ Skip ]
http/tests/local/fileapi/upload-zip-bundle-as-blob-using-open-panel.html [ Skip ]
# We don't support APPLE_PAY.
http/tests/ssl/applepay [ Skip ]
# This test assumes that color on sliders is not reversed for RTL, so failing is good.
fast/forms/range/input-appearance-range-rtl.html [ ImageOnlyFailure ]
# Service-workers tests that fail, time out or crash.
webkit.org/b/175419 http/tests/workers/service/controller-change.html [ Skip ]
webkit.org/b/175419 http/wpt/service-workers/persistent-importScripts.html [ Pass Failure ]
webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/service-worker/activation.https.html [ Skip ]
webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/service-worker/claim-with-redirect.https.html [ Skip ]
webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/service-worker/fetch-event-within-sw.https.html [ Skip ]
webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/service-worker/registration-script.https.html [ Failure ]
webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-using-registration.https.html [ Skip ]
webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-without-client.https.html [ Skip ]
webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting-without-using-registration.https.html [ Skip ]
webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/service-worker/skip-waiting.https.html [ Skip ]
webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-storage-match.https.html [ Skip ]
webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-storage-match.https.html [ Skip ]
webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-storage-match.https.html [ Skip ]
webkit.org/b/175419 imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/credentials.https.html [ Skip ]
# Skip anything related to WebAuthN
http/wpt/credential-management/ [ Skip ]
http/wpt/webauthn/ [ Skip ]
imported/w3c/web-platform-tests/credential-management/ [ Skip ]
# FIXME: This can't be the right bug number.
webkit.org/b/175419 imported/w3c/web-platform-tests/background-fetch/interfaces-worker.https.html [ Failure ]
webkit.org/b/175419 imported/w3c/web-platform-tests/background-fetch/interfaces.html [ Failure ]
webkit.org/b/175419 imported/w3c/web-platform-tests/fetch/api/policies/referrer-origin-when-cross-origin-service-worker.https.html [ Failure ]
webkit.org/b/175419 imported/w3c/web-platform-tests/fetch/api/abort/serviceworker-intercepted.https.html [ Failure Pass ]
# Loading MP4 as an image is not supported by GTK
webkit.org/b/180370 fast/images/animated-image-mp4.html [ Skip ]
webkit.org/b/180370 http/tests/images/image-supports-video.html [ Skip ]
webkit.org/b/180370 fast/images/animated-image-mp4-crash.html [ Skip ]
# GTK ought to support the new modern pasteboard API
webkit.org/b/177633 editing/pasteboard/copy-without-selection.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/copying-html-strips-javascript-url-and-event-handler.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/data-transfer-get-data-on-copying-pasting-malformed-url-in-same-document.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/data-transfer-get-data-on-paste-custom.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/data-transfer-get-data-on-paste-plain-text.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/data-transfer-get-data-on-paste-rich-text.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/data-transfer-get-data-on-pasting-html-uses-blob-url.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/data-transfer-items-add-custom-data.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/data-transfer-set-data-ignore-copied-malformed-url-in-null-origin.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/data-transfer-set-data-sanitize-url-when-copying-in-null-origin.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/data-transfer-set-data-sanitizes-html-when-copying-in-null-origin.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/data-transfer-set-data-sanitizes-html-when-copying.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/datatransfer-items-paste-plaintext.html [ Skip ]
webkit.org/b/177633 editing/pasteboard/dataTransfer-types-pasting-plaintext.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/onpaste-text-html-types.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/pasting-empty-html-falls-back-to-text.html [ Failure ]
webkit.org/b/177633 http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html [ Skip ]
webkit.org/b/177633 http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-in-same-origin.html [ Skip ]
webkit.org/b/177633 http/tests/security/clipboard/copy-paste-html-across-origin-sanitizes-html.html [ Failure ]
webkit.org/b/177633 http/tests/security/clipboard/copy-paste-url-across-origin-sanitizes-url.html [ Failure ]
webkit.org/b/177633 http/tests/security/clipboard/copy-paste-html-across-origin-strips-mso-list.html [ Failure ]
webkit.org/b/177633 editing/pasteboard/copy-paste-across-shadow-boundaries-with-style-2.html [ Crash ]
webkit.org/b/177633 editing/pasteboard/paste-text-with-style.html [ Failure Pass ]
webkit.org/b/177633 editing/pasteboard/paste-without-nesting.html [ Failure Pass ]
webkit.org/b/180062 fast/text/user-installed-fonts [ Skip ]
webkit.org/b/184295 http/wpt/loading/redirect-headers.html [ Skip ]
# NowPlaying is macOS and iOS only.
http/tests/media/now-playing-info-private-browsing.html [ Skip ]
http/tests/media/now-playing-info.html [ Skip ]
# Font collections
webkit.org/b/186086 fast/text/font-collection.html [ ImageOnlyFailure ]
# Test does not make sense for our platform
webkit.org/b/181659 fast/canvas/webgl/simulated-vertexAttrib0-invalid-indicies.html [ Skip ]
# This seems to be testing Apple-specific behavior?
css3/color-filters/color-filter-ignore-semantic.html [ ImageOnlyFailure ]
webkit.org/b/187044 webanimations/opacity-animation-yields-compositing-span.html [ Failure Timeout ]
# Requires support for testing text replacement
editing/spelling/text-replacement-after-typing-to-word.html [ Skip ]
# Depends on mac-specific code in TestController.
webkit.org/b/187550 http/tests/plugins/plugin-allow-then-reload.html [ Failure ]
webkit.org/b/190738 imported/w3c/web-platform-tests/encrypted-media/resources/clearkey-retrieve-destroy-persistent-license.html [ Missing ]
webkit.org/b/190738 imported/w3c/web-platform-tests/encrypted-media/resources/clearkey-retrieve-persistent-license.html [ Missing ]
# MediaRecorder is not currently implemented
http/wpt/mediarecorder [ Skip ]
imported/w3c/web-platform-tests/mediacapture-record [ Skip ]
# This tests were moved on r188159 from platform/mac/fast/forms/
webkit.org/b/152247 fast/forms/attributed-strings.html [ Skip ]
webkit.org/b/152247 fast/forms/focus-option-control-on-page.html [ Skip ]
webkit.org/b/152247 fast/forms/indeterminate-progress-inline-height.html [ Skip ]
webkit.org/b/152247 fast/forms/input-appearance-spinbutton-up.html [ Skip ]
webkit.org/b/152247 fast/forms/input-appearance-spinbutton.html [ Skip ]
webkit.org/b/152247 fast/forms/listbox-scrollbar-hit-test.html [ Skip ]
# Only Mac has implemented DictionaryLookup
fast/layers/prevent-hit-test-during-layout.html [ Skip ]
# This is a Mac specific feature
webkit.org/b/168466 http/tests/security/bypassing-cors-checks-for-extension-urls.html [ Skip ]
# No support for WebGPU yet
webkit.org/b/191005 webgpu/ [ Skip ]
webkit.org/b/191005 inspector/canvas/create-context-webgpu.html [ Skip ]
webkit.org/b/191005 inspector/canvas/requestClientNodes-webgpu.html [ Skip ]
webkit.org/b/191005 inspector/canvas/requestShaderSource-webgpu.html [ Skip ]
webkit.org/b/191005 inspector/canvas/resolveContext-webgpu.html [ Skip ]
webkit.org/b/191005 inspector/canvas/shaderProgram-add-remove-webgpu.html [ Skip ]
webkit.org/b/191005 inspector/canvas/updateShader-webgpu.html [ Skip ]
webkit.org/b/191005 inspector/canvas/updateShader-webgpu-sharedVertexFragment.html [ Skip ]
# No support for resource load statistics yet
http/tests/resourceLoadStatistics/ [ Skip ]
# No support for screen capture
fast/mediastream/screencapture-user-gesture.html [ Skip ]
# No different rendering for text-rendering: optimizeLegibility
fast/text/variations/optical-sizing-trak-2.html [ Skip ]
# The test directly sends Cocoa events
swipe/pushState-programmatic-back-while-swiping-crash.html [ Skip ]
# GTK port doesn't suport datalist in range elements
fast/forms/datalist/input-appearance-range-with-datalist-rtl.html [ Skip ]
fast/forms/datalist/update-range-with-datalist.html [ Skip ]
# Inspector tests don't work with platform WebSockets API
webkit.org/b/200162 http/tests/websocket/tests/hybi/inspector/ [ Skip ]
# Server cookie not handled with platform WebSockets API
webkit.org/b/200165 imported/w3c/web-platform-tests/websockets/cookies/002.html [ Failure ]
webkit.org/b/200165 imported/w3c/web-platform-tests/websockets/cookies/007.html [ Failure ]
# No Mac system fonts in WebKitGTK
editing/pasteboard/paste-cocoa-writer-markup-with-system-fonts.html [ Failure ]
# We don't use Cocoa
editing/pasteboard/paste-cocoa-writer-markup-with-webkit-standard-font-family.html [ Failure ]
#////////////////////////////////////////////////////////////////////////////////////////
# End of Expected failures.
#
# Don't add anything above here without a comment explaining why the test SHOULD fail.
#////////////////////////////////////////////////////////////////////////////////////////
#////////////////////////////////////////////////////////////////////////////////////////
# 3. TESTS CRASHING
#////////////////////////////////////////////////////////////////////////////////////////
webkit.org/b/90957 [ Release ] js/dom/random-array-gc-stress.html [ Timeout Crash Pass ]
webkit.org/b/105689 [ Debug ] plugins/npruntime/embed-property-iframe-equality.html [ Crash ]
webkit.org/b/108927 http/tests/xmlhttprequest/workers/xmlhttprequest-file-not-found.html [ Crash Pass ]
webkit.org/b/118423 http/tests/misc/iframe-reparenting-id-collision.html [ Crash Pass ]
webkit.org/b/118902 svg/animations/svgenum-animation-6.html [ Crash Pass ]
webkit.org/b/120200 [ Debug ] http/tests/security/XFrameOptions/x-frame-options-allowall.html [ Crash Pass ]
Bug(GTK) plugins/document-open.html [ Crash Timeout ]
webkit.org/b/82020 plugins/netscape-dom-access-and-reload.html [ Failure Crash Pass ]
webkit.org/b/135050 animations/animation-end-event-short-iterations.html [ Crash Pass ]
webkit.org/b/135050 legacy-animation-engine/animations/animation-end-event-short-iterations.html [ Crash Pass ]
webkit.org/b/129050 fast/sub-pixel/compositing-layers-on-subpixel-position.html [ ImageOnlyFailure Crash Pass ]
webkit.org/b/152642 http/tests/misc/detached-frame-console.html [ Crash Pass Timeout Failure ]
webkit.org/b/153692 imported/blink/fast/css/first-letter-float-block.html [ Crash Pass ]
webkit.org/b/117756 media/track/media-element-enqueue-event-crash.html [ Timeout Pass Crash ]
webkit.org/b/153937 http/tests/misc/detach-during-notifyDone.html [ Crash Pass ]
webkit.org/b/131546 media/track/track-in-band.html [ Crash Timeout Failure ]
webkit.org/b/163782 media/video-played-ranges-1.html [ Crash Pass Failure ]
webkit.org/b/172955 media/video-preload.html [ Crash Pass ]
webkit.org/b/175575 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay-with-slow-text-tracks.html [ Crash Pass ]
# See also webkit.org/b/141699
webkit.org/b/177534 fast/attachment/attachment-respects-css-size.html [ Crash ImageOnlyFailure ]
# See also webkit.org/b/163528 Threaded compositor failures caused by one of r203496, r203497, or r203498
webkit.org/b/177536 media/video-object-fit.html [ Crash ImageOnlyFailure ]
webkit.org/b/177816 webgl/1.0.3/conformance/ogles/GL/vec/vec_001_to_008.html [ Crash Pass ]
webkit.org/b/180097 media/video-concurrent-visible-playback.html [ Crash Pass ]
webkit.org/b/180098 security/isSecureContext-disabled.html [ Crash Pass ]
webkit.org/b/182106 media/video-multiple-concurrent-playback.html [ Crash Pass Timeout ]
webkit.org/b/183180 imported/blink/fast/forms/time-multiple-fields/time-multiple-fields-crash-by-focus-on-unload.html [ Crash Pass ]
webkit.org/b/183215 imported/w3c/web-platform-tests/encoding/legacy-mb-korean/euc-kr/euckr-decode-cseuckr.html [ Crash Pass ]
webkit.org/b/183401 fast/animation/request-animation-frame-during-modal.html [ Crash Pass ]
webkit.org/b/185546 media/video-playbackrate.html [ Crash Pass Timeout ]
# Crashes only when GNOME icon theme is not installed
webkit.org/b/186767 fast/hidpi/broken-image-icon-very-hidpi.html [ Crash Pass ]
webkit.org/b/186779 http/tests/security/sandboxed-iframe-DENIED-modals.html [ Crash Pass ]
webkit.org/b/188406 [ Debug ] imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/dir.html [ Crash ]
webkit.org/b/190578 media/encrypted-media/mock-MediaKeySystemAccess.html [ Crash ]
webkit.org/b/190738 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-persistent-license.https.html [ Crash Pass ]
webkit.org/b/191882 fast/forms/validation-message-clone.html [ Failure Crash Pass ]
webkit.org/b/191882 fast/forms/validation-message-in-relative-body.html [ Failure Crash ]
webkit.org/b/195260 mathml/presentation/tokenElements-dynamic.html [ Crash Pass ]
webkit.org/b/195271 imported/w3c/web-platform-tests/mathml/presentation-markup/scripts/underover-1.html [ Failure Pass ]
imported/w3c/web-platform-tests/mathml/relations/css-styling/color-004.html [ ImageOnlyFailure ]
webkit.org/b/196542 printing/crash-while-formatting-subframe-for-printing.html [ Timeout Crash ]
webkit.org/b/196542 printing/printing-events.html [ Timeout Crash ]
webkit.org/b/196799 imported/blink/fast/css/first-letter-crash-document-disposal.html [ Pass Crash ]
webkit.org/b/198126 http/tests/xmlhttprequest/access-control-response-with-body-sync.html [ Pass Crash ]
webkit.org/b/120839 animations/cross-fade-background-image.html [ ImageOnlyFailure Crash ]
webkit.org/b/199010 css2.1/t1204-order-01-d.html [ Pass Crash ]
webkit.org/b/199014 fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551.html [ Pass Crash ]
webkit.org/b/199440 fast/mediastream/mediastreamtrack-video-clone.html [ Failure Timeout Crash ]
webkit.org/b/200534 editing/input/delete-text-in-composition.html [ Crash ]
webkit.org/b/200534 editing/secure-input/password-input-changed-type.html [ Crash ]
webkit.org/b/200534 editing/secure-input/password-input-focusing.html [ Crash ]
webkit.org/b/200534 editing/secure-input/removed-password-input.html [ Crash ]
webkit.org/b/200534 editing/secure-input/reset-state-on-navigation.html [ Crash ]
webkit.org/b/200534 fast/media/mq-prefers-reduced-motion-matchMedia.html [ Crash ]
webkit.org/b/198830 http/tests/media/media-document-referer.html [ Pass Crash ]
webkit.org/b/198830 media/accessibility-closed-captions-has-aria-owns.html [ Pass Crash ]
webkit.org/b/198830 media/W3C/video/events/event_canplay_manual.html [ Pass Crash ]
webkit.org/b/198830 media/W3C/video/events/event_canplaythrough.html [ Pass Crash ]
webkit.org/b/198830 media/W3C/video/events/event_playing_manual.html [ Pass Crash ]
webkit.org/b/198830 media/W3C/video/readyState/readyState_during_loadeddata.html [ Pass Crash ]
webkit.org/b/198830 media/W3C/video/readyState/readyState_during_loadedmetadata.html [ Pass Crash ]
webkit.org/b/198830 media/track/track-active-cues.html [ Pass Crash ]
webkit.org/b/198830 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_canplay_noautoplay.html [ Pass Crash ]
webkit.org/b/201275 fast/events/focus-anchor-with-tabindex-hang.html [ Crash ]
# Known issues that were fixed by the WebKitMediaSrc rework that is now reverted.
webkit.org/b/203078 imported/w3c/web-platform-tests/media-source/mediasource-seek-beyond-duration.html [ Failure Crash ]
webkit.org/b/203078 imported/w3c/web-platform-tests/media-source/mediasource-remove.html [ Pass Crash ]
webkit.org/b/203078 media/media-source/media-source-remove-unload-crash.html [ Pass Crash ]
webkit.org/b/203078 media/media-source/media-source-seek-detach-crash.html [ Pass Crash ]
webkit.org/b/203078 imported/w3c/web-platform-tests/media-source/mediasource-getvideoplaybackquality.html [ Failure Crash ]
webkit.org/b/203078 imported/w3c/web-platform-tests/media-source/mediasource-replay.html [ Failure Crash ]
webkit.org/b/203078 imported/w3c/web-platform-tests/media-source/mediasource-seek-during-pending-seek.html [ Pass Crash ]
webkit.org/b/203078 imported/w3c/web-platform-tests/media-source/mediasource-redundant-seek.html [ Pass Crash ]
#////////////////////////////////////////////////////////////////////////////////////////
# End of Crashing tests
#////////////////////////////////////////////////////////////////////////////////////////
#////////////////////////////////////////////////////////////////////////////////////////
# 4. FLAKY TESTS
#////////////////////////////////////////////////////////////////////////////////////////
webkit.org/b/55126 media/video-aspect-ratio.html [ Failure Crash Timeout Pass ]
webkit.org/b/122481 svg/animations/svglengthlist-animation-3.html [ Failure Pass ]
webkit.org/b/62204 svg/custom/circular-marker-reference-4.svg [ Failure Pass ]
webkit.org/b/119735 [ Debug ] plugins/unavailable-plugin-indicator-obscurity.html [ Skip ]
webkit.org/b/71777 fast/lists/inlineBoxWrapperNullCheck.html [ Failure Pass ]
webkit.org/b/80129 fast/frames/flattening/iframe-flattening-fixed-width.html [ Failure Pass ]
webkit.org/b/80129 fast/frames/flattening/iframe-flattening-offscreen.html [ Failure Pass ]
webkit.org/b/80129 fast/frames/flattening/frameset-flattening-grid.html [ Failure Pass ]
webkit.org/b/80129 fast/frames/flattening/iframe-flattening-out-of-view.html [ Failure Pass ]
webkit.org/b/87363 fast/frames/flattening/iframe-tiny.html [ Failure Pass ]
webkit.org/b/73772 fast/table/multiple-captions-display.xhtml [ Failure Pass ]
webkit.org/b/76385 tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html [ Failure Pass ]
webkit.org/b/78344 fast/text/international/inline-plaintext-relayout-with-leading-neutrals.html [ ImageOnlyFailure Pass ]
webkit.org/b/86971 svg/custom/non-scaling-stroke-markers.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-03-t.svg [ Failure Pass ]
webkit.org/b/89650 [ Debug ] svg/W3C-SVG-1.1/animate-elem-05-t.svg [ Failure Pass ]
webkit.org/b/89650 [ Debug ] svg/W3C-SVG-1.1/animate-elem-06-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-07-t.svg [ Failure Pass ]
webkit.org/b/89650 [ Debug ] svg/W3C-SVG-1.1/animate-elem-08-t.svg [ Failure Pass ]
webkit.org/b/89650 [ Debug ] svg/W3C-SVG-1.1/animate-elem-10-t.svg [ Failure Pass ]
webkit.org/b/89650 [ Debug ] svg/W3C-SVG-1.1/animate-elem-11-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-12-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-15-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-16-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-17-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-19-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-22-b.svg [ Failure Pass ]
webkit.org/b/89650 [ Debug ] svg/W3C-SVG-1.1/animate-elem-28-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-30-t.svg [ Failure Pass ]
webkit.org/b/89650 [ Debug ] svg/W3C-SVG-1.1/animate-elem-32-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-33-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-36-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-37-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-40-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-41-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-46-t.svg [ Failure Pass ]
webkit.org/b/89650 [ Debug ] svg/W3C-SVG-1.1/animate-elem-81-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/animate-elem-82-t.svg [ Failure Pass ]
webkit.org/b/89650 [ Debug ] svg/W3C-SVG-1.1/animate-elem-85-t.svg [ Failure Pass ]
webkit.org/b/89650 svg/W3C-SVG-1.1/struct-dom-06-b.svg [ Failure Pass ]
webkit.org/b/89811 media/media-blocked-by-beforeload.html [ Failure Pass ]
webkit.org/b/84856 media/media-controller-playback.html [ Crash Failure Timeout Pass ]
webkit.org/b/83878 media/track/track-mode.html [ Failure Pass ]
webkit.org/b/49179 animations/stop-animation-on-suspend.html [ Failure Pass ]
webkit.org/b/49179 legacy-animation-engine/animations/stop-animation-on-suspend.html [ Failure Pass ]
webkit.org/b/94119 storage/websql/database-lock-after-reload.html [ Failure Pass ]
webkit.org/b/132283 storage/websql/read-transactions-running-concurrently.html [ Failure Pass ]
webkit.org/b/95430 fast/layers/scroll-no-visible-content-but-visible-descendant.html [ ImageOnlyFailure Pass ]
webkit.org/b/73409 fast/forms/textarea-placeholder-set-attribute.html [ ImageOnlyFailure Pass ]
webkit.org/b/88230 svg/stroke/non-scaling-stroke-pattern.svg [ ImageOnlyFailure Pass ]
webkit.org/b/98133 fast/css/sticky/sticky-writing-mode-vertical-rl.html [ ImageOnlyFailure Pass ]
webkit.org/b/104809 media/adopt-node-crash.html [ Crash Timeout Pass ]
webkit.org/b/104809 media/encrypted-media/encrypted-media-not-loaded.html [ Failure Timeout Crash ]
webkit.org/b/104809 media/encrypted-media/encrypted-media-syntax.html [ Failure Timeout ]
webkit.org/b/104809 media/track/track-cues-pause-on-exit.html [ Timeout Pass ]
# This test also crashes after the FTL merge
webkit.org/b/106415 webkit.org/b/119255 fast/workers/worker-close-more.html [ Timeout Crash Pass ]
webkit.org/b/107258 fast/canvas/2d.text.draw.fill.maxWidth.gradient.html [ Failure Pass ]
webkit.org/b/110864 svg/custom/animation-currentColor.svg [ Failure Pass ]
webkit.org/b/111612 animations/animation-delay-changed.html [ Failure Pass ]
webkit.org/b/111612 legacy-animation-engine/animations/animation-delay-changed.html [ Failure Pass ]
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/112918 http/tests/appcache/abort-cache-ondownloading-resource-404.html [ Failure Pass ]
webkit.org/b/114254 css3/bdi-element.html [ Timeout Pass ]
webkit.org/b/114254 css3/masking/clip-path-animation.html [ Timeout Pass ]
webkit.org/b/114254 legacy-animation-engine/css3/masking/clip-path-animation.html [ Timeout Pass ]
webkit.org/b/114254 css3/images/cross-fade-background-size.html [ Timeout Pass ]
webkit.org/b/114254 css3/calc/background-position-parsing.html [ Timeout Pass ]
webkit.org/b/114254 css3/flexbox/align-absolute-child.html [ Timeout Pass ]
webkit.org/b/114254 css1/text_properties/letter_spacing.html [ Crash Timeout Pass ]
webkit.org/b/114254 css1/formatting_model/canvas.html [ Timeout Pass ]
webkit.org/b/114254 css1/classification/display.html [ Timeout Pass ]
webkit.org/b/114254 css1/box_properties/acid_test.html [ Timeout Pass ]
webkit.org/b/114254 css1/pseudo/anchor.html [ Timeout Pass ]
webkit.org/b/114254 css1/basic/class_as_selector.html [ Timeout Pass ]
webkit.org/b/114254 css1/units/color_units.html [ Crash Timeout Pass ]
webkit.org/b/114254 css1/conformance/forward_compatible_parsing.html [ Timeout Pass ]
webkit.org/b/114254 css1/font_properties/font.html [ Timeout Pass ]
webkit.org/b/114254 css1/units/length_units.html [ Crash Timeout Pass ]
webkit.org/b/114254 css2.1/20110323/absolute-non-replaced-height-001.htm [ Timeout Pass ]
webkit.org/b/114254 css2.1/t09-c5526c-display-00-e.html [ Crash Timeout Pass ]
webkit.org/b/114735 svg/filters/filter-hidden-content.svg [ Failure Pass ]
webkit.org/b/116960 perf/adding-radio-buttons.html [ Failure Pass ]
webkit.org/b/116961 perf/show-hide-table-rows.html [ Failure Pass ]
webkit.org/b/116976 media/video-played-collapse.html [ Failure Pass Crash ]
webkit.org/b/103443 fast/parser/parser-yield-timing.html [ Failure Pass ]
webkit.org/b/119009 http/tests/cache/subresource-failover-to-network.html [ Failure Pass ]
webkit.org/b/119040 perf/nested-combined-selectors.html [ Failure Pass ]
webkit.org/b/119041 css3/calc/img-size.html [ ImageOnlyFailure Pass ]
# These tests started to time out (or time out more often) since the FTL merge
webkit.org/b/119253 [ Release ] css3/autoclose-braces-and-parentheses.html [ Timeout Pass ]
webkit.org/b/119253 [ Debug ] js/dfg-osr-entry-hoisted-clobbered-structure-check.html [ Timeout Pass ]
webkit.org/b/119253 [ Debug ] fast/media/update-media-query-css-parser.html [ Timeout Pass ]
webkit.org/b/119253 fast/workers/dedicated-worker-lifecycle.html [ Timeout Pass ]
webkit.org/b/124511 media/video-played-reset.html [ Failure Pass Crash ]
webkit.org/b/125407 plugins/plugin-clip-subframe.html [ Failure Pass ]
webkit.org/b/126420 fast/table/dynamic-caption-add-before-child.xhtml [ Failure Pass ]
webkit.org/b/126432 fast/css/acid2-pixel.html [ Failure Pass ]
webkit.org/b/126432 fast/css/acid2.html [ Failure Pass ]
webkit.org/b/126432 http/tests/misc/acid2-pixel.html [ Failure Pass ]
webkit.org/b/126432 http/tests/misc/acid2.html [ Failure Pass ]
webkit.org/b/126523 perf/accessibility-title-ui-element.html [ Failure Pass ]
webkit.org/b/127280 media/audio-concurrent-supported.html [ Failure Timeout Pass Crash ]
webkit.org/b/127742 fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html [ Failure Pass ]
webkit.org/b/127745 fast/parser/document-write-basic.html [ Crash Pass ]
webkit.org/b/127735 media/crash-closing-page-with-media-as-plugin-fallback.html [ Timeout Pass ]
# Flakey on both Snow Leopard and Windows 7
# https://bugs.webkit.org/show_bug.cgi?id=58337
webkit.org/b/58337 fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html [ Failure Pass ]
# media/audio-garbage-collect.html is flaky
# https://bugs.webkit.org/show_bug.cgi?id=72698
webkit.org/b/72698 media/audio-garbage-collect.html [ Timeout Failure Pass ]
# Tests showing flakiness in the bot
Bug(GTK) editing/pasteboard/smart-paste-004.html [ Failure Pass ]
Bug(GTK) editing/pasteboard/paste-pre-002.html [ Failure Pass ]
Bug(GTK) editing/selection/5057506.html [ Failure Pass ]
Bug(GTK) editing/selection/click-in-margins-inside-editable-div.html [ Failure Pass ]
Bug(GTK) fast/dom/MutationObserver/database-callback-delivery.html [ Failure Pass ]
Bug(GTK) fast/events/domactivate-sets-underlying-click-event-as-handled.html [ Failure Pass ]
Bug(GTK) fast/events/mouseclick-target-and-positioning.html [ Failure Pass ]
Bug(GTK) fast/events/mouse-drag-from-frame.html [ Timeout Failure Pass ]
Bug(GTK) fast/events/mouse-focus-imagemap.html [ Failure Pass ]
Bug(GTK) fast/events/mousemove-after-drag-over-scrollbar.html [ Failure Pass ]
Bug(GTK) fast/events/mouse-moved-remove-frame-crash.html [ Failure Pass ]
Bug(GTK) fast/events/mouseout-dead-node.html [ Failure Pass ]
Bug(GTK) fast/events/mouseout-dead-subframe.html [ Failure Pass ]
Bug(GTK) fast/events/mouseout-on-window.html [ Failure Pass ]
Bug(GTK) fast/events/mouseover-button.html [ Failure Pass ]
Bug(GTK) fast/events/mouseover-mouseout2.html [ Failure Pass ]
Bug(GTK) fast/events/mouseover-mouseout.html [ Failure Pass ]
Bug(GTK) fast/events/mouse-relative-position.html [ Failure Pass ]
Bug(GTK) fast/events/mouseup-outside-document.html [ Failure Pass ]
Bug(GTK) fast/events/multiline-link-arrow-navigation.html [ Failure Pass ]
Bug(GTK) fast/events/node-event-anchor-lock.html [ Failure Pass ]
Bug(GTK) fast/events/onchange-click-hang.html [ Failure Pass ]
Bug(GTK) fast/events/onchange-passwordfield.html [ Failure Pass ]
Bug(GTK) fast/events/onchange-range-slider.html [ Failure Pass ]
Bug(GTK) fast/events/onchange-searchfield.html [ Failure Pass ]
Bug(GTK) fast/events/onchange-select-popup.html [ Failure Pass ]
Bug(GTK) fast/forms/incremental-dom-property.html [ Pass Timeout ]
Bug(GTK) fast/forms/select/optgroup-disabled.html [ Pass Timeout ]
Bug(GTK) fast/forms/select-selected.html [ Pass Timeout ]
Bug(GTK) js/dom/exceptions-thrown-in-callbacks.html [ Failure Pass ]
Bug(GTK) fast/loader/fragment-after-redirect-gets-back-entry.html [ Failure Pass ]
Bug(GTK) fast/writing-mode/japanese-ruby-horizontal-bt.html [ Failure Pass ]
Bug(GTK) fast/writing-mode/japanese-ruby-vertical-lr.html [ Failure Pass ]
Bug(GTK) fast/writing-mode/japanese-ruby-vertical-rl.html [ Failure Pass ]
webkit.org/b/131533 media/track/track-remove-active-cue-crash.html [ Timeout Pass ]
webkit.org/b/131934 fast/dom/Window/mozilla-focus-blur.html [ Failure Timeout Pass ]
webkit.org/b/132182 css3/calc/transitions-dependent.html [ Failure Pass ]
webkit.org/b/132182 legacy-animation-engine/css3/calc/transitions-dependent.html [ Failure Pass ]
webkit.org/b/132183 fast/dom/adopt-node-crash-2.html [ Failure Pass ]
webkit.org/b/132184 fast/multicol/span/span-as-immediate-columns-child-dynamic.html [ Failure Pass ]
webkit.org/b/132185 editing/pasteboard/gtk/middle-button-paste.html [ Failure Pass ]
webkit.org/b/132249 http/tests/media/video-cookie.html [ Timeout Failure Pass ]
webkit.org/b/132250 media/audio-mpeg4-supported.html [ Timeout Pass ]
webkit.org/b/132251 media/controls-drag-timebar.html [ Timeout Pass ]
webkit.org/b/132254 fast/sub-pixel/simple-clipping.html [ ImageOnlyFailure Crash Pass ]
webkit.org/b/132257 fast/history/form-submit-in-frame-via-onclick.html [ Timeout Pass ]
webkit.org/b/132260 fast/workers/worker-close.html [ Timeout Pass ]
webkit.org/b/132261 html5lib/generated/run-tests16-data.html [ Timeout Pass ]
webkit.org/b/132272 fast/dom/gc-10.html [ Failure Pass ]
webkit.org/b/132279 perf/mouse-event.html [ Failure Pass ]
webkit.org/b/132281 fast/workers/worker-constructor.html [ Timeout Pass ]
webkit.org/b/132282 fast/inline-block/14498-positionForCoordinates.html [ Failure Pass ]
#Fast overflow
webkit.org/b/132258 fast/overflow/hit-test-overflow-controls.html [ Failure ImageOnlyFailure Pass ]
webkit.org/b/132258 fast/overflow/overflow-text-hit-testing.html [ Failure Pass ]
webkit.org/b/132258 fast/overflow/scrollbar-click-retains-focus.html [ Failure Pass ]
#Media controls
webkit.org/b/132271 media/controls-styling-strict.html [ Failure Timeout Pass ]
webkit.org/b/132271 media/controls-strict.html [ ImageOnlyFailure Timeout Pass ]
webkit.org/b/132271 media/media-controls-timeline-updates.html [ Timeout Pass ]
webkit.org/b/132271 media/media-controller-playbackrate.html [ Timeout Pass Crash ]
webkit.org/b/132271 media/media-controller-time-clamp.html [ Timeout Pass ]
webkit.org/b/132271 media/track/add-and-remove-track.html [ Timeout Pass ]
webkit.org/b/132271 media/controls-without-preload.html [ Failure Timeout Pass ]
webkit.org/b/145251 media/controls-right-click-on-timebar.html [ Timeout Pass Failure Crash ]
#JS slow stress
webkit.org/b/132266 js/slow-stress/Int32Array-alloc-large-long-lived.html [ Timeout Pass ]
webkit.org/b/132266 js/slow-stress/array-prototype-filter.html [ Timeout Pass ]
webkit.org/b/132266 js/slow-stress/Int32Array-alloc-huge.html [ Timeout Pass ]
#Image map
webkit.org/b/132277 fast/images/image-map-multiple-xhtml.xhtml [ Failure Pass ]
webkit.org/b/132277 fast/images/image-map-multiple.html [ Failure Pass ]
webkit.org/b/132277 fast/images/image-map-zoom.html [ Failure Pass ]
webkit.org/b/132277 fast/images/imagemap-dynamic-area-updates.html [ Failure Pass ]
webkit.org/b/132425 fast/multicol/scrolling-overflow.html [ Failure Pass ]
webkit.org/b/132425 fast/multicol/span/span-as-immediate-child-generated-content.html [ Failure Pass ]
webkit.org/b/132995 transitions/cancel-transition.html [ Failure Pass ]
webkit.org/b/132995 legacy-animation-engine/transitions/cancel-transition.html [ Failure Pass ]
webkit.org/b/132996 js/slow-stress/fold-strict-eq.html [ Pass Timeout ]
webkit.org/b/132997 js/dom/cross-frame-bad-time.html [ Pass Timeout ]
webkit.org/b/132998 media/track/track-change-event.html [ Pass Timeout ]
webkit.org/b/132999 html5lib/generated/run-tests16-write.html [ Pass Timeout ]
webkit.org/b/133000 js/slow-stress/call-spread.html [ Pass Timeout ]
webkit.org/b/133001 fast/workers/worker-context-gc.html [ Pass Timeout ]
webkit.org/b/133869 media/video-seek-after-end.html [ Failure Pass ]
webkit.org/b/36642 fast/replaced/border-radius-clip.html [ Failure Pass ]
webkit.org/b/134573 media/track/audio-track.html [ Failure Timeout Pass ]
webkit.org/b/134576 media/track/audio/audio-track-mkv-vorbis-language.html [ Failure Timeout Pass ]
webkit.org/b/134576 media/track/track-cue-rendering.html [ Failure Timeout Pass ]
webkit.org/b/134576 media/track/video/video-track-mkv-theora-selected.html [ Failure Timeout Pass ]
webkit.org/b/134576 media/track/video/video-track-mkv-theora-language.html [ Failure Timeout Pass ]
webkit.org/b/134577 svg/dom/svg-root-lengths.html [ Failure Timeout Pass ]
webkit.org/b/103383 fast/css/counters/element-removal-crash.xhtml [ Failure Pass ]
webkit.org/b/134579 fast/forms/state-restore-to-non-edited-controls.html [ Timeout Pass ]
webkit.org/b/134758 svg/custom/composited-svg-with-opacity.html [ ImageOnlyFailure Pass ]
webkit.org/b/134760 plugins/layout-in-beforeload-listener-affects-plugin-loading.html [ Failure Pass ]
webkit.org/b/134761 svg/custom/animate-initial-pause-unpause.html [ Failure Pass ]
webkit.org/b/134994 fast/forms/select/listbox-click-on-scrollbar.html [ Failure Pass ]
webkit.org/b/134981 fast/parser/document-write-during-load.html [ Timeout Pass Crash ]
webkit.org/b/134998 plugins/change-widget-and-click-crash.html [ Timeout Pass Crash ]
webkit.org/b/135003 jquery/attributes.html [ Timeout Pass ]
webkit.org/b/135003 jquery/core.html [ Timeout Pass ]
webkit.org/b/135087 fast/frames/frame-programmatic-noresize.html [ Failure Pass ]
webkit.org/b/135087 fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html [ Failure Pass ]
webkit.org/b/135087 fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false.html [ Failure Pass ]
webkit.org/b/135088 media/video-colorspace-yuv420.html [ Crash Pass ]
webkit.org/b/135089 animations/animation-welcome-safari.html [ Failure Timeout Pass Crash ]
webkit.org/b/135089 legacy-animation-engine/animations/animation-welcome-safari.html [ Failure Timeout Pass Crash ]
webkit.org/b/135534 animations/animation-matrix-negative-scale-unmatrix.html [ Failure Timeout Pass ]
webkit.org/b/135534 legacy-animation-engine/animations/animation-matrix-negative-scale-unmatrix.html [ Failure Timeout Pass ]
webkit.org/b/135534 animations/fill-mode-forwards.html [ Crash Timeout Pass ]
webkit.org/b/135534 legacy-animation-engine/animations/fill-mode-forwards.html [ Crash Timeout Pass ]
webkit.org/b/135583 http/tests/media/video-play-progress.html [ Crash Timeout Pass ]
webkit.org/b/135584 media/track/track-cue-empty-text-crash.html [ Crash Timeout Pass ]
webkit.org/b/121646 webaudio/delaynode-max-default-delay.html [ Failure Pass ]
webkit.org/b/136066 animations/big-rotation.html [ Crash Pass ]
webkit.org/b/136066 legacy-animation-engine/animations/big-rotation.html [ Crash Pass ]
webkit.org/b/136066 animations/missing-from-to.html [ Crash Pass ]
webkit.org/b/136066 legacy-animation-engine/animations/missing-from-to.html [ Crash Pass ]
webkit.org/b/136066 animations/missing-keyframe-properties.html [ Crash Pass ]
webkit.org/b/136066 legacy-animation-engine/animations/missing-keyframe-properties.html [ Crash Pass ]
webkit.org/b/136066 animations/missing-values-first-keyframe.html [ Crash Pass ]
webkit.org/b/136066 legacy-animation-engine/animations/missing-values-first-keyframe.html [ Crash Pass ]
webkit.org/b/136066 animations/state-at-end-event.html [ Crash Pass ]
webkit.org/b/136066 legacy-animation-engine/animations/state-at-end-event.html [ Crash Pass ]
webkit.org/b/136070 fast/forms/label/label-becomes-visible-while-clicking-on-label.html [ Failure Pass ]
webkit.org/b/136581 editing/pasteboard/drag-drop-dead-frame.html [ Failure Timeout Pass ]
webkit.org/b/139489 http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html [ Failure Pass ]
webkit.org/b/143475 media/audio-repaint.html [ Timeout Failure ImageOnlyFailure Pass ]
webkit.org/b/143478 media/video-page-load-preload-none.html [ Failure Pass ]
webkit.org/b/131545 media/media-event-listeners.html [ Failure Pass ]
webkit.org/b/143876 css3/viewport-percentage-lengths/vh-resize.html [ ImageOnlyFailure Pass ]
webkit.org/b/143983 fast/hidpi/image-srcset-svg-canvas.html [ ImageOnlyFailure Pass ]
webkit.org/b/143985 editing/pasteboard/drop-text-events.html [ Failure Timeout Crash ]
webkit.org/b/143988 css3/masking/mask-svg-no-fragmentId.html [ ImageOnlyFailure Pass ]
webkit.org/b/143991 fast/table/multiple-captions-crash3.html [ ImageOnlyFailure Pass ]
webkit.org/b/143995 fast/canvas/canvas-composite-text-alpha.html [ Failure Pass ]
Bug(GTK) http/tests/xmlhttprequest/logout.html [ Failure Pass ]
webkit.org/b/144579 transforms/2d/preserve3d-not-fixed-container.html [ ImageOnlyFailure Pass ]
webkit.org/b/144582 fast/inline/layout-after-inserting-nested-br.html [ ImageOnlyFailure Pass ]
webkit.org/b/144730 fast/css/text-overflow-input-focus-value.html [ ImageOnlyFailure Pass ]
webkit.org/b/144733 fast/forms/number/number-change-type-on-focus.html [ Failure Pass ]
webkit.org/b/144864 fast/events/clear-edit-drag-state.html [ Failure Pass ]
webkit.org/b/144864 fast/events/clear-drag-state.html [ Failure Pass ]
webkit.org/b/145051 media/video-rtl.html [ ImageOnlyFailure Pass ]
webkit.org/b/145167 transforms/2d/perspective-not-fixed-container.html [ ImageOnlyFailure Pass ]
webkit.org/b/145170 fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html [ Failure Pass ]
webkit.org/b/145170 fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html [ Failure Pass ]
webkit.org/b/145258 media/video-controller-child-rate.html [ Failure Pass ]
# Regressions in svg/clip-path
webkit.org/b/115440 svg/stroke/animated-non-scaling-stroke.html [ ImageOnlyFailure Pass ]
webkit.org/b/105296 webaudio/delaynode-maxdelay.html [ Pass Failure ]
# Probably failing because resizing is asynchronous.
webkit.org/b/53959 fast/dom/Window/window-resize.html [ Failure Timeout Pass ]
# This failures only seem to happen if the environment variable XVFB_SCREEN_DEPTH=8 is not set
webkit.org/b/132126 media/track/track-cues-cuechange.html [ Timeout Pass ]
webkit.org/b/132126 media/track/track-cues-enter-exit.html [ Timeout Pass ]
webkit.org/b/153771 animations/resume-after-page-cache.html [ Timeout Failure Pass ]
webkit.org/b/153771 legacy-animation-engine/animations/resume-after-page-cache.html [ Timeout Failure Pass ]
webkit.org/b/153942 plugins/private-browsing-mode-2.html [ Failure Pass ]
webkit.org/b/153942 plugins/private-browsing-mode.html [ Failure Pass ]
webkit.org/b/153943 webaudio/convolution-mono-mono.html [ Failure Pass ]
webkit.org/b/153947 imported/w3c/web-platform-tests/css/css-color/t424-hsl-parsing-f.xht [ ImageOnlyFailure Pass ]
webkit.org/b/153947 imported/w3c/web-platform-tests/css/css-color/t425-hsla-parsing-f.xht [ ImageOnlyFailure Pass ]
webkit.org/b/153948 imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html [ Failure Pass ]
webkit.org/b/156436 fast/harness/sample-fail-mismatch-reftest.html [ ImageOnlyFailure Pass ]
webkit.org/b/157728 plugins/get-javascript-url.html [ Timeout Pass ]
webkit.org/b/145639 media/volume-bar-empty-when-muted.html [ Failure Pass ]
webkit.org/b/157729 fast/images/image-map-outline-with-paint-root-offset.html [ ImageOnlyFailure Pass ]
webkit.org/b/157730 fast/forms/select/optgroup-clicking.html [ Failure Pass ]
webkit.org/b/158472 fast/text/international/system-language/han-quotes.html [ ImageOnlyFailure Pass ]
webkit.org/b/158912 imported/blink/compositing/animation/hidden-animated-layer-should-not-have-scrollbars.html [ ImageOnlyFailure Pass ]
webkit.org/b/158912 legacy-animation-engine/imported/blink/compositing/animation/hidden-animated-layer-should-not-have-scrollbars.html [ ImageOnlyFailure Pass ]
webkit.org/b/158913 media/media-controls-play-button-updates.html [ Failure Pass ]
webkit.org/b/158914 media/restore-from-page-cache.html [ Failure Pass ]
webkit.org/b/158915 fast/forms/select/menulist-type-ahead-find.html [ Failure Pass ]
webkit.org/b/158916 fast/forms/input-appearance-preventDefault.html [ Failure Pass ]
webkit.org/b/158917 fast/scrolling/overflow-scroll-past-max.html [ Failure Pass ]
webkit.org/b/158918 fast/css3-text/css3-text-decoration/text-decoration-dashed.html [ ImageOnlyFailure Pass ]
webkit.org/b/158918 fast/css3-text/css3-text-decoration/text-decoration-dotted-dashed.html [ ImageOnlyFailure Pass ]
webkit.org/b/158918 fast/css3-text/css3-text-decoration/text-decoration-dotted.html [ ImageOnlyFailure Pass ]
# This test relies on iOS-specific font fallback.
fast/text/arabic-blacklisted-expected.html [ Pass ImageOnlyFailure ]
# These are expected mismatches, so they should fail, and the bug is they sometimes pass.
webkit.org/b/153941 fast/text/control-characters/visible-control-characters-1.html [ ImageOnlyFailure Pass ]
webkit.org/b/153941 fast/text/control-characters/visible-control-characters-2.html [ ImageOnlyFailure Pass ]
webkit.org/b/153941 fast/text/control-characters/visible-control-characters-2.xhtml [ ImageOnlyFailure Pass ]
webkit.org/b/153941 fast/text/control-characters/visible-control-characters-3.html [ ImageOnlyFailure Pass ]
webkit.org/b/153941 fast/text/control-characters/visible-control-characters-3.xhtml [ ImageOnlyFailure Pass ]
webkit.org/b/160129 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_timeupdate_noautoplay.html [ Timeout Pass ]
webkit.org/b/160130 imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-textarea-L.html [ ImageOnlyFailure Pass ]
webkit.org/b/160132 fast/harness/snapshot-captures-compositing.html [ ImageOnlyFailure Pass ]
webkit.org/b/160133 css3/masking/mask-svg-no-fragmentId-tiled.html [ ImageOnlyFailure Pass ]
webkit.org/b/160135 http/tests/security/contentSecurityPolicy/video-with-http-url-allowed-by-csp-media-src-star.html [ Failure Pass ]
webkit.org/b/160136 http/tests/security/cross-origin-plugin-private-browsing-toggled-allowed.html [ Failure Pass ]
webkit.org/b/162685 http/tests/cache/disk-cache/disk-cache-204-status-code.html [ Failure Pass ]
webkit.org/b/160137 svg/custom/non-scaling-stroke-update.svg [ ImageOnlyFailure Pass ]
webkit.org/b/163532 plugins/js-from-destroy.html [ Failure Pass ]
webkit.org/b/163533 security/contentSecurityPolicy/video-with-data-url-allowed-by-media-src-star.html [ Pass ImageOnlyFailure ]
webkit.org/b/168780 fast/forms/input-first-letter-edit.html [ ImageOnlyFailure Pass ]
webkit.org/b/116277 media/video-buffered.html [ Pass Failure ]
webkit.org/b/170337 fast/repaint/obscured-background-no-repaint.html [ Pass Failure ]
webkit.org/b/171600 css3/filters/composited-during-animation-layertree.html [ Pass Failure ]
webkit.org/b/171600 legacy-animation-engine/css3/filters/composited-during-animation-layertree.html [ Pass Failure ]
# Crash is bug #175574
webkit.org/b/171844 compositing/visibility/visibility-simple-video-layer.html [ Pass ImageOnlyFailure Timeout Crash ]
webkit.org/b/172283 inspector/worker/debugger-multiple-targets-pause.html [ Timeout Pass Failure ]
webkit.org/b/172815 imported/w3c/i18n/bidi/bidi-plaintext-011.html [ Pass ImageOnlyFailure ]
webkit.org/b/173412 fast/scrolling/overflow-scrollable-after-back.html [ Pass Failure ]
webkit.org/b/168373 media/video-seek-past-end-paused.html [ Failure Pass ]
webkit.org/b/174353 media/video-restricted-invisible-autoplay-not-allowed.html [ Crash Pass ]
webkit.org/b/175933 media/audio-controls-timeline-in-media-document.html [ Pass Failure ]
webkit.org/b/176105 http/tests/security/video-cross-origin-accessfailure.html [ Pass Failure ]
webkit.org/b/176174 media/event-queue-crash.html [ Pass Failure ]
webkit.org/b/176757 fast/hidpi/filters-invert.html [ Pass ImageOnlyFailure ]
webkit.org/b/176757 fast/hidpi/filters-multiple.html [ Pass ImageOnlyFailure ]
webkit.org/b/177527 [ Release ] fast/hidpi/filters-blur.html [ Pass ImageOnlyFailure ]
webkit.org/b/177530 imported/w3c/web-platform-tests/xhr/setrequestheader-header-allowed.htm [ Pass Failure ]
webkit.org/b/177940 workers/wasm-hashset.html [ Crash Timeout Pass ]
webkit.org/b/179050 accessibility/aria-text-role.html [ Crash Pass ]
webkit.org/b/179356 imported/w3c/web-platform-tests/mediacapture-fromelement/capture.html [ Failure Crash ]
webkit.org/b/179443 imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/bdo-child.html [ Pass Timeout ]
webkit.org/b/179444 http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/upgrade-insecure-audio-video-in-main-frame.html [ Pass Crash ]
webkit.org/b/179755 media/video-empty-source.html [ Pass Crash ]
webkit.org/b/180369 http/tests/security/mixedContent/insecure-xhr-in-main-frame.html [ Pass Crash ]
webkit.org/b/179174 inspector/console/webcore-logging.html [ Failure Crash ]
webkit.org/b/181030 wasm/iframe-postmessage.html [ Pass Failure ]
webkit.org/b/179948 [ Release ] fast/hidpi/filters-reference.html [ Pass ImageOnlyFailure ]
webkit.org/b/181031 fast/frames/crash-when-iframe-is-remove-in-eventhandler.html [ Pass Crash ]
webkit.org/b/181528 http/tests/cache/memory-cache-pruning.html [ Pass Crash ]
webkit.org/b/181529 imported/blink/http/tests/webfont/animation-assert.html [ Pass Crash Timeout ]
webkit.org/b/181529 legacy-animation-engine/imported/blink/http/tests/webfont/animation-assert.html [ Pass Crash Timeout ]
webkit.org/b/181766 imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-br-element/br-bidi-in-inline-ancestors.html [ Pass Timeout ]
webkit.org/b/181767 fast/hidpi/filters-hue-rotate.html [ Pass ImageOnlyFailure ]
webkit.org/b/179947 imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-auto-dir-default.html [ Pass Timeout ]
webkit.org/b/182364 imported/w3c/web-platform-tests/fetch/security/embedded-credentials.tentative.sub.html [ Pass Timeout Crash ]
webkit.org/b/182761 accessibility/gtk/aria-busy-changed-notification.html [ Pass Failure ]
webkit.org/b/182761 accessibility/gtk/aria-current-changed-notification.html [ Pass Failure ]
webkit.org/b/182761 accessibility/gtk/aria-disabled-changed-notification.html [ Pass Failure ]
webkit.org/b/182761 accessibility/gtk/aria-expanded-changed-notification.html [ Pass Failure ]
webkit.org/b/182761 accessibility/gtk/aria-pressed-changed-notification.html [ Pass Failure ]
webkit.org/b/182761 accessibility/gtk/aria-readonly-changed-notification.html [ Pass Failure ]
webkit.org/b/182761 accessibility/gtk/aria-required-changed-notification.html [ Pass Failure ]
webkit.org/b/182790 imported/w3c/web-platform-tests/IndexedDB/idbdatabase-deleteObjectStore-exception-order.htm [ Pass Failure ]
webkit.org/b/182989 http/wpt/beacon/beacon-quota.html [ Pass Failure ]
webkit.org/b/183034 imported/w3c/web-platform-tests/encoding/legacy-mb-korean/euc-kr/euckr-decode-iso-ir-149.html [ Pass Crash ]
webkit.org/b/183035 imported/w3c/web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-negative-innerwidth-innerheight.html [ Failure Pass ]
webkit.org/b/183036 fast/events/message-port.html [ Timeout Pass ]
webkit.org/b/183188 imported/blink/svg/as-image/image-change-with-equal-sizes.html [ ImageOnlyFailure Pass ]
webkit.org/b/183608 imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https.html [ Failure Pass ]
webkit.org/b/183609 inspector/unit-tests/throttler.html [ Pass Failure ]
webkit.org/b/183214 compositing/video/poster.html [ Pass ImageOnlyFailure ]
webkit.org/b/183903 http/tests/media/video-buffered-range-contains-currentTime.html [ Crash Pass ]
webkit.org/b/186136 compositing/animation/layer-for-filling-animation.html [ Failure Pass Timeout ]
webkit.org/b/184569 storage/indexeddb/modern/transactions-stop-on-navigation.html [ Pass Failure ]
# Tests that fail on the EWS queue since we enabled tests there
webkit.org/b/186638 printing/print-close-crash.html [ Timeout Pass Crash ]
webkit.org/b/186638 fast/media/print-restores-previous-mediatype.html [ Timeout Pass Crash ]
webkit.org/b/186638 editing/execCommand/print.html [ Timeout Pass Failure Crash ]
webkit.org/b/186638 animations/play-state-paused.html [ Failure Pass ]
webkit.org/b/186638 imported/w3c/web-platform-tests/streams/piping/error-propagation-forward.html [ Failure Pass ]
webkit.org/b/186638 compositing/repaint/repaint-on-layer-grouping-change.html [ Failure Pass ]
webkit.org/b/186638 imported/w3c/web-platform-tests/mathml/presentation-markup/spaces/space-2.html [ Timeout Pass ]
webkit.org/b/186638 imported/w3c/web-platform-tests/mathml/relations/html5-tree/class-1.html [ Timeout Pass ]
webkit.org/b/186638 media/video-remote-control-playpause.html [ Timeout Pass ]
webkit.org/b/186638 media/video-zoom.html [ Failure Pass ]
webkit.org/b/186638 workers/wasm-hashset-many.html [ Timeout Pass ]
webkit.org/b/186638 compositing/patterns/direct-pattern-compositing-add-text.html [ ImageOnlyFailure Pass ]
webkit.org/b/186638 compositing/patterns/direct-pattern-compositing-contain-no-repeat.html [ ImageOnlyFailure Pass ]
webkit.org/b/186638 compositing/patterns/direct-pattern-compositing-load.html [ ImageOnlyFailure Pass ]
webkit.org/b/186638 compositing/patterns/direct-pattern-compositing-padding.html [ ImageOnlyFailure Pass ]
webkit.org/b/186638 fast/mediastream/media-stream-track-source-failure.html [ Failure Timeout Pass ]
webkit.org/b/186638 editing/selection/select-bidi-run.html [ Timeout Pass ]
webkit.org/b/186638 imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.worker.html [ Failure Pass ]
webkit.org/b/186638 imported/w3c/web-platform-tests/xhr/send-timeout-events.htm [ Failure Pass ]
webkit.org/b/186638 imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-large.html [ Failure Pass ]
webkit.org/b/186638 imported/w3c/web-platform-tests/html/webappapis/timers/negative-settimeout.html [ Failure Pass ]
webkit.org/b/186638 fast/selectors/hover-invalidation-descendant-dynamic.html [ Failure Pass ]
webkit.org/b/186638 fast/selectors/hover-quirks.html [ Failure Pass ]
webkit.org/b/186638 fast/selectors/hover-strict.html [ Failure Pass ]
webkit.org/b/186638 fast/selectors/unqualified-hover-strict.html [ Failure Pass ]
webkit.org/b/186638 compositing/patterns/direct-pattern-compositing.html [ ImageOnlyFailure Pass ]
webkit.org/b/186638 imported/w3c/web-platform-tests/mathml/relations/html5-tree/color-attributes-1.html [ Timeout Pass ]
webkit.org/b/186664 media/video-playsinline.html [ Failure Pass ]
# Warning: this test is expected to fail in the global expectations file, but
# we expect it to Pass because we support RTL scrollbars. When fixed, it should
# not be removed, but moved to the expected passes section of this file.
webkit.org/b/186665 fast/scrolling/rtl-scrollbars-alternate-iframe-body-dir-attr-does-not-update-scrollbar-placement.html [ ImageOnlyFailure Pass ]
webkit.org/b/186666 media/W3C/video/events/event_progress_manual.html [ Failure Pass ]
webkit.org/b/186667 compositing/repaint/iframes/composited-iframe-with-fixed-background-doc-repaint.html [ Failure Pass ]
webkit.org/b/186670 fast/scrolling/iframe-scrollable-after-back.html [ Failure Pass ]
webkit.org/b/186671 webanimations/opacity-animation-no-longer-composited-upon-completion.html [ Failure Pass ]
webkit.org/b/186672 imported/w3c/web-platform-tests/mathml/relations/text-and-math/use-typo-metrics-1.html [ Timeout Pass ]
webkit.org/b/186673 editing/spelling/spellcheck-async-mutation.html [ Failure Pass ]
webkit.org/b/186678 fast/mediastream/change-tracks-media-stream-being-played.html [ Crash Pass ]
webkit.org/b/186679 media/video-currentTime-delay.html [ Crash Pass Timeout ]
webkit.org/b/186750 imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_hkdf.https.html [ Pass Failure ]
webkit.org/b/186750 imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_pbkdf2_short_long.https.html [ Pass Failure ]
webkit.org/b/186847 http/tests/inspector/network/resource-sizes-memory-cache.html [ Pass Failure ]
webkit.org/b/192407 http/tests/inspector/network/resource-security-connection.html [ Skip ]
webkit.org/b/191497 http/tests/inspector/network/resource-security-certificate.html [ Skip ]
webkit.org/b/191497 http/tests/inspector/network/getSerializedCertificate.html [ Skip ]
webkit.org/b/186851 imported/w3c/web-platform-tests/xhr/formdata.htm [ Pass Failure ]
webkit.org/b/186851 imported/w3c/web-platform-tests/xhr/formdata-blob.htm [ Pass Failure ]
webkit.org/b/187326 fast/selectors/selection-window-inactive-stroke-color.html [ Pass ImageOnlyFailure ]
webkit.org/b/187587 imported/w3c/web-platform-tests/fetch/cross-origin-resource-policy/fetch-in-service-worker.html [ Failure Pass ]
webkit.org/b/187588 fast/forms/form-control-element-crash.html [ Timeout Pass ]
webkit.org/b/187589 inspector/unit-tests/debouncer.html [ Timeout Pass ]
webkit.org/b/187590 imported/w3c/web-platform-tests/web-animations/timing-model/timelines/document-timelines.html [ Failure Pass ]
webkit.org/b/187761 http/tests/security/contentSecurityPolicy/1.1/plugintypes-affects-child.html [ Pass Failure ]
webkit.org/b/187760 fast/mediastream/get-user-media-on-loadedmetadata.html [ Pass Failure ]
webkit.org/b/168357 http/wpt/resource-timing/rt-initiatorType-media.html [ Pass Failure ]
webkit.org/b/187999 media/video-restricted-invisible-autoplay-allowed-when-visible.html [ Pass Failure ]
webkit.org/b/188041 http/wpt/crypto/unwrap-rsa-key-crash.any.worker.html [ Failure Pass ]
webkit.org/b/188042 imported/w3c/web-platform-tests/infrastructure/assumptions/ahem.html [ ImageOnlyFailure Timeout ]
webkit.org/b/188044 webgl/1.0.3/conformance/glsl/constructors/glsl-construct-bvec4.html [ Timeout Pass ]
webkit.org/b/188046 imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker.html [ Failure Pass ]
webkit.org/b/188100 imported/w3c/web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-context.html [ Failure Pass ]
webkit.org/b/188101 perf/append-text-nodes-without-renderers.html [ Failure Pass ]
webkit.org/b/188105 media/track/track-css-all-cues.html [ Failure Pass Crash ]
webkit.org/b/188219 legacy-animation-engine/animations/animation-direction-normal.html [ Failure Pass ]
webkit.org/b/188434 imported/w3c/web-platform-tests/html/browsers/history/the-history-interface/history_forward_1.html [ Failure Pass ]
webkit.org/b/188434 imported/w3c/web-platform-tests/html/browsers/history/the-history-interface/history_go_no_argument.html [ Failure Pass ]
webkit.org/b/188434 imported/w3c/web-platform-tests/html/browsers/history/the-history-interface/history_go_to_uri.html [ Failure Pass ]
webkit.org/b/188434 imported/w3c/web-platform-tests/html/browsers/history/the-history-interface/history_go_undefined.html [ Failure Pass ]
webkit.org/b/188434 imported/w3c/web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_5.html [ Failure Pass ]
webkit.org/b/188435 imported/w3c/web-platform-tests/html/semantics/links/linktypes/alternate-css.html [ Timeout Pass ]
webkit.org/b/188437 media/W3C/audio/events/event_playing_manual.html [ Crash Pass ]
webkit.org/b/189338 imported/w3c/web-platform-tests/visual-viewport/viewport-no-resize-event-on-overflow-recalc.html [ Failure Pass ]
webkit.org/b/189338 imported/w3c/web-platform-tests/visual-viewport/viewport-resize-event-on-load-overflowing-page.html [ Failure Pass ]
webkit.org/b/189339 compositing/filters/opacity-change-on-filtered-paints-into-ancestor.html [ ImageOnlyFailure Pass ]
webkit.org/b/190001 transitions/start-transform-transition.html [ Pass Failure ]
webkit.org/b/190703 inspector/worker/console-basic.html [ Failure Pass ]
webkit.org/b/190703 inspector/worker/debugger-pause.html [ Failure Pass Timeout ]
webkit.org/b/190738 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-reset-src-after-setmediakeys.https.html [ Failure Pass ]
webkit.org/b/191007 http/tests/media/media-stream/get-display-media-prompt.html [ Pass Timeout ]
webkit.org/b/191010 editing/pasteboard/5075944.html [ Pass Failure ]
webkit.org/b/191010 editing/pasteboard/paste-and-sanitize.html [ Pass Failure ]
webkit.org/b/191010 editing/pasteboard/paste-text-006.html [ Pass Failure ]
webkit.org/b/191010 editing/pasteboard/paste-text-with-style-5.html [ Pass Failure ]
webkit.org/b/191680 editing/pasteboard/copy-paste-first-line-in-textarea.html [ Failure Pass ]
webkit.org/b/191680 editing/pasteboard/display-block-on-spans.html [ Failure Pass ]
webkit.org/b/191681 http/wpt/preload/change-link-rel-attribute.html [ Failure Pass ]
webkit.org/b/191682 inspector/worker/worker-create-and-terminate.html [ Failure Pass ]
webkit.org/b/191684 media/W3C/video/events/event_order_loadstart_progress.html [ Failure Pass ]
webkit.org/b/191685 http/wpt/css/css-animations/set-animation-play-state-to-paused-001.html [ ImageOnlyFailure Pass Timeout ]
webkit.org/b/191686 imported/blink/fast/canvas/bug382588.html [ Timeout Pass ]
webkit.org/b/191687 imported/blink/http/tests/plugins/get-url-notify-on-removal.html [ Timeout Pass ]
webkit.org/b/192148 imported/w3c/web-platform-tests/html/webappapis/animation-frames/callback-exception.html [ Failure Pass ]
webkit.org/b/192148 imported/w3c/web-platform-tests/html/webappapis/animation-frames/callback-invoked.html [ Failure Pass ]
webkit.org/b/192148 imported/w3c/web-platform-tests/html/webappapis/animation-frames/callback-multicalls.html [ Failure Pass ]
webkit.org/b/192148 imported/w3c/web-platform-tests/html/webappapis/animation-frames/same-dispatch-time.html [ Failure Pass ]
webkit.org/b/192149 imported/blink/animations/animation-events-prefixed-01.html [ Timeout Pass ]
webkit.org/b/192892 http/tests/appcache/deferred-events.html [ Pass Failure ]
webkit.org/b/192903 imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-redirect.https.html [ Pass Failure ]
webkit.org/b/178705 webkit.org/b/169917 webgl/1.0.3/conformance/rendering/multisample-corruption.html [ Pass Failure Timeout ]
webkit.org/b/178705 webgl/2.0.0/conformance/rendering/multisample-corruption.html [ Pass Failure Timeout ]
webkit.org/b/193315 editing/pasteboard/cjk-line-height.html [ Failure Pass ]
webkit.org/b/193315 editing/pasteboard/paste-line-endings-006.html [ Failure Pass ]
webkit.org/b/193315 editing/pasteboard/paste-text-004.html [ Failure Pass ]
webkit.org/b/193315 editing/pasteboard/paste-text-009.html [ Failure Pass ]
webkit.org/b/193315 editing/pasteboard/paste-text-with-style-2.html [ Failure Pass ]
webkit.org/b/193315 editing/pasteboard/paste-text-003.html [ Failure Pass ]
webkit.org/b/193315 editing/pasteboard/paste-text-007.html [ Failure Pass ]
webkit.org/b/193316 imported/w3c/web-platform-tests/IndexedDB/idbindex_getAll.html [ Failure Pass ]
webkit.org/b/193311 fast/images/decode-render-animated-image.html [ ImageOnlyFailure Pass ]
webkit.org/b/193318 webrtc/audio-replace-track.html [ Timeout Pass ]
webkit.org/b/193490 [ Debug ] animations/play-state-suspend.html [ Pass Failure ]
webkit.org/b/128255 compositing/columns/composited-lr-paginated-repaint.html [ Pass Failure ]
webkit.org/b/128255 compositing/columns/composited-rl-paginated-repaint.html [ Pass Failure ]
webkit.org/b/89153 http/tests/websocket/tests/hybi/workers/close.html [ Pass Failure ]
webkit.org/b/177322 imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/parsing.html [ Pass Failure ]
webkit.org/b/193624 compositing/fixed-with-main-thread-scrolling.html [ Pass ImageOnlyFailure ]
webkit.org/b/194381 editing/pasteboard/paste-4039777-fix.html [ Failure Pass ]
webkit.org/b/194381 editing/pasteboard/paste-4038267-fix.html [ Failure Pass ]
webkit.org/b/194382 mathml/presentation/roots.xhtml [ Failure Pass ]
webkit.org/b/194382 mathml/presentation/stretchy-depth-height-symmetric.html [ Failure Pass ]
webkit.org/b/194382 mathml/presentation/stretchy-depth-height.html [ Failure Pass ]
webkit.org/b/194382 mathml/presentation/multiscripts-noscripts.html [ ImageOnlyFailure Pass ]
webkit.org/b/194382 mathml/presentation/scripts-horizontal-alignment.html [ ImageOnlyFailure Pass ]
webkit.org/b/194382 mathml/presentation/scripts-underover.html [ ImageOnlyFailure Pass ]
webkit.org/b/194382 mathml/presentation/tables-columnalign.html [ ImageOnlyFailure Pass ]
webkit.org/b/194383 webrtc/clone-audio-track.html [ Failure Pass ]
webkit.org/b/193518 imported/w3c/web-platform-tests/fetch/range/general.window.html [ Failure Timeout Pass ]
webkit.org/b/194386 media/video-background-playback.html [ Crash Pass ]
webkit.org/b/195714 fast/canvas/webgl/texImage2D-video-flipY-true.html [ Pass Timeout ]
webkit.org/b/194044 imported/w3c/web-platform-tests/media-source/mediasource-addsourcebuffer.html [ Crash Failure ]
webkit.org/b/194044 imported/w3c/web-platform-tests/media-source/mediasource-addsourcebuffer-mode.html [ Crash Pass ]
webkit.org/b/195466 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay.html [ Failure Pass ]
webkit.org/b/197245 animations/remove-syncing-animation.html [ Failure Pass ]
webkit.org/b/197246 editing/pasteboard/smart-paste-003-trailing-whitespace.html [ Failure Pass ]
webkit.org/b/197254 imported/w3c/web-platform-tests/css/css-animations/animationevent-types.html [ Failure Pass ]
webkit.org/b/197258 imported/w3c/web-platform-tests/css/selectors/focus-display-none-001.html [ Failure Pass ]
webkit.org/b/197258 imported/w3c/web-platform-tests/css/selectors/focus-within-display-none-001.html [ Failure Pass ]
webkit.org/b/189999 legacy-animation-engine/animations/transform-non-accelerated.html [ Failure Pass ]
webkit.org/b/197497 imported/w3c/web-platform-tests/css/css-logical/animation-002.html [ Failure Pass ]
webkit.org/b/197497 imported/w3c/web-platform-tests/css/cssom-view/scroll-behavior-element.html [ Failure Pass ]
webkit.org/b/197497 imported/w3c/web-platform-tests/css/cssom-view/scroll-behavior-main-frame-root.html [ Failure Pass ]
webkit.org/b/197497 imported/w3c/web-platform-tests/css/cssom-view/scroll-behavior-main-frame-window.html [ Failure Pass ]
webkit.org/b/197497 imported/w3c/web-platform-tests/css/cssom-view/scroll-behavior-smooth-positions.html [ Failure Pass ]
webkit.org/b/197497 imported/w3c/web-platform-tests/css/cssom-view/scroll-behavior-subframe-root.html [ Failure Pass ]
webkit.org/b/197497 imported/w3c/web-platform-tests/css/cssom-view/scroll-behavior-subframe-window.html [ Failure Pass ]
webkit.org/b/197497 imported/w3c/web-platform-tests/css/cssom-view/scrollIntoView-smooth.html [ Failure Pass ]
webkit.org/b/197498 imported/w3c/web-platform-tests/web-animations/interfaces/Animation/finished.html [ Failure Pass ]
webkit.org/b/197498 imported/w3c/web-platform-tests/web-animations/interfaces/Animation/onfinish.html [ Failure Pass ]
webkit.org/b/197498 imported/w3c/web-platform-tests/web-animations/interfaces/Animation/pause.html [ Failure Pass ]
webkit.org/b/197498 imported/w3c/web-platform-tests/web-animations/interfaces/Animation/pending.html [ Failure Pass ]
webkit.org/b/197498 imported/w3c/web-platform-tests/web-animations/interfaces/Animation/ready.html [ Failure Pass ]
webkit.org/b/197498 imported/w3c/web-platform-tests/web-animations/timing-model/timelines/update-and-send-events.html [ Failure Pass ]
webkit.org/b/197500 legacy-animation-engine/compositing/repaint/become-overlay-composited-layer.html [ Failure Pass ]
webkit.org/b/197507 compositing/updates/animation-non-composited.html [ Timeout Pass ]
webkit.org/b/197507 css3/filters/blur-various-radii.html [ Timeout Pass ]
webkit.org/b/197507 fast/block/block-move-frequent-paint.html [ Timeout Pass ]
webkit.org/b/197507 fast/css-generated-content/pseudo-element-events.html [ Timeout Pass ]
webkit.org/b/197507 fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html [ Timeout Pass ]
webkit.org/b/197507 fast/css/transition-color-unspecified.html [ Timeout Pass ]
webkit.org/b/197507 fast/images/animated-gif-iframe-webkit-transform.html [ Timeout Pass ]
webkit.org/b/197507 fast/scrolling/momentum-scroll-with-borders.html [ Timeout Pass ]
webkit.org/b/197507 imported/blink/compositing/repaint/end-of-opacity-transition.html [ Timeout Pass ]
webkit.org/b/197507 imported/blink/css3/calc/transition-asan-crash.html [ Timeout Pass ]
webkit.org/b/197507 imported/blink/svg/hittest/rect-miterlimit.html [ Timeout Pass ]
webkit.org/b/197507 imported/blink/transitions/no-transition-on-implicit-margins.html [ Timeout Pass ]
webkit.org/b/197507 legacy-animation-engine/animations/animation-multiple-callbacks-timestamp.html [ Timeout Pass ]
webkit.org/b/197507 legacy-animation-engine/imported/blink/css3/calc/transition-asan-crash.html [ Timeout Pass ]
webkit.org/b/197507 media/destructor-logging-crash.html [ Timeout Pass ]
webkit.org/b/175662 inspector/canvas/recording-2d-frameCount.html [ Failure Timeout ]
webkit.org/b/175662 inspector/canvas/recording-2d-full.html [ Failure Timeout ]
webkit.org/b/175662 inspector/canvas/recording-2d-memoryLimit.html [ Failure Timeout ]
webkit.org/b/197711 imported/w3c/web-platform-tests/media-source/mediasource-correct-frames.html [ Pass Failure ]
webkit.org/b/197713 imported/w3c/web-platform-tests/service-workers/service-worker/fetch-canvas-tainting-image-cache.https.html [ Pass Failure ]
webkit.org/b/197714 imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate-no-browsing-context.html [ Pass Failure ]
webkit.org/b/197716 webgl/1.0.3/conformance/canvas/buffer-preserve-test.html [ Pass Failure ]
webkit.org/b/198104 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/intrinsicsize/intrinsicsize-without-unsized-media.tentative.https.sub.html [ Pass Failure ]
webkit.org/b/198111 fast/css/animation-pseudo-style-change.html [ Pass Timeout ]
webkit.org/b/198114 fast/shadow-dom/shadow-host-animation.html [ Pass Timeout ]
webkit.org/b/198116 imported/blink/compositing/layer-creation/iframe-clip-removed.html [ Pass Timeout ]
webkit.org/b/198117 imported/w3c/web-platform-tests/html/semantics/grouping-content/the-pre-element/grouping-pre-reftest-001.html [ Pass Timeout ]
webkit.org/b/198127 imported/w3c/web-platform-tests/IndexedDB/transaction-abort-object-store-metadata-revert.html [ Pass Crash Failure ]
webkit.org/b/197256 http/tests/security/sandboxed-iframe-ALLOWED-modals.html [ Crash Pass ]
webkit.org/b/189999 legacy-animation-engine/animations/animation-direction-reverse.html [ Failure Pass ]
webkit.org/b/198823 imported/w3c/web-platform-tests/content-security-policy/reporting/report-only-in-meta.sub.html [ Failure Pass ]
webkit.org/b/198824 media/video-transformed.html [ Failure Pass ]
webkit.org/b/198826 imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-001.html [ Timeout Pass ]
webkit.org/b/191004 media/track/track-cue-missing.html [ Failure Timeout Crash ]
webkit.org/b/198827 media/video-currentTime-set.html [ Timeout Pass Crash ]
webkit.org/b/198827 media/media-fullscreen-return-to-inline.html [ Timeout Pass ]
webkit.org/b/198827 media/video-duration-known-after-eos.html [ Timeout Pass ]
webkit.org/b/198827 media/video-ended-event-slow-motion-playback.html [ Timeout Pass ]
webkit.org/b/198827 media/video-ended-seek-crash.html [ Timeout Pass ]
webkit.org/b/198827 media/video-loop.html [ Timeout Pass Crash ]
webkit.org/b/198828 editing/pasteboard/4989774.html [ Failure Pass ]
webkit.org/b/198828 editing/pasteboard/paste-line-endings-002.html [ Failure Pass ]
webkit.org/b/198828 editing/pasteboard/paste-list-002.html [ Failure Pass ]
webkit.org/b/198828 editing/pasteboard/paste-list-003.html [ Failure Pass ]
webkit.org/b/198828 editing/pasteboard/avoid-copying-body-with-background.html [ Failure Pass ]
webkit.org/b/198828 editing/pasteboard/contenteditable-pre.html [ Failure Pass ]
webkit.org/b/198828 editing/pasteboard/paste-list-004.html [ Failure Pass ]
webkit.org/b/198828 editing/pasteboard/paste-text-008.html [ Failure Pass ]
webkit.org/b/198828 editing/pasteboard/paste-text-012.html [ Failure Pass ]
webkit.org/b/198828 editing/pasteboard/paste-line-endings-001.html [ Failure Pass ]
webkit.org/b/198828 editing/pasteboard/paste-text-002.html [ Failure Pass ]
webkit.org/b/198828 editing/pasteboard/drag-drop-iframe-refresh-crash.html [ Timeout Pass ]
webkit.org/b/198830 media/W3C/audio/events/event_canplay.html [ Crash Pass ]
webkit.org/b/198830 media/event-attributes.html [ Crash Failure Timeout ]
webkit.org/b/198830 media/media-controls-cancel-events.html [ Crash Timeout Failure Pass ]
webkit.org/b/198830 media/media-document-audio-size.html [ Crash Pass ]
webkit.org/b/198830 media/track/track-cue-css.html [ Failure Pass Crash ]
webkit.org/b/198830 media/track/track-cue-mutable-fragment.html [ Crash Failure Pass ]
webkit.org/b/198830 media/track/track-cue-mutable-text.html [ Crash Failure ]
webkit.org/b/198830 media/video-controls-captions-trackmenu-hide-on-click-outside.html [ Crash Failure ]
webkit.org/b/198830 media/video-controls-captions-trackmenu-hide-on-click.html [ Crash Failure ]
webkit.org/b/198830 media/video-controls-show-on-kb-or-ax-event.html [ Crash Failure ]
webkit.org/b/198830 media/video-controls.html [ Crash Pass ]
webkit.org/b/198830 media/video-currentTime.html [ Crash Pass ]
webkit.org/b/198830 media/video-size-intrinsic-scale.html [ Crash Failure ]
webkit.org/b/198830 media/video-src.html [ Crash Pass ]
webkit.org/b/198830 media/video-timeupdate-reverse-play.html [ Crash Pass ]
webkit.org/b/198830 media/video-trackmenu-selection.html [ Crash Timeout ]
webkit.org/b/198830 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadedmetadata_noautoplay.html [ Crash Pass ]
webkit.org/b/198830 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_playing_noautoplay.html [ Crash Pass ]
webkit.org/b/198830 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_playing.html [ Crash Pass ]
webkit.org/b/198830 media/audio-controls-rendering.html [ Crash Pass ]
webkit.org/b/198830 media/media-fullscreen-inline.html [ Crash Pass ]
webkit.org/b/198830 media/W3C/video/events/event_canplay.html [ Crash Pass ]
webkit.org/b/198830 media/W3C/video/paused/paused_false_during_play.html [ Crash Pass ]
webkit.org/b/198830 media/W3C/video/readyState/readyState_during_playing.html [ Crash Pass ]
webkit.org/b/170484 swipe/main-frame-pinning-requirement.html [ Pass Failure ]
webkit.org/b/201252 editing/pasteboard/paste-text-017.html [ Pass Failure ]
webkit.org/b/201255 fullscreen/full-screen-request-removed-with-raf.html [ Pass Failure ]
webkit.org/b/202230 editing/style/font-family-with-space.html [ Pass Failure ]
webkit.org/b/202232 fast/forms/validation-message-appearance.html [ Pass Failure ]
webkit.org/b/202239 http/tests/cookies/cookie-with-multiple-level-path.html [ Pass Failure ]
webkit.org/b/202743 animations/dynamic-stylesheet-loading.html [ Pass Failure ]
webkit.org/b/202749 http/tests/dom/document-attributes-null-handling.html [ Pass Failure ]
webkit.org/b/198113 fast/mediastream/media-stream-page-muted.html [ Timeout Pass ]
webkit.org/b/191886 fast/mediastream/MediaStream-video-element-remove-track.html [ Failure ]
# Console log lines may appear in a different order so we silence them.
imported/w3c/web-platform-tests/offscreen-canvas/convert-to-blob/offscreencanvas.convert.to.blob.w.html [ DumpJSConsoleLogInStdErr ]
imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.w.html [ DumpJSConsoleLogInStdErr ]
imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transferrable.w.html [ DumpJSConsoleLogInStdErr ]
# OffscreenCanvas tests that are flaky due to console output from unhandled Promise rejections due to unimplemented API
webkit.org/b/202782 imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-atop.html [ DumpJSConsoleLogInStdErr ]
webkit.org/b/202801 imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-in.html [ DumpJSConsoleLogInStdErr ]
webkit.org/b/202801 imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.lighter.html [ DumpJSConsoleLogInStdErr ]
webkit.org/b/202782 imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.3arg.html [ DumpJSConsoleLogInStdErr ]
webkit.org/b/202782 imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.broken.html [ DumpJSConsoleLogInStdErr ]
webkit.org/b/202782 imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.floatsource.html [ DumpJSConsoleLogInStdErr ]
webkit.org/b/202801 imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.html [ DumpJSConsoleLogInStdErr ]
webkit.org/b/202801 imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.transparent.1.html [ DumpJSConsoleLogInStdErr ]
webkit.org/b/202801 imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.transparent.2.html [ DumpJSConsoleLogInStdErr ]
#////////////////////////////////////////////////////////////////////////////////////////
# End of Flaky tests
#////////////////////////////////////////////////////////////////////////////////////////
#////////////////////////////////////////////////////////////////////////////////////////
# 5. SLOW TESTS
#////////////////////////////////////////////////////////////////////////////////////////
# These tests are slow due to the implementation of EventSender.leapForward.
Bug(GTK) fast/events/popup-blocking-timers5.html [ Pass Slow ]
Bug(GTK) fast/events/popup-blocking-timers6.html [ Pass Slow ]
Bug(GTK) fast/forms/search-disabled-readonly.html [ Pass Slow ]
# Apart from Slow, these also fail consistently, probably because they take too slow
webkit.org/b/132135 editing/selection/click-left-of-rtl-wrapping-text.html [ Failure Pass Slow ]
webkit.org/b/132135 editing/selection/doubleclick-beside-cr-span.html [ Failure Pass Slow ]
webkit.org/b/132135 editing/selection/hit-test-on-text-with-line-height.html [ Failure Pass Slow ]
webkit.org/b/132135 editing/selection/rtl-move-selection-right-left.html [ Failure Pass Slow ]
# These tests expose possible peformance issues.
Bug(GTK) fast/canvas/canvas-largedraws.html [ Pass Slow ]
Bug(GTK) fast/events/dispatch-message-string-data.html [ Pass Failure Slow ]
Bug(GTK) css3/flexbox/position-absolute-child.html [ Pass Slow ]
Bug(GTK) css3/flexbox/multiline-justify-content.html [ Pass Slow ]
Bug(GTK) [ Debug ] editing/selection/move-by-word-visually-crash-test-5.html [ Pass Slow ]
Bug(GTK) [ Debug ] fast/css/visited-link-hang.html [ Pass Slow ]
Bug(GTK) js/dom/create-lots-of-workers.html [ Pass Timeout ]
Bug(GTK) js/dfg-float32array.html [ Pass Slow ]
Bug(GTK) js/dfg-float64array.html [ Pass Slow ]
Bug(GTK) js/dfg-int16array.html [ Pass Slow ]
Bug(GTK) js/dfg-int32array.html [ Pass Slow ]
Bug(GTK) js/dfg-int32array-overflow-values.html [ Pass Slow ]
Bug(GTK) js/dfg-int8array.html [ Pass Slow ]
Bug(GTK) [ Debug ] js/dfg-uint16array.html [ Pass Slow ]
Bug(GTK) [ Debug ] js/dfg-uint32array.html [ Pass Slow ]
Bug(GTK) [ Debug ] js/dfg-uint32array-overflow-values.html [ Pass Slow ]
Bug(GTK) [ Debug ] js/dfg-uint8array.html [ Pass Slow ]
Bug(GTK) [ Debug ] js/dfg-uint8clampedarray.html [ Pass Slow ]
Bug(GTK) [ Debug ] js/dom/random-array-gc-stress.html [ Pass Slow ]
Bug(GTK) js/dom/string-replacement-outofmemory.html [ Pass Slow ]
Bug(GTK) [ Debug ] js/dom/toString-and-valueOf-override.html [ Pass Slow ]
Bug(GTK) jquery/event.html [ Pass Slow ]
Bug(GTK) jquery/manipulation.html [ Pass Slow ]
Bug(GTK) jquery/offset.html [ Pass Slow ]
Bug(GTK) jquery/traversing.html [ Pass Slow ]
Bug(GTK) tables/mozilla/other/slashlogo.html [ Pass Slow ]
Bug(GTK) http/tests/media/video-preload.html [ Pass Slow ]
webkit.org/b/116958 http/tests/navigation/slowmetaredirect-basic.html [ Pass Slow ]
webkit.org/b/116958 http/tests/navigation/slowtimerredirect-basic.html [ Pass Slow ]
webkit.org/b/149916 http/tests/inspector/dom/disconnect-dom-tree-after-main-frame-navigation.html [ Pass Slow ]
webkit.org/b/149916 inspector/console/clearMessages.html [ Pass Slow ]
webkit.org/b/149916 inspector/console/command-line-api.html [ Pass Slow ]
webkit.org/b/149916 inspector/console/console-api.html [ Pass Timeout ]
webkit.org/b/149916 inspector/console/console-table.html [ Pass Slow ]
webkit.org/b/149916 inspector/console/js-isLikelyStackTrace.html [ Pass Slow ]
webkit.org/b/149916 inspector/console/messageRepeatCountUpdated.html [ Pass Slow ]
webkit.org/b/149916 inspector/console/messagesCleared.html [ Pass Slow ]
webkit.org/b/149916 inspector/controller/runtime-controller.html [ Pass Slow ]
webkit.org/b/149916 inspector/css/createStyleSheet.html [ Pass Slow Failure ]
webkit.org/b/149916 inspector/css/css-property.html [ Failure Pass ]
webkit.org/b/149916 inspector/css/getAllStyleSheets.html [ Failure Pass Slow ]
webkit.org/b/149916 inspector/css/get-system-fonts.html [ Pass Slow ]
webkit.org/b/149916 inspector/css/manager-preferredInspectorStyleSheetForFrame.html [ Pass Slow ]
webkit.org/b/149916 inspector/css/matched-style-properties.html [ Pass Slow ]
webkit.org/b/149916 inspector/css/pseudo-element-matches-for-pseudo-element-node.html [ Pass Slow ]
webkit.org/b/149916 inspector/css/stylesheet-events-basic.html [ Pass Slow ]
webkit.org/b/149916 inspector/css/stylesheet-events-imports.html [ Pass Slow ]
webkit.org/b/149916 inspector/css/stylesheet-events-inspector-stylesheet.html [ Pass Slow ]
webkit.org/b/149916 inspector/css/stylesheet-events-multiple-documents.html [ Pass Slow ]
webkit.org/b/149916 inspector/css/stylesheet-with-mutations.html [ Pass Slow ]
webkit.org/b/149916 inspector/heap/garbageCollected.html [ Pass Slow ]
webkit.org/b/149916 inspector/heap/gc.html [ Pass Slow ]
webkit.org/b/149916 inspector/network/client-blocked-load.html [ Pass Slow ]
webkit.org/b/149916 inspector/page/filter-cookies-for-domain.html [ Pass Slow ]
webkit.org/b/149916 inspector/page/main-frame-resource.html [ Pass Slow ]
webkit.org/b/149916 inspector/protocol/inspector-backend-invocation-return-value.html [ Pass Slow ]
webkit.org/b/149916 inspector/runtime/parse.html [ Pass Timeout ]
webkit.org/b/149916 inspector/unit-tests/array-utilities.html [ Pass Slow ]
webkit.org/b/149916 inspector/unit-tests/event-listener.html [ Pass Slow ]
webkit.org/b/149916 inspector/unit-tests/event-listener-set.html [ Pass Slow ]
webkit.org/b/149916 inspector/unit-tests/inspector-test-dispatch-event-to-frontend.html [ Pass Slow ]
webkit.org/b/149916 inspector/unit-tests/linked-list.html [ Pass Slow ]
webkit.org/b/149916 inspector/unit-tests/list-multimap.html [ Pass Slow ]
webkit.org/b/149916 inspector/unit-tests/object.html [ Pass Slow ]
webkit.org/b/186781 inspector/view/asynchronous-layout.html [ Timeout Pass ]
Bug(GTK) http/tests/misc/large-js-program.php [ Pass Slow ]
[ Debug ] editing/selection/move-by-character-brute-force.html [ Pass Timeout ]
[ Debug ] editing/selection/move-by-word-visually-inline-block-positioned-element.html [ Pass Timeout ]
[ Debug ] editing/selection/move-by-word-visually-mac.html [ Failure Timeout ]
[ Debug ] editing/selection/move-by-word-visually-multi-line.html [ Pass Timeout ]
[ Debug ] editing/selection/move-by-word-visually-multi-space.html [ Failure Timeout ]
# This test is so slow that a Slow expectation is not enough to avoid flakiness.
webkit.org/b/159754 workers/bomb.html [ Skip ]
imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/async_007.htm [ Slow ]
imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/async_010.htm [ Slow ]
#////////////////////////////////////////////////////////////////////////////////////////
# End of slow tests
#////////////////////////////////////////////////////////////////////////////////////////
#////////////////////////////////////////////////////////////////////////////////////////
# 6. TESTS TIMING OUT
#////////////////////////////////////////////////////////////////////////////////////////
webkit.org/b/95530 http/tests/security/inactive-document-with-empty-security-origin.html [ Timeout ]
# EventSender::dumpFilenameBeingDragged not implemented.
webkit.org/b/61826 fast/events/drag-image-filename.html [ Timeout ]
webkit.org/b/108925 http/tests/media/video-play-stall.html [ Failure Timeout ]
webkit.org/b/116957 media/track/track-automatic-subtitles.html [ Timeout ]
webkit.org/b/120682 inspector/page/archive.html [ Timeout ]
webkit.org/b/147518 inspector/debugger/nested-inspectors.html [ Timeout ]
Bug(GTK) plugins/reloadplugins-and-pages.html [ Timeout ]
webkit.org/b/132128 fast/text/international/embed-bidi-style-in-isolate-crash.html [ Timeout Pass ]
webkit.org/b/132266 js/slow-stress/emscripten-memops.html [ Timeout Pass ]
webkit.org/b/133148 accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Timeout ]
webkit.org/b/133151 js/cached-window-properties.html [ Timeout Pass ]
webkit.org/b/134559 fast/parser/xml-error-adopted.xml [ Timeout Pass ]
webkit.org/b/135052 fast/workers/worker-multi-startup.html [ Timeout Pass ]
webkit.org/b/135053 html5lib/webkit-resumer.html [ Timeout Pass ]
webkit.org/b/135086 media/video-seek-with-negative-playback.html [ Timeout Pass ]
webkit.org/b/135091 fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ Timeout Pass ]
webkit.org/b/135091 legacy-animation-engine/fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ Timeout Pass ]
webkit.org/b/135092 js/cached-window-prototype-properties.html [ Timeout Pass ]
webkit.org/b/135093 media/track/track-cues-missed.html [ Timeout Pass ]
webkit.org/b/135094 fast/workers/worker-exception-during-navigation.html [ Timeout Pass ]
webkit.org/b/135095 fast/loader/child-frame-add-after-back-forward.html [ Timeout Pass ]
webkit.org/b/136069 fast/forms/mailto/formenctype-attribute-input-2.html [ Timeout Pass ]
webkit.org/b/136674 media/track/track-cue-rendering-with-padding.html [ Timeout Pass ]
webkit.org/b/137698 media/video-controls-drag.html [ Timeout ]
webkit.org/b/139362 inspector/css/pseudo-element-matches.html [ Failure ]
webkit.org/b/139362 inspector/css/selector-specificity.html [ Timeout Pass ]
webkit.org/b/147229 inspector/css/modify-rule-selector.html [ Skip ] # Timeout
webkit.org/b/142292 fast/images/animated-gif-window-resizing.html [ Timeout Pass ]
webkit.org/b/142292 fast/images/animated-gif-zooming.html [ Timeout Pass ]
webkit.org/b/141959 http/tests/media/clearkey/clear-key-hls-aes128.html [ Crash Timeout ]
webkit.org/b/142489 http/tests/media/video-play-waiting.html [ Timeout ]
webkit.org/b/142820 fast/images/animated-gif-body-outside-viewport.html [ Timeout Pass ]
webkit.org/b/143477 fast/writing-mode/broken-ideograph-small-caps.html [ Timeout Pass ]
webkit.org/b/143707 media/track/track-cue-rendering-on-resize.html [ Timeout Pass ]
webkit.org/b/143708 media/track/track-cue-container-rendering-position.html [ Timeout Pass ]
webkit.org/b/143873 media/track/track-css-property-whitelist.html [ Timeout Pass ]
webkit.org/b/143875 media/track/track-css-matching.html [ Timeout Pass ]
webkit.org/b/143986 fast/dom/Node/mutation-blur.html [ Timeout Pass ]
webkit.org/b/143987 media/auto-play-in-sandbox-with-allow-scripts.html [ Timeout Pass ]
webkit.org/b/143990 media/track/track-css-matching-timestamps.html [ Timeout Crash Pass ]
webkit.org/b/143990 media/track/track-cue-overlap-snap-to-lines-not-set.html [ Timeout Pass ]
webkit.org/b/143990 media/track/track-disabled-addcue.html [ Timeout Pass ]
webkit.org/b/143990 media/track/track-disabled.html [ Timeout Pass ]
webkit.org/b/130971 media/track/track-remove-track.html [ Timeout ]
webkit.org/b/145053 http/tests/xmlhttprequest/origin-exact-matching.html [ Timeout Pass ]
webkit.org/b/145168 media/track/track-cue-inline-assertion-crash.html [ Timeout Pass ]
webkit.org/b/145169 media/track/track-css-user-override.html [ Timeout Pass ]
webkit.org/b/145171 fast/events/tabindex-focus-blur-all.html [ Crash Pass ]
webkit.org/b/113127 media/track/track-prefer-captions.html [ Timeout ]
webkit.org/b/144690 editing/spelling/context-menu-suggestions-multiword-selection.html [ Timeout ]
webkit.org/b/144690 editing/spelling/context-menu-suggestions-subword-selection.html [ Timeout ]
webkit.org/b/144690 editing/spelling/spelling-exactly-selected-word.html [ Timeout ]
webkit.org/b/144690 editing/spelling/spelling-with-punctuation-selection.html [ Timeout ]
webkit.org/b/144690 editing/spelling/delete-into-misspelled-word.html [ Timeout Pass ]
# May take too long on the bots.
Bug(GTK) fast/history/go-back-to-iframe-with-plugin.html [ Timeout Pass ]
webkit.org/b/153772 fast/shadow-dom/slot-removal-crash-2.html [ Pass Timeout ]
webkit.org/b/153944 plugins/get-url-notify-with-url-that-fails-to-load.html [ Timeout Pass ]
webkit.org/b/153946 imported/w3c/web-platform-tests/dom/ranges/Range-mutations.html [ Timeout Pass ]
webkit.org/b/153949 media/media-volume-slider-rendered-normal.html [ Timeout Failure ]
webkit.org/b/156109 http/tests/security/contentSecurityPolicy/audio-redirect-blocked.html [ Timeout ]
webkit.org/b/156109 http/tests/security/contentSecurityPolicy/video-redirect-blocked.html [ Timeout ]
webkit.org/b/158923 media/airplay-autoplay.html [ Timeout ]
webkit.org/b/158923 media/airplay-allows-buffering.html [ Timeout ]
webkit.org/b/162017 http/tests/navigation/ping-attribute/anchor-cookie.html [ Timeout Crash ]
webkit.org/b/162017 http/tests/navigation/ping-attribute/anchor-cross-origin-from-https.html [ Timeout Crash ]
webkit.org/b/162017 http/tests/navigation/ping-attribute/anchor-cross-origin.html [ Timeout Crash ]
webkit.org/b/162017 http/tests/navigation/ping-attribute/anchor-same-origin.html [ Timeout Crash ]
webkit.org/b/162017 http/tests/navigation/ping-attribute/area-cookie.html [ Timeout Crash ]
webkit.org/b/162017 http/tests/navigation/ping-attribute/area-cross-origin.html [ Timeout Crash ]
webkit.org/b/162017 http/tests/navigation/ping-attribute/area-same-origin.html [ Timeout Crash ]
webkit.org/b/162017 http/tests/navigation/ping-attribute/anchor-ping-and-follow-redirect-when-sending-ping.html [ Timeout Crash ]
webkit.org/b/162017 http/tests/navigation/ping-attribute/area-cross-origin-from-https.html [ Failure Timeout Crash ]
webkit.org/b/163779 http/tests/xmlhttprequest/on-network-timeout-error-during-preflight.html [ Timeout ]
webkit.org/b/163780 media/media-controls-drag-timeline-set-controls-property.html [ Timeout ]
webkit.org/b/168373 http/tests/media/track-in-band-hls-metadata-crash.html [ Timeout ]
webkit.org/b/168373 media/media-fullscreen-loop-inline.html [ Timeout ]
webkit.org/b/168373 media/media-source/only-bcp47-language-tags-accepted-as-valid.html [ Timeout ]
webkit.org/b/172284 svg/animations/animated-svg-image-outside-viewport-paused.html [ Timeout ]
webkit.org/b/172816 media/media-source/media-source-paint-to-canvas.html [ Failure ]
webkit.org/b/174242 media/media-fullscreen-pause-inline.html [ Skip ]
webkit.org/b/174459 fast/images/async-image-background-image-repeated.html [ Timeout ]
webkit.org/b/174459 fast/images/async-image-body-background-image.html [ Timeout ]
webkit.org/b/174459 fast/images/sprite-sheet-image-draw.html [ Timeout ]
webkit.org/b/174459 fast/images/async-image-multiple-clients-repaint.html [ Timeout ]
webkit.org/b/177934 http/tests/preconnect/link-rel-preconnect-http.html [ Timeout ]
webkit.org/b/177934 http/tests/preconnect/link-rel-preconnect-https.html [ Timeout ]
webkit.org/b/177941 http/tests/inspector/network/ping-type.html [ Timeout Crash ]
webkit.org/b/179258 fast/canvas/webgl/texImage2D-mse-flipY-false.html [ Timeout ]
webkit.org/b/179258 fast/canvas/webgl/texImage2D-mse-flipY-true.html [ Timeout ]
webkit.org/b/179261 editing/selection/drag-to-contenteditable-iframe.html [ Timeout ]
webkit.org/b/177940 workers/wasm-hashset-many-2.html [ Timeout Pass ]
webkit.org/b/182107 accessibility/aria-combobox-control-owns-elements.html [ Timeout ]
webkit.org/b/182108 http/tests/media/hls/hls-webvtt-tracks.html [ Timeout ]
webkit.org/b/183181 inspector/heap/getPreview.html [ Pass Timeout ]
webkit.org/b/156077 inspector/heap/getRemoteObject.html [ Skip ]
webkit.org/b/183186 imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-001.html [ Pass Timeout ]
webkit.org/b/186253 [ Release ] http/tests/media/remove-while-loading.html [ Timeout ]
webkit.org/b/186253 [ Release ] http/tests/security/contentSecurityPolicy/media-src-allowed.html [ Timeout ]
webkit.org/b/186341 fast/animation/css-animation-resuming-when-visible-with-style-change.html [ Timeout Failure Pass ]
webkit.org/b/186341 fast/animation/css-animation-resuming-when-visible-with-style-change2.html [ Failure Pass ]
webkit.org/b/186252 legacy-animation-engine/css3/filters/backdrop/animation.html [ Timeout ]
webkit.org/b/187266 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html [ Pass Timeout ]
webkit.org/b/187273 media/picture-in-picture-interruption.html [ Timeout ]
webkit.org/b/188103 imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-1.html [ Failure Pass ]
webkit.org/b/188103 imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-2.html [ Failure Pass ]
webkit.org/b/188104 webgl/1.0.3/conformance/ogles/GL/vec/vec_009_to_016.html [ Timeout Pass ]
webkit.org/b/188106 webgl/1.0.3/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html [ Timeout Pass ]
webkit.org/b/190738 media/encrypted-media/clearKey/clearKey-cenc-video-playback-mse.html [ Timeout ]
media/encrypted-media/clearKey/clearKey-cenc-video-playback-mse-multikey.html [ Skip ]
webkit.org/b/191008 webanimations/accelerated-animation-suspension.html [ Timeout ]
webkit.org/b/191009 webrtc/video-mute-vp8.html [ Timeout ]
webkit.org/b/193635 imported/w3c/web-platform-tests/resource-timing/resource_timing.worker.html [ Failure ]
webkit.org/b/194629 http/tests/websocket/connection-refusal-in-frame-resource-load-statistics.html [ Timeout ]
webkit.org/b/137311 media/video-fullscreeen-only-playback.html [ Timeout ]
webkit.org/b/195135 storage/indexeddb/IDBObject-leak.html [ Timeout Failure Pass ]
webkit.org/b/196069 inspector/indexeddb/requestData.html [ Timeout ]
webkit.org/b/196198 http/tests/media/video-play-stall-seek.html [ Timeout ]
webkit.org/b/196250 inspector/console/heapSnapshot.html [ Timeout ]
webkit.org/b/198118 media/playlist-inherits-user-gesture.html [ Timeout ]
webkit.org/b/201268 accessibility/insert-newline.html [ Timeout ]
webkit.org/b/201270 http/tests/security/navigate-when-restoring-cached-page.html [ Timeout ]
webkit.org/b/201271 http/tests/security/showModalDialog-sync-cross-origin-page-load2.html [ Timeout ]
webkit.org/b/201272 http/tests/websocket/tests/hybi/bad-handshake-crash.html [ Timeout ]
webkit.org/b/201274 media/presentationmodechanged-fired-once.html [ Timeout ]
webkit.org/b/202245 http/tests/workers/service/Client-properties-subframe.html [ Timeout ]
webkit.org/b/202245 http/tests/workers/service/client-removed-from-clients-while-in-page-cache.html [ Timeout ]
webkit.org/b/202245 http/tests/workers/service/registration-clear-redundant-worker.html [ Timeout ]
webkit.org/b/99036 pointer-lock/pointerlockchange-event-on-lock-lost.html [ Timeout ]
webkit.org/b/99036 pointer-lock/pointerlockelement-null-when-pending.html [ Timeout ]
#////////////////////////////////////////////////////////////////////////////////////////
# End of Tests timing out
#////////////////////////////////////////////////////////////////////////////////////////
#////////////////////////////////////////////////////////////////////////////////////////
# 7. TESTS WITH ARCHITECTURE-SPECIFIC RESULTS
#////////////////////////////////////////////////////////////////////////////////////////
# Fail on 32-bit release builders
webkit.org/b/80210 security/block-test.html [ Failure Pass ]
webkit.org/b/62204 svg/W3C-SVG-1.1/paths-data-03-f.svg [ Failure Pass ]
# Fails on 64-bit release and debug builders
webkit.org/b/89099 svg/transforms/transformed-text-fill-pattern.html [ ImageOnlyFailure Pass ]
# Fails on 32-bit release and 64-bit debug builders
webkit.org/b/83560 fast/events/drop-with-file-paths.html [ Failure Pass ]
#////////////////////////////////////////////////////////////////////////////////////////
# End of tests with architecture-specific results
#////////////////////////////////////////////////////////////////////////////////////////
#////////////////////////////////////////////////////////////////////////////////////////
# 8. WEBKIT2 REGRESSIONS
#////////////////////////////////////////////////////////////////////////////////////////
#
# [GTK] Drag and drop can't be tested with WebKitTestRunner
# https://bugs.webkit.org/show_bug.cgi?id=157179
# Implement EditingCallbacks deletegates in the WebKitTestRunner
webkit.org/b/157179 editing/pasteboard/4947130.html [ Failure ]
webkit.org/b/157179 editing/pasteboard/dataTransfer-setData-getData.html [ Failure Timeout ]
webkit.org/b/157179 editing/pasteboard/drag-and-drop-image-contenteditable.html [ Failure Timeout ]
webkit.org/b/157179 editing/pasteboard/drag-and-drop-inputimage-contenteditable.html [ Failure Timeout ]
webkit.org/b/157179 editing/pasteboard/drag-and-drop-objectimage-contenteditable.html [ Failure Timeout ]
webkit.org/b/157179 editing/pasteboard/drag-drop-copy-content.html [ Failure ]
webkit.org/b/157179 editing/pasteboard/drag-drop-input-textarea.html [ Failure ]
webkit.org/b/157179 editing/pasteboard/drag-drop-modifies-page.html [ Failure ]
webkit.org/b/157179 editing/pasteboard/drag-drop-url-text.html [ Failure ]
webkit.org/b/157179 editing/pasteboard/drag-image-in-about-blank-frame.html [ Failure ]
webkit.org/b/157179 editing/pasteboard/drag-selected-image-to-contenteditable.html [ Failure ]
webkit.org/b/157179 editing/pasteboard/drop-file-svg.html [ Failure ]
webkit.org/b/157179 editing/pasteboard/drop-inputtext-acquires-style.html [ Failure ]
webkit.org/b/157179 editing/pasteboard/drop-link.html [ Failure ]
webkit.org/b/157179 editing/pasteboard/drop-text-without-selection.html [ Failure ]
webkit.org/b/157179 editing/pasteboard/get-data-text-plain-drop.html [ Failure ]
webkit.org/b/157179 editing/pasteboard/smart-drag-drop.html [ Failure ]
webkit.org/b/157179 editing/pasteboard/subframe-dragndrop-1.html [ Failure ]
webkit.org/b/157179 editing/selection/4895428-1.html [ Failure ]
webkit.org/b/157179 editing/selection/4895428-4.html [ Failure ]
webkit.org/b/157179 editing/selection/contains-boundaries.html [ Failure ]
webkit.org/b/157179 editing/selection/drag-text-delay.html [ Failure ]
webkit.org/b/157179 fast/block/float/float-in-float-hit-testing.html [ Failure ]
webkit.org/b/157179 fast/events/before-input-events-prevent-drag-and-drop.html [ Failure ]
webkit.org/b/157179 fast/events/bogus-dropEffect-effectAllowed.html [ Failure ]
webkit.org/b/157179 fast/events/content-changed-during-drop.html [ Failure ]
webkit.org/b/157179 fast/events/crash-on-mutate-during-drop.html [ Failure ]
webkit.org/b/157179 fast/events/drag-and-drop-dataTransfer-types-nocrash.html [ Failure ]
webkit.org/b/157179 fast/events/drag-and-drop-link-containing-block.html [ Timeout ]
webkit.org/b/157179 fast/events/drag-and-drop-fire-drag-dragover.html [ Failure ]
webkit.org/b/157179 fast/events/drag-and-drop.html [ Failure Timeout ]
webkit.org/b/157179 fast/events/drag-and-drop-subframe-dataTransfer.html [ Failure Timeout ]
webkit.org/b/42194 fast/events/drag-and-drop-link.html [ Failure ]
webkit.org/b/157179 fast/events/drag-and-drop-link-into-focused-contenteditable.html [ Failure ]
webkit.org/b/157179 fast/events/drag-image-with-border-image.html [ Failure ]
webkit.org/b/157179 fast/events/draggable-div-customdata.html [ Failure ]
webkit.org/b/157179 fast/events/draggable-div-nodata.html [ Failure ]
webkit.org/b/157179 fast/events/dropzone-001.html [ Failure Timeout ]
webkit.org/b/157179 fast/events/dropzone-002.html [ Failure Timeout ]
webkit.org/b/157179 fast/events/dropzone-003.html [ Failure Timeout ]
webkit.org/b/157179 fast/events/input-events-drag-and-drop.html [ Failure ]
webkit.org/b/157179 fast/events/input-events-insert-by-drop.html [ Failure ]
webkit.org/b/157179 fast/events/ondrop-text-html.html [ Failure ]
webkit.org/b/157179 fast/events/selectstart-by-drag.html [ Failure ]
webkit.org/b/157179 fast/events/standalone-image-drag-to-editable.html [ Failure Timeout ]
webkit.org/b/157179 fast/forms/drag-into-textarea.html [ Failure ]
webkit.org/b/157179 fast/forms/drag-out-of-textarea.html [ Failure ]
webkit.org/b/157179 fast/forms/range/slider-delete-while-dragging-thumb.html [ Failure ]
webkit.org/b/157179 fast/lists/drag-into-marker.html [ Failure ]
webkit.org/b/157179 http/tests/security/resources/drag-drop-allowed.html [ Skip ]
webkit.org/b/157179 plugins/mouse-events-fixedpos.html [ Failure ]
webkit.org/b/157179 plugins/mouse-events.html [ Failure Timeout ]
webkit.org/b/157179 editing/pasteboard/cleanup-on-move.html [ Failure ]
webkit.org/b/157179 editing/pasteboard/drag-list-item.html [ Failure ]
webkit.org/b/157179 fast/events/ondragenter.html [ Failure ]
webkit.org/b/157179 fast/events/drag-customData.html [ Timeout ]
webkit.org/b/157179 fast/events/drag-and-drop-autoscroll-inner-frame.html [ Timeout ]
# WebKit2 testRunner.setEditingBehaviour appears broken sometimes.
webkit.org/b/144764 [ Release ] editing/selection/move-by-word-visually-mac.html [ Failure ]
Bug(GTK) editing/selection/extend-after-mouse-selection.html [ Failure ]
# WebKit2 needs textInputController.selectedRange
Bug(GTK) editing/selection/mixed-editability-10.html [ Failure ]
# Implement testRunner.numberOfPendingGeolocationPermissionRequests()
# http://webkit.org/b/93977
webkit.org/b/93977 fast/dom/Geolocation/page-reload-cancel-permission-requests.html [ Timeout ]
# Fails because MutationObservers are not notified at end-of-task.
webkit.org/b/78290 fast/dom/MutationObserver/end-of-task-delivery.html [ Pass Failure Timeout ]
# Implement testRunner.setUseDeferredFrameLoading
# http://webkit.org/b/93980
webkit.org/b/93980 http/tests/appcache/load-from-appcache-defer-resume-crash.html [ Failure ]
# WebKitTestRunner needs a more-complete implementation of eventSender
# https://bugs.webkit.org/show_bug.cgi?id=42194
webkit.org/b/42194 fast/events/5056619.html [ Failure ]
webkit.org/b/42194 http/tests/security/drag-drop-same-unique-origin.html [ Failure ]
# svg/ failures
Bug(GTK) svg/custom/gradient-attr-update.svg [ Failure Pass ]
Bug(GTK) svg/custom/pointer-events-on-svg-with-pointer.xhtml [ Failure Pass ]
Bug(GTK) svg/custom/pointer-events-on-svg-without-pointer.xhtml [ Failure Pass ]
Bug(GTK) svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg [ Failure Pass ]
Bug(GTK) svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg [ Failure Pass ]
Bug(GTK) svg/text/select-textLength-spacing-squeeze-3.svg [ Failure Pass ]
Bug(GTK) svg/text/select-textLength-spacing-stretch-1.svg [ Failure Pass ]
Bug(GTK) svg/text/select-x-list-1.svg [ Failure Pass ]
Bug(GTK) svg/text/select-x-list-with-tspans-1.svg [ Failure Pass ]
# [Qt][WK2] New http/tests/security/cross-origin-plugin* tests fail
# https://bugs.webkit.org/show_bug.cgi?id=95935
webkit.org/b/95935 http/tests/security/cross-origin-plugin.html [ Failure ]
# https://bugs.webkit.org/show_bug.cgi?id=39160
webkit.org/b/39160 security/block-test-no-port.html [ Failure ]
# Missing support for the modifierArray argument to EventSendingController::mouseMoveTo().
Bug(GTK) platform/gtk/fast/events/event-sender-metakey.html [ Failure ]
# Unexplained failures
Bug(GTK) fast/css/disabled-author-styles.html [ Failure ]
Bug(GTK) fast/events/keydown-numpad-keys.html [ Failure ]
Bug(GTK) fast/events/remove-target-with-shadow-in-drag.html [ Failure ]
Bug(GTK) fast/forms/listbox-typeahead-cyrillic.html [ Failure ]
Bug(GTK) fast/forms/listbox-typeahead-greek.html [ Failure ]
Bug(GTK) fast/forms/select-type-ahead-non-latin.html [ Failure ]
Bug(GTK) fast/ruby/nested-ruby.html [ Failure ]
Bug(GTK) fast/ruby/ruby-beforeafter.html [ Failure ]
Bug(GTK) fast/ruby/rubyDOM-insert-rt.html [ Failure ]
Bug(GTK) fast/ruby/rubyDOM-insert-text1.html [ Failure ]
Bug(GTK) fast/ruby/rubyDOM-insert-text2.html [ Failure ]
Bug(GTK) fast/ruby/rubyDOM-insert-text3.html [ Failure ]
Bug(GTK) fast/ruby/rubyDOM-remove-rt1.html [ Failure ]
Bug(GTK) fast/ruby/rubyDOM-remove-rt2.html [ Failure ]
Bug(GTK) fast/ruby/rubyDOM-remove-text1.html [ Failure ]
Bug(GTK) fast/ruby/rubyDOM-remove-text2.html [ Failure ]
Bug(GTK) fast/ruby/ruby-empty-rt.html [ Failure ]
Bug(GTK) fast/ruby/ruby-length.html [ Failure ]
Bug(GTK) fast/ruby/ruby-run-break.html [ Failure ]
Bug(GTK) fast/ruby/ruby-runs.html [ Failure ]
Bug(GTK) fast/ruby/ruby-runs-spans.html [ Failure ]
Bug(GTK) fast/ruby/ruby-simple.html [ Failure ]
Bug(GTK) fast/ruby/ruby-simple-rp.html [ Failure ]
Bug(GTK) fast/ruby/ruby-trailing.html [ Failure ]
Bug(GTK) fast/writing-mode/Kusa-Makura-background-canvas.html [ Failure Timeout Pass ]
Bug(GTK) http/tests/security/cross-origin-xsl-BLOCKED.html [ Failure ]
Bug(GTK) http/tests/security/cross-origin-xsl-redirect-BLOCKED.html [ Failure ]
Bug(GTK) http/tests/security/storage-blocking-strengthened-plugin.html [ Failure ]
Bug(GTK) http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html [ Failure ]
Bug(GTK) plugins/keyboard-events.html [ Failure ]
Bug(GTK) plugins/netscape-plugin-setwindow-size-2.html [ Failure ]
Bug(GTK) plugins/npp-set-window-called-during-destruction.html [ Failure ]
Bug(GTK) plugins/npruntime/browser-object-identity.html [ Failure ]
Bug(GTK) plugins/npruntime/embed-property-equality.html [ Failure ]
Bug(GTK) plugins/resize-from-plugin.html [ Failure ]
# Selection doesn't work properly.
Bug(GTK) editing/selection/context-menu-text-selection.html [ Failure Pass ]
Bug(GTK) editing/selection/context-menu-text-selection-lookup.html [ Failure Pass ]
Bug(GTK) http/tests/misc/iframe-beforeunload-dialog-matching-ancestor-securityorigin.html [ Failure ]
Bug(GTK) http/tests/security/xssAuditor/xss-filter-bypass-big5.html [ Failure ]
Bug(GTK) http/tests/security/xssAuditor/xss-filter-bypass-sjis.html [ Failure ]
Bug(GTK) fast/backgrounds/background-position-parsing.html [ Failure ]
Bug(GTK) fast/css/sticky/sticky-top-zoomed.html [ ImageOnlyFailure ]
# Shared workers disabled with the Network Process
webkit.org/b/139357 fast/workers/worker-crash-with-invalid-location.html [ Skip ]
webkit.org/b/139357 http/tests/media/video-accept-encoding.html [ Failure ]
# There is no network load scheduling or prioritization with NetworkProcess.
webkit.org/b/123431 http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html [ Failure Pass ]
webkit.org/b/123431 http/tests/local/link-stylesheet-load-order-preload.html [ Pass Failure ]
webkit.org/b/123431 http/tests/local/link-stylesheet-load-order.html [ Failure Pass ]
#////////////////////////////////////////////////////////////////////////////////////////
# 9. TESTS FAILING
#////////////////////////////////////////////////////////////////////////////////////////
webkit.org/b/73766 css3/unicode-bidi-isolate-aharon-failing.html [ ImageOnlyFailure ]
# Need platform specific update to test to make it run.
webkit.org/b/98363 accessibility/canvas-fallback-content-2.html [ Failure ]
webkit.org/b/98372 accessibility/onclick-handlers.html [ Failure ]
webkit.org/b/98377 accessibility/textarea-insertion-point-line-number.html [ Failure ]
webkit.org/b/98380 accessibility/th-as-title-ui.html [ Failure ]
webkit.org/b/98382 accessibility/visible-elements.html [ Failure ]
# Blur and focus events are not received for the following tests.
Bug(GTK) fast/events/frame-tab-focus.html [ Failure ]
webkit.org/b/183328 fast/events/blur-focus-window-should-blur-focus-element.html [ Failure ]
# Looks like a bug in the testRunner global history support due to missing API.
webkit.org/b/100238 fast/history/window-open.html [ Failure ]
# These failures appear to be bugs in the EventSender
webkit.org/b/53964 fast/forms/listbox-onchange.html [ Failure ]
webkit.org/b/53964 fast/forms/option-mouseevents.html [ Failure ]
webkit.org/b/122021 media/video-controls-captions-trackmenu.html [ Failure ]
webkit.org/b/123097 media/track/track-user-preferences.html [ Skip ]
webkit.org/b/121995 media/video-controls-captions-trackmenu-includes-enabled-track.html [ Failure ]
Bug(GTK) http/tests/misc/acid3.html [ Failure ]
# eventSender.keyDown call does not get executed from the TestNetscapePlugin
webkit.org/b/90383 http/tests/plugins/plugin-document-has-focus.html [ Skip ]
webkit.org/b/30620 fast/xsl/sort-locale.xml [ Failure ]
webkit.org/b/53986 svg/text/caret-in-svg-text.xhtml [ Failure ]
# Paged continuousMouseScrollBy() events are not supported in GTK.
Bug(GTK) fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html [ Failure Timeout ]
Bug(GTK) fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html [ Failure ]
Bug(GTK) fast/events/platform-wheelevent-paging-x-in-scrolling-div.html [ Failure ]
Bug(GTK) fast/events/platform-wheelevent-paging-x-in-scrolling-page.html [ Failure ]
Bug(GTK) fast/events/platform-wheelevent-paging-xy-in-scrolling-div.html [ Failure ]
Bug(GTK) fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html [ Failure ]
Bug(GTK) fast/events/platform-wheelevent-paging-y-in-non-scrolling-div.html [ Failure ]
Bug(GTK) fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html [ Failure ]
Bug(GTK) fast/events/platform-wheelevent-paging-y-in-scrolling-div.html [ Failure ]
Bug(GTK) fast/events/platform-wheelevent-paging-y-in-scrolling-page.html [ Failure ]
# Need to add functionality to DumpRenderTree to handle scrollbar policy changes
Bug(GTK) fast/overflow/scrollbar-restored-and-then-locked.html [ Failure ]
# Some input type=range tests fail because of the size
# of the slider thumb in GTK+ themes.
Bug(GTK) fast/forms/range/slider-mouse-events.html [ Failure ]
Bug(GTK) fast/forms/range/slider-zoomed.html [ Failure ]
# 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'.
Bug(GTK) canvas/philip/tests/2d.composite.operation.clear.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.composite.operation.darker.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.drawImage.broken.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.text.draw.baseline.bottom.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.text.draw.baseline.hanging.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.text.draw.baseline.ideographic.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.text.draw.baseline.middle.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.text.draw.baseline.top.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.text.draw.space.collapse.end.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.text.draw.space.collapse.other.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.text.draw.space.collapse.space.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.text.draw.space.collapse.start.html [ Failure ]
Bug(GTK) canvas/philip/tests/2d.text.measure.width.space.html [ Failure ]
# Tests that fail because they assume a certain number of mouse
# movements during drags or fail only in Xvfb
Bug(GTK) http/tests/local/drag-over-remote-content.html [ Failure ]
Bug(GTK) http/tests/security/drag-over-remote-content-iframe.html [ Failure ]
Bug(GTK) fast/events/drag-in-frames.html [ Failure Timeout ]
webkit.org/b/182352 http/tests/misc/bubble-drag-events.html [ Failure ]
# Dragging images and links results in a DataTransfer object containing a non-empty files array
webkit.org/b/52094 editing/pasteboard/files-during-page-drags.html [ Failure ]
# Expose title direction in WebKit API
webkit.org/b/58845 fast/dom/title-directionality.html [ Failure ]
webkit.org/b/58845 fast/dom/title-directionality-removeChild.html [ Failure ]
# HTTP 204 (No Content) should be ignored
webkit.org/b/60206 http/tests/navigation/response204.html [ Failure ]
webkit.org/b/68278 http/tests/history/back-with-fragment-change.php [ Pass Failure ]
webkit.org/b/68512 accessibility/aria-hidden-updates-alldescendants.html [ Failure ]
# This test is out-dated since r95899.
webkit.org/b/65709 canvas/philip/tests/2d.drawImage.outsidesource.html [ Failure ]
webkit.org/b/105693 http/tests/multipart/multipart-wait-before-boundary.html [ Skip ]
# Does not render the rectangle as it should, even though the multiple parts seem to work
webkit.org/b/54251 http/tests/multipart/invalid-image-data.html [ Failure ]
webkit.org/b/62204 svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml [ Failure ]
webkit.org/b/62204 svg/custom/use-on-symbol-inside-pattern.svg [ Failure ]
webkit.org/b/62204 svg/W3C-SVG-1.1/animate-elem-04-t.svg [ Failure ]
webkit.org/b/73653 fast/forms/range/slider-in-multi-column.html [ Failure ]
webkit.org/b/74282 editing/pasteboard/emacs-ctrl-k-with-move.html [ Failure ]
webkit.org/b/81320 editing/pasteboard/copy-two-pasteboard-types-both-work.html [ Failure ]
webkit.org/b/84679 css3/zoom-coords.xhtml [ Failure ]
webkit.org/b/84694 fast/events/selectstart-by-double-triple-clicks.html [ Failure ]
webkit.org/b/84692 fast/events/attempt-scroll-with-no-scrollbars.html [ Failure ]
# Interferes with the rAF tests that are enabled
webkit.org/b/85689 fast/animation/request-animation-frame-disabled.html [ Skip ]
# Started failing after it was added in r116473
webkit.org/b/85969 http/tests/loading/post-in-iframe-with-back-navigation.html [ Failure ]
webkit.org/b/86443 plugins/npruntime/delete-plugin-within-hasProperty-return-false.html [ Failure ]
webkit.org/b/86443 plugins/npruntime/delete-plugin-within-hasProperty-return-true.html [ Failure ]
webkit.org/b/86443 plugins/npruntime/delete-plugin-within-setProperty.html [ Failure ]
webkit.org/b/51027 [ Release ] plugins/refcount-leaks.html [ Failure ]
# Failing after r121121 on both GTK and EFL
webkit.org/b/89845 fast/forms/input-set-composition-scroll.html [ Failure ]
webkit.org/b/80129 fast/frames/flattening/frameset-flattening-advanced.html [ Failure ]
webkit.org/b/89663 editing/deleting/delete-3800834-fix.html [ Failure ]
# As Mac, GTK doesn't have a toggle for CC any more, it's based on a menu of choices.
webkit.org/b/123097 media/video-controls-captions.html [ Skip ]
webkit.org/b/98613 css3/masking/clip-path-reference.html [ ImageOnlyFailure ]
webkit.org/b/101539 editing/execCommand/switch-list-type-with-orphaned-li.html [ Failure ]
# Fix for https://bugs.webkit.org/show_bug.cgi?id=97192 introduces these regressions
webkit.org/b/102776 webkit.org/b/102993 media/media-document-audio-repaint.html [ Failure Timeout ]
webkit.org/b/102776 media/track/track-cue-rendering-horizontal.html [ Failure Timeout ]
webkit.org/b/102776 media/track/track-cue-rendering-vertical.html [ Failure Timeout ]
webkit.org/b/102776 media/track/track-cue-rendering-tree-is-removed-properly.html [ Timeout Pass ]
webkit.org/b/98146 accessibility/svg-bounds.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 ]
webkit.org/b/107118 fast/canvas/canvas-quadratic-same-endpoint.html [ Failure ]
webkit.org/b/108973 fast/css/negative-text-indent-in-inline-block.html [ ImageOnlyFailure ]
webkit.org/b/109469 [ Debug ] fast/events/mouse-cursor-image-set.html [ Crash ]
webkit.org/b/110446 svg/as-background-image/svg-transformed-background.html [ ImageOnlyFailure ]
webkit.org/b/111606 fast/borders/border-fit.html [ Failure ]
webkit.org/b/111606 fast/borders/border-fit-2.html [ Failure ]
webkit.org/b/112228 svg/custom/resources-css-scaled.html [ ImageOnlyFailure ]
webkit.org/b/99893 svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg [ ImageOnlyFailure Pass ]
webkit.org/b/115437 fast/text/complex-initial-advance.html [ ImageOnlyFailure ]
webkit.org/b/117582 fast/flexbox/clear-overflow-before-scroll-update.html [ Failure ]
webkit.org/b/169007 css3/flexbox/flex-item-contains-strict.html [ Failure ]
webkit.org/b/118220 http/tests/cache/partitioned-cache.html [ Failure ]
webkit.org/b/118220 http/tests/cache/partitioned-cache-iframe.html [ Failure ]
webkit.org/b/118221 fast/text/complex-first-glyph-with-initial-advance.html [ ImageOnlyFailure ]
webkit.org/b/118416 storage/websql/sql-error-codes.html [ Failure ]
webkit.org/b/120105 http/tests/navigation/post-frames-goback1-uncached.html [ Failure ]
webkit.org/b/120596 css3/background/background-repeat-space-border.html [ ImageOnlyFailure ]
webkit.org/b/120596 css3/background/background-repeat-space-content.html [ ImageOnlyFailure ]
webkit.org/b/120596 css3/background/background-repeat-space-padding.html [ ImageOnlyFailure ]
webkit.org/b/120596 css3/masking/mask-repeat-space-border.html [ ImageOnlyFailure ]
webkit.org/b/120596 css3/masking/mask-repeat-space-content.html [ ImageOnlyFailure ]
webkit.org/b/120839 legacy-animation-engine/animations/cross-fade-background-image.html [ ImageOnlyFailure ]
webkit.org/b/180581 css3/shapes/shape-outside/values/shape-margin-001.html [ Failure ]
webkit.org/b/180581 css3/shapes/shape-outside/values/shape-outside-circle-004.html [ Failure ]
webkit.org/b/180581 css3/shapes/shape-outside/values/shape-outside-circle-005.html [ Failure ]
webkit.org/b/180581 css3/shapes/shape-outside/values/shape-outside-ellipse-004.html [ Failure ]
webkit.org/b/180581 css3/shapes/shape-outside/values/shape-outside-inset-003.html [ Failure ]
webkit.org/b/180581 css3/shapes/shape-outside/values/shape-outside-polygon-004.html [ Failure ]
webkit.org/b/180581 css3/shapes/shape-outside/values/shape-outside-shape-arguments-000.html [ Failure ]
webkit.org/b/180581 imported/w3c/web-platform-tests/css/css-shapes/shape-outside/values/shape-outside-circle-004.html [ Failure ]
webkit.org/b/180581 imported/w3c/web-platform-tests/css/css-shapes/shape-outside/values/shape-outside-circle-005.html [ Failure ]
webkit.org/b/180581 imported/w3c/web-platform-tests/css/css-shapes/shape-outside/values/shape-outside-ellipse-004.html [ Failure ]
webkit.org/b/180581 imported/w3c/web-platform-tests/css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html [ Failure ]
webkit.org/b/180581 imported/w3c/web-platform-tests/css/css-shapes/shape-outside/values/shape-outside-inset-003.html [ Failure ]
webkit.org/b/180581 imported/w3c/web-platform-tests/css/css-shapes/shape-outside/values/shape-outside-polygon-004.html [ Failure ]
webkit.org/b/139486 fast/css3-text/css3-text-decoration/text-decoration-skip/decoration-skip-crash-fallback-svg.html [ ImageOnlyFailure ]
webkit.org/b/124566 fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml [ Failure ]
webkit.org/b/128061 svg/custom/svg-fonts-in-html.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 ]
webkit.org/b/129958 svg/clip-path/mask-nested-clip-path-006.svg [ ImageOnlyFailure ]
webkit.org/b/129958 svg/clip-path/mask-nested-clip-path-007.svg [ ImageOnlyFailure ]
webkit.org/b/129958 svg/clip-path/mask-nested-clip-path-008.svg [ ImageOnlyFailure ]
webkit.org/b/129958 svg/clip-path/mask-nested-clip-path-009.svg [ ImageOnlyFailure ]
webkit.org/b/129958 svg/clip-path/mask-nested-clip-path-010.svg [ ImageOnlyFailure ]
webkit.org/b/129958 svg/clip-path/mask-objectboundingbox-content-clip-transform.svg [ ImageOnlyFailure ]
webkit.org/b/129958 svg/clip-path/mask-objectboundingbox-content-clip.svg [ ImageOnlyFailure ]
webkit.org/b/129958 svg/clip-path/mask-userspaceonuse-content-clip-transform.svg [ ImageOnlyFailure ]
webkit.org/b/129958 svg/clip-path/mask-userspaceonuse-content-clip.svg [ ImageOnlyFailure ]
webkit.org/b/127743 media/video-restricted-no-preload-auto.html [ Failure ]
# .webkitClosedCaptionsVisible doesn't work with "Automatic" caption mode
webkit.org/b/118459 media/track/track-legacyapi-with-automatic-mode.html [ Skip ]
# The feature is enabled at build-time, but the whole test set is failing.
webkit.org/b/120665 media/track/in-band [ Skip ]
# About using <img> to display PDF with annotations
webkit.org/b/120844 fast/images/pdf-as-image-with-annotations.html [ Skip ]
# PasteBoard::plainText() does not support file names.
webkit.org/b/99070 editing/pasteboard/drag-files-to-editable-element-as-attachment.html [ Skip ]
webkit.org/b/99070 editing/pasteboard/drag-files-to-editable-element-as-URLs.html [ Skip ]
http/tests/images/hidpi-srcset-copy.html [ Skip ]
# Opera-submitted tests to W3C for <track>, 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/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/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/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 legacy-animation-engine/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/107818 media/controls-styling.html [ Failure Timeout ]
# New chromium based controls
webkit.org/b/107825 media/audio-delete-while-step-button-clicked.html [ Failure Timeout ]
webkit.org/b/107825 media/nodesFromRect-shadowContent.html [ Failure Crash ]
webkit.org/b/107825 media/video-controls-fullscreen-volume.html [ Failure ]
webkit.org/b/113849 svg/custom/local-url-reference-marker.html [ ImageOnlyFailure ]
# Test marked in TestExpectations as failing on non-retina displays, passing on GTK port
webkit.org/b/129113 fast/multicol/newmulticol/clipping.html [ Pass ]
# Test globally skipped, passing on GTK port
webkit.org/b/124349 fast/hidpi/image-srcset-relative-svg-canvas.html [ Pass ]
webkit.org/b/131498 fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html [ ImageOnlyFailure ]
webkit.org/b/132056 webaudio/codec-tests/mp3/128kbps-44khz.html [ Failure ]
webkit.org/b/132910 editing/pasteboard/drag-drop-paragraph-crasher.html [ Failure ]
webkit.org/b/132914 http/tests/security/drag-drop-local-file.html [ Failure ]
webkit.org/b/132919 platform/gtk/plugins/invalidate-rect-with-null-npp-argument.html [ Failure ]
webkit.org/b/132921 plugins/evaluate-js-after-removing-plugin-element.html [ Failure ]
webkit.org/b/132923 http/tests/security/cross-origin-plugin-private-browsing-toggled.html [ Pass Failure ]
webkit.org/b/133146 fast/sub-pixel/inline-block-with-padding.html [ Failure ]
webkit.org/b/133803 editing/deleting/delete-by-word-001.html [ Failure ]
webkit.org/b/133803 editing/deleting/delete-by-word-002.html [ Failure ]
webkit.org/b/133803 editing/input/option-page-up-down.html [ Failure ]
webkit.org/b/133803 editing/input/scroll-viewport-page-up-down.html [ Failure ]
webkit.org/b/133803 editing/undo/undo-deleteWord.html [ Failure ]
webkit.org/b/134976 media/media-controls-invalid-url.html [ Failure Timeout ]
webkit.org/b/134979 media/track/track-cue-nothing-to-render.html [ Failure ]
webkit.org/b/134979 media/track/track-cue-rendering-mode-changed.html [ Failure Timeout ]
webkit.org/b/134979 media/track/track-cue-rendering-rtl.html [ Crash Failure Timeout ]
webkit.org/b/134979 media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure Timeout ]
webkit.org/b/134995 media/track/track-in-band-subtitles-too-large.html [ Failure Crash Timeout ]
webkit.org/b/134995 media/track/track-long-word-container-sizing.html [ Failure ]
webkit.org/b/135529 svg/css/parse-height.html [ Failure ]
webkit.org/b/135529 svg/css/parse-length.html [ Failure ]
webkit.org/b/135529 svg/animations/animate-css-xml-attributeType.html [ Failure ]
webkit.org/b/135530 accessibility/parent-delete.html [ Failure ]
webkit.org/b/135533 editing/pasteboard/img-srcset-copy-paste-canonicalization.html [ Failure ]
webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/circle/shape-outside-circle-027.html [ ImageOnlyFailure ]
# The backing store is cleared when page cached in GTK
webkit.org/b/135348 compositing/iframes/page-cache-layer-tree.html [ Skip ]
webkit.org/b/136255 fast/block/float/overhanging-tall-block.html [ Failure ]
webkit.org/b/136159 fast/borders/hidpi-border-painting-groove.html [ ImageOnlyFailure ]
webkit.org/b/136159 fast/borders/hidpi-border-painting-ridge.html [ ImageOnlyFailure ]
webkit.org/b/136537 fast/sub-pixel/client-width-height-snapping.html [ Failure ]
webkit.org/b/137109 accessibility/legend-children-are-visible.html [ Failure ]
webkit.org/b/137695 media/video-controls-audiotracks-trackmenu.html [ Failure ]
# Smooth scrolling causes failure of scrolling tests
webkit.org/b/138078 fast/dom/vertical-scrollbar-in-rtl.html [ Failure ]
webkit.org/b/138078 fast/repaint/fixed-move-after-keyboard-scroll.html [ Failure ]
# Scrolling cleanup causing some test to fail
webkit.org/b/159143 fast/dom/horizontal-scrollbar-in-rtl.html [ Failure ]
# Incomplete implementation of eventSender causes this test to fail
webkit.org/b/42194 fast/scrolling/scroll-select-list.html [ ImageOnlyFailure ]
webkit.org/b/139352 accessibility/inline-block-assertion.html [ Failure ]
webkit.org/b/139354 fast/repaint/selection-ruby-rl.html [ Failure ]
# Missing glyph symbol is not rendered properly.
webkit.org/b/140252 fast/css/line-height-determined-by-primary-font.html [ Failure ]
webkit.org/b/140252 fast/text/decorations-with-text-combine.html [ Failure ]
webkit.org/b/140252 fast/text/emphasis-combined-text.html [ Failure ]
webkit.org/b/140252 fast/text/emphasis-vertical.html [ Failure ]
webkit.org/b/140252 fast/text/international/khmer-selection.html [ Failure ]
webkit.org/b/140252 fast/text/international/plane2.html [ Failure ]
webkit.org/b/140252 fast/text/justify-ideograph-complex.html [ Failure ]
webkit.org/b/140252 fast/text/justify-ideograph-simple.html [ Failure ]
webkit.org/b/140252 fast/text/khmer-lao-font.html [ Failure ]
webkit.org/b/140252 fast/text/midword-break-before-surrogate-pair-2.html [ Failure ]
webkit.org/b/140252 svg/custom/svg-fonts-fallback.xhtml [ Failure ]
webkit.org/b/142479 svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg [ Failure ]
webkit.org/b/142479 svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg [ Failure ]
webkit.org/b/142479 svg/text/select-textLength-spacingAndGlyphs-squeeze-4.svg [ Failure ]
webkit.org/b/142479 svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg [ Failure ]
webkit.org/b/142479 svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg [ Failure ]
webkit.org/b/142667 fast/forms/search-vertical-alignment.html [ Failure ]
webkit.org/b/142667 fast/forms/textfield-overflow-by-value-update.html [ Failure ]
webkit.org/b/143230 imported/mozilla/svg/filters/feImage-1.svg [ ImageOnlyFailure Pass ]
webkit.org/b/143468 accessibility/plugin.html [ Failure ]
webkit.org/b/143469 fast/borders/border-image-fill-no-border.html [ ImageOnlyFailure ]
webkit.org/b/143471 canvas/philip/tests/2d.drawImage.animated.poster.html [ Failure ]
webkit.org/b/143871 svg/W3C-SVG-1.1-SE/linking-uri-01-b.svg [ Failure ]
webkit.org/b/144575 http/tests/loading/promote-img-preload-priority.html [ Failure ]
webkit.org/b/144673 fast/forms/button-line-height.html [ ImageOnlyFailure ]
webkit.org/b/144763 fast/events/scroll-in-scaled-page-with-overflow-hidden.html
webkit.org/b/145049 fast/text/simple-line-layout-text-stroke-width.html [ Failure ]
webkit.org/b/145432 media/video-transformed-by-javascript.html [ Failure ]
webkit.org/b/148932 imported/w3c/web-platform-tests/css/css-color/t424-hsl-basic-a.xht [ ImageOnlyFailure Pass ]
webkit.org/b/148932 imported/w3c/web-platform-tests/css/css-color/t425-hsla-clip-outside-device-gamut-b.xht [ ImageOnlyFailure ]
webkit.org/b/148935 accessibility/scroll-to-make-visible-with-subfocus.html [ Failure ]
webkit.org/b/149128 fast/text/control-characters [ ImageOnlyFailure ]
# web-platform-tests XHR tests
imported/w3c/web-platform-tests/xhr/event-readystatechange-loaded.htm [ Slow ]
webkit.org/b/151267 imported/blink/compositing/squashing/squashing-reflection-disallowed.html [ ImageOnlyFailure ]
webkit.org/b/151267 imported/blink/fast/canvas/canvas-clip-stack-persistence.html [ ImageOnlyFailure ]
webkit.org/b/151267 imported/blink/fast/css/text-overflow-ellipsis-button.html [ ImageOnlyFailure ]
webkit.org/b/151267 imported/blink/fast/gradients/large-horizontal-gradient.html [ ImageOnlyFailure ]
webkit.org/b/151267 imported/blink/fast/gradients/large-vertical-gradient.html [ ImageOnlyFailure ]
webkit.org/b/151267 imported/blink/fast/replaced/viewport-percentage-height-with-dynamic-container-height.html [ ImageOnlyFailure Pass ]
webkit.org/b/151267 imported/blink/fast/text/international/vertical-positioning-with-combining-marks.html [ ImageOnlyFailure ]
webkit.org/b/151267 imported/blink/fast/transforms/transform-update-frame-overflow.html [ ImageOnlyFailure Pass ]
webkit.org/b/151267 imported/blink/scrollbars/avoid-double-scrollbars-when-html-element-is-not-the-renderview.html [ ImageOnlyFailure Pass ]
webkit.org/b/151267 imported/blink/svg/animations/no-attr-radialgradient-spreadmethod.svg [ ImageOnlyFailure ]
webkit.org/b/151267 imported/blink/svg/as-image/default-sans-serif-font.html [ ImageOnlyFailure ]
webkit.org/b/151267 imported/blink/svg/canvas/canvas-draw-pattern-size.html [ ImageOnlyFailure ]
webkit.org/b/151267 imported/blink/svg/filters/feDropShadow-linearrgb-flood-color.svg [ ImageOnlyFailure ]
webkit.org/b/151267 imported/blink/webexposed/webkit-focus-ring-exposed-to-quirks-mode.html [ ImageOnlyFailure ]
webkit.org/b/152788 imported/mozilla/svg/filter-scaled-02.html [ ImageOnlyFailure Pass ]
webkit.org/b/152821 imported/w3c/web-platform-tests/css/css-multicol/multicol-basic-001.html [ ImageOnlyFailure ]
webkit.org/b/152821 imported/w3c/web-platform-tests/css/css-multicol/multicol-basic-002.html [ ImageOnlyFailure ]
webkit.org/b/152821 imported/w3c/web-platform-tests/css/css-multicol/multicol-basic-003.html [ ImageOnlyFailure ]
webkit.org/b/152821 imported/w3c/web-platform-tests/css/css-multicol/multicol-basic-004.html [ ImageOnlyFailure ]
webkit.org/b/152821 imported/w3c/web-platform-tests/css/css-multicol/multicol-rule-002.xht [ ImageOnlyFailure ]
webkit.org/b/152821 imported/w3c/web-platform-tests/css/css-multicol/multicol-rule-px-001.xht [ ImageOnlyFailure ]
webkit.org/b/152821 imported/w3c/web-platform-tests/css/css-multicol/multicol-rule-stacking-001.xht [ ImageOnlyFailure ]
webkit.org/b/152821 imported/w3c/web-platform-tests/css/css-multicol/multicol-shorthand-001.xht [ ImageOnlyFailure ]
webkit.org/b/152821 imported/w3c/web-platform-tests/css/css-multicol/multicol-span-all-block-sibling-003.xht [ ImageOnlyFailure ]
webkit.org/b/152821 imported/w3c/web-platform-tests/css/css-multicol/multicol-span-all-margin-nested-firstchild-001.xht [ ImageOnlyFailure ]
webkit.org/b/152908 pageoverlay/overlay-installation.html [ Failure ]
webkit.org/b/152908 pageoverlay/overlay-large-document-scrolled.html [ Failure ]
webkit.org/b/152908 pageoverlay/overlay-large-document.html [ Failure ]
webkit.org/b/152908 pageoverlay/overlay-small-frame-paints.html [ Pass Failure ]
webkit.org/b/153602 fast/table/003.html [ Failure ]
webkit.org/b/153602 fast/text/emoji.html [ Failure ]
webkit.org/b/153602 tables/mozilla_expected_failures/bugs/bug89315.html [ Failure ]
webkit.org/b/153697 http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase.html [ Failure ]
webkit.org/b/153697 http/tests/security/contentSecurityPolicy/object-src-applet-archive.html [ Failure ]
webkit.org/b/153697 http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase.html [ Failure ]
webkit.org/b/153697 http/tests/security/contentSecurityPolicy/object-src-applet-code.html [ Failure ]
webkit.org/b/153698 imported/w3c/web-platform-tests/css/css-multicol/multicol-rule-dashed-000.xht [ ImageOnlyFailure ]
webkit.org/b/153700 fast/ruby/ruby-expansion-cjk-2.html [ ImageOnlyFailure ]
webkit.org/b/153700 fast/ruby/ruby-expansion-cjk-3.html [ ImageOnlyFailure ]
webkit.org/b/153700 fast/ruby/ruby-expansion-cjk-4.html [ ImageOnlyFailure ]
webkit.org/b/153700 fast/ruby/ruby-expansion-cjk-5.html [ ImageOnlyFailure ]
webkit.org/b/153700 fast/ruby/ruby-expansion-cjk.html [ ImageOnlyFailure ]
webkit.org/b/94952 platform/gtk/scrollbars/overflow-scrollbar-horizontal-wheel-scroll.html [ Failure ]
webkit.org/b/153707 imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html [ Failure ]
webkit.org/b/153708 http/tests/cache/disk-cache/disk-cache-last-modified.html [ Failure ]
webkit.org/b/153709 http/tests/cache/disk-cache/disk-cache-disable.html [ Failure ]
webkit.org/b/158928 svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml [ Failure ]
webkit.org/b/158928 svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml [ Failure ]
webkit.org/b/158928 svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml [ Failure ]
webkit.org/b/160243 fast/text/complex-small-caps-non-bmp-capitalize.html [ ImageOnlyFailure ]
webkit.org/b/160246 fast/text/multiple-feature-properties.html [ ImageOnlyFailure ]
webkit.org/b/160248 fast/text/combining-mark-paint.html [ ImageOnlyFailure ]
webkit.org/b/160248 fast/text/synthetic-bold-transformed.html [ ImageOnlyFailure ]
webkit.org/b/160248 fast/text/trailing-word-detection.html [ Failure ]
webkit.org/b/160249 fast/shrink-wrap/rect-shrink-wrap.html [ ImageOnlyFailure ]
webkit.org/b/160251 fast/text/font-kerning.html [ ImageOnlyFailure ]
webkit.org/b/161583 accessibility/auto-fill-types.html [ Failure ]
webkit.org/b/161587 css3/font-feature-settings-rendering.html [ ImageOnlyFailure ]
webkit.org/b/161588 css3/font-variant-synthesis-jdaggett.html [ ImageOnlyFailure ]
webkit.org/b/161589 css3/masking/mask-repeat-space-padding.html [ ImageOnlyFailure ]
webkit.org/b/163186 editing/pasteboard/onpaste-text-html.html [ Failure ]
# Failing since a new URLParser has been enabled on r207162
webkit.org/b/163335 fast/loader/file-URL-with-port-number.html [ Timeout ]
# Crash is bug #186251
webkit.org/b/163383 accessibility/meter-element.html [ Failure Crash ]
webkit.org/b/163512 media/media-controls-accessibility.html [ Timeout ]
webkit.org/b/163521 media/tab-focus-inside-media-elements.html [ Failure ]
webkit.org/b/163523 media/track/track-manual-mode.html [ Failure Timeout ]
webkit.org/b/163524 media/track/video-track-alternate-groups.html [ Failure ]
webkit.org/b/163525 media/video-background-tab-playback.html [ Failure Pass Crash Timeout ]
webkit.org/b/163526 media/video-controls-drop-and-restore-timeline.html [ Failure ]
webkit.org/b/163531 media/video-volume-slider-drag.html [ Failure ]
webkit.org/b/163823 media/video-volume-slider.html [ Failure ]
webkit.org/b/163827 storage/websql/quota-tracking.html [ Failure ]
webkit.org/b/163829 svg/W3C-SVG-1.1/fonts-desc-02-t.svg [ Failure ]
webkit.org/b/163831 svg/custom/acid3-test-77.html [ Failure ]
webkit.org/b/163971 fast/borders/border-image-space.html [ ImageOnlyFailure ]
webkit.org/b/163974 fast/canvas/drawImage-with-negative-source-destination.html [ Failure ]
webkit.org/b/163977 fast/css/will-change/will-change-creates-stacking-context-inline.html [ ImageOnlyFailure ]
webkit.org/b/163979 fast/css/will-change/will-change-creates-stacking-context.html [ ImageOnlyFailure ]
webkit.org/b/163981 fast/css3-text/css3-text-decoration/text-underline-position/underline-visual-overflow-with-subpixel-position.html [ Failure ]
webkit.org/b/163984 fast/dom/Window/child-window-focus.html [ Failure ]
webkit.org/b/168543 http/wpt/resource-timing/rt-nextHopProtocol.html [ Failure ]
webkit.org/b/168543 http/wpt/resource-timing/rt-nextHopProtocol.worker.html [ Failure ]
webkit.org/b/168188 fast/events/ime-compositionend-on-selection-change.html [ Failure ]
webkit.org/b/168164 fast/picture/viewport-resize.html [ Failure ]
webkit.org/b/168191 fast/text/system-font-weight.html [ Failure ]
webkit.org/b/168191 fast/text/trak-optimizeLegibility.html [ Failure ]
webkit.org/b/168191 css3/font-synthesis-small-caps.html [ ImageOnlyFailure ]
webkit.org/b/168192 http/tests/media/hls/video-duration-accessibility.html [ Timeout Failure ]
webkit.org/b/168370 accessibility/hidden-th-still-column-header.html [ Failure ]
webkit.org/b/168373 fullscreen/video-controls-rtl.html [ Failure ]
webkit.org/b/168373 media/media-preload-no-delay-loadevent.html [ Failure ]
# [GTK] Some reftest fail with only one or two pixel differences in diff image
webkit.org/b/168426 fast/multicol/columns-on-body.html [ ImageOnlyFailure ]
webkit.org/b/168426 fast/html/details-comment-crash.html [ ImageOnlyFailure ]
webkit.org/b/168426 svg/clip-path/clip-opacity.html [ ImageOnlyFailure ]
webkit.org/b/136109 fast/multicol/mixed-opacity-fixed-test.html [ ImageOnlyFailure ]
webkit.org/b/168427 fast/scrolling/rtl-scrollbars-listbox.html [ ImageOnlyFailure ]
webkit.org/b/168427 fast/scrolling/rtl-scrollbars-overflow-contents.html [ ImageOnlyFailure ]
webkit.org/b/168430 fast/inline/outline-corners-with-offset.html [ ImageOnlyFailure ]
webkit.org/b/168551 http/tests/misc/slow-loading-animated-image.html [ ImageOnlyFailure ]
webkit.org/b/168552 fast/text/hyphenate-locale.html [ Failure ]
webkit.org/b/168555 fast/text/initial-advance-in-intermediate-run-complex.html [ ImageOnlyFailure ]
webkit.org/b/168719 fast/css/paint-order-shadow.html [ ImageOnlyFailure ]
webkit.org/b/169075 editing/deleting/skip-virama-001.html [ Failure ]
webkit.org/b/169909 fast/css-generated-content/initial-letter-pagination-sunken-rl.html [ ImageOnlyFailure ]
webkit.org/b/169909 fast/css-generated-content/initial-letter-pagination-sunken.html [ ImageOnlyFailure ]
webkit.org/b/169909 fast/block/lineboxcontain/block-with-ideographs.xhtml [ Failure ]
webkit.org/b/169910 fast/multicol/simple-line-layout-line-index-after-strut.html [ ImageOnlyFailure ]
webkit.org/b/105954 http/tests/navigation/reload-subframe-object.html [ Failure ]
webkit.org/b/170053 media/video-load-require-user-gesture.html [ Failure Pass ]
webkit.org/b/170335 canvas/philip/tests/2d.pattern.animated.gif.html [ Failure ]
webkit.org/b/171598 accessibility/gtk/menu-list-unfocused-notifications.html [ Failure ]
webkit.org/b/176020 imported/w3c/web-platform-tests/media-source/mediasource-removesourcebuffer.html [ Crash Pass ]
webkit.org/b/171726 media/media-source/media-source-init-segment-duration.html [ Failure ]
webkit.org/b/172270 fast/text/font-interstitial-invisible-width-while-loading.html [ Failure ]
webkit.org/b/172270 fast/text/web-font-load-invisible-during-loading.html [ Failure ]
webkit.org/b/172271 fast/text/softbank-emoji.html [ Failure ]
webkit.org/b/172271 fast/text/system-font-fallback-emoji.html [ Failure ]
webkit.org/b/172271 fast/text/tatechuyoko.html [ Failure ]
webkit.org/b/172271 fast/text/emoji-overlap.html [ ImageOnlyFailure ]
webkit.org/b/172272 fast/visual-viewport/client-coordinates-relative-to-layout-viewport.html [ Failure Crash ]
webkit.org/b/172273 fast/visual-viewport/client-rects-relative-to-layout-viewport.html [ Failure Crash ]
webkit.org/b/172275 imported/w3c/web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-non-integer-screeny.html [ Failure ]
webkit.org/b/172278 fast/html/marquee-child-wrap.html [ ImageOnlyFailure ]
webkit.org/b/172279 fast/multicol/flexbox-rows.html [ ImageOnlyFailure ]
webkit.org/b/172811 fast/block/float/032.html [ Failure ]
webkit.org/b/172811 fast/forms/input-text-word-wrap.html [ Failure ]
webkit.org/b/172811 fast/css/input-search-padding.html [ Failure ]
webkit.org/b/172811 fast/forms/number/number-appearance-rtl.html [ Failure ]
webkit.org/b/172811 fast/forms/number/number-appearance-spinbutton-disabled-readonly.html [ Failure ]
webkit.org/b/172811 fast/forms/number/number-appearance-spinbutton-layer.html [ Failure ]
webkit.org/b/172812 fast/canvas/webgl/lose-context-on-status-failure.html [ Failure ]
webkit.org/b/173410 fast/canvas/canvas-createPattern-video-loading.html [ Failure ]
webkit.org/b/173413 imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-after-content-change.html [ Failure ]
webkit.org/b/143702 media/progress-events-generated-correctly.html [ Timeout Failure Pass Crash ]
webkit.org/b/174460 fast/canvas/canvas-blend-image.html [ Failure ]
webkit.org/b/174460 fast/canvas/canvas-blend-solid.html [ Failure ]
webkit.org/b/174461 inspector/canvas/memory.html [ Failure ]
webkit.org/b/174609 accessibility/presentation-role-iframe.html [ Failure ]
webkit.org/b/175134 fast/text/line-height-minimumFontSize-autosize.html [ Failure ]
webkit.org/b/175134 fast/text/line-height-minimumFontSize.html [ Failure ]
webkit.org/b/175134 fast/text/line-height-minimumFontSize-text-zoom.html [ ImageOnlyFailure ]
webkit.org/b/175134 fast/text/line-height-minimumFontSize-visual.html [ ImageOnlyFailure ]
webkit.org/b/175134 fast/text/line-height-minimumFontSize-zoom.html [ ImageOnlyFailure ]
webkit.org/b/175420 fullscreen/requestFullscreen-escape-key.html [ Failure ]
webkit.org/b/175421 printing/width-overflow.html [ Failure ]
webkit.org/b/175422 http/tests/blink/sendbeacon/beacon-same-origin.html [ Failure ]
webkit.org/b/175931 fast/canvas/webgl/no-info-log-for-simple-shaders.html [ Failure ]
webkit.org/b/176021 fast/events/overflow-viewport-renderer-deleted.html [ Missing ]
webkit.org/b/176648 fast/repaint/inline-outline-repaint.html [ ImageOnlyFailure ]
webkit.org/b/176648 fast/ruby/ruby-justification.html [ ImageOnlyFailure ]
webkit.org/b/176648 fast/selectors/040.html [ ImageOnlyFailure ]
webkit.org/b/176648 fast/text/decorations-vertical-underline.html [ ImageOnlyFailure ]
webkit.org/b/176648 fast/text/mark-matches-broken-line-rendering.html [ ImageOnlyFailure ]
webkit.org/b/176648 fast/text/mark-matches-rendering.html [ ImageOnlyFailure ]
webkit.org/b/176648 svg/transforms/transformed-text-fill-gradient.html [ ImageOnlyFailure ]
webkit.org/b/176649 fast/text/international/synthesized-italic-vertical.html [ ImageOnlyFailure ]
webkit.org/b/177294 platform/gtk/fonts/fontconfig-aliasing-settings.html [ Failure ]
webkit.org/b/177294 fast/text/fitzpatrick-combination.html [ ImageOnlyFailure ]
webkit.org/b/177934 fast/dom/HTMLLinkElement/preconnect-support.html [ Failure ]
webkit.org/b/177934 http/tests/preconnect/link-header-rel-preconnect-http.html [ Failure ]
webkit.org/b/177936 fast/text/all-small-caps-whitespace.html [ ImageOnlyFailure ]
webkit.org/b/177936 fast/text/regional-indicator-symobls.html [ Failure ]
webkit.org/b/177936 fast/text/selection-in-initial-advance-region.html [ Failure ]
webkit.org/b/177936 imported/blink/editing/selection/offset-from-point-complex-scripts.html [ Failure ]
webkit.org/b/177937 fast/text/soft-hyphen-min-preferred-width.html [ ImageOnlyFailure ]
webkit.org/b/177937 fast/text/unknown-char-notdef.html [ ImageOnlyFailure ]
webkit.org/b/177939 editing/pasteboard/data-transfer-get-data-non-normalized-types.html [ Failure ]
webkit.org/b/178441 editing/deleting/delete-ligature-001.html [ Failure ]
webkit.org/b/178441 editing/deleting/delete-ligature-002.html [ Failure ]
webkit.org/b/178441 editing/deleting/delete-ligature-003.html [ Failure ]
webkit.org/b/144690 editing/spelling/spelling-marker-includes-hyphen.html [ Failure ImageOnlyFailure ]
webkit.org/b/178591 http/tests/navigation/keyboard-events-during-provisional-navigation.html [ Failure ]
webkit.org/b/178591 http/tests/navigation/keyboard-events-during-provisional-subframe-navigation.html [ Failure ]
webkit.org/b/179605 editing/execCommand/underline-selection-containing-image.html [ Failure ]
webkit.org/b/179722 compositing/accelerated-layers-after-back.html [ Failure ]
# This one is only failing on the release bots.
webkit.org/b/18328 [ Release ] imported/w3c/web-platform-tests/css/css-ui/text-overflow-022.html [ ImageOnlyFailure ]
webkit.org/b/179052 compositing/contents-format/subpixel-antialiased-nested-layer.html [ Failure ]
webkit.org/b/180802 imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray.html [ Failure ]
webkit.org/b/180803 imported/w3c/web-platform-tests/media-source/mediasource-duration-boundaryconditions.html [ Failure ]
webkit.org/b/181662 fast/forms/auto-fill-button/input-strong-password-auto-fill-button.html [ Missing Failure ]
webkit.org/b/200037 fast/forms/auto-fill-button/hide-auto-fill-strong-password-viewable-treatment-when-form-is-reset.html [ Missing Failure ]
webkit.org/b/200037 fast/forms/auto-fill-button/input-strong-password-viewable.html [ Missing Failure ]
webkit.org/b/182050 http/wpt/fetch/response-opaque-clone.html [ Pass Crash ]
webkit.org/b/182103 fast/forms/textarea-scrolled-type.html [ Failure ]
webkit.org/b/182103 fast/forms/focus-selection-textarea.html [ Failure ]
webkit.org/b/182103 editing/input/reveal-edit-on-paste-vertically.html [ Failure ]
webkit.org/b/182223 fast/forms/listbox-selection.html [ Failure ]
webkit.org/b/182502 http/tests/media/modern-media-controls [ Skip ]
webkit.org/b/182502 media/modern-media-controls [ Skip ]
webkit.org/b/182763 accessibility/gtk/aria-activedescendant-changed-notification.html [ Failure ]
webkit.org/b/182763 accessibility/gtk/text-in-span-block-in-a-block.html [ Failure ]
webkit.org/b/182763 accessibility/notification-listeners.html [ Failure ]
webkit.org/b/182763 accessibility/gtk/caret-offsets.html [ Timeout ]
webkit.org/b/182765 fast/backgrounds/background-leakage-transforms.html [ Failure ImageOnlyFailure ]
webkit.org/b/182765 fast/text/emphasis-overlap.html [ Failure ImageOnlyFailure ]
webkit.org/b/183033 http/tests/plugins/supported-plugin-origin-specific-visibility.html [ Failure ]
webkit.org/b/183611 media/context-menu-actions.html [ Failure ]
webkit.org/b/183902 fast/dom/frame-loading-via-document-write.html [ Failure ]
webkit.org/b/184086 imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property.html [ Failure Timeout ]
webkit.org/b/184086 imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property.html [ Failure Timeout ]
webkit.org/b/184504 imported/w3c/web-platform-tests/fetch/api/request/request-keepalive-quota.html [ Failure ]
webkit.org/b/184775 imported/w3c/web-platform-tests/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-is-silence.https.html [ Failure ]
webkit.org/b/184776 imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application.html [ Failure ]
webkit.org/b/184776 imported/w3c/web-platform-tests/streams/readable-byte-streams/general.html [ Failure ]
webkit.org/b/184777 imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html [ Failure ]
webkit.org/b/185254 http/tests/xmlhttprequest/onloadend-event-after-error.html [ Failure ]
webkit.org/b/185254 http/tests/xmlhttprequest/response-access-on-error.html [ Failure ]
webkit.org/b/185254 http/tests/xmlhttprequest/state-after-network-error.html [ Failure ]
webkit.org/b/185254 imported/w3c/web-platform-tests/xhr/send-redirect-infinite.htm [ Failure ]
webkit.org/b/185254 imported/w3c/web-platform-tests/xhr/xmlhttprequest-network-error.htm [ Failure ]
webkit.org/b/185254 http/tests/cache/network-error-during-revalidation.html [ Failure ]
webkit.org/b/185254 http/tests/xmlhttprequest/XMLHttpRequestException.html [ Failure ]
webkit.org/b/185254 http/tests/xmlhttprequest/onloadend-event-after-sync-requests.html [ Failure ]
webkit.org/b/185254 imported/w3c/web-platform-tests/xhr/send-redirect-infinite-sync.htm [ Failure ]
webkit.org/b/185254 imported/w3c/web-platform-tests/xhr/xmlhttprequest-network-error-sync.htm [ Failure ]
webkit.org/b/185254 http/tests/xmlhttprequest/connection-error-sync.html [ Failure ]
webkit.org/b/185548 accessibility/scroll-to-make-visible-iframe-offscreen.html [ Failure ]
# Imported css-text test suite from WPT
webkit.org/b/183258 imported/w3c/web-platform-tests/css/css-text/letter-spacing/letter-spacing-control-chars-001.html [ ImageOnlyFailure ]
webkit.org/b/183258 imported/w3c/web-platform-tests/css/css-text/word-break/word-break-break-all-005.html [ ImageOnlyFailure ]
webkit.org/b/183258 imported/w3c/web-platform-tests/css/css-text/word-break/word-break-break-all-007.html [ ImageOnlyFailure ]
webkit.org/b/183258 imported/w3c/web-platform-tests/css/css-text/word-break/word-break-normal-bo-000.html [ ImageOnlyFailure ]
webkit.org/b/183258 imported/w3c/web-platform-tests/css/css-text/word-break/word-break-normal-lo-000.html [ ImageOnlyFailure ]
webkit.org/b/183258 imported/w3c/web-platform-tests/css/css-text/white-space/pre-wrap-012.html [ ImageOnlyFailure ]
webkit.org/b/183258 imported/w3c/web-platform-tests/css/css-text/white-space/pre-wrap-013.html [ ImageOnlyFailure ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/word-break/word-break-break-all-014.html [ ImageOnlyFailure ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/writing-system/writing-system-line-break-001.html [ ImageOnlyFailure ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/boundary-shaping/boundary-shaping-004.html [ Timeout ImageOnlyFailure ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/boundary-shaping/boundary-shaping-005.html [ Timeout ImageOnlyFailure ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/boundary-shaping/boundary-shaping-006.html [ Timeout Pass ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/boundary-shaping/boundary-shaping-007.html [ Timeout Pass ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/boundary-shaping/boundary-shaping-008.html [ Timeout Pass ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/boundary-shaping/boundary-shaping-009.html [ Timeout Pass ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/boundary-shaping/boundary-shaping-010.html [ Timeout ImageOnlyFailure ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/i18n/css3-text-line-break-baspglwj-002.html [ Timeout Pass ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/hanging-punctuation/hanging-punctuation-force-end-001.xht [ ImageOnlyFailure ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/i18n/css3-text-line-break-baspglwj-004.html [ Timeout Pass ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/hyphens/hyphens-auto-001.html [ Timeout Pass ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/hanging-punctuation/hanging-punctuation-allow-end-001.xht [ Timeout Pass ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/i18n/css3-text-line-break-baspglwj-001.html [ Timeout Pass ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/i18n/css3-text-line-break-baspglwj-007.html [ Timeout Pass ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/hanging-punctuation/hanging-punctuation-first-001.xht [ Timeout ImageOnlyFailure ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/hanging-punctuation/hanging-punctuation-last-001.xht [ Timeout ImageOnlyFailure ]
webkit.org/b/195275 imported/w3c/web-platform-tests/css/css-text/hanging-punctuation/hanging-scrollable-001.html [ Timeout Pass ]
webkit.org/b/185939 imported/w3c/web-platform-tests/css/WOFF2 [ Pass ]
webkit.org/b/185938 imported/w3c/web-platform-tests/css/WOFF2/tabledata-glyf-bbox-001.xht [ ImageOnlyFailure ]
webkit.org/b/185938 imported/w3c/web-platform-tests/css/WOFF2/tabledata-glyf-origlength-001.xht [ ImageOnlyFailure ]
webkit.org/b/185938 imported/w3c/web-platform-tests/css/WOFF2/tabledata-glyf-origlength-002.xht [ ImageOnlyFailure ]
webkit.org/b/185938 imported/w3c/web-platform-tests/css/WOFF2/tabledata-recontruct-loca-001.xht [ ImageOnlyFailure ]
webkit.org/b/185938 imported/w3c/web-platform-tests/css/WOFF2/directory-knowntags-001.xht [ ImageOnlyFailure ]
webkit.org/b/185938 imported/w3c/web-platform-tests/css/WOFF2/tabledata-glyf-origlength-003.xht [ ImageOnlyFailure ]
# Fails consistently on Release, times out consistently in Debug
webkit.org/b/185912 fast/canvas/webgl/index-validation-with-subsequent-draws.html [ Failure Timeout ]
webkit.org/b/185913 fast/dom/HTMLAnchorElement/anchor-file-blob-download-then-revoke.html [ Failure ]
webkit.org/b/186099 editing/caret/caret-in-empty-cell.html [ ImageOnlyFailure ]
webkit.org/b/186100 css3/color-filters/color-filter-color-property-list-item.html [ ImageOnlyFailure ]
webkit.org/b/186100 css3/color-filters/color-filter-opacity.html [ ImageOnlyFailure ]
webkit.org/b/186100 fast/hidpi/filters-turbulence.html [ ImageOnlyFailure ]
webkit.org/b/186139 imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/addition-per-property.html [ Failure Timeout ]
webkit.org/b/186141 svg/dom/SVGGeometry-isPointInStroke.xhtml [ Failure ]
webkit.org/b/186142 imported/w3c/web-platform-tests/css/css-text/text-transform/text-transform-upperlower-016.html [ ImageOnlyFailure ]
webkit.org/b/186252 legacy-animation-engine/css3/filters/composited-during-transition-layertree.html [ Failure ]
webkit.org/b/186618 imported/w3c/web-platform-tests/fetch/api/headers/header-values.html [ Failure ]
webkit.org/b/186601 fullscreen/full-screen-layer-dump.html [ Failure ]
webkit.org/b/186845 fast/mediastream/captureStream/canvas2d-heavy-drawing.html [ Failure Timeout ]
webkit.org/b/186144 transitions/move-after-transition.html [ Failure Timeout ]
webkit.org/b/187268 compositing/backing/backing-store-attachment-outside-viewport.html [ Failure ]
webkit.org/b/187271 fast/text/emoji-with-joiner.html [ Failure ]
webkit.org/b/187770 media/no-fullscreen-when-hidden.html [ Failure ]
webkit.org/b/187994 compositing/backing/backing-store-attachment-fill-forwards-animation.html [ Failure ]
webkit.org/b/188098 webanimations/accelerated-animation-with-delay.html [ ImageOnlyFailure Pass ]
webkit.org/b/188217 fast/canvas/webgl/webgl2-glsl3-compile.html [ Failure ]
webkit.org/b/188218 fast/repaint/canvas-object-fit.html [ Failure ]
webkit.org/b/188436 svg/custom/href-svg-namespace-static.svg [ ImageOnlyFailure ]
webkit.org/b/189343 imported/w3c/web-platform-tests/xhr/sync-no-timeout.any.html [ Failure ]
webkit.org/b/189343 imported/w3c/web-platform-tests/xhr/sync-no-timeout.any.worker.html [ Failure ]
webkit.org/b/189345 http/tests/media/clearkey/collect-webkit-media-session.html [ Timeout ]
webkit.org/b/189564 http/tests/xmlhttprequest/url-with-credentials.html [ Failure ]
webkit.org/b/189737 editing/pasteboard/4930986-1-paste-as-quotation.html [ Failure ]
webkit.org/b/189737 editing/pasteboard/4930986-2-paste-as-quotation.html [ Failure ]
webkit.org/b/189737 editing/pasteboard/4930986-3-paste-as-quotation.html [ Failure ]
webkit.org/b/189739 svg/gradients/spreadMethodClose2.svg [ ImageOnlyFailure ]
webkit.org/b/189994 fast/files/xhr-response-blob.html [ Failure ]
webkit.org/b/189995 imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https.html [ Failure ]
webkit.org/b/190000 svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg [ Failure ]
webkit.org/b/190704 compositing/debug-borders-dynamic.html [ ImageOnlyFailure ]
webkit.org/b/190705 editing/selection/selection-across-shadow-boundaries-mixed-editability-5.html [ ImageOnlyFailure ]
webkit.org/b/190705 editing/selection/selection-across-shadow-boundaries-user-select-all-1.html [ ImageOnlyFailure ]
webkit.org/b/190706 compositing/overflow/composited-scrolling-paint-phases.html [ Failure ]
webkit.org/b/190707 css-custom-properties-api/length2.html [ Failure ]
webkit.org/b/190709 editing/pasteboard/emacs-ctrl-a-k-y.html [ Failure ]
webkit.org/b/190990 fast/block/basic/inline-content-with-floating-image.html [ Failure Missing ]
# Regressions from EME enablement
webkit.org/b/190991 fast/dom/navigator-detached-no-crash.html [ Failure ]
webkit.org/b/190991 imported/w3c/web-platform-tests/encrypted-media/ [ Skip ]
webkit.org/b/190991 media/encrypted-media/encrypted-media-constants.html [ Failure ]
webkit.org/b/190991 media/encrypted-media/encrypted-media-is-type-supported.html [ Failure ]
webkit.org/b/190991 media/encrypted-media/encrypted-media-events.html [ Timeout ]
webkit.org/b/190991 media/encrypted-media/encrypted-media-session-lifetime.html [ Timeout ]
webkit.org/b/190991 media/encrypted-media/encrypted-media-v2-events.html [ Timeout ]
webkit.org/b/190991 media/encrypted-media/encrypted-media-v2-syntax.html [ Timeout ]
webkit.org/b/191000 imported/w3c/web-platform-tests/shadow-dom/input-element-list.html [ Failure ]
webkit.org/b/191002 imported/w3c/web-platform-tests/intersection-observer/ [ Pass Failure ]
webkit.org/b/191003 imported/w3c/web-platform-tests/mimesniff/mime-types/charset-parameter.window.html [ Failure ]
webkit.org/b/191006 webrtc/simulcast-h264.html [ Failure ]
webkit.org/b/191400 fast/block/basic/child-block-level-box-with-height-percent.html [ Failure ]
webkit.org/b/191400 fast/block/basic/inline-content-with-floating-images2.html [ Failure ]
webkit.org/b/191400 fast/block/basic/quirk-mode-percent-height.html [ Failure ]
webkit.org/b/191402 fast/css/has-attachment.html [ Failure ]
webkit.org/b/191688 compositing/backing/no-backing-for-clip-overlap.html [ Failure ]
webkit.org/b/191688 compositing/backing/no-backing-for-clip.html [ Failure ]
webkit.org/b/191688 compositing/backing/no-backing-for-perspective.html [ Failure ]
webkit.org/b/191688 compositing/layer-creation/overlap-animation.html [ Failure ]
webkit.org/b/191688 compositing/layer-creation/overlap-transforms.html [ Failure ]
webkit.org/b/191688 compositing/overflow/clip-descendents.html [ Failure ]
webkit.org/b/191688 compositing/repaint/absolute-painted-into-composited-ancestor.html [ Failure ]
webkit.org/b/191882 fast/forms/validation-message-on-range.html [ Failure ]
webkit.org/b/191882 fast/forms/validation-message-on-textarea.html [ Failure ]
webkit.org/b/191882 fast/forms/auto-fill-button/input-credit-card-auto-fill-button.html [ Failure ]
webkit.org/b/191885 fast/inline/simple-inline-inflow-positioned.html [ Failure ]
webkit.org/b/191885 fast/inline/simple-inline-with-out-of-flow-descendant.html [ Failure ]
webkit.org/b/191885 fast/inline/simple-inline-with-out-of-flow-descendant2.html [ Failure ]
webkit.org/b/191885 fast/inline/simple-intruding-floats3.html [ Failure ]
webkit.org/b/192150 imported/w3c/web-platform-tests/xhr/getallresponseheaders.htm [ Failure ]
webkit.org/b/192150 imported/w3c/web-platform-tests/xhr/getresponseheader.any.html [ Failure ]
webkit.org/b/192150 imported/w3c/web-platform-tests/xhr/getresponseheader.any.worker.html [ Failure ]
webkit.org/b/192150 imported/w3c/web-platform-tests/xhr/setrequestheader-content-type.htm [ Failure ]
webkit.org/b/192432 compositing/backing/backing-store-attachment-scroll.html [ Failure Crash ]
webkit.org/b/192432 compositing/tiling/tile-coverage-on-scroll.html [ Failure Crash ]
webkit.org/b/192433 compositing/iframes/remove-reinsert-webview-with-iframe.html [ Failure Crash ]
webkit.org/b/192434 fast/inline/inline-content-with-float-and-margin.html [ Failure ]
webkit.org/b/166536 fast/canvas/webgl/hide-some-renderer-info.html [ Failure ]
webkit.org/b/162815 fast/text/variations/font-face-clamp.html [ ImageOnlyFailure ]
webkit.org/b/162815 fast/text/variations/font-selection-properties.html [ ImageOnlyFailure ]
webkit.org/b/162815 fast/text/variations/skia-postscript-name.html [ ImageOnlyFailure ]
webkit.org/b/192883 fast/cookies/cookie-averse-document.html [ Failure ]
webkit.org/b/192883 fast/cookies/local-file-can-set-cookies.html [ Failure ]
webkit.org/b/192886 fast/mediastream/media-stream-renders-first-frame.html [ Failure ]
webkit.org/b/192888 fast/mediastream/resize-trim.html [ Failure ]
webkit.org/b/192900 imported/w3c/web-platform-tests/eventsource/format-mime-bogus.htm [ Failure ]
imported/w3c/web-platform-tests/css/css-lists/content-property/marker-text-matches-georgian.html [ ImageOnlyFailure ]
imported/w3c/web-platform-tests/css/css-lists/content-property/marker-text-matches-armenian.html [ ImageOnlyFailure ]
webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.html [ Failure ]
webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker.html [ Failure ]
webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/api/basic/request-headers-case.any.html [ Failure ]
webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/api/basic/request-headers-case.any.worker.html [ Failure ]
webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-mode.any.html [ Failure ]
webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-mode.any.worker.html [ Failure ]
webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/content-type/script.window.html [ Failure ]
webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/http-cache/cc-request.html [ Failure ]
webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window.html [ Failure ]
webkit.org/b/193491 fast/flexbox/missing-repaint-when-flext-item-never-had-layout.html [ Failure ]
webkit.org/b/193493 fast/text/international/spaces-combined-in-vertical-text.html [ Failure ]
webkit.org/b/193511 http/tests/images/mp4-partial-load.html [ Failure ]
webkit.org/b/193516 http/tests/misc/form-submit-file-cross-site.html [ Failure ]
webkit.org/b/193627 editing/spelling/spelling-dots-position.html [ ImageOnlyFailure ]
webkit.org/b/193628 fast/css/content-counter-010.htm [ ImageOnlyFailure ]
webkit.org/b/193628 fast/text/kerning-with-TextLayout.html [ ImageOnlyFailure ]
webkit.org/b/193628 imported/blink/fast/text/international/text-shaping-arabic.html [ ImageOnlyFailure ]
webkit.org/b/193628 imported/blink/fast/text/wide-preformatted.html [ ImageOnlyFailure ]
webkit.org/b/193628 imported/mozilla/svg/tspan-rotate-07.svg [ ImageOnlyFailure ]
webkit.org/b/193628 legacy-animation-engine/compositing/geometry/partial-layout-update.html [ Failure ]
webkit.org/b/193629 fast/css3-text/css3-text-decoration/text-underline-style.html [ ImageOnlyFailure ]
webkit.org/b/193631 fast/text/font-variations-feature-detection.html [ ImageOnlyFailure ]
webkit.org/b/193632 fast/text/narrow-non-breaking-space.html [ ImageOnlyFailure ]
webkit.org/b/193323 http/wpt/cache-storage/cache-quota.any.html [ Failure ]
webkit.org/b/193638 media/video-webkit-playsinline.html [ Failure ]
webkit.org/b/193641 webrtc/video-setDirection.html [ Failure ]
webkit.org/b/194384 compositing/clipping/border-radius-async-overflow-clipping-layer.html [ Failure ]
webkit.org/b/194606 accessibility/set-value-not-work-for-disabled-sliders.html [ Failure ]
webkit.org/b/194609 http/tests/local/blob/send-hybrid-blob-using-open-panel.html [ Failure ]
webkit.org/b/194611 http/wpt/webrtc/getUserMedia-processSwapping.html [ Failure ]
webkit.org/b/195133 mathml/non-core/lengths-3.html [ Failure ]
webkit.org/b/195134 inspector/cpu-profiler/threads.html [ Failure ]
webkit.org/b/195259 compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport.html [ ImageOnlyFailure ]
webkit.org/b/195670 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/loading-the-media-resource/load-events-networkState.html [ Failure ]
webkit.org/b/195670 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-control.html [ Failure ]
webkit.org/b/195670 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-insert-br.html [ Failure ]
webkit.org/b/195670 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-insert-source.html [ Failure ]
webkit.org/b/195670 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-insert-text.html [ Failure ]
webkit.org/b/195670 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-remove-source-after.html [ Failure ]
webkit.org/b/195670 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-remove-source.html [ Failure ]
webkit.org/b/195670 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-remove-text.html [ Failure ]
webkit.org/b/195671 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads_without_user_activation.sub.tentative.html [ Failure ]
webkit.org/b/195671 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads_without_user_activation.sub.tentative.html [ Failure ]
webkit.org/b/195712 inspector/canvas/recording-html-2d.html [ Failure ]
webkit.org/b/196061 editing/pasteboard/smart-paste-paragraph-001.html [ Failure ]
webkit.org/b/196061 editing/pasteboard/smart-paste-paragraph-002.html [ Failure ]
webkit.org/b/196061 editing/pasteboard/smart-paste-paragraph-004.html [ Failure ]
webkit.org/b/196196 inspector/audit/run-resources.html [ Failure ]
webkit.org/b/196197 http/wpt/cache-storage/cache-quota-after-restart.any.html [ Failure ]
webkit.org/b/196201 fast/text/ja-sans-serif.html [ ImageOnlyFailure ]
webkit.org/b/196541 editing/pasteboard/paste-content-with-overflow-auto-parent-across-origin.html [ Failure ]
webkit.org/b/197248 fast/events/autoscroll-when-input-is-offscreen.html [ Failure Crash ]
webkit.org/b/197248 fast/events/autoscroll-with-software-keyboard.html [ Failure Crash ]
webkit.org/b/203240 css3/shapes/shape-outside/shape-image/shape-image-025.html [ ImageOnlyFailure ]
webkit.org/b/203240 imported/w3c/web-platform-tests/css/css-shapes/shape-outside/shape-image/shape-image-025.html [ ImageOnlyFailure ]
webkit.org/b/197252 http/tests/adClickAttribution/send-attribution-conversion-request.html [ Failure ]
webkit.org/b/197708 http/wpt/beacon/beacon-async-error-logging.html [ Failure ]
webkit.org/b/197708 http/wpt/beacon/cors/cors-preflight-cookie.html [ Failure ]
webkit.org/b/197709 imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash.html [ Failure ]
webkit.org/b/197473 imported/w3c/web-platform-tests/resource-timing/resource-timing-level1.sub.html [ Failure ]
webkit.org/b/198119 compositing/shared-backing/shared-layer-has-reflection.html [ ImageOnlyFailure ]
webkit.org/b/198121 fast/text/large-synthetic-bold-with-scale-transform.html [ ImageOnlyFailure ]
webkit.org/b/199001 accessibility/set-selected-text-range-after-newline.html [ Failure ]
webkit.org/b/199002 compositing/repaint/scroller-with-foreground-layer-repaints.html [ Failure ]
webkit.org/b/199004 fast/events/fire-mousedown-while-pressing-mouse-button.html [ Failure ]
webkit.org/b/199006 fast/mediastream/MediaStreamTrack-getCapabilities.html [ Failure ]
webkit.org/b/199009 fast/text/variations/optical-sizing-units.html [ ImageOnlyFailure ]
webkit.org/b/199859 imported/w3c/web-platform-tests/css/css-text/line-break/line-break-anywhere-001.html [ ImageOnlyFailure ]
webkit.org/b/199860 accessibility/button-with-aria-haspopup-role.html [ Failure ]
webkit.org/b/199860 accessibility/datalist.html [ Failure ]
webkit.org/b/199868 accessibility/gtk/aria-haspopup.html [ Failure ]
webkit.org/b/199440 fast/mediastream/apply-constraints-video.html [ Failure ]
webkit.org/b/199440 fast/mediastream/getUserMedia-video-rescaling.html [ Failure ]
webkit.org/b/199437 compositing/geometry/limit-layer-bounds-clipping-ancestor.html [ Failure ]
webkit.org/b/199872 http/tests/inspector/network/resource-sizes-network.html [ Failure ]
webkit.org/b/199873 imported/w3c/web-platform-tests/service-workers/service-worker/ready.https.html [ Failure Pass ]
webkit.org/b/199874 imported/w3c/web-platform-tests/websockets/bufferedAmount-unchanged-by-sync-xhr.any.worker.html [ Failure ]
webkit.org/b/199876 webaudio/oscillator-custom.html [ Failure ]
webkit.org/b/199876 webaudio/oscillator-sawtooth.html [ Failure ]
webkit.org/b/199876 webaudio/oscillator-sine.html [ Failure ]
webkit.org/b/199876 webaudio/oscillator-square.html [ Failure ]
webkit.org/b/199876 webaudio/oscillator-triangle.html [ Failure ]
webkit.org/b/201254 fast/mediastream/device-change-event-2.html [ Failure ]
webkit.org/b/201257 http/tests/media/user-gesture-preserved-across-xmlhttprequest.html [ Failure ]
webkit.org/b/201259 http/wpt/beacon/cors/crossorigin-arraybufferview-no-preflight.html [ Failure ]
webkit.org/b/201260 http/wpt/service-workers/server-trust-evaluation.https.html [ Failure ]
webkit.org/b/201263 imported/w3c/web-platform-tests/websockets/opening-handshake/003.html [ Failure ]
webkit.org/b/201264 mathml/presentation/foreign-element-in-token.html [ Failure ]
webkit.org/b/201266 media/audio-playback-restriction-autoplay.html [ Failure Pass ]
webkit.org/b/201266 media/audio-playback-restriction-play-muted.html [ Failure Pass ]
webkit.org/b/201266 media/audio-playback-restriction-play.html [ Failure Pass ]
webkit.org/b/201267 webrtc/video-h264.html [ Failure ]
webkit.org/b/201982 fast/images/exif-orientation-background.html [ ImageOnlyFailure ]
webkit.org/b/201982 fast/images/exif-orientation-canvas.html [ ImageOnlyFailure ]
webkit.org/b/201982 fast/images/exif-orientation-composited.html [ ImageOnlyFailure ]
webkit.org/b/201982 fast/images/exif-orientation-content.html [ ImageOnlyFailure ]
webkit.org/b/201982 fast/images/exif-orientation-element-object-fit.html [ ImageOnlyFailure ]
webkit.org/b/201982 fast/images/exif-orientation-element.html [ ImageOnlyFailure ]
webkit.org/b/201982 fast/images/exif-orientation-image-document.html [ ImageOnlyFailure ]
webkit.org/b/201982 fast/images/exif-orientation-image-object.html [ ImageOnlyFailure ]
webkit.org/b/201982 fast/images/exif-orientation-svg-feimage.html [ ImageOnlyFailure ]
webkit.org/b/201982 fast/images/exif-orientation-svg-image.html [ ImageOnlyFailure ]
webkit.org/b/202225 accessibility/misspelling-range.html [ Failure ]
webkit.org/b/202226 animations/animation-direction-normal.html [ Failure ]
webkit.org/b/202227 compositing/backing/layer-outside-tiled-parent.html [ Failure ]
webkit.org/b/202228 compositing/layer-creation/fixed-position-descendants-out-of-view.html [ Failure ]
webkit.org/b/202229 css-dark-mode/color-scheme-css.html [ Failure ]
webkit.org/b/202229 css-dark-mode/color-scheme-meta.html [ Failure ]
webkit.org/b/202229 css-dark-mode/older-syntax/supported-color-schemes-css.html [ Failure ]
webkit.org/b/202229 css-dark-mode/older-syntax/supported-color-schemes-meta.html [ Failure ]
webkit.org/b/202231 fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html [ Failure ]
webkit.org/b/202234 http/tests/IndexedDB/storage-limit-1.https.html [ Failure ]
webkit.org/b/202234 http/tests/IndexedDB/storage-limit-2.https.html [ Failure ]
webkit.org/b/202234 http/tests/IndexedDB/storage-limit.https.html [ Failure ]
webkit.org/b/202235 http/tests/adClickAttribution/clear-through-website-data-removal.html [ Failure ]
webkit.org/b/202236 http/tests/adClickAttribution/conversion-disabled-in-ephemeral-session.html [ Failure ]
webkit.org/b/202237 http/tests/appcache/document-cookie-http-only.php [ Failure ]
webkit.org/b/202238 http/tests/cache-storage/cache-clearing-all.https.html [ Failure ]
webkit.org/b/202238 http/tests/cache-storage/cache-clearing-origin.https.html [ Failure ]
webkit.org/b/202238 http/tests/cache-storage/cache-origins.https.html [ Failure ]
webkit.org/b/202240 http/tests/cookies/private-cookie-storage.html [ Failure ]
webkit.org/b/202241 http/tests/inspector/network/resource-timing.html [ Failure ]
webkit.org/b/202242 http/tests/websocket/tests/hybi/non-document-mixed-content-blocked-http-with-embedded-https-with-embedded-http.html [ Failure ]
webkit.org/b/202242 http/tests/websocket/tests/hybi/non-document-mixed-content-blocked-http-with-embedded-https.html [ Failure ]
webkit.org/b/202242 http/tests/websocket/tests/hybi/non-document-mixed-content-blocked-https-with-embedded-http-with-embedded-https.https.html [ Failure ]
webkit.org/b/202242 http/tests/websocket/tests/hybi/non-document-mixed-content-blocked.https.html [ Failure ]
webkit.org/b/202242 http/tests/websocket/tests/hybi/websocket-blocked-from-setting-cookie-as-third-party.html [ Failure ]
webkit.org/b/202245 http/tests/workers/service/ServiceWorkerGlobalScope_register.html [ Failure ]
webkit.org/b/202245 http/tests/workers/service/registration-updateViaCache-none-importScripts.html [ Failure ]
webkit.org/b/202245 http/tests/workers/service/self_registration.html [ Failure ]
webkit.org/b/202245 http/tests/workers/service/service-worker-getRegistration.html [ Failure ]
webkit.org/b/202245 http/tests/workers/service/serviceworkerclients-matchAll.https.html [ Failure ]
webkit.org/b/202245 http/wpt/service-workers/extendableEvent.https.html [ Failure ]
webkit.org/b/202245 http/wpt/service-workers/fetchEvent.https.html [ Failure ]
webkit.org/b/202245 http/wpt/service-workers/navigation-redirect.https.html [ Failure ]
webkit.org/b/202245 http/wpt/service-workers/online.https.html [ Failure Pass ]
webkit.org/b/202245 imported/w3c/web-platform-tests/service-workers/service-worker/installing.https.html [ Failure ]
webkit.org/b/202457 imported/w3c/web-platform-tests/2dcontext/drawing-images-to-the-canvas/drawimage_canvas.html [ Failure ]
webkit.org/b/202459 imported/w3c/web-platform-tests/2dcontext/compositing/2d.composite.globalAlpha.canvascopy.html [ Failure ]
webkit.org/b/202460 imported/w3c/web-platform-tests/2dcontext/image-smoothing/imagesmoothing.html [ Failure ]
webkit.org/b/202744 compositing/layer-creation/absolute-in-async-overflow-scroll.html [ Failure ]
webkit.org/b/202744 compositing/overflow/overflow-auto-with-touch.html [ Failure ]
webkit.org/b/202744 compositing/overflow/overflow-overlay-with-touch.html [ Failure ]
webkit.org/b/202744 compositing/overflow/scrolling-content-clip-to-viewport.html [ Failure ]
webkit.org/b/202744 compositing/overflow/stacking-context-composited-scroller-with-foreground-paint-phases.html [ Failure ]
webkit.org/b/202744 compositing/overflow/textarea-scroll-touch.html [ Failure ]
webkit.org/b/202744 compositing/rtl/rtl-scrolling-with-transformed-descendants.html [ Failure ]
webkit.org/b/202744 compositing/scrolling/overflow-scrolling-layers-are-self-painting.html [ Failure ]
webkit.org/b/202745 fast/css/invalidation-errors.html [ Failure ]
webkit.org/b/202745 fast/css/invalidation-errors-2.html [ Failure ]
webkit.org/b/202746 http/tests/blink/sendbeacon/beacon-cross-origin.html [ Failure ]
webkit.org/b/202747 http/tests/cache-storage/cache-records-persistency.https.html [ Failure ]
webkit.org/b/202750 http/tests/download/anchor-download-attribute-content-disposition-no-extension-text-plain.html [ Failure ]
# Known issues that were fixed by the WebKitMediaSrc rework that is now reverted.
webkit.org/b/203078 imported/w3c/web-platform-tests/media-source/mediasource-config-change-mp4-v-framesize.html [ Pass Failure ]
webkit.org/b/203416 imported/w3c/web-platform-tests/css/css-transitions/before-load-001.html [ Failure ]
webkit.org/b/203416 imported/w3c/web-platform-tests/css/css-transitions/properties-value-auto-001.html [ Failure ]
webkit.org/b/203675 imported/w3c/web-platform-tests/css/css-shapes/spec-examples/shape-outside-010.html [ Failure ]
webkit.org/b/203675 imported/w3c/web-platform-tests/css/css-shapes/spec-examples/shape-outside-011.html [ Failure ]
webkit.org/b/203675 imported/w3c/web-platform-tests/css/css-shapes/spec-examples/shape-outside-012.html [ Failure ]
webkit.org/b/203675 imported/w3c/web-platform-tests/css/css-shapes/spec-examples/shape-outside-013.html [ Failure ]
webkit.org/b/203675 imported/w3c/web-platform-tests/css/css-shapes/spec-examples/shape-outside-014.html [ Failure ]
webkit.org/b/203675 imported/w3c/web-platform-tests/css/css-shapes/spec-examples/shape-outside-015.html [ Failure ]
webkit.org/b/203675 imported/w3c/web-platform-tests/css/css-shapes/spec-examples/shape-outside-016.html [ Failure ]
webkit.org/b/203675 imported/w3c/web-platform-tests/css/css-shapes/spec-examples/shape-outside-017.html [ Failure ]
webkit.org/b/203675 imported/w3c/web-platform-tests/css/css-shapes/shape-outside/values/shape-margin-001.html [ Failure ]
webkit.org/b/203675 imported/w3c/web-platform-tests/css/css-shapes/shape-outside/values/shape-outside-shape-arguments-000.html [ Failure ]
webkit.org/b/203676 svg/custom/pointer-events-image-css-transform.svg [ Failure ]
webkit.org/b/203676 svg/custom/pointer-events-image.svg [ Failure ]
webkit.org/b/203676 svg/custom/pointer-events-path.svg [ Failure ]
webkit.org/b/203676 svg/custom/pointer-events-text-css-transform.svg [ Failure ]
webkit.org/b/203676 svg/custom/pointer-events-text.svg [ Failure ]
webkit.org/b/203677 imported/w3c/web-platform-tests/svg/import/painting-fill-05-b-manual.svg [ Failure ]
webkit.org/b/203677 imported/w3c/web-platform-tests/svg/import/painting-stroke-08-t-manual.svg [ Failure ]
webkit.org/b/203677 svg/W3C-SVG-1.1/painting-fill-05-b.svg [ Failure ]
webkit.org/b/99036 pointer-lock/locked-element-iframe-removed-from-dom.html [ Failure ]
webkit.org/b/99036 pointer-lock/pointerlockchange-pointerlockerror-events.html [ Failure ]
#////////////////////////////////////////////////////////////////////////////////////////
# End of non-crashing, non-flaky tests failing
#////////////////////////////////////////////////////////////////////////////////////////
#////////////////////////////////////////////////////////////////////////////////////////
# 10. TESTS PASSING
#////////////////////////////////////////////////////////////////////////////////////////
# These tests are passing on GTK+ but they do not in the Apple ports
ietestcenter/css3/flexbox/flexbox-layout-001.htm [ Pass ]
imported/w3c/canvas/2d.line.cap.round.html [ Pass ]
imported/w3c/web-platform-tests/css/css-animations/animation-delay-010.html [ Pass ]
imported/w3c/web-platform-tests/css/css-color/t422-rgba-onscreen-b.xht [ Pass ]
imported/w3c/web-platform-tests/css/css-color/t422-rgba-onscreen-multiple-boxes-c.xht [ Pass ]
imported/w3c/web-platform-tests/css/css-color/t425-hsla-onscreen-multiple-boxes-c.xht [ Pass ]
imported/w3c/web-platform-tests/css/css-pseudo/first-letter-002.html [ Pass ]
imported/w3c/web-platform-tests/css/css-pseudo/first-letter-003.html [ Pass ]
imported/w3c/web-platform-tests/css/css-ui/text-overflow-012.html [ Pass ]
imported/w3c/web-platform-tests/css/selectors/selector-placeholder-shown-type-change-001.html [ Pass ]
imported/w3c/web-platform-tests/css/selectors/selector-placeholder-shown-type-change-002.html [ Pass ]
imported/w3c/web-platform-tests/css/selectors/selector-placeholder-shown-type-change-003.html [ Pass ]
imported/w3c/web-platform-tests/css/selectors/selector-read-write-type-change-002.html [ Pass ]
imported/w3c/web-platform-tests/css/selectors/selector-required-type-change-002.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-area-element/area-coords.html [ Pass ]
fast/multicol/multicol-with-child-renderLayer-for-input.html [ Pass ]
# Some Apple ports don't support RTL scrollbars.
fast/scrolling/rtl-scrollbars.html [ Pass ]
fast/scrolling/rtl-scrollbars-simple.html [ Pass ]
fast/scrolling/rtl-scrollbars-overflow-dir-rtl.html [ Pass ]
fast/scrolling/rtl-scrollbars-overflow-padding.html [ Pass ]
fast/scrolling/rtl-scrollbars-overflow-simple.html [ Pass ]
fast/scrolling/rtl-scrollbars-overflow.html [ Pass ]
fast/scrolling/rtl-scrollbars-overflow-elementFromPoint.html [ Pass ]
fast/scrolling/rtl-scrollbars-overflow-position-absolute.html [ Pass ]
fast/scrolling/rtl-scrollbars-overflow-text-selection-scrolled.html [ Pass ]
fast/scrolling/rtl-scrollbars-position-absolute.html [ Pass ]
fast/scrolling/rtl-scrollbars-position-fixed.html [ Pass ]
fast/scrolling/rtl-scrollbars-text-selection-scrolled.html [ Pass ]
fast/scrolling/rtl-scrollbars-text-selection.html [ Pass ]
fast/scrolling/rtl-scrollbars-iframe-offset.html [ Pass ]
fast/scrolling/rtl-scrollbars-elementFromPoint-static.html [ Pass ]
fast/scrolling/rtl-scrollbars-iframe-scrolled.html [ Pass ]
fast/scrolling/rtl-scrollbars-positioning.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-positioned-intersect-scrollbars.html [ Pass ]
fast/scrolling/rtl-scrollbars-alternate-body-dir-attr-does-not-update-scrollbar-placement.html [ Pass ]
fast/scrolling/rtl-scrollbars-alternate-body-dir-attr-does-not-update-scrollbar-placement-2.html [ Pass ]
webkit.org/b/156437 fast/scrolling/rtl-scrollbars-listbox-scroll.html [ ImageOnlyFailure Pass ]
transitions/svg-text-shadow-transition.html [ Pass ]
legacy-animation-engine/transitions/svg-text-shadow-transition.html [ Pass ]
webkit.org/b/155132 http/tests/security/contentSecurityPolicy/video-with-https-url-allowed-by-csp-media-src-star.html [ Pass ]
webkit.org/b/172056 fast/text/multiglyph-characters.html [ Pass ]
webkit.org/b/175290 imported/w3c/web-platform-tests/css/css-ui/text-overflow-005.html [ Pass ]
webkit.org/b/139282 imported/mozilla/svg/image/image-filter-01.svg [ Pass ]
imported/blink/fast/forms/datalist/slider-appearance-with-ticks-crash.html [ Pass ]
imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate.html [ Pass ]
imported/mozilla/svg/dynamic-textPath-02.svg [ Pass ]
imported/w3c/web-platform-tests/css/css-lists/content-property/marker-text-matches-lower-greek.html [ Pass ]
imported/w3c/web-platform-tests/css/css-lists/content-property/marker-text-matches-lower-latin.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.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 ]
http/tests/contentextensions [ Pass ]
http/tests/inspector/network/contentextensions [ Pass ]
imported/w3c/web-platform-tests/css/css-scoping/stylesheet-title-001.html [ Pass ]
imported/w3c/web-platform-tests/fetch/http-cache/basic-auth-cache-test.html [ Pass ]
webkit.org/b/191506 fast/css-grid-layout/grid-item-scroll-position.html [ Pass ]
css-dark-mode [ Pass ]
css-dark-mode/older-systems [ Skip ]
animations/missing-values-last-keyframe.html [ Pass ]
imported/w3c/web-platform-tests/css/css-multicol/multicol-width-ch-001.xht [ Pass ]
imported/w3c/web-platform-tests/service-workers/service-worker/svg-target-reftest.https.html [ Pass ]
# permessage-deflate WebSocket extension
http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-comp-bit-onoff.html [ Pass ]
http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-invalid-parameter.html [ Pass ]
http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-parameter.html [ Pass ]
http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-set-bfinal.html [ Pass ]
http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-split-frames.html [ Pass ]
http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-unsolicited-negotiation-response.html [ Pass ]
http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-window-bits.html [ Pass ]
# css-values passing for us
imported/w3c/web-platform-tests/css/css-values/ch-unit-002.html [ Pass ]
imported/w3c/web-platform-tests/css/css-values/ch-unit-003.html [ Pass ]
imported/w3c/web-platform-tests/css/css-values/ch-unit-004.html [ Pass ]
imported/w3c/web-platform-tests/css/css-values/ch-unit-010.html [ Pass ]
imported/w3c/web-platform-tests/css/css-values/ch-unit-011.html [ Pass ]
imported/w3c/web-platform-tests/css/css-values/ch-unit-012.html [ Pass ]
#////////////////////////////////////////////////////////////////////////////////////////
# End of PASSING tests. See top of file where to put new expectations.
#////////////////////////////////////////////////////////////////////////////////////////
#////////////////////////////////////////////////////////////////////////////////////////
# 11. THREADED COMPOSITOR FAILURES
#////////////////////////////////////////////////////////////////////////////////////////
webkit.org/b/160119 accessibility/media-element.html [ Timeout Crash Pass Failure ]
# Note that caret-at-bidi-boundary was previously marked Slow before threaded
# compositor introduced timeouts.
webkit.org/b/160119 editing/selection/caret-at-bidi-boundary.html [ Failure Pass Timeout ]
webkit.org/b/160119 fast/block/positioning/016.html [ Failure ]
webkit.org/b/160119 fast/block/positioning/025.html [ Failure ]
webkit.org/b/160119 fast/block/positioning/fixed-position-stacking-context.html [ Failure ]
webkit.org/b/160119 fast/css/text-input-with-webkit-border-radius.html [ Crash Pass ]
webkit.org/b/160119 fast/forms/search/search-cancel-button-visible-when-input-becomes-disabled.html [ Crash Pass ]
# This one has its own bug because the crashes were preexisting; only the
# timeout is caused by the switch to threaded compositor.
webkit.org/b/160139 fast/history/page-cache-geolocation-active-oneshot.html [ Crash Timeout Pass ]
webkit.org/b/160119 fast/images/composited-animated-gif-outside-viewport.html [ Timeout Pass ]
webkit.org/b/160119 fast/repaint/selection-gap-fixed-child.html [ Failure ]
webkit.org/b/160119 fast/repaint/selection-gap-flipped-fixed-child.html [ Failure ]
webkit.org/b/160119 imported/blink/css3/blending/mix-blend-mode-has-ancestor-clipping-layer.html [ ImageOnlyFailure ]
webkit.org/b/160119 imported/blink/fast/css/first-letter-range-insert.html [ Crash Pass ]
webkit.org/b/160119 imported/blink/fast/css/first-letter-render-quote.html [ Crash Pass ]
webkit.org/b/160119 imported/blink/transforms/inline-transform-and-clipping-roots.html [ Crash Pass ]
webkit.org/b/160119 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_canplay.html [ Timeout Pass ]
webkit.org/b/160119 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_progress.html [ Timeout Crash Pass ]
webkit.org/b/160119 media/click-volume-bar-not-pausing.html [ Timeout Failure Pass ]
webkit.org/b/160131 media/track/track-in-band-duplicate-tracks-when-source-changes.html [ Timeout Pass ]
webkit.org/b/160131 plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html [ Timeout Pass ]
webkit.org/b/160119 storage/indexeddb/index-cursor.html [ Timeout Pass ]
webkit.org/b/160119 storage/indexeddb/objectstore-cursor.html [ Timeout Pass ]
webkit.org/b/160119 animations/negative-delay.html [ Pass Failure ]
webkit.org/b/160119 legacy-animation-engine/animations/negative-delay.html [ Pass Failure ]
webkit.org/b/160119 css3/masking/mask-base64.html [ Pass ImageOnlyFailure ]
webkit.org/b/160119 media/video-object-fit-change.html [ Pass ImageOnlyFailure ]
webkit.org/b/200301 storage/websql/alter-to-info-table.html [ Failure ]
webkit.org/b/200301 storage/websql/test-authorizer.html [ Failure ]
webkit.org/b/200302 accessibility/media-with-aria-label.html [ Failure ]
#////////////////////////////////////////////////////////////////////////////////////////
# End of tests failing due to THREADED COMPOSITOR enablement. Don't put random test
# failures here. See the top of the file for where to put new expectations.
#////////////////////////////////////////////////////////////////////////////////////////