| # These are the layout test expectations for the GTK port of WebKit. |
| # |
| # 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 ] |
| |
| #////////////////////////////////////////////////////////////////////////////////////////// |
| # 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. |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # Tests that require new results. |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # 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 ] |
| |
| # X-Content-Type-Options (ENABLE_NOSNIFF) is not enabled. |
| webkit.org/b/71851 http/tests/security/contentTypeOptions [ Skip ] |
| |
| |
| # 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 ] |
| |
| # 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 ] |
| |
| # 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 ] |
| |
| # Slightly lighter green second frame |
| webkit.org/b/153798 fast/images/animated-gif-no-layout.html [ ImageOnlyFailure ] |
| webkit.org/b/153798 fast/images/gif-loop-count.html [ ImageOnlyFailure ] |
| |
| # 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 ] |
| |
| # Legacy full screen API tests are now obsolete. |
| # This passes while it's marked as a WontFix - check it. |
| media/media-fullscreen-inline.html [ WontFix Pass ] |
| media/media-fullscreen-not-in-document.html [ WontFix Timeout Crash ] |
| |
| # 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/notifications |
| fast/history/page-cache-notification-non-suspendable.html |
| fast/history/page-cache-notification-suspendable.html |
| |
| # we do not enable legacy notifications |
| http/tests/notifications/legacy/window-show-on-click.html |
| http/tests/notifications/legacy/request.html |
| http/tests/notifications/legacy/request-no-callback.html |
| http/tests/notifications/legacy/events.html |
| http/tests/notifications/legacy/show.html |
| http/tests/notifications/legacy/double-show.html |
| http/tests/notifications/legacy/notification-request-permission-then-navigate.html |
| |
| # Datalist is not yet enabled. |
| webkit.org/b/98934 fast/forms/datalist [ Skip ] |
| |
| # 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 ] |
| |
| # Requires INDIE_UI support |
| webkit.org/b/111446 indieui [ Skip ] |
| |
| # Requires WebP support. |
| webkit.org/b/98939 fast/canvas/canvas-toDataURL-webp.html [ Skip ] |
| # Requires WebP 0.2 support. |
| webkit.org/b/98939 fast/images/webp-image-decoding.html [ Skip ] |
| # Requires WebP 0.3 and color profile support. |
| webkit.org/b/98939 fast/images/webp-color-profile-lossless.html [ Skip ] |
| webkit.org/b/98939 fast/images/webp-color-profile-lossy-alpha.html [ Skip ] |
| webkit.org/b/98939 fast/images/webp-color-profile-lossy.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 ] |
| |
| # isProtocolHandlerRegistered() isn't supported yet. |
| webkit.org/b/92749 fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html [ Skip ] |
| |
| # Tests for MediaSource API. Feature is not totally functional. |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-append-buffer.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-append-stream.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-appendwindow.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-buffered.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-config-change-mp4-a-bitrate.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-config-change-mp4-av-audio-bitrate.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-config-change-mp4-av-framesize.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-config-change-mp4-av-video-bitrate.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-config-change-mp4-v-bitrate.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-config-change-mp4-v-framerate.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-config-change-mp4-v-framesize.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-config-change-webm-a-bitrate.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-config-change-webm-av-audio-bitrate.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-config-change-webm-av-framesize.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-config-change-webm-av-video-bitrate.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-config-change-webm-v-bitrate.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-config-change-webm-v-framerate.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-config-change-webm-v-framesize.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-duration.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-getvideoplaybackquality.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-is-type-supported.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-play.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-play-then-seek-back.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-redundant-seek.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-remove.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-seek-beyond-duration.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-seek-during-pending-seek.html [ Skip ] |
| webkit.org/b/99065 http/tests/media/media-source/mediasource-sourcebuffer-mode.html [ Skip ] |
| |
| webkit.org/b/99065 media/media-source/media-source-append-failed.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-multiple-initialization-segments.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-append-nonsync-sample-after-abort.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-duplicate-seeked.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-canplaythrough.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-duration-after-append.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-end-of-stream-buffered.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-end-of-stream.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-fudge-factor.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-monitor-source-buffers.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-overlapping-append.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-overlapping-decodetime.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-play.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-remove.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-seek-complete.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-track-enabled.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-tracks.html [ Skip ] |
| webkit.org/b/99065 media/media-source/media-source-video-playback-quality.html [ Skip ] |
| |
| # Encrypted Media Extensions are not enabled. |
| webkit.org/b/99024 media/encrypted-media [ Skip ] |
| webkit.org/b/99024 fast/events/constructors/media-key-event-constructor.html [ Timeout ] |
| |
| # CSS Filters is disabled |
| webkit.org/b/99026 css3/filters [ Skip ] |
| webkit.org/b/99026 fast/filter-image/filter-image.html [ Skip ] |
| webkit.org/b/99026 fast/filter-image/parse-filter-image.html [ Skip ] |
| webkit.org/b/120673 fast/filter-image/filter-image-blur.html [ Skip ] |
| webkit.org/b/120674 fast/filter-image/filter-image-animation.html [ Skip ] |
| webkit.org/b/99026 fast/filter-image/filter-image-svg.html [ Skip ] |
| webkit.org/b/99026 css3/masking/clip-path-filter.html [ Skip ] |
| |
| # Needs testRunner.enableAutoResizeMode() |
| webkit.org/b/99028 fast/autoresize [ Failure ] |
| |
| # The GTK+ build bots don't yet have the muscle to run WebGL, 3D and compositing tests. |
| webkit.org/b/71849 compositing [ Skip ] |
| webkit.org/b/71849 css3/blending [ Skip ] |
| webkit.org/b/71849 fast/canvas/webgl [ Skip ] |
| webkit.org/b/71849 fast/images/webgl-teximage2d.html [ Skip ] |
| webkit.org/b/71849 fast/transforms/selection-bounds-in-transformed-view.html [ Skip ] |
| webkit.org/b/71849 fast/media/mq-transform-02.html [ Skip ] |
| webkit.org/b/71849 fast/media/mq-transform-03.html [ Skip ] |
| webkit.org/b/71849 http/tests/canvas/webgl [ Skip ] |
| webkit.org/b/71849 http/tests/security/webgl-remote-read-remote-image-allowed.html [ Skip ] |
| webkit.org/b/71849 http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html [ Skip ] |
| webkit.org/b/71849 http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html [ Skip ] |
| webkit.org/b/71849 webkit.org/b/124486 http/tests/webgl [ Skip ] |
| webkit.org/b/71849 webkit.org/b/111477 inspector/layers [ Skip ] |
| webkit.org/b/71849 webgl [ 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 ] |
| |
| # Vibration API support not yet. |
| webkit.org/b/99029 vibration [ Failure ] |
| |
| # Pointer Lock is not implemented. |
| webkit.org/b/99036 pointer-lock [ Skip ] |
| # As well as testing fullscreen functionality, these tests also utilize the pointer lock feature. |
| webkit.org/b/99036 http/tests/fullscreen [ Skip ] |
| webkit.org/b/99036 http/tests/pointer-lock [ Skip ] |
| |
| # Battery Status API support not yet. |
| webkit.org/b/95582 batterystatus [ Failure ] |
| webkit.org/b/95582 batterystatus/event-after-navigation.html [ Timeout ] |
| |
| # 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 ] |
| |
| # Mediastream implementation is not complete yet. |
| webkit.org/b/79203 fast/mediastream/MediaStream-MediaElement-srcObject.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/MediaStreamTrack.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/MediaStreamTrack-onended.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-AddRemoveStream.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-createAnswer.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-createOffer.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-datachannel.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-dtmf.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-events.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-getConfiguration.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-local-offer.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-local-pranswer.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-remote-offer.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-remote-pranswer.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-ice.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-localDescription.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-onnegotiationneeded.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-remoteDescription.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-stable.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-stats.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/RTCPeerConnection-statsSelector.html [ Skip ] |
| webkit.org/b/79203 fast/events/constructors/media-stream-event-constructor.html [ Skip ] |
| webkit.org/b/79203 webaudio/mediastreamaudiodestinationnode.html [ Skip ] |
| webkit.org/b/79203 webaudio/mediastreamaudiosourcenode.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/MediaStream-video-element.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/MediaStream-video-element-track-stop.html [ Skip ] |
| webkit.org/b/151344 fast/mediastream/MediaStream-add-ended-tracks.html [ Skip ] |
| webkit.org/b/151344 fast/mediastream/MediaStream-add-remove-tracks.html [ Skip ] |
| webkit.org/b/79203 fast/mediastream/mock-media-source.html [ Skip ] |
| |
| # Text Autosizing is not yet enabled. |
| webkit.org/b/99063 fast/text-autosizing [ Skip ] |
| |
| # Proximity Events is not supported. |
| webkit.org/b/99060 proximity [ Failure ] |
| webkit.org/b/99060 proximity/event-after-navigation.html [ Timeout ] |
| webkit.org/b/99060 proximity/no-page-cache.html [ Timeout ] |
| webkit.org/b/99060 fast/events/constructors/device-proximity-event-constructor.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.html [ 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 ] |
| Bug(GTK) media/track/track-datacue-value.html [ Skip ] |
| |
| # Require ENABLE(CUSTOM_ELEMENTS) support |
| webkit.org/b/110735 fast/dom/custom [ 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 ] |
| |
| # crypto.subtle is not yet enabled, but digest algorithms are already implemented |
| # and their tests are whitelisted |
| webkit.org/b/133122 crypto/subtle [ Skip ] |
| webkit.org/b/133319 crypto/subtle/sha-1.html [ Pass ] |
| webkit.org/b/133319 crypto/subtle/sha-224.html [ Pass ] |
| webkit.org/b/133319 crypto/subtle/sha-256.html [ Pass ] |
| webkit.org/b/133319 crypto/subtle/sha-384.html [ Pass ] |
| webkit.org/b/133319 crypto/subtle/sha-512.html [ Pass ] |
| webkit.org/b/133320 crypto/subtle/hmac-check-algorithm.html [ Pass ] |
| webkit.org/b/133320 crypto/subtle/hmac-export-key.html [ Pass ] |
| webkit.org/b/133320 crypto/subtle/hmac-generate-key.html [ Pass ] |
| webkit.org/b/133320 crypto/subtle/hmac-import-jwk.html [ Pass ] |
| webkit.org/b/133320 crypto/subtle/hmac-sign-verify-empty-key.html [ Pass ] |
| webkit.org/b/133320 crypto/subtle/hmac-sign-verify.html [ Pass ] |
| |
| # QuickTime plug-in not relevant to this port |
| Bug(GTK) plugins/quicktime-plugin-replacement.html [ Skip ] |
| |
| # Style scoped support unimplemented |
| Bug(GTK) fast/css/style-scoped [ Skip ] |
| |
| # ENABLE(CSS_SCROLL_SNAP) is disabled. |
| css3/scroll-snap [ Skip ] |
| |
| # TODO Animation triggers not supported |
| animations/trigger-computed-style.html [ Skip ] |
| animations/trigger-parsing.html [ Skip ] |
| animations/trigger-container-scroll-simple.html [ Skip ] |
| animations/trigger-container-scroll-boundaries.html [ Skip ] |
| |
| # 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 ] |
| |
| # These tests rely on touch event grouping, which X11/GTK+ doesn't do by design |
| webkit.org/b/128172 fast/events/touch/basic-multi-touch-events-limited.html [ Failure ] |
| webkit.org/b/128172 fast/events/touch/basic-multi-touch-events.html [ Failure ] |
| webkit.org/b/128172 fast/events/touch/touch-input-element-change-documents.html [ Failure Timeout ] |
| webkit.org/b/128172 fast/events/touch/multi-touch-grouped-targets.html [ Timeout Failure ] |
| webkit.org/b/128172 fast/events/touch/multi-touch-inside-nested-iframes.html [ Crash Timeout ] |
| webkit.org/b/128172 fast/events/touch/multi-touch-inside-iframes.html [ Timeout ] |
| webkit.org/b/128172 fast/events/touch/basic-single-touch-events.html [ Crash Timeout ] |
| webkit.org/b/128172 fast/events/touch/page-scaled-touch-gesture-click.html [ Timeout ] |
| webkit.org/b/128172 fast/events/touch/touch-target.html [ Timeout ] |
| webkit.org/b/128172 fast/events/touch/touch-target-limited.html [ Crash Timeout ] |
| webkit.org/b/128172 fast/events/touch/send-oncancel-event.html [ Timeout ] |
| |
| # 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/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 ] |
| |
| webkit.org/b/133806 svg/masking/mask-transformed-text-missing.svg [ ImageOnlyFailure ] |
| |
| # No support for Filters Level 2 on GTK yet |
| Bug(GTK) css3/filters/backdrop [ Skip ] |
| |
| webkit.org/b/141072 accessibility/frame-disconnect-textmarker-cache-crash.html [ Failure ] |
| |
| webkit.org/b/141423 css3/calc/line-height.html [ Failure ] |
| webkit.org/b/141423 fast/css/font-shorthand-from-longhands.html [ Failure ] |
| webkit.org/b/141423 fast/css/font-shorthand-line-height.html [ Failure ] |
| webkit.org/b/141423 fast/css/getComputedStyle/computed-style-font.html [ Failure ] |
| webkit.org/b/141423 fast/css/getComputedStyle/computed-style-without-renderer.html [ Failure ] |
| webkit.org/b/141423 fast/css/line-height-text-autosizing.html [ Failure ] |
| webkit.org/b/141423 fast/css/getComputedStyle/computed-style.html [ Failure ] |
| |
| #Pointer and hover media queries. |
| webkit.org/b/141466 fast/media/mq-any-hover-matchMedia.html [ Failure ] |
| webkit.org/b/141466 fast/media/mq-any-hover-styling.html [ Failure ] |
| webkit.org/b/141466 fast/media/mq-any-pointer-matchMedia.html [ Failure ] |
| webkit.org/b/141466 fast/media/mq-any-pointer-styling.html [ Failure ] |
| webkit.org/b/141466 fast/media/mq-hover-matchMedia.html [ Failure ] |
| webkit.org/b/141466 fast/media/mq-hover-styling.html [ Failure ] |
| webkit.org/b/141466 fast/media/mq-pointer-matchMedia.html [ Failure ] |
| webkit.org/b/141466 fast/media/mq-pointer-styling.html [ Failure ] |
| webkit.org/b/141466 fast/media/mq-pointer.html [ Failure ] |
| |
| webkit.org/b/116259 http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html [ Failure ] |
| webkit.org/b/141469 [ Release ] http/tests/media/hls/hls-progress.html [ Failure ] |
| webkit.org/b/141423 svg/css/getComputedStyle-basic.xhtml [ 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 ] |
| webkit.org/b/141699 fast/attachment/attachment-disabled-rendering.html [ Failure ] |
| webkit.org/b/141699 fast/attachment/attachment-rendering.html [ Failure ] |
| webkit.org/b/141700 fast/dom/Element/getClientRects.html [ Failure ] |
| webkit.org/b/141700 fast/dom/Range/getClientRects.html [ Failure ] |
| |
| webkit.org/b/141705 media/video-fullscreeen-only-controls.html [ Failure ] |
| webkit.org/b/141709 http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html [ Failure ] |
| webkit.org/b/141709 http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.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 ] |
| webkit.org/b/141458 imported/mozilla/svg/blend-color-dodge.svg [ ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/blend-darken.svg [ ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/blend-difference.svg [ ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/blend-exclusion.svg [ ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/blend-lighten.svg [ ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/blend-multiply.svg [ ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/blend-overlay.svg [ ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/blend-screen.svg [ ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/pattern-scale-01a.svg [ ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/pattern-scale-01b.svg [ ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/pattern-scale-01c.svg [ ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/symbol-01.svg [ ImageOnlyFailure ] |
| |
| 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/142283 fast/regions/overflow/overflow-first-and-last-regions.html [ ImageOnlyFailure ] |
| webkit.org/b/142289 mathml/presentation/scripts-subsup.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/142819 fast/text/baseline-inline-block.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/143233 media/media-source/media-source-append-buffer-with-append-window.html [ Pass Failure ] |
| |
| # 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 ] |
| |
| # CURSOR_VISIBILITY is not enabled in gtk |
| webkit.org/b/107601 fullscreen/video-cursor-auto-hide.html [ Failure ] |
| |
| webkit.org/b/146718 accessibility/aria-hidden-false-works-in-subtrees.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 ] |
| webkit.org/b/146731 fast/hidpi/filters-blur.html [ ImageOnlyFailure ] |
| webkit.org/b/146731 fast/hidpi/filters-hue-rotate.html [ ImageOnlyFailure ] |
| webkit.org/b/146731 fast/hidpi/filters-invert.html [ ImageOnlyFailure ] |
| webkit.org/b/146731 fast/hidpi/filters-multiple.html [ ImageOnlyFailure ] |
| webkit.org/b/146731 fast/hidpi/filters-reference.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/149016 accessibility/aria-current.html [ Skip ] |
| |
| # ARIA 1.1 table related attributes are not supported |
| webkit.org/b/148967 accessibility/aria-table-attributes.html [ Skip ] |
| |
| # Text marker tests are not supported |
| webkit.org/b/153292 accessibility/text-marker [ 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 ] |
| |
| # Requires ENABLE(RESOURCE_USAGE). |
| inspector/memory [ Skip ] |
| |
| # This requires a specific font on Mac |
| fast/text/hidpi-text-selection-gap-between-words.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 ] |
| |
| # This operating system does not have language-sensitive font fallback. |
| css3/line-break-language-sensitive [ Pass ImageOnlyFailure ] |
| |
| # Media controls tests are OS X only |
| media/controls [ Skip ] |
| |
| # WIRELESS_PLAYBACK_TARGET not enabled. |
| media/airplay-target-availability.html |
| |
| # Skip tests requiring UIScriptController |
| 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 ] |
| |
| # Tests failing with GStreamer 1.6.3 |
| webkit.org/b/154390 http/tests/media/video-referer.html [ Failure ] |
| webkit.org/b/154390 http/tests/media/video-cancel-load.html [ Pass Timeout Failure ] |
| webkit.org/b/154390 http/tests/media/video-useragent.html [ Failure ] |
| webkit.org/b/154390 http/tests/media/video-buffered-range-contains-currentTime.html [ Pass Timeout Failure ] |
| webkit.org/b/154390 http/tests/media/video-query-url.html [ Failure ] |
| webkit.org/b/154390 http/tests/media/video-throttled-load-metadata.html [ Failure ] |
| webkit.org/b/154390 http/tests/media/video-served-as-text.html [ Failure ] |
| webkit.org/b/154390 http/tests/media/video-redirect.html [ Failure ] |
| webkit.org/b/154390 [ Release ] http/tests/media/hls/video-controller-getStartDate.html [ Timeout Failure ] |
| webkit.org/b/154390 [ Release ] http/tests/media/hls/hls-audio-tracks-locale-selection.html [ Timeout Failure ] |
| webkit.org/b/154390 [ Release ] http/tests/media/hls/hls-video-resize.html [ Timeout Failure ] |
| webkit.org/b/154390 [ Release ] http/tests/media/hls/hls-audio-tracks.html [ Timeout Failure ] |
| webkit.org/b/154390 [ Release ] http/tests/media/hls/hls-audio-tracks-has-audio.html [ Timeout Failure ] |
| webkit.org/b/154390 [ Release ] http/tests/media/hls/hls-accessiblity-describes-video.html [ Timeout Failure ] |
| webkit.org/b/154390 [ Release ] http/tests/media/hls/video-cookie.html [ Failure ] |
| webkit.org/b/154390 http/tests/security/local-video-source-from-remote.html [ Timeout Pass ] |
| |
| webkit.org/b/155505 http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-audio.html [ Skip ] |
| webkit.org/b/155505 http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-video.html [ Skip ] |
| |
| # Custom Elements API still not enabled/tested on GTK+ |
| webkit.org/b/156108 fast/custom-elements [ 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 ] |
| |
| # Some shadow-dom tests that are not under fast/shadow-dom that are passing for mac |
| webkit.org/b/148695 imported/w3c/csswg-test/css-scoping-1 [ Timeout Failure ImageOnlyFailure ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # End of Expected failures |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # Crashing tests |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| webkit.org/b/86443 [ Debug ] plugins/npruntime/delete-plugin-within-invoke.html [ Crash ] |
| |
| webkit.org/b/86176 [ Debug ] ietestcenter/css3/valuesandunits/units-000.htm [ Crash ] |
| |
| webkit.org/b/90957 [ Release ] js/dom/random-array-gc-stress.html [ Timeout Crash Pass ] |
| |
| webkit.org/b/94458 [ Debug ] fast/events/message-port-context-destroyed.html [ Crash Pass ] |
| |
| webkit.org/b/104684 fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html [ Crash Pass ] |
| |
| webkit.org/b/105689 [ Debug ] plugins/npruntime/embed-property-iframe-equality.html [ Crash ] |
| |
| webkit.org/b/108682 [ Debug ] media/video-controls-visible-exiting-fullscreen.html [ Crash Pass ] |
| webkit.org/b/108682 [ Debug ] media/video-src.html [ Crash Pass ] |
| |
| webkit.org/b/108927 http/tests/xmlhttprequest/workers/xmlhttprequest-file-not-found.html [ Crash Pass ] |
| |
| webkit.org/b/110695 http/tests/security/cross-origin-local-storage-allowed.html [ Crash Pass ] |
| webkit.org/b/110695 http/tests/security/cross-origin-local-storage.html [ Crash Pass ] |
| webkit.org/b/110695 http/tests/security/cross-origin-plugin-allowed.html [ Crash Pass ] |
| |
| webkit.org/b/111451 [ Debug ] editing/selection/selection-in-iframe-removed-crash.html [ Crash Pass ] |
| |
| webkit.org/b/111902 [ Debug ] http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html [ Crash ] |
| |
| webkit.org/b/118422 [ Debug ] http/tests/security/XFrameOptions/x-frame-options-cached.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 ] |
| |
| # Crashing after the FTL merge |
| webkit.org/b/119255 [ Debug ] fast/workers/stress-js-execution.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/131221 [ Debug ] fast/css/object-fit/object-fit-embed.html [ Crash ] |
| |
| webkit.org/b/131218 [ Debug ] fast/events/touch/multi-touch-inside-nested-iframes.html [ Crash ] |
| webkit.org/b/131218 [ Debug ] fast/events/touch/multi-touch-inside-iframes.html [ Crash ] |
| webkit.org/b/131218 [ Debug ] fast/events/touch/frame-hover-update.html [ Crash ] |
| webkit.org/b/131218 [ Debug ] fast/events/touch/basic-multi-touch-events.html [ Crash ] |
| |
| webkit.org/b/131216 [ Debug ] http/tests/multipart/invalid-image-data.html [ Crash ] |
| webkit.org/b/131216 [ Debug ] http/tests/multipart/multipart-html.php [ Crash ] |
| webkit.org/b/131216 [ Debug ] http/tests/multipart/stop-crash.html [ Crash Pass ] |
| |
| webkit.org/b/131219 [ Debug ] http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash.html [ Crash ] |
| |
| webkit.org/b/131222 [ Debug ] media/video-currentsrc-cleared.html [ Crash Pass ] |
| |
| webkit.org/b/131224 [ Debug ] media/track/track-insert-after-load-crash.html [ Crash ] |
| |
| webkit.org/b/131225 [ Debug ] media/track/track-remove-quickly.html [ Crash ] |
| |
| webkit.org/b/131217 [ Debug ] plugins/no-mime-with-valid-extension.html [ Crash ] |
| |
| webkit.org/b/105870 [ Debug ] webaudio/audiobuffersource-loop-points.html [ Crash ] |
| webkit.org/b/105870 [ Debug ] webaudio/audionode-channel-rules.html [ Crash Pass ] |
| webkit.org/b/105870 [ Debug ] webaudio/audionode-connect-order.html [ Crash ] |
| |
| webkit.org/b/135050 animations/animation-end-event-short-iterations.html [ Crash Pass ] |
| |
| webkit.org/b/135051 fast/regions/repaint/region-painting-composited-element.html [ Crash Pass ] |
| webkit.org/b/135051 fast/regions/repaint/region-painting-in-composited-view.html [ Crash Pass ] |
| webkit.org/b/135051 fast/regions/repaint/region-painting-invalidation.html [ Crash Pass ] |
| |
| webkit.org/b/129050 fast/sub-pixel/compositing-layers-on-subpixel-position.html [ ImageOnlyFailure Crash Pass ] |
| |
| webkit.org/b/144771 editing/selection/selection-invalid-offset.html [ Crash ] |
| |
| webkit.org/b/152043 [ Debug ] http/tests/media/clearkey/clear-key-hls-aes128.html [ Crash ] |
| webkit.org/b/152043 [ Debug ] http/tests/media/hls [ Crash ] |
| |
| webkit.org/b/152642 http/tests/misc/detached-frame-console.html [ Crash Pass Timeout Failure ] |
| |
| webkit.org/b/153060 imported/blink/editing/selection/selectstart-event-crash.html [ Crash ] |
| |
| 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 ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # End of Crashing tests |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # 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/71655 fast/frames/flattening/frameset-flattening-simple.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/61121 http/tests/appcache/interrupted-update.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/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 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 ] |
| |
| webkit.org/b/116977 media/event-attributes.html [ Crash Failure Timeout Pass ] |
| |
| webkit.org/b/103443 fast/parser/parser-yield-timing.html [ Failure Pass ] |
| |
| webkit.org/b/105191 media/video-playing-and-pause.html [ Failure Pass ] |
| |
| webkit.org/b/118460 media/media-element-play-after-eos.html [ Timeout Pass ] |
| webkit.org/b/118460 media/video-duration-known-after-eos.html [ Timeout 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 ] js/regress/nested-function-parsing.html [ Timeout Pass ] |
| webkit.org/b/119253 [ Debug ] js/regress/new-array-buffer-dead.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 ] |
| |
| 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 ] |
| |
| webkit.org/b/127682 http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html [ Failure Pass ] |
| |
| 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/127733 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_dynamic_insertion.html [ Failure 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 Pass ] |
| |
| # Tests showing flakiness in the bot |
| Bug(GTK) editing/pasteboard/smart-paste-004.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 ] |
| Bug(GTK) http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object.html [ Failure Pass ] |
| webkit.org/b/131533 media/track/track-remove-active-cue-crash.html [ Timeout Pass ] |
| webkit.org/b/131534 media/media-ended.html [ Timeout Pass ] |
| webkit.org/b/131535 media/audio-mpeg-supported.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/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 ] |
| |
| # Some media fragment tests are flaky |
| webkit.org/b/132248 media/media-fragments/TC0001.html [ Timeout Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0002.html [ Crash Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0004.html [ Crash Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0005.html [ Failure Crash Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0006.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0009.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0011.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0014.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0015.html [ Failure Crash Pass ] |
| webkit.org/b/134574 media/media-fragments/TC0024.html [ Failure Timeout Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0035.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0036.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0037.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0039.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0038.html [ Failure Crash Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0044.html [ Crash Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0051.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0052.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0053.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0054.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0055.html [ Failure Pass Timeout ] |
| webkit.org/b/132248 media/media-fragments/TC0058.html [ Timeout Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0059.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0061.html [ Timeout Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0063.html [ Failure Pass Timeout ] |
| webkit.org/b/143709 media/media-fragments/TC0064.html [ Timeout Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0065.html [ Timeout Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0066.html [ Timeout Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0067.html [ Timeout Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0068.html [ Timeout Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0070.html [ Timeout Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0072.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0078.html [ Failure Crash Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0079.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0081.html [ Timeout Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0080.html [ Timeout Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0082.html [ Timeout Crash Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0085.html [ Failure Crash Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0086.html [ Failure Timeout Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0087.html [ Failure Timeout Crash Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0088.html [ Failure Crash Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0089.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0090.html [ Failure Pass ] |
| webkit.org/b/132248 media/media-fragments/TC0091.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/132267 mathml/wbr-in-mroot-crash.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-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 ] |
| |
| #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 ] |
| |
| #Regions |
| webkit.org/b/132273 fast/regions/simplified-layout-no-regions.html [ Failure Pass ] |
| webkit.org/b/132273 fast/regions/fullscreen/full-screen-video-in-region-crash.html [ Failure Pass ] |
| webkit.org/b/132273 fast/regions/fullscreen/full-screen-video-from-region.html [ Pass Timeout ] |
| webkit.org/b/132273 fast/regions/assert-hit-test-image.html [ Failure Pass Crash ] |
| |
| #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-case.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/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/133865 media/W3C/video/networkState/networkState_during_progress.html [ Failure Pass ] |
| webkit.org/b/133866 media/media-controls-cancel-events.html [ Timeout Failure Pass ] |
| webkit.org/b/133867 webaudio/audioprocessingevent.html [ Failure Pass ] |
| webkit.org/b/133868 js/dom/dom-static-property-for-in-iteration.html [ Failure Pass ] |
| 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/134550 http/tests/cache/iframe-304-crash.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/81604 media/video-loop.html [ Timeout Pass ] |
| |
| 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/135090 fast/regions/repaint/fixed-in-named-flow-cb-changed2.html [ ImageOnlyFailure Pass ] |
| |
| webkit.org/b/135534 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/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 animations/missing-from-to.html [ Crash Pass ] |
| webkit.org/b/136066 animations/missing-keyframe-properties.html [ Crash Pass ] |
| webkit.org/b/136066 animations/missing-values-first-keyframe.html [ Crash Pass ] |
| webkit.org/b/136066 animations/state-at-end-event.html [ Crash Pass ] |
| |
| webkit.org/b/136067 fast/profiler/dead-time.html [ Failure Pass ] |
| webkit.org/b/136067 fast/profiler/stop-profiling-after-setTimeout.html [ Failure Pass ] |
| |
| webkit.org/b/136070 fast/forms/label/label-becomes-visible-while-clicking-on-label.html [ Failure Pass ] |
| |
| webkit.org/b/136580 media/context-menu-actions.html [ Timeout Pass ] |
| |
| webkit.org/b/136581 editing/pasteboard/drag-drop-dead-frame.html [ Failure Timeout Pass ] |
| |
| webkit.org/b/139359 inspector/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html [ Failure Pass Timeout ] |
| |
| webkit.org/b/139489 http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html [ Failure Pass ] |
| |
| webkit.org/b/143472 media/track/track-cue-mutable-fragment.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/143702 media/progress-events-generated-correctly.html [ Timeout Crash ] |
| webkit.org/b/143704 media/media-source/media-source-append-media-segment-without-init.html [ Failure Pass ] |
| |
| webkit.org/b/139364 inspector/debugger/setBreakpoint-dfg.html [ Failure Pass Timeout ] |
| 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/144734 fast/regions/hover-on-child-in-region.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/145050 fast/events/touch/touch-coords-in-zoom-and-scroll.html [ Failure Pass ] |
| webkit.org/b/145051 media/video-rtl.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/145052 fast/history/page-cache-webdatabase-pending-transaction.html [ Failure 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 ] |
| |
| webkit.org/b/145261 fast/workers/stress-js-execution.html [ Failure Pass ] |
| |
| # Some tests will fail after the visual overflow patch, they will be fixed shortly. |
| webkit.org/b/118665 fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/118665 fast/regions/floats-basic-in-variable-width-regions.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/118665 fast/regions/overflow/overflow-nested-regions.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/118665 fast/regions/overflow/overflow-not-moving-below-floats-in-variable-width-regions.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/118665 fast/regions/overflow/overflow-region-transform.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/118665 fast/regions/top-overflow-out-of-second-region.html [ ImageOnlyFailure Pass Missing ] |
| webkit.org/b/118665 fast/regions/webkit-flow-float-unable-to-push.html [ ImageOnlyFailure Pass ] |
| |
| # Regressions in svg/clip-path |
| webkit.org/b/129180 svg/clip-path/clip-path-on-svg-001.svg [ ImageOnlyFailure Pass ] |
| webkit.org/b/129180 svg/clip-path/clip-path-on-svg-002.svg [ ImageOnlyFailure Pass ] |
| 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 animations/3d/transform-origin-vs-functions.html [ Failure Pass ] |
| webkit.org/b/132126 animations/combo-transform-translate+scale.html [ Failure Pass ] |
| webkit.org/b/132126 animations/play-state.html [ Failure Pass ] |
| webkit.org/b/132126 animations/3d/change-transform-in-end-event.html [ Timeout Pass ] |
| webkit.org/b/132126 animations/added-while-suspended.html [ Timeout Pass ] |
| webkit.org/b/132126 animations/animation-iteration-event-destroy-renderer.html [ Timeout Pass Crash ] |
| webkit.org/b/132126 animations/animation-direction-normal.html [ Failure Pass ] |
| webkit.org/b/132126 animations/animation-direction-reverse.html [ Crash Failure Pass ] |
| webkit.org/b/132126 animations/body-removal-crash.html [ Crash Pass ] |
| 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/132126 media/video-poster-background.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/153771 animations/resume-after-page-cache.html [ Timeout 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/css/css-color-3/t424-hsl-parsing-f.xht [ ImageOnlyFailure Pass ] |
| webkit.org/b/153947 imported/w3c/css/css-color-3/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 [ Failure Pass ] |
| |
| webkit.org/b/156437 fast/scrolling/rtl-scrollbars-listbox-scroll.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/157731 fast/events/touch/touch-inside-iframe-scrolled.html [ Timeout Pass ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # End of Flaky tests |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # 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/caret-at-bidi-boundary.html [ Failure Pass 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) [ Debug ] js/regress/method-on-number.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) sputnik/ [ Pass Slow ] |
| Bug(GTK) tables/mozilla/other/slashlogo.html [ Pass Slow ] |
| |
| Bug(GTK) http/tests/media/video-preload.html [ Pass Slow ] |
| webkit.org/b/143989 [ Release ] http/tests/media/hls/video-controls-live-stream.html [ Pass Slow Failure ] |
| |
| 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/119264 transitions/created-while-suspended.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/codemirror/prettyprinting-css.html [ Pass Slow ] |
| webkit.org/b/149916 inspector/codemirror/prettyprinting-css-rules.html [ Pass Timeout ] |
| webkit.org/b/149916 inspector/codemirror/prettyprinting-javascript.html [ Pass Slow ] |
| webkit.org/b/149916 inspector/console/addInspectedNode.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 ] |
| webkit.org/b/149916 inspector/css/generate-css-rule-string.html [ Pass Slow ] |
| webkit.org/b/149916 inspector/css/getAllStyleSheets.html [ 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/indexeddb/requestDatabaseNames.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 ] |
| |
| 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 ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # End of slow tests |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # Tests timing out |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| webkit.org/b/46644 fast/text/large-text-composed-char-dos.html [ Timeout ] |
| |
| 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/116956 fast/events/event-view-toString.html [ Timeout ] |
| |
| webkit.org/b/116957 media/track/track-automatic-subtitles.html [ Timeout ] |
| |
| webkit.org/b/116958 http/tests/navigation/scrollstate-after-http-equiv-refresh.html [ Timeout ] |
| webkit.org/b/116958 http/tests/navigation/scrollstate-after-location-reload.html [ Timeout ] |
| |
| webkit.org/b/120682 inspector/page/archive.html [ Timeout ] |
| |
| webkit.org/b/122571 http/tests/inspector/console/cross-domain-inspected-node-access.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/debugger/setBreakpoint.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/debugger/call-frame-function-name.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/debugger/setBreakpoint-options-exception.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/debugger/setPauseOnExceptions-all.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/debugger/setPauseOnExceptions-none.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/debugger/call-frame-this-host.html [ Timeout Pass Crash ] |
| webkit.org/b/122571 inspector/debugger/setBreakpoint-autoContinue.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/debugger/setPauseOnExceptions-uncaught.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/debugger/setBreakpoint-actions.html [ Failure Timeout Pass ] |
| webkit.org/b/122571 inspector/debugger/call-frame-this-nonstrict.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/debugger/setBreakpoint-column.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/debugger/setBreakpoint-condition.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/debugger/removeBreakpoint.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/debugger/call-frame-this-strict.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/dom/request-child-nodes-depth.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/dom/focus.html [ Failure Timeout Pass ] |
| webkit.org/b/122571 inspector/runtime/getProperties.html [ Timeout Pass Crash ] |
| webkit.org/b/122571 inspector/runtime/saveResult.html [ Timeout Pass Crash ] |
| webkit.org/b/122571 inspector/page/javascriptDialogEvents.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/page/frameStartedLoading.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/page/frameScheduledNavigation.html [ Timeout Pass Crash ] |
| webkit.org/b/122571 inspector/page/setEmulatedMedia.html [ Timeout Pass ] |
| webkit.org/b/122571 inspector/css/getSupportedCSSProperties.html [ Timeout Pass ] |
| webkit.org/b/122571 [ Debug ] inspector/unit-tests/test-harness-trivially-works.html [ Timeout Crash ] |
| |
| Bug(GTK) plugins/reloadplugins-and-pages.html [ Timeout ] |
| |
| Bug(GTK) fast/media/media-query-list-04.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 Crash Pass ] |
| |
| webkit.org/b/133808 media/video-trackmenu-selection.html [ Timeout ] |
| |
| 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/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/137131 inspector/debugger [ Skip ] |
| webkit.org/b/147518 inspector/dom [ Skip ] |
| webkit.org/b/147518 inspector/model [ Skip ] |
| webkit.org/b/147518 inspector/timeline [ Skip ] |
| |
| webkit.org/b/139362 inspector/css/pseudo-element-matches.html [ Timeout ] |
| 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/142488 http/tests/appcache/404-resource-with-slow-main-resource.php [ Timeout ] |
| webkit.org/b/141959 [ Release ] 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/142491 media/media-source/media-source-stalled-holds-sleep-assertion.html [ Timeout ] |
| |
| webkit.org/b/142820 fast/images/animated-gif-body-outside-viewport.html [ Timeout Pass ] |
| webkit.org/b/143473 editing/pasteboard/drag-and-drop-attachment-contenteditable.html [ Timeout ] |
| |
| webkit.org/b/143477 fast/writing-mode/broken-ideograph-small-caps.html [ Timeout Pass ] |
| |
| webkit.org/b/143706 media/media-source/media-source-end-of-stream-readyState.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 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/132055 media/track/track-datacue.html [ Timeout ] |
| |
| webkit.org/b/130971 media/track/track-remove-track.html [ Timeout ] |
| |
| # After webkit.org/b/123097 we flag these tests that also fail in mac |
| webkit.org/b/123097 media/video-controls-toggling.html [ Timeout ] |
| |
| webkit.org/b/109469 fast/events/mouse-cursor-image-set.html [ Crash Timeout ] |
| |
| webkit.org/b/144865 fast/animation/request-animation-frame-throttle-subframe.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 [ Timeout Pass ] |
| |
| webkit.org/b/145260 media/audio-playback-restriction-play.html [ Timeout Pass ] |
| |
| # This tests timeout since the upgrade of GTK to 3.16 and Cairo to 1.14 on the JHBuild |
| webkit.org/b/146731 fast/events/touch/tap-highlight-color.html [ Timeout ] |
| webkit.org/b/146731 fast/events/touch/touch-scaled-scrolled.html [ Timeout ] |
| |
| webkit.org/b/153061 [ Release ] imported/w3c/web-platform-tests/IndexedDB/idbindex-multientry-big.htm [ Timeout ] |
| |
| webkit.org/b/153468 inspector/dom-debugger/node-removed.html [ Timeout ] |
| |
| 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 ] |
| |
| webkit.org/b/141835 media/video-controls-no-scripting.html [ Failure ] |
| |
| # May take too long on the bots. |
| Bug(GTK) mathml/very-large-stretchy-operators.html [ Pass Timeout ] |
| |
| 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 [ 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 Pass ] |
| |
| 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 ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # End of Tests timing out |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # Tests with architecture-specific results |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| # Fail on 32-bit release builders |
| webkit.org/b/84857 fast/repaint/moving-shadow-on-container.html [ Failure Pass ] |
| webkit.org/b/84857 fast/repaint/moving-shadow-on-path.html [ Failure Pass ] |
| 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 ] |
| Bug(GTK) svg/css/composite-shadow-example.html [ Failure Pass ] |
| Bug(GTK) svg/css/composite-shadow-with-opacity.html [ Failure Pass ] |
| Bug(GTK) svg/css/stars-with-shadow.html [ 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 ] |
| |
| # This tests were moved on r187990 from platform/ios-simulator/ios/fast/events/touch |
| webkit.org/b/148940 fast/events/touch/document-create-touch-list-ios.html [ Skip ] |
| webkit.org/b/148940 fast/events/touch/gesture-event-basic.html [ Skip ] |
| webkit.org/b/148940 fast/events/touch/input-touch-target.html [ Skip ] |
| webkit.org/b/148940 fast/events/touch/inserted-fragment-touch-target.html [ Skip ] |
| webkit.org/b/148940 fast/events/touch/moved-touch-target.html [ Skip ] |
| webkit.org/b/148940 fast/events/touch/multi-touch-some-without-handlers.html [ Skip ] |
| webkit.org/b/148940 fast/events/touch/ontouchstart-active-selector.html [ Skip ] |
| webkit.org/b/148940 fast/events/touch/removed-fragment-touch-target.html [ Skip ] |
| webkit.org/b/148940 fast/events/touch/removed-touch-target.html [ Skip ] |
| webkit.org/b/148940 fast/events/touch/script-tests/TEMPLATE.html [ Skip ] |
| webkit.org/b/148940 fast/events/touch/text-node-touch-target.html [ Skip ] |
| webkit.org/b/148940 fast/events/touch/textarea-touch-target.html [ Skip ] |
| webkit.org/b/148940 fast/events/touch/touch-event-frames.html [ Skip ] |
| webkit.org/b/148940 fast/events/touch/touch-event-pageXY.html [ Skip ] |
| webkit.org/b/148940 fast/events/touch/zoomed-touch-event-pageXY.html [ 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 ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # End of tests with architecture-specific results |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # Tests that regressed after WebKit2 switch |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # |
| # [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-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/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-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-parent-node.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/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 ] |
| 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 ] |
| webkit.org/b/157179 fast/events/drag-and-drop-link-fast-multiple-times-does-not-crash.html [ Timeout ] |
| |
| # Need support for internals.settings.setDeviceSupportsMouse |
| fast/events/touch/scroll-without-mouse-lacks-mousemove-events.html |
| |
| # 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 [ 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 ] |
| |
| webkit.org/b/106340 accessibility/img-fallsback-to-title.html [ Failure ] |
| |
| # svg/ failures |
| webkit.org/b/42457 svg/custom/embedded-svg-allowed-in-dashboard.xml [ Failure ] |
| webkit.org/b/42457 svg/custom/manually-parsed-embedded-svg-allowed-in-dashboard.html [ Failure ] |
| webkit.org/b/42457 svg/custom/manually-parsed-svg-allowed-in-dashboard.html [ Failure ] |
| webkit.org/b/42457 svg/custom/svg-allowed-in-dashboard-object.html [ Failure ] |
| 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 ] |
| |
| # Unexplained failures |
| Bug(GTK) editing/selection/5136696.html [ Failure ] |
| Bug(GTK) editing/selection/inactive-selection.html [ Failure ] |
| Bug(GTK) fast/css/disabled-author-styles.html [ Failure ] |
| Bug(GTK) fast/events/keydown-leftright-keys.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/events/selectionchange-iframe.html [ Failure ] |
| Bug(GTK) fast/forms/listbox-typeahead-cyrillic.html [ Failure ] |
| Bug(GTK) fast/forms/listbox-typeahead-greek.html [ Failure ] |
| Bug(GTK) fast/forms/mailto/formenctype-attribute-button-html.html [ Failure ] |
| Bug(GTK) fast/forms/mailto/formenctype-attribute-input-html.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) platform/gtk/fast/events/event-sender-metakey.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/misc/will-send-request-returns-null-on-redirect.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) http/tests/w3c/webperf/submission/Intel/resource-timing [ Skip ] |
| |
| Bug(GTK) fast/backgrounds/background-position-parsing.html [ Failure ] |
| |
| Bug(GTK) fast/css/sticky/sticky-top-zoomed.html [ ImageOnlyFailure ] |
| |
| Bug(GTK) fast/text/descent-clip-in-scaled-page.html [ ImageOnlyFailure ] |
| |
| Bug(GTK) fast/forms/file/input-file-value.html [ Failure ] |
| |
| Bug(GTK) fast/forms/search-event-delay.html [ Failure ] |
| |
| Bug(GTK) fast/forms/select/popup-closes-on-blur.html [ Failure ] |
| |
| Bug(GTK) fast/media/media-query-list-02.html [ Failure ] |
| Bug(GTK) fast/media/media-query-list-03.html [ Failure ] |
| Bug(GTK) fast/media/media-query-list-05.html [ Failure ] |
| Bug(GTK) fast/media/media-query-list-06.html [ Failure ] |
| |
| Bug(GTK) fast/media/view-mode-media-feature.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 ] |
| |
| # Appcache manifest is still downloaded in the WebProcess |
| webkit.org/b/138736 http/tests/appcache/auth.html [ Skip ] |
| |
| # 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 [ Failure ] |
| webkit.org/b/123431 http/tests/local/link-stylesheet-load-order.html [ Failure Pass ] |
| |
| webkit.org/b/145253 http/tests/appcache/different-https-origin-resource-main.html [ Failure ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # 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 ] |
| |
| # Looks like a bug in the testRunner global history support due to missing API. |
| Bug(GTK) 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 ] |
| |
| # keygen element rendering is broken |
| webkit.org/b/54136 http/tests/misc/submit-post-keygen.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/media/video-play-stall-seek.html [ Skip ] |
| |
| Bug(GTK) http/tests/misc/acid3.html [ Failure ] |
| |
| Bug(GTK) media/video-size-intrinsic-scale.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 ] |
| |
| # Need to add functionality to DumpRenderTree to handle error pages |
| Bug(GTK) fast/history/back-forward-reset-after-error-handling.html [ 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.fillStyle.parse.rgb-eof.html [ Failure ] |
| Bug(GTK) canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html [ Failure ] |
| Bug(GTK) canvas/philip/tests/2d.missingargs.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 ] |
| Bug(GTK) http/tests/misc/bubble-drag-events.html [ Failure Timeout ] |
| |
| # 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 ] |
| |
| # The following Sputnik tests fail on the 32bit release bot |
| Bug(GTK) sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T1.html [ Failure ] |
| Bug(GTK) sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T2.html [ Failure ] |
| Bug(GTK) sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T3.html [ Failure ] |
| Bug(GTK) sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T4.html [ Failure ] |
| Bug(GTK) sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T5.html [ Failure ] |
| Bug(GTK) sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T6.html [ Failure ] |
| |
| webkit.org/b/157187 accessibility/gtk/title-and-alt.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/61630 fast/events/dropzone-005.html [ Failure ] |
| |
| webkit.org/b/68278 http/tests/history/back-with-fragment-change.php [ 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/86971 svg/custom/non-scaling-stroke.svg [ 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 ] |
| |
| webkit.org/b/84759 ietestcenter/css3/multicolumn/column-containing-block-001.htm [ ImageOnlyFailure ] |
| webkit.org/b/84760 ietestcenter/css3/multicolumn/column-containing-block-002.htm [ ImageOnlyFailure ] |
| webkit.org/b/84761 ietestcenter/css3/multicolumn/column-filling-001.htm [ ImageOnlyFailure ] |
| webkit.org/b/84770 ietestcenter/css3/multicolumn/column-width-applies-to-007.htm [ ImageOnlyFailure ] |
| webkit.org/b/84771 ietestcenter/css3/multicolumn/column-width-applies-to-009.htm [ ImageOnlyFailure ] |
| webkit.org/b/84772 ietestcenter/css3/multicolumn/column-width-applies-to-010.htm [ ImageOnlyFailure ] |
| webkit.org/b/84773 ietestcenter/css3/multicolumn/column-width-applies-to-012.htm [ ImageOnlyFailure ] |
| webkit.org/b/84777 ietestcenter/css3/multicolumn/column-width-applies-to-015.htm [ ImageOnlyFailure ] |
| |
| # 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/85308 [ Release ] ietestcenter/css3/valuesandunits/units-000.htm [ ImageOnlyFailure ] |
| |
| # IETC namespace failures |
| webkit.org/b/86142 ietestcenter/css3/namespaces/syntax-021.xml [ ImageOnlyFailure ] |
| |
| 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/86971 svg/hittest/svg-shapes-non-scale-stroke.html [ Failure ] |
| |
| webkit.org/b/51027 [ Release ] plugins/refcount-leaks.html [ Failure ] |
| |
| webkit.org/b/84037 fast/text/international/spaces-combined-in-vertical-text.html [ Failure ] |
| |
| # Failing after r121121 on both GTK and EFL |
| webkit.org/b/89845 fast/forms/input-set-composition-scroll.html [ Failure ] |
| |
| # This failure appears to be GTK-specific |
| webkit.org/b/91319 css2.1/20110323/vertical-align-boxes-001.htm [ ImageOnlyFailure ] |
| |
| webkit.org/b/93976 fast/css-generated-content/quotes-lang.html [ ImageOnlyFailure ] |
| |
| # This has always failed on Gtk/Efl - exposed by bug 89826 |
| webkit.org/b/94009 css2.1/20110323/c541-word-sp-000.htm [ ImageOnlyFailure ] |
| |
| 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-userSpaceOnUse.html [ ImageOnlyFailure ] |
| webkit.org/b/98613 css3/masking/clip-path-reference.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/98950 transitions/blendmode-transitions.html [ Failure ] |
| |
| 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/103927 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request.html [ Failure ] |
| webkit.org/b/103927 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request.html [ Failure ] |
| webkit.org/b/103927 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_attribute_order.html [ Failure ] |
| webkit.org/b/103927 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_frame_initiator_type.html [ Failure ] |
| webkit.org/b/103927 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_initiator_types.html [ Failure ] |
| webkit.org/b/103927 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_redirects.html [ Failure ] |
| |
| 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 fast/css/cursor-parsing-image-set.html [ Failure ] |
| |
| webkit.org/b/110090 fast/events/clientXY-in-zoom-and-scroll.html [ Failure ] |
| |
| 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/113772 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_iframe_self_navigation.html [ Failure ] |
| webkit.org/b/113772 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_cached.html [ Failure ] |
| |
| webkit.org/b/115025 fast/events/constructors/mouse-event-constructor.html [ Failure ] |
| webkit.org/b/115025 fast/events/constructors/wheel-event-constructor.html [ Failure ] |
| |
| webkit.org/b/115437 fast/css/sticky/sticky-writing-mode-vertical-lr.html [ ImageOnlyFailure ] |
| webkit.org/b/115437 fast/regions/region-content-flown-into-region.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/115437 fast/text/complex-initial-advance.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/115633 accessibility/meter-element.html [ Failure ] |
| |
| webkit.org/b/116153 fast/css/text-overflow-ellipsis-full-truncate-rtl.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/116806 fast/css/text-overflow-ellipsis-behind-floats.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/117582 fast/flexbox/clear-overflow-before-scroll-update.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/120836 fast/regions/text-region-split-vertical-rl.html [ Failure ] |
| |
| webkit.org/b/120839 animations/cross-fade-background-image.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/120842 fast/regions/overflow/overflow-in-uniform-regions-dynamic.html [ ImageOnlyFailure ] |
| webkit.org/b/120842 fast/regions/overflow/overflow-moving-below-floats-in-variable-width-regions.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/121905 fast/images/exif-orientation.html [ Failure ] |
| |
| webkit.org/b/124360 media/video-canvas-drawing-output.html [ Failure ] |
| |
| webkit.org/b/124504 fast/text/break-word-pre-wrap.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/124507 fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink.html [ ImageOnlyFailure ] |
| webkit.org/b/139486 fast/css3-text/css3-text-decoration/text-decoration-skip/decoration-skip-crash-fallback-svg.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/124509 media/video-controls-captions-trackmenu-hide-on-click-outside.html [ Failure ] |
| webkit.org/b/124509 media/video-controls-captions-trackmenu-hide-on-click.html [ Failure ] |
| |
| webkit.org/b/124566 fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml [ Failure ] |
| |
| webkit.org/b/124834 fast/block/float/clear-negative-margin-top.html [ ImageOnlyFailure ] |
| webkit.org/b/124834 fast/regions/overflow/overflow-in-variable-width-regions-inline-bt.html [ ImageOnlyFailure ] |
| webkit.org/b/124834 fast/regions/overflow/overflow-in-variable-width-regions-inline-continuation.html [ ImageOnlyFailure ] |
| webkit.org/b/124834 fast/regions/overflow/overflow-in-variable-width-regions-inline-lr.html [ ImageOnlyFailure ] |
| webkit.org/b/124834 fast/regions/overflow/overflow-in-variable-width-regions-inline-rl.html [ ImageOnlyFailure ] |
| webkit.org/b/124834 fast/regions/overflow/overflow-in-variable-width-regions-inline.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/125406 fast/regions/relative-in-absolute-borders-overflow.html [ ImageOnlyFailure ] |
| |
| 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 ] |
| |
| # Text rendering overflowing region it should not |
| webkit.org/b/122511 webkit.org/b/120401 fast/regions/selection/selecting-text-ignoring-region-horiz-bt.html [ ImageOnlyFailure ] |
| webkit.org/b/122511 webkit.org/b/120401 fast/regions/selection/selecting-text-ignoring-region-vert-lr.html [ ImageOnlyFailure ] |
| webkit.org/b/122511 webkit.org/b/120401 fast/regions/selection/selecting-text-in-2-regions-horiz-bt.html [ ImageOnlyFailure ] |
| webkit.org/b/122511 webkit.org/b/120401 fast/regions/selection/selecting-text-in-2-regions-vert-lr.html [ ImageOnlyFailure ] |
| |
| # PasteBoard::plainText() does not support file names. |
| webkit.org/b/99070 editing/pasteboard/drag-files-to-editable-element.html [ Failure ] |
| 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/TextTrack/activeCues.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/constructor.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/createEvent.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/line.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onenter.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onexit.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/snapToLines.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/text.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/vertical.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/interfaces/TextTrackCueList/getter.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/interfaces/TextTrackList/getter.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/track/track-element/cloneNode.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/track/track-element/src-clear-cues.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/track/webvtt/parsing/001.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html [ Skip ] |
| webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html [ Skip ] |
| |
| webkit.org/b/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 ] |
| webkit.org/b/107825 media/video-controls-fullscreen-volume.html [ Failure ] |
| |
| webkit.org/b/107194 crypto/subtle/rsa-indexeddb.html [ Skip ] |
| |
| # 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/131496 accessibility/help-text.html [ Failure ] |
| |
| webkit.org/b/131498 fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/131501 fast/css3-text/css3-text-decoration/text-decoration-skip/glyph-inside-underline.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/132054 js/dom/global-constructors-attributes.html [ Failure ] |
| |
| webkit.org/b/132056 webaudio/codec-tests/mp3/128kbps-44khz.html [ Failure ] |
| |
| # These tests fail when accelerated compositing is enabled or when XVFB_SCREEN_DEPTH=8 is not set. |
| webkit.org/b/132126 animations/play-state-paused.html [ Failure ] |
| webkit.org/b/132126 animations/play-state-suspend.html [ Failure ] |
| webkit.org/b/132126 animations/suspend-resume-animation.html [ Failure ] |
| webkit.org/b/132126 animations/transform-non-accelerated.html [ Failure ] |
| |
| webkit.org/b/132233 fast/regions/clip-to-padding-box-vertical-lr.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/132234 fast/regions/scrolling/wheel-scrollable-single-region.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/132235 fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-percent.html [ ImageOnlyFailure ] |
| |
| 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 [ 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 ] |
| |
| # Difference invisible at the naked eye with Latin Modern Math. |
| webkit.org/b/134153 mathml/presentation/mo-stacked-glyphs.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/134976 media/media-controls-invalid-url.html [ Failure ] |
| webkit.org/b/134976 media/video-fast-seek.html [ Failure ] |
| |
| webkit.org/b/134979 media/track/track-cue-mutable-text.html [ Failure ] |
| 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 ] |
| 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 ] |
| |
| # Various failures from the W3C CSS Shapes test suite import |
| webkit.org/b/136065 css3/shapes/shape-outside/values/shape-margin-001.html [ Failure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/values/shape-outside-circle-004.html [ Failure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/values/shape-outside-circle-005.html [ Failure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/values/shape-outside-ellipse-004.html [ Failure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/values/shape-outside-ellipse-005.html [ Failure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/values/shape-outside-inset-003.html [ Failure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/values/shape-outside-polygon-004.html [ Failure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/values/shape-outside-shape-arguments-000.html [ Failure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/shape-box/shape-outside-box-002.html [ ImageOnlyFailure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/shape-box/shape-outside-box-003.html [ ImageOnlyFailure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/shape-box/shape-outside-box-004.html [ ImageOnlyFailure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/shape-box/shape-outside-box-006.html [ ImageOnlyFailure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/shape-box/shape-outside-box-007.html [ ImageOnlyFailure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/shape-box/shape-outside-box-008.html [ ImageOnlyFailure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/circle/shape-outside-circle-017.html [ ImageOnlyFailure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/circle/shape-outside-circle-027.html [ ImageOnlyFailure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/ellipse/shape-outside-ellipse-017.html [ ImageOnlyFailure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/inset/shape-outside-inset-010.html [ ImageOnlyFailure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/inset/shape-outside-inset-011.html [ ImageOnlyFailure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/inset/shape-outside-inset-012.html [ ImageOnlyFailure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/inset/shape-outside-inset-013.html [ ImageOnlyFailure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/inset/shape-outside-inset-014.html [ ImageOnlyFailure ] |
| webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/inset/shape-outside-inset-015.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 ] |
| |
| # Font is clipped incorrectly |
| webkit.org/b/138077 editing/caret/color-span-inside-editable-background.html [ ImageOnlyFailure ] |
| webkit.org/b/138077 fast/layers/parent-clipping-overflow-is-overwritten-by-child-clipping.html [ ImageOnlyFailure ] |
| |
| # 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 ] |
| |
| # 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 ] |
| |
| webkit.org/b/139358 http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html [ Failure ] |
| |
| webkit.org/b/139361 fast/css/data-attribute-style-sharing-5.html [ ImageOnlyFailure ] |
| webkit.org/b/139361 fast/css/data-attribute-style-sharing-6.html [ ImageOnlyFailure ] |
| webkit.org/b/139361 fast/css/data-attribute-style-sharing-7.html [ ImageOnlyFailure ] |
| webkit.org/b/139361 fast/css/readonly-attribute-style-sharing-5.html [ ImageOnlyFailure ] |
| webkit.org/b/139361 fast/css/readonly-attribute-style-sharing-6.html [ ImageOnlyFailure ] |
| webkit.org/b/139361 fast/css/readonly-attribute-style-sharing-7.html [ ImageOnlyFailure ] |
| webkit.org/b/139361 fast/css/type-attribute-style-sharing-5.html [ ImageOnlyFailure ] |
| webkit.org/b/139361 fast/css/type-attribute-style-sharing-6.html [ ImageOnlyFailure ] |
| webkit.org/b/139361 fast/css/type-attribute-style-sharing-7.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/139479 fast/regions/overflow/overflow-region-inline.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/139492 fast/text/space-width.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/139493 fast/text/narrow-non-breaking-space.html [ ImageOnlyFailure ] |
| |
| # 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/ruby/bopomofo-letter-spacing.html [ Failure ] |
| webkit.org/b/140252 fast/ruby/bopomofo-rl.html [ Failure ] |
| webkit.org/b/140252 fast/ruby/bopomofo.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/justify-ideograph-vertical.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/142482 http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ 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 ] |
| |
| webkit.org/b/143468 accessibility/plugin.html [ Failure ] |
| |
| webkit.org/b/143469 fast/borders/border-image-fill-no-border.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/85594 fast/dom/navigator-detached-no-crash.html [ Failure ] |
| |
| 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 ] |
| |
| # Touch events not working |
| webkit.org/b/144765 fast/events/touch/touch-slider.html [ Failure ] |
| webkit.org/b/144765 fast/events/touch/touch-slider-no-js-touch-listener.html [ Failure ] |
| |
| webkit.org/b/144763 fast/events/scroll-in-scaled-page-with-overflow-hidden.html |
| |
| webkit.org/b/145048 http/tests/misc/bad-charset-alias.html [ Failure ] |
| 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/css/css-color-3/t424-hsl-basic-a.xht [ ImageOnlyFailure Pass ] |
| webkit.org/b/148932 imported/w3c/css/css-color-3/t425-hsla-clip-outside-device-gamut-b.xht [ ImageOnlyFailure ] |
| |
| webkit.org/b/148935 accessibility/scroll-to-global-point-iframe-nested.html [ Failure ] |
| webkit.org/b/148935 accessibility/scroll-to-global-point-iframe.html [ Failure ] |
| webkit.org/b/148935 accessibility/scroll-to-global-point-main-window.html [ Failure ] |
| webkit.org/b/148935 accessibility/scroll-to-global-point-nested.html [ Failure ] |
| webkit.org/b/148935 accessibility/scroll-to-make-visible-div-overflow.html [ Failure ] |
| webkit.org/b/148935 accessibility/scroll-to-make-visible-iframe.html [ Failure ] |
| webkit.org/b/148935 accessibility/scroll-to-make-visible-nested-2.html [ Failure ] |
| webkit.org/b/148935 accessibility/scroll-to-make-visible-nested.html [ Failure ] |
| webkit.org/b/148935 accessibility/scroll-to-make-visible-with-subfocus.html [ Failure ] |
| |
| webkit.org/b/148936 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html [ Failure ] |
| webkit.org/b/148936 imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html [ Failure ] |
| webkit.org/b/148936 imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-autocomplete.html [ Failure ] |
| webkit.org/b/148936 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/telephone.html [ Failure ] |
| webkit.org/b/148936 imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html [ Failure ] |
| |
| webkit.org/b/149128 fast/text/control-characters [ ImageOnlyFailure ] |
| |
| # web-platform-tests XHR tests |
| imported/w3c/web-platform-tests/XMLHttpRequest/send-accept-language.htm [ Failure ] |
| imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head-async.htm [ Failure ] |
| imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head.htm [ Failure ] |
| imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect.htm [ Failure ] |
| imported/w3c/web-platform-tests/XMLHttpRequest/status-async.htm [ Failure ] |
| imported/w3c/web-platform-tests/XMLHttpRequest/status-basic.htm [ Failure ] |
| imported/w3c/web-platform-tests/XMLHttpRequest/status-error.htm [ Failure ] |
| imported/w3c/web-platform-tests/XMLHttpRequest/event-readystatechange-loaded.htm [ Timeout ] |
| |
| webkit.org/b/151267 imported/blink/compositing/draws-content/webgl-simple-background.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/151267 imported/blink/compositing/invisible-subtree-compositing-and-preserves-3d.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/151267 imported/blink/compositing/squashing/abspos-under-abspos-overflow-scroll.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/151267 imported/blink/compositing/squashing/clip-to-squashed-layer-size.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/compositing/squashing/overflow-scroll-grandchildren.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/compositing/squashing/squashing-reflection-disallowed.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/compositing/squashing/squash-overflow-hidden-contents.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/compositing/squashing/squash-overflow-hidden-scrolltop.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/compositing/squashing/subpixel-rounding.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/compositing/squashing/transform-squashed-owner.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/compositing/will-change/stacking-context-creation.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/css3/blending/mix-blend-mode-background-size.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/css3/blending/mix-blend-mode-with-opacity-change-js.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/css3/blending/mix-blend-mode-with-squashing-layer.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/css3/blending/svg-blend-overlapping-elements.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/css3/blending/svg-isolation-foreign-no-isolation.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/css3/blending/svg-isolation-nested-svg-no-isolation.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/fast/canvas/canvas-clip-stack-persistence.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/fast/css/fixed-overlaps-absolute-in-clip.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/151267 imported/blink/fast/css/tab-size-complex-path.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/fast/css/text-overflow-ellipsis-button.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/fast/css/transformed-overflow-hidden-clips-fixed.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/151267 imported/blink/fast/events/click-focus-keydown-no-ring.html [ ImageOnlyFailure Pass ] |
| 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/multicol/composited-layer-single-fragment.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/151267 imported/blink/fast/multicol/composited-relpos-2nd-column.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/fast/multicol/composited-relpos-simple.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/sub-pixel/clip-sub-pixel-composited-layer.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/151267 imported/blink/fast/sub-pixel/negative-composited-offset.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/fast/sub-pixel/sub-pixel-transparency-layer.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/fast/text/international/complex-text-space-in-second-font.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/fast/text/international/vertical-positioning-with-combining-marks.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/fast/text/tab-renders-as-space.html [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/fast/text/word-spacing-nbsp.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/custom/feDisplacementMap-invalid-selector.svg [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/svg/filters/big-viewbox.svg [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/svg/filters/feDropShadow-linearrgb-flood-color.svg [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/svg/filters/feOffset-nonuniform-scale.svg [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/svg/filters/filter-huge-clamping.svg [ ImageOnlyFailure ] |
| webkit.org/b/151267 imported/blink/transforms/inline-transform-and-clipping-roots.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/151267 imported/blink/webexposed/webkit-focus-ring-exposed-to-quirks-mode.html [ ImageOnlyFailure Pass ] |
| |
| webkit.org/b/152057 accessibility/textarea-selected-text-range.html [ Failure Timeout ] |
| |
| webkit.org/b/152788 imported/mozilla/svg/filter-scaled-02.html [ ImageOnlyFailure ] |
| webkit.org/b/152788 imported/mozilla/svg/image/image-filter-01.svg [ ImageOnlyFailure ] |
| webkit.org/b/152788 svg/filters/color-space-conversion.svg [ ImageOnlyFailure ] |
| webkit.org/b/152788 svg/filters/container-with-filters.svg [ ImageOnlyFailure ] |
| webkit.org/b/152788 svg/filters/feComposite-background-rect-control-operators.svg [ ImageOnlyFailure ] |
| webkit.org/b/152788 svg/filters/feDisplacementMap-filterUnits.svg [ ImageOnlyFailure ] |
| |
| webkit.org/b/152821 imported/w3c/css/css-multicol-1/multicol-basic-001.html [ ImageOnlyFailure ] |
| webkit.org/b/152821 imported/w3c/css/css-multicol-1/multicol-basic-002.html [ ImageOnlyFailure ] |
| webkit.org/b/152821 imported/w3c/css/css-multicol-1/multicol-basic-003.html [ ImageOnlyFailure ] |
| webkit.org/b/152821 imported/w3c/css/css-multicol-1/multicol-basic-004.html [ ImageOnlyFailure ] |
| webkit.org/b/152821 imported/w3c/css/css-multicol-1/multicol-rule-002.xht [ ImageOnlyFailure ] |
| webkit.org/b/152821 imported/w3c/css/css-multicol-1/multicol-rule-px-001.xht [ ImageOnlyFailure ] |
| webkit.org/b/152821 imported/w3c/css/css-multicol-1/multicol-rule-stacking-001.xht [ ImageOnlyFailure ] |
| webkit.org/b/152821 imported/w3c/css/css-multicol-1/multicol-shorthand-001.xht [ ImageOnlyFailure ] |
| webkit.org/b/152821 imported/w3c/css/css-multicol-1/multicol-span-all-block-sibling-003.xht [ ImageOnlyFailure ] |
| webkit.org/b/152821 imported/w3c/css/css-multicol-1/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-mouse-events.html [ Failure ] |
| webkit.org/b/152908 pageoverlay/overlay-small-frame-paints.html [ 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/css/css-multicol-1/multicol-rule-dashed-000.xht [ ImageOnlyFailure ] |
| webkit.org/b/153698 imported/w3c/css/css-multicol-1/multicol-zero-height-001.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/nodes/Document-characterSet-normalization.html [ Failure ] |
| webkit.org/b/153707 imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.html [ Failure ] |
| webkit.org/b/153707 imported/w3c/web-platform-tests/html/dom/interfaces.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 ] |
| |
| # 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/156438 imported/w3c/web-platform-tests/IndexedDB/idbindex-multientry-big.htm [ Timeout Failure ] |
| webkit.org/b/156438 imported/w3c/web-platform-tests/IndexedDB/keyorder.htm [ Failure ] |
| webkit.org/b/156438 inspector/indexeddb/requestDatabaseNames.html [ Failure ] |
| webkit.org/b/156438 storage/indexeddb/cursor-key-order.html [ Failure ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # End of non-crashing, non-flaky tests failing |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # Tests passing |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| # These tests are passing on GTK+ but they do not in the Apple ports |
| |
| css3/flexbox/multiline-reverse-wrap-baseline.html [ Pass ] |
| ietestcenter/css3/flexbox/flexbox-layout-001.htm [ Pass ] |
| |
| imported/w3c/canvas/2d.line.cap.round.html [ Pass ] |
| |
| mathml/presentation/style-changed.html [ Pass ] |
| |
| transitions/svg-text-shadow-transition.html [ Pass ] |
| |
| imported/w3c/css/css-color-3/t422-rgba-onscreen-b.xht [ Pass ] |
| imported/w3c/css/css-color-3/t422-rgba-onscreen-multiple-boxes-c.xht [ Pass ] |
| imported/w3c/css/css-color-3/t425-hsla-onscreen-multiple-boxes-c.xht [ Pass ] |
| |
| imported/w3c/css/css-multicol-1/multicol-zero-height-001.xht [ Pass ] |
| |
| imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-02.html [ Pass ] |
| |
| webkit.org/b/142548 editing/selection/extend-by-character-007.html [ Pass ] |
| |
| fast/multicol/multicol-with-child-renderLayer-for-input.html [ Pass ] |
| |
| # This test relies on iOS-specific font fallback. |
| fast/text/arabic-blacklisted-expected.html [ Pass ImageOnlyFailure ] |
| |
| # All other shadow DOM tests are expected to fail. |
| fast/shadow-dom/text-slot-child-crash.svg [ Pass ] |
| |
| imported/w3c/web-platform-tests/html/semantics/embedded-content/the-area-element/area-coords.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-contents.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-scroll.html [ Pass ] |
| fast/scrolling/rtl-scrollbars-listbox-select-left.html [ Pass ] |
| fast/scrolling/rtl-scrollbars-listbox-select-right.html [ Pass ] |
| fast/scrolling/rtl-scrollbars-listbox-simple.html [ Pass ] |
| fast/scrolling/rtl-scrollbars-listbox.html [ Pass ] |
| fast/scrolling/rtl-scrollbars-positioned-intersect-scrollbars.html [ Pass ] |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=156612 |
| http/tests/security/contentSecurityPolicy/embed-redirect-blocked3.html [ Pass ] |
| http/tests/security/contentSecurityPolicy/object-redirect-blocked3.html [ Pass ] |
| |
| # Timing out on OS X. |
| imported/w3c/web-platform-tests/IndexedDB/idbcursor_iterating.htm [ Pass ] |