| # These are the layout test expectations for Apple's Mac port of WebKit. |
| # |
| # See http://trac.webkit.org/wiki/TestExpectations for more information on this file. |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=89812 |
| fast/parser/parser-yield-timing.html [ Pass Failure ] |
| |
| # <rdar://problem/5647952> fast/events/mouseout-on-window.html needs mac DRT to issue mouse out events |
| fast/events/mouseout-on-window.html |
| |
| # Different behavior expectatations on mac: https://bugs.webkit.org/show_bug.cgi?id=102987 |
| fast/events/context-nodrag.html |
| |
| # <rdar://problem/5643675> window.scrollTo scrolls a window with no scrollbars |
| fast/events/attempt-scroll-with-no-scrollbars.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=21916 Pixel test doesn't repaint entire view so result is corrupted by previous test |
| tables/mozilla_expected_failures/bugs/bug178855.xml |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=21913 Repaint pixel test failure |
| fast/repaint/body-background-image.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=81697 Skip file:// based notifications tests |
| fast/notifications |
| |
| # Skipped while Eric Carlson works on a fix. |
| # https://bugs.webkit.org/show_bug.cgi?id=28221 |
| media/audio-delete-while-step-button-clicked.html |
| |
| # Crashes due to debug assert until we fix issues with style elements in SVG |
| # https://bugs.webkit.org/show_bug.cgi?id=77764 |
| svg/custom/use-referencing-style-crash.svg |
| |
| # This test requires media controls has a volume slider. |
| media/video-volume-slider.html |
| |
| webkit.org/b/108223 fast/forms/range/slider-delete-while-dragging-thumb.html [ Crash Pass ] |
| |
| webkit.org/b/112659 media/video-playing-and-pause.html [ Failure Pass ] |
| |
| # This test requires generation of progress events during loading |
| # https://bugs.webkit.org/show_bug.cgi?id=100984 |
| media/progress-events-generated-correctly.html |
| |
| # This port doesn't support detecting slow unload handlers. |
| fast/dom/Window/slow-unload-handler.html |
| fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html |
| |
| # Accessibility tests without results |
| accessibility/document-attributes.html |
| accessibility/aria-menubar-menuitems.html |
| |
| # Accessibility tests with missing AccessibilityController functionality. |
| accessibility/selection-states.html |
| |
| # Accessibility tests for notifications that don't exist or aren't needed on Mac OS X. |
| accessibility/aria-checkbox-sends-notification.html |
| accessibility/menu-list-sends-change-notification.html |
| accessibility/multiselect-list-reports-active-option.html |
| |
| # Need to add functionality to DumpRenderTree to handle error pages |
| fast/history/back-forward-reset-after-error-handling.html |
| |
| # Need to implement this in plugins code in WebKit |
| plugins/reloadplugins-and-pages.html |
| |
| # This test requires ogg codecs |
| media/media-can-play-ogg.html |
| |
| # This test requires flac codec |
| media/media-can-play-flac-audio.html |
| |
| # These tests require touch support |
| fast/events/touch |
| |
| # No button tracked |
| fast/events/mouseover-button.html |
| |
| # Skipped until https://bugs.webkit.org/show_bug.cgi?id=33923 is resolved. |
| platform/mac/accessibility/change-notification-on-scroll.html |
| |
| # See https://bugs.webkit.org/show_bug.cgi?id=34287 |
| http/tests/media/video-cookie.html |
| |
| # Accept header is handled by the browser |
| http/tests/misc/image-checks-for-accept.html |
| |
| # The animation causes the result of this test to depend on the speed of executing it, and that will cause it to be flaky |
| fast/dom/HTMLProgressElement/progress-element.html |
| |
| # eventSender needs to propagate the event to the calling window, not the main frame always. |
| http/tests/plugins/plugin-document-has-focus.html |
| |
| # Requires testRunner.setMediaType() and implementation |
| fast/media/print-restores-previous-mediatype.html |
| |
| # VIEW_MODE_CSS_MEDIA is not enabled on Mac. |
| # DumpRenderTree requires testRunner.setViewModeMediaFeature() |
| fast/media/view-mode-media-feature.html [ ImageOnlyFailure ] |
| fast/media/media-query-list-02.html [ Failure ] |
| fast/media/media-query-list-03.html [ Failure ] |
| fast/media/media-query-list-04.html [ Failure ] |
| fast/media/media-query-list-05.html [ Failure ] |
| fast/media/media-query-list-06.html [ Failure ] |
| fast/media/media-query-list-07.html [ Failure ] |
| |
| # Needs layoutTestController.enableAutoResizeMode() |
| fast/autoresize |
| |
| # Uses layoutTestController.titleTextDirection, which is Chromium-only |
| fast/dom/title-directionality-removeChild.html |
| |
| # Test is flaky and thus not useful until fixed. |
| # https://bugs.webkit.org/show_bug.cgi?id=36642 |
| fast/replaced/border-radius-clip.html |
| |
| # Need to add functionality to DumpRenderTree to handle scrollbar policy changes |
| fast/overflow/scrollbar-restored-and-then-locked.html |
| |
| # Mac port doesn't put text/html on the pasteboard for app compatibility: https://bugs.webkit.org/show_bug.cgi?id=19893 |
| editing/pasteboard/onpaste-text-html-types.html |
| editing/pasteboard/onpaste-text-html.html |
| fast/events/ondrop-text-html.html |
| |
| # EventSendingController does not send events on areas outside the WebView. |
| scrollbars/scrollbar-click-does-not-blur-content.html |
| |
| # Below canvas test cases from http://philip.html5.org/tests/canvas/suite/tests/ |
| # (2d.composite.operation.clear) is failing because we support the "clear" composite op |
| # without our vendor prefix since it was around in canvas before the spec was written. |
| canvas/philip/tests/2d.composite.operation.clear.html |
| # (2d.composite.*) Most, if not all, of these are failing due to the webkit canvas |
| # drawing model being different than the spec's current model. There is a current |
| # effort out to change the spec to the webkit canvas model. |
| canvas/philip/tests/2d.composite.operation.darker.html |
| |
| # This canvas test is skipped because it is out of date with respect to |
| # the current spec, and the fix for https://bugs.webkit.org/show_bug.cgi?id=65709 |
| # which complies with the current spec, makes this test fail by no longer throwing |
| # exceptions that were previously expected |
| canvas/philip/tests/2d.drawImage.outsidesource.html |
| |
| # IndexedDB is not yet enabled. |
| storage/indexeddb |
| http/tests/inspector/indexeddb |
| http/tests/security/cross-origin-indexeddb-allowed.html |
| http/tests/security/cross-origin-indexeddb.html |
| http/tests/security/cross-origin-worker-indexeddb-allowed.html |
| http/tests/security/cross-origin-worker-indexeddb.html |
| http/tests/security/no-indexeddb-from-sandbox.html |
| |
| # This port doesn't support DeviceMotion or DeviceOrientation. |
| fast/dom/DeviceMotion |
| fast/dom/DeviceOrientation |
| fast/dom/Window/window-properties-device-orientation.html |
| |
| # Link prefetch is disabled by default |
| fast/dom/HTMLLinkElement/link-and-subresource-test.html |
| fast/dom/HTMLLinkElement/link-and-subresource-test-nonexistent.html |
| fast/dom/HTMLLinkElement/prefetch.html |
| fast/dom/HTMLLinkElement/prefetch-beforeload.html |
| fast/dom/HTMLLinkElement/prefetch-onerror.html |
| fast/dom/HTMLLinkElement/prefetch-onload.html |
| fast/dom/HTMLLinkElement/prefetch-too-many-clients.html |
| fast/dom/HTMLLinkElement/subresource.html |
| http/tests/misc/link-rel-prefetch-and-subresource.html |
| http/tests/misc/prefetch-purpose.html |
| |
| # Link prerender is disabled. |
| fast/dom/HTMLLinkElement/prerender-insert-after-stop.html |
| fast/dom/HTMLLinkElement/prerender-remove-after-stop.html |
| |
| # Filenames aren't filtered out from edit drags yet, see https://bugs.webkit.org/show_bug.cgi?id=38826 |
| editing/pasteboard/file-drag-to-editable.html |
| |
| # EventSender::dumpFilenameBeingDragged not implemented. |
| # https://bugs.webkit.org/show_bug.cgi?id=61827 |
| fast/events/drag-image-filename.html |
| |
| # Hits an assert in FrameLoader.cpp. https://bugs.webkit.org/show_bug.cgi?id=31387 |
| http/tests/multipart/policy-ignore-crash.php |
| |
| # Datalist is not yet enabled. |
| fast/forms/datalist |
| |
| # Color input is not yet enabled. |
| fast/forms/color |
| |
| # ENABLE_INPUT_TYPE_* are not enabled. |
| # https://bugs.webkit.org/show_bug.cgi?id=29359 |
| fast/forms/date |
| fast/forms/datetime |
| fast/forms/datetimelocal |
| fast/forms/month |
| fast/forms/time |
| fast/forms/week |
| |
| # ENABLE_GAMEPAD not enabled. |
| gamepad/ |
| |
| # X-Content-Type-Options (ENABLE_NOSNIFF) is not enabled. |
| http/tests/security/contentTypeOptions |
| |
| # Speech input is not yet enabled. |
| fast/speech |
| |
| # Speech JavaScript API is not yet enabled. |
| fast/events/constructors/speech-recognition-event-constructor.html |
| |
| # Media Stream API is not yet enabled. |
| fast/mediastream |
| fast/events/constructors/media-stream-event-constructor.html |
| |
| # Needs to be fixed at image decoder layer for Safari. |
| fast/images/large-size-image-crash.html |
| |
| # Directory upload is not enabled. |
| fast/forms/file/input-file-directory-upload.html |
| |
| # Requires ENABLE(FILE_SYSTEM) |
| fast/forms/file/input-file-entries.html |
| |
| # Web Timing is not enabled. |
| # https://bugs.webkit.org/show_bug.cgi?id=42434 |
| fast/dom/Window/window-properties-performance.html |
| fast/dom/navigation-type-back-forward.html |
| fast/dom/navigation-type-navigate.html |
| fast/dom/navigation-type-reload.html |
| fast/dom/webtiming.html |
| fast/dom/webtiming-document-open.html |
| fast/dom/webtiming-navigate-within-document.html |
| http/tests/misc/webtiming-origins.html |
| http/tests/misc/webtiming-one-redirect.php |
| http/tests/misc/webtiming-slow-load.php |
| http/tests/misc/webtiming-ssl.php |
| http/tests/misc/webtiming-two-redirects.php |
| http/tests/w3c/webperf |
| fast/performance/ |
| |
| # Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled |
| # https://bugs.webkit.org/show_bug.cgi?id=85558 |
| http/tests/security/contentSecurityPolicy/1.1 |
| |
| # Still working out flakiness issues with the perf tests. |
| # https://bugs.webkit.org/show_bug.cgi?id=44199 |
| perf/ |
| |
| # This test appears to be flakey on all platforms, especially |
| # Mac-Leopard after r63862. Skipping for now. |
| # https://bugs.webkit.org/show_bug.cgi?id=42821 |
| animations/play-state.html |
| |
| webkit.org/b/113598 animations/animation-delay-changed.html [ Pass Failure ] |
| webkit.org/b/113599 svg/animations/reinserting-svg-into-document.html [ Pass Failure ] |
| |
| # window.eventSender doesn't exist in devtools front-end on mac. |
| # https://bugs.webkit.org/show_bug.cgi?id=106793 |
| inspector/editor/text-editor-formatter.html [ Skip ] |
| inspector/editor/text-editor-word-jumps.html [ Skip ] |
| inspector/editor/text-editor-home-button.html [ Skip ] |
| inspector/editor/text-editor-smart-braces.html [ Skip ] |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=71120 |
| inspector/debugger/selected-call-frame-after-formatting-source.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=43332 |
| inspector/debugger/dom-breakpoints.html |
| inspector/debugger/event-listener-breakpoints.html |
| inspector/debugger/step-through-event-listeners.html |
| inspector/debugger/xhr-breakpoints.html |
| |
| # Test is flaky and thus not useful until fixed. |
| webkit.org/b/113589 inspector/debugger/debugger-scripts-reload.html [ Pass Failure ] |
| |
| # JSC doesn't support heap profiling |
| # https://bugs.webkit.org/show_bug.cgi?id=50485 |
| inspector/profiler/heap-snapshot-inspect-dom-wrapper.html |
| inspector/profiler/heap-snapshot-comparison-dom-groups-change.html |
| inspector/profiler/heap-snapshot-comparison-expansion-preserved-when-sorting.html |
| inspector/profiler/heap-snapshot-comparison-show-all.html |
| inspector/profiler/heap-snapshot-loader.html |
| inspector/profiler/heap-snapshot-reveal-in-dominators-view.html |
| inspector/profiler/heap-snapshot-summary-retainers.html |
| inspector/profiler/heap-snapshot-summary-show-ranges.html |
| inspector/profiler/heap-snapshot-summary-sorting-fields.html |
| inspector/profiler/heap-snapshot-summary-sorting.html |
| inspector/profiler/heap-snapshot-summary-sorting-instances.html |
| webkit.org/b/50485 inspector-protocol/heap-profiler [ Skip ] |
| |
| webkit.org/b/113787 inspector/profiler/memory-instrumentation-external-array.html [ Skip ] |
| |
| webkit.org/b/113787 inspector/profiler/memory-instrumentation-external-string.html [ Skip ] |
| |
| # New inspector/profiler/memory-instrumentation-canvas.html fails on JSC platforms |
| webkit.org/b/99001 inspector/profiler/memory-instrumentation-canvas.html |
| webkit.org/b/73936 inspector/profiler/canvas2d/canvas-has-uninstrumented-canvases.html |
| webkit.org/b/73936 inspector/profiler/canvas2d/canvas-stack-trace.html |
| webkit.org/b/73936 inspector/profiler/canvas2d/canvas-replay-log-grid.html |
| |
| # Skipping newly added tests while I'm finding out what is wrong. |
| # https://bugs.webkit.org/show_bug.cgi?id=59706 |
| http/tests/inspector/resource-tree/resource-tree-document-url.html |
| http/tests/inspector/resource-tree/resource-tree-frame-add.html |
| http/tests/inspector/resource-tree/resource-tree-frame-navigate.html |
| http/tests/inspector/resource-tree/resource-tree-reload.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=40300 |
| inspector/debugger/live-edit.html |
| inspector/debugger/live-edit-breakpoints.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=89652 |
| inspector/debugger/debugger-compile-and-run.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=53003 |
| http/tests/inspector/compiler-source-mapping-debug.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=96942 |
| http/tests/inspector/network/network-xhr-replay.html |
| |
| webkit.org/b/109546 inspector/script-execution-state-change-notification.html [ Skip ] |
| webkit.org/b/112502 inspector/elements/highlight-node-scaled.html [ Pass Failure ] |
| |
| # Flakey notification test. |
| webkit.org/b/112499 http/tests/notifications/window-show-on-click.html [ Pass Failure ] |
| webkit.org/b/112499 http/tests/notifications/legacy/window-show-on-click.html [ Pass Failure ] |
| |
| # Safari doesn't allow to customize outermost scrollbars. |
| # https://bugs.webkit.org/show_bug.cgi?id=43960 |
| scrollbars/custom-scrollbar-with-incomplete-style.html |
| |
| # Crash due to r66850. |
| # https://bugs.webkit.org/show_bug.cgi?id=45575 |
| fast/files/workers |
| |
| # viewport meta tag support |
| fast/viewport |
| |
| # needs enhanced eventSender.contextMenu() return value |
| # see also https://bugs.webkit.org/show_bug.cgi?id=45021 |
| media/context-menu-actions.html |
| |
| # requires video.buffered to be able to return multiple timeranges |
| http/tests/media/video-buffered.html |
| |
| # FileSystem API is not supported. |
| fast/filesystem |
| http/tests/filesystem |
| http/tests/inspector/filesystem |
| http/tests/security/contentSecurityPolicy/filesystem-urls-match-self.html |
| http/tests/security/filesystem-iframe-from-remote.html |
| http/tests/security/mixedContent/filesystem-url-in-iframe.html |
| http/tests/websocket/tests/hybi/send-file-blob.html |
| http/tests/websocket/tests/hybi/send-file-blob-fail.html |
| fast/dom/MutationObserver/filesystem-callback-delivery.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=46223 |
| # The WebKit plugin implementation does not support iframe shims. |
| plugins/iframe-shims.html |
| |
| # This new test runs differently on the buildbot than it doesn on user |
| # machines. I'll ask jnd to fix it once he's back from vacation. |
| plugins/plugin-initiate-popup-window.html |
| |
| # Requires WebP support. |
| fast/canvas/canvas-toDataURL-webp.html |
| fast/images/webp-image-decoding.html |
| fast/images/webp-color-profile-lossless.html |
| fast/images/webp-color-profile-lossy-alpha.html |
| fast/images/webp-color-profile-lossy.html |
| http/tests/images/webp-partial-load.html |
| http/tests/images/webp-progressive-load.html |
| |
| # Times out because plugins aren't allowed to execute JS after NPP_Destroy has been called in WebKit1's OOP plugins implementation http://webkit.org/b/48929 |
| plugins/evaluate-js-after-removing-plugin-element.html |
| |
| # Very flaky: https://bugs.webkit.org/show_bug.cgi?id=49182 |
| animations/stop-animation-on-suspend.html |
| |
| # DRT does not support toggling caret browsing on / off |
| editing/selection/caret-mode-paragraph-keys-navigation.html |
| |
| # This port doesn't support v8 i18n extension. |
| fast/js/i18n-bindings-locale.html |
| |
| # Non-premultiplied-alpha currently broken on mac. |
| # https://bugs.webkit.org/show_bug.cgi?id=55509 |
| compositing/webgl/webgl-nonpremultiplied-blend.html |
| |
| # DataTransferItems is not yet implemented. |
| editing/pasteboard/data-transfer-items.html |
| editing/pasteboard/data-transfer-items-image-png.html |
| editing/pasteboard/data-transfer-items-drag-drop-file.html |
| editing/pasteboard/data-transfer-items-drag-drop-entry.html |
| editing/pasteboard/data-transfer-items-drag-drop-string.html |
| fast/events/clipboard-dataTransferItemList.html |
| fast/events/drag-dataTransferItemList.html |
| fast/events/drag-dataTransferItemList-file-handling.html |
| |
| # Replacement text for misspelling is not given from NSSpellChecker. |
| # https://bugs.webkit.org/show_bug.cgi?id=77934 |
| editing/spelling/spelling-marker-description.html |
| |
| # Custom MIME type support in DataTransfer is not yet implemented. |
| editing/pasteboard/clipboard-customData.html |
| fast/events/drag-customData.html |
| |
| # Need to implement WebGeolocationRequest::cancelPermissionRequest on mac. |
| # https://bugs.webkit.org/show_bug.cgi?id=55944 |
| fast/dom/Geolocation/page-reload-cancel-permission-requests.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=103435 |
| fast/backgrounds/background-opaque-images-over-color.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=56685 |
| webarchive/test-link-rel-icon.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=56691 |
| http/tests/inspector/network/network-size-chunked.html |
| http/tests/inspector/network/network-size-sync.html |
| |
| # Quota API is not supported. |
| storage/storageinfo-missing-arguments.html |
| storage/storageinfo-no-callbacks.html |
| storage/storageinfo-query-usage.html |
| storage/storageinfo-request-quota.html |
| storage/storagequota-query-usage.html |
| storage/storagequota-request-quota.html |
| fast/workers/worker-storagequota-query-usage.html |
| fast/workers/shared-worker-storagequota-query-usage.html |
| |
| # Tests that require ENABLE(DOWNLOAD_ATTRIBUTE). |
| fast/dom/HTMLAnchorElement/anchor-nodownload.html |
| fast/dom/HTMLAnchorElement/anchor-download.html |
| fast/dom/HTMLAnchorElement/anchor-nodownload-set.html |
| fast/dom/HTMLAnchorElement/anchor-download-unset.html |
| |
| # Expose title direction in WebKit API |
| # https://bugs.webkit.org/show_bug.cgi?id=58845 |
| fast/dom/title-directionality.html |
| |
| # Timing out for unknown reasons. Passes on Chromium, QT and GTK+. |
| # https://bugs.webkit.org/show_bug.cgi?id=58924 |
| plugins/mouse-click-iframe-to-plugin.html |
| |
| # HTTP 204 (No Content) should be ignored |
| # https://bugs.webkit.org/show_bug.cgi?id=60206 |
| http/tests/navigation/response204.html |
| |
| # console long eval test is timeout 60616 |
| inspector/console/console-long-eval-crash.html |
| |
| # Fails after r87328: |
| # https://bugs.webkit.org/show_bug.cgi?id=61487 |
| http/tests/media/video-cross-site.html |
| |
| # REGRESSION (r89305-r89312): webarchive/loading/mainresource-null-mimetype-crash.html failing on Leopard/SnowLeopard release |
| # https://bugs.webkit.org/show_bug.cgi?id=63169 |
| webarchive/loading/mainresource-null-mimetype-crash.html |
| |
| # <style scoped> is not yet enabled. http://webkit.org/b/49142 |
| fast/css/style-scoped |
| # CSS Regions tests for region styling and scoped styles |
| fast/regions/style-scoped-in-flow-override-container-style.html |
| fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions.html |
| fast/regions/style-scoped-in-flow-override-region-styling.html |
| fast/regions/style-scoped-in-flow.html |
| |
| # seamless iframes exhibit odd repaint issues in regions and columns, but only in DumpRenderTree |
| fast/regions/seamless-iframe-flowed-into-regions.html |
| fast/multicol/seamless-flowed-through-columns.html |
| |
| # ENABLE(SHADOW_DOM) is disabled. |
| fast/dom/shadow |
| editing/shadow |
| inspector/elements/update-shadowdom.html |
| accessibility/corresponding-control-deleted-crash.html |
| editing/text-iterator/basic-iteration-shadowdom.html |
| |
| # ENABLE(TEMPLATE_ELEMENT) is disabled. |
| fast/dom/HTMLTemplateElement |
| html5lib/generated/run-template-data.html |
| html5lib/generated/run-template-write.html |
| fast/xsl/xslt-xhtml-template.xml |
| fast/xpath/xpath-template-element.html |
| fast/xsl/xslt-processor-template.html |
| |
| # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540) |
| http/tests/security/isolatedWorld/cross-origin-xhr.html |
| |
| # JSC also doesn't support setIsolatedWorldContentSecurityPolicy (webkit.org/b/100815) |
| webkit.org/b/100815 http/tests/security/isolatedWorld/bypass-main-world-csp.html [ Failure ] |
| webkit.org/b/100815 http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr.html [ Failure ] |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=63282 layerTreeAsText doesn't work for iframes |
| compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html |
| compositing/rtl/rtl-iframe-absolute-overflow.html |
| compositing/rtl/rtl-iframe-absolute.html |
| compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html |
| compositing/rtl/rtl-iframe-fixed-overflow.html |
| compositing/rtl/rtl-iframe-fixed.html |
| compositing/rtl/rtl-iframe-relative.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82554 |
| compositing/rtl/rtl-fixed-overflow-scrolled.html |
| |
| # For now, Web Audio tests are disabled |
| # https://bugs.webkit.org/show_bug.cgi?id=86914 |
| webaudio/ |
| inspector-protocol/nmi-webaudio.html |
| inspector-protocol/nmi-webaudio-leak-test.html |
| |
| # Microdata DOM API is not yet enabled. |
| fast/dom/MicroData |
| |
| # ENABLE(DRAGGABLE_REGION) is disabled |
| fast/css/draggable-region-parser.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=97132 |
| media/track/track-cue-rendering-horizontal.html |
| media/track/track-cue-rendering-snap-to-lines-not-set.html |
| media/track/track-cue-rendering-vertical.html |
| media/track/track-webvtt-tc028-unsupported-markup.html |
| |
| # 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/interfaces/TextTrackList/onremovetrack.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 ] |
| |
| # Tests for MediaSource API. Feature is not yet functional. |
| # https://bugs.webkit.org/show_bug.cgi?id=64731 |
| http/tests/media/media-source/ |
| |
| # Encrypted Media Extensions are not enabled. |
| media/encrypted-media/ |
| fast/events/constructors/media-key-event-constructor.html |
| |
| # Font feature settings is not implemented. |
| css3/font-feature-settings-rendering.html |
| |
| # This test verifies that a mismatch reftest will fail as intended if both results are same. |
| fast/harness/sample-fail-mismatch-reftest.html [ WontFix ImageOnlyFailure ] |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=67716 |
| media/media-controls-invalid-url.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=68278 |
| http/tests/history/back-with-fragment-change.php |
| |
| # Skip because this platform does not support a paging mouse wheel event |
| fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html |
| fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html |
| fast/events/platform-wheelevent-paging-x-in-scrolling-div.html |
| fast/events/platform-wheelevent-paging-x-in-scrolling-page.html |
| fast/events/platform-wheelevent-paging-xy-in-scrolling-div.html |
| fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html |
| fast/events/platform-wheelevent-paging-y-in-non-scrolling-div.html |
| fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html |
| fast/events/platform-wheelevent-paging-y-in-scrolling-div.html |
| fast/events/platform-wheelevent-paging-y-in-scrolling-page.html |
| |
| # Pointer Lock is not implemented. |
| pointer-lock/ |
| http/tests/pointer-lock/ |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82763 |
| fast/forms/textarea-placeholder-set-attribute.html |
| fast/forms/placeholder-set-attribute.html |
| fast/forms/search-placeholder-value-changed.html |
| |
| # Timeout. |
| fast/dom/Window/open-window-min-size.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=73148 |
| fast/canvas/webgl/webgl-texture-binding-preserved.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=73974 |
| fast/canvas/webgl/canvas-2d-webgl-texture.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=74384 |
| # Skipped as this is not a expected behaviour on mac. |
| fast/forms/select/menulist-onchange-fired-with-key-up-down.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=73304 |
| # Tiemout. Needs ChromeClient::hasOpenedPopup() impelementation? |
| fast/forms/select/menulist-popup-crash.html |
| |
| # Frame::findString does nothing on pages that prevent selection |
| # https://bugs.webkit.org/show_bug.cgi?id=40361 |
| editing/text-iterator/findString-selection-disabled.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=75184 |
| media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_1.html |
| media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2.html |
| media/W3C/video/canPlayType/canPlayType_codecs_order_2.html |
| media/W3C/video/canPlayType/canPlayType_codecs_order_3.html |
| media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_2.html |
| media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_3.html |
| media/W3C/video/canPlayType/canPlayType_two_implies_one_3.html |
| media/W3C/video/canPlayType/canPlayType_two_implies_one_4.html |
| media/W3C/video/canPlayType/canPlayType_two_implies_one_5.html |
| media/W3C/video/canPlayType/canPlayType_two_implies_one_6.html |
| |
| # Fails because MutationObservers are not notified at end-of-task |
| # https://bugs.webkit.org/show_bug.cgi?id=78290 |
| fast/dom/MutationObserver/end-of-task-delivery.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=72010 |
| # Needs PageClients::vibrationClient() implementation. |
| fast/dom/navigator-vibration.html |
| |
| # Touch adjustment not enabled |
| # https://bugs.webkit.org/show_bug.cgi?id=78801 |
| touchadjustment |
| |
| # canvas/philip/tests/2d.line.cap.round.html fails on Mac Lion WK1 |
| # https://bugs.webkit.org/show_bug.cgi?id=81289 |
| # <rdar://problem/11059777> |
| canvas/philip/tests/2d.line.cap.round.html |
| canvas/philip/tests/2d.shadow.canvas.transparent.2.html |
| canvas/philip/tests/2d.shadow.image.transparent.2.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=62698 |
| # Needs BatteryClient implementation. |
| batterystatus/ |
| |
| #Network Information is not supported yet. http://webkit.org/b/73528 |
| networkinformation |
| |
| # Proximity Events is not supported. |
| proximity |
| fast/events/constructors/device-proximity-event-constructor.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=81410 |
| scrollbars/scrollbar-middleclick-nopaste.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=81599 |
| # These canvas tests are flaky (fail on bots, not locally, or vice versa) |
| fast/canvas/canvas-createPattern-fillRect-shadow.html |
| fast/canvas/canvas-draw-canvas-on-canvas-shadow.html |
| fast/canvas/canvas-fillRect-gradient-shadow.html |
| fast/canvas/set-colors.html |
| canvas/philip/tests/2d.path.arc.scale.1.html |
| |
| # Media tests that time out unexpectedly |
| # https://bugs.webkit.org/show_bug.cgi?id=81604 |
| media/audio-garbage-collect.html |
| |
| # parser test that times out waiting for notifyDone |
| # http://bugs.webkit.org/show_bug.cgi?id=81618 |
| fast/workers/storage/use-same-database-in-page-and-workers.html |
| |
| # Not possible to set UA string for media requests with all Mac media engines. |
| http/tests/media/video-useragent.html |
| |
| # Has failed since its introduction in r105826. Skipped everywhere but chromium. |
| fast/events/dropzone-005.html |
| |
| # Spelling tests that are flakey. https://bugs.webkit.org/show_bug.cgi?id=82555 |
| editing/spelling/spellcheck-async-mutation.html |
| platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word.html |
| platform/mac/editing/spelling/move-cursor-to-autocorrected-word.html |
| platform/mac/editing/spelling/forward-delete-into-autocorrected-word.html |
| platform/mac/editing/spelling/editing-word-with-marker-1.html |
| platform/mac/editing/spelling/delete-into-autocorrected-word.html |
| platform/mac/editing/spelling/click-autocorrected-word.html |
| platform/mac/editing/spelling/autocorrection-contraction.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82665 |
| http/tests/webarchive/test-css-url-encoding-shift-jis.html |
| http/tests/webarchive/test-css-url-encoding-utf-8.html |
| http/tests/webarchive/test-css-url-encoding.html |
| webarchive/test-css-url-resources-in-stylesheets.html |
| webarchive/test-css-url-resources-inline-styles.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82668 |
| plugins/mouse-events.html |
| plugins/mouse-move-over-plugin-in-frame.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82671 |
| http/tests/inspector/console-cross-origin-iframe-logging.html |
| http/tests/inspector/inspect-element.html |
| http/tests/inspector/resource-har-conversion.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82672 |
| http/tests/xmlhttprequest/range-test.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82747 |
| fast/events/scroll-div-with-prevent-default-in-subframe.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82762 |
| fast/animation/request-animation-frame-during-modal.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82805 |
| fast/canvas/webgl/framebuffer-object-attachment.html |
| fast/canvas/webgl/object-deletion-behaviour.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82817 |
| storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html |
| storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html |
| storage/domstorage/localstorage/storagetracker/storage-tracker-6-create.html |
| storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html |
| storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82923 |
| # https://bugs.webkit.org/show_bug.cgi?id=82886 |
| inspector/styles/override-screen-size.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82932 |
| inspector/profiler/cpu-profiler-profiling.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82943 |
| inspector/debugger/copy-stack-trace.html |
| inspector/debugger/callstack-placards-discarded.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82972 |
| plugins/keyboard-events.html |
| plugins/layout-in-beforeload-listener-affects-plugin-loading.html |
| plugins/mouse-events-fixedpos.html |
| plugins/multiple-plugins.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82976 |
| media/W3C/video/networkState/networkState_during_progress.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82978 |
| inspector/styles/svg-style.xhtml |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82979 |
| fast/canvas/2d.text.draw.fill.maxWidth.gradient.html |
| canvas/philip/tests/2d.text.draw.align.center.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82980 |
| http/tests/navigation/back-twice-without-commit.html |
| |
| webkit.org/b/112617 [ Debug ] http/tests/navigation/navigation-redirect-schedule-crash.html [ Crash Pass ] |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82981 |
| http/tests/misc/favicon-loads-with-icon-loading-override.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=82982 |
| fast/dom/jsDevicePixelRatio.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=83618 |
| fast/dom/inline-event-attributes-release.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=84102 |
| fast/profiler/stop-profiling-after-setTimeout.html |
| fast/profiler/dead-time.html |
| |
| # [Mac] inspector/debugger/linkifier.html is flakey |
| # https://bugs.webkit.org/show_bug.cgi?id=85319 |
| inspector/debugger/linkifier.html |
| |
| # Failing subpixel reference tests |
| # https://bugs.webkit.org/show_bug.cgi?id=85532 |
| fast/sub-pixel/file-upload-control-at-fractional-offset.html [ ImageOnlyFailure ] |
| fast/sub-pixel/float-wrap-zoom.html [ ImageOnlyFailure ] |
| fast/sub-pixel/zoomed-image-tiles.html [ ImageOnlyFailure ] |
| |
| # Needs rebaseline |
| fast/sub-pixel/inline-block-with-padding.html [ Failure ] |
| |
| # No CORS support for media elements is implemented yet. |
| http/tests/security/video-cross-origin-readback.html |
| |
| # media/audio-repaint.html sometimes fails on Lion Debug (Tests) |
| # https://bugs.webkit.org/show_bug.cgi?id=84357 |
| media/audio-repaint.html |
| |
| # Requires ENABLE(MEDIA_CAPTURE) |
| fast/forms/file/file-input-capture.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=85522 |
| http/tests/security/sandboxed-iframe-form-top.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=85523 |
| fullscreen/full-screen-iframe-legacy.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=85525 |
| media/video-played-reset.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=85969 |
| http/tests/loading/post-in-iframe-with-back-navigation.html |
| |
| # Inspector only supports evaluation in content script world with v8, see https://bugs.webkit.org/show_bug.cgi?id=85709 |
| inspector/extensions/extensions-eval-content-script.html |
| inspector/extensions/extensions-audits-content-script.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=86480 |
| plugins/npruntime/delete-plugin-within-setProperty.html |
| plugins/npruntime/delete-plugin-within-hasProperty-return-true.html |
| plugins/npruntime/delete-plugin-within-hasProperty-return-false.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=87347 |
| fast/frames/flattening/iframe-tiny.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=87541 |
| fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565.html |
| fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444.html |
| fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551.html |
| |
| # Times out without keyboard interaction |
| # https://bugs.webkit.org/show_bug.cgi?id=87748 |
| fast/forms/select/optgroup-clicking.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=88672 |
| svg/filters/color-space-conversion.svg |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=89528 |
| svg/filters/container-with-filters.svg |
| svg/filters/feSpecularLight-premultiplied.svg |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=89680 |
| fast/canvas/canvas-imageSmoothingEnabled-repaint.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=89845 |
| fast/forms/input-set-composition-scroll.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=90649 |
| fast/canvas/webgl/tex-image-with-format-and-type.html |
| fast/canvas/webgl/tex-sub-image-2d.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=90706 |
| inspector/timeline/timeline-frames.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=90707 |
| inspector/timeline/timeline-receive-response-event.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=90708 |
| fullscreen/exit-full-screen-iframe.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=90709 |
| http/tests/inspector/console-cd-completions.html |
| http/tests/inspector/console-cd.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=90711 |
| fast/canvas/webgl/gl-vertexattribpointer.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=90722 |
| inspector/profiler/heap-snapshot-comparison-show-next.html |
| inspector/profiler/heap-snapshot-comparison-shown-node-count-preserved-when-sorting.html |
| inspector/profiler/heap-snapshot-comparison-sorting.html |
| inspector/profiler/heap-snapshot-containment-expansion-preserved-when-sorting.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=90723 |
| inspector/debugger/set-breakpoint.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=90724 |
| compositing/iframes/iframe-size-from-zero.html |
| |
| compositing/iframes/overlapped-nested-iframes.html [ Failure Pass ] |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=90725 |
| media/media-blocked-by-beforeload.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=90833 |
| fast/js/global-constructors.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=91505 |
| platform/mac/plugins/root-object-premature-delete-crash.html |
| |
| # This test depends on subpixel layout. |
| # https://bugs.webkit.org/show_bug.cgi?id=92352 |
| css3/flexbox/flex-rounding.html |
| |
| # ENABLE(INPUT_MULTIPLE_FIELDS_UI) is disabled |
| fast/forms/date-multiple-fields |
| fast/forms/datetime-multiple-fields |
| fast/forms/datetimelocal-multiple-fields |
| fast/forms/month-multiple-fields |
| fast/forms/time-multiple-fields |
| fast/forms/week-multiple-fields |
| |
| # <rdar://problem/11224160> Focus not transferring properly in DumpRenderTree in Mountain Lion |
| fast/events/show-modal-dialog-onblur-onfocus.html |
| platform/mac/fast/forms/listbox-scrollbar-hit-test.html |
| |
| # <rdar://problem/11224894> Several Japanese vertical text tests failing on Mountain Lion |
| fast/dynamic/text-combine.html |
| fast/repaint/japanese-rl-selection-clear.html |
| fast/repaint/japanese-rl-selection-repaint.html |
| fast/repaint/repaint-across-writing-mode-boundary.html |
| fast/ruby/base-shorter-than-text.html |
| fast/text/emphasis-vertical.html |
| fast/text/international/text-spliced-font.html |
| fast/writing-mode/border-vertical-lr.html |
| fast/writing-mode/fallback-orientation.html |
| fast/writing-mode/japanese-lr-selection.html |
| fast/writing-mode/japanese-lr-text.html |
| fast/writing-mode/japanese-rl-selection.html |
| fast/writing-mode/japanese-rl-text.html |
| |
| # <rdar://problem/11076314> A few media and http/tests/media tests time out on Mountain Lion |
| http/tests/media/video-play-stall-seek.html |
| http/tests/media/video-play-stall.html |
| media/media-fullscreen-not-in-document.html |
| |
| # <rdar://problem/11358748> http/tests/multipart/multipart-wait-before-boundary.html fails on ML as of r115745 |
| http/tests/multipart/multipart-wait-before-boundary.html |
| |
| # <rdar://problem/11059031> Many, many Java tests fail on Mountain Lion |
| java/ |
| |
| # <rdar://problem/11187491> storage/websql/quota-tracking.html is failing on Mountain Lion |
| storage/websql/quota-tracking.html |
| |
| # <rdar://problem/11229810> SVG square caps on zero-length paths draw incorrectly on Mountain Lion |
| svg/W3C-SVG-1.1-SE/painting-control-04-f.svg |
| svg/custom/zero-path-square-cap-rendering.svg |
| svg/stroke/zero-length-arc-linecaps-rendering.svg |
| svg/stroke/zero-length-path-linecap-rendering.svg |
| svg/stroke/zero-length-subpaths-linecap-rendering.svg |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=95009 |
| compositing/overflow/overflow-auto-with-touch.html |
| compositing/overflow/overflow-overlay-with-touch.html |
| compositing/overflow/scrolling-content-clip-to-viewport.html |
| compositing/overflow/textarea-scroll-touch.html |
| compositing/overflow/updating-scrolling-content.html |
| compositing/overflow/scrolling-without-painting.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=110871 |
| compositing/overlap-blending/reflection-opacity-huge.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=95027 |
| fast/block/float/016.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=93878 |
| # Due to JSC::Bindings::Instance::createRuntimeObject(JSC::ExecState*) crashes: |
| editing/pasteboard/paste-TIFF.html |
| platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=93878 (yes, same bug as the previous) |
| # Due to WebCore::JSEventListener::jsFunction(WebCore::ScriptExecutionContext*) crashes: |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=94458 |
| # Assertion failure in MessagePort::contextDestroyed, usually attributed to later tests |
| http/tests/security/MessagePort/event-listener-context.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=93812 |
| # REGRESSION(r125251): It made svg/custom/use-instanceRoot-as-event-target.xhtml assert and flakey |
| # ASSERTION FAILED: m_wrapper || !m_jsFunction |
| svg/custom/use-instanceRoot-as-event-target.xhtml |
| |
| webkit.org/b/112620 [ Debug ] svg/custom/image-with-attr-change-after-delete-crash.html [ Crash Pass ] |
| |
| # Assorted failures that need investigation |
| |
| # --- Canvas --- |
| canvas/philip/tests/2d.gradient.interpolate.colouralpha.html |
| canvas/philip/tests/2d.line.miter.lineedge.html |
| canvas/philip/tests/2d.strokeRect.zero.4.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=107118 |
| fast/canvas/canvas-quadratic-same-endpoint.html |
| |
| # --- Compositing ---- |
| css3/filters/composited-during-transition-layertree.html |
| |
| # --- Custom Filters --- |
| # The following 5 tests are currently skipped on Mac for slight color differences, |
| # please see the relevant bug: http://webkit.org/b/107487 |
| webkit.org/b/107487 css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html [ Skip ] |
| webkit.org/b/107487 css3/filters/custom/custom-filter-nonseparable-blend-mode-color.html [ Skip ] |
| webkit.org/b/107487 css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity.html [ Skip ] |
| webkit.org/b/107487 css3/filters/custom/custom-filter-nonseparable-blend-mode-hue.html [ Skip ] |
| webkit.org/b/107487 css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation.html [ Skip ] |
| |
| # --- Text --- |
| fast/forms/text-control-intrinsic-widths.html |
| platform/mac/fast/text/combining-character-sequence-fallback.html |
| svg/batik/text/textOnPath.svg |
| svg/batik/text/verticalTextOnPath.svg |
| |
| # --- Editing --- |
| # Pasting replaces the three periods with an ellipsis on Lion and Mountain Lion |
| editing/pasteboard/5478250.html |
| |
| # Sometimes fail <rdar://problem/9356912> |
| platform/mac/editing/spelling/autocorrection-delete.html |
| platform/mac/editing/spelling/autocorrection-removing-underline-after-paste.html |
| platform/mac/editing/spelling/autocorrection-removing-underline.html |
| platform/mac/editing/spelling/autocorrection-simple.html |
| platform/mac/editing/spelling/delete-autocorrected-word-1.html |
| platform/mac/editing/spelling/delete-autocorrected-word-2.html |
| |
| # Mac does not have global selections. |
| editing/pasteboard/paste-global-selection.html |
| |
| # --- WebGL --- |
| # Currently failing WebGL tests <rdar://problem/9355460> |
| fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=109081 |
| webgl |
| webgl/conformance/canvas/drawingbuffer-test.html [ Skip ] |
| webgl/conformance/canvas/to-data-url-test.html [ Skip ] |
| webgl/conformance/context/context-attribute-preserve-drawing-buffer.html [ Skip ] |
| webgl/conformance/context/context-creation-and-destruction.html [ Skip ] |
| webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html [ Skip ] |
| webgl/conformance/glsl/literals/float_literal.vert.html [ Skip ] |
| webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Skip ] |
| webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html [ Skip ] |
| webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html [ Skip ] |
| webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html [ Skip ] |
| webgl/conformance/glsl/variables/gl-pointcoord.html [ Skip ] |
| webgl/conformance/glsl/misc/shaders-with-varyings.html [ Skip ] |
| webgl/conformance/limits/gl-max-texture-dimensions.html [ Skip ] |
| webgl/conformance/more/conformance/quickCheckAPI-A.html [ Skip ] |
| webgl/conformance/more/conformance/quickCheckAPI-B1.html [ Skip ] |
| webgl/conformance/more/conformance/quickCheckAPI-B2.html [ Skip ] |
| webgl/conformance/more/conformance/quickCheckAPI-B3.html [ Skip ] |
| webgl/conformance/more/conformance/quickCheckAPI-B4.html [ Skip ] |
| webgl/conformance/more/conformance/quickCheckAPI-C.html [ Skip ] |
| webgl/conformance/more/conformance/quickCheckAPI-D_G.html [ Skip ] |
| webgl/conformance/more/conformance/quickCheckAPI-G_I.html [ Skip ] |
| webgl/conformance/more/conformance/quickCheckAPI-L_S.html [ Skip ] |
| webgl/conformance/more/conformance/quickCheckAPI-S_V.html [ Skip ] |
| webgl/conformance/more/functions/bufferDataBadArgs.html [ Skip ] |
| webgl/conformance/more/functions/copyTexImage2D.html [ Skip ] |
| webgl/conformance/more/functions/copyTexImage2DBadArgs.html [ Skip ] |
| webgl/conformance/more/functions/copyTexSubImage2D.html [ Skip ] |
| webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html [ Skip ] |
| webgl/conformance/more/functions/deleteBufferBadArgs.html [ Skip ] |
| webgl/conformance/more/functions/drawArrays.html [ Skip ] |
| webgl/conformance/more/functions/drawArraysOutOfBounds.html [ Skip ] |
| webgl/conformance/more/functions/drawElements.html [ Skip ] |
| webgl/conformance/more/functions/drawElementsBadArgs.html [ Skip ] |
| webgl/conformance/more/functions/readPixelsBadArgs.html [ Skip ] |
| webgl/conformance/more/functions/texImage2DBadArgs.html [ Skip ] |
| webgl/conformance/more/functions/texImage2DHTML.html [ Skip ] |
| webgl/conformance/more/functions/texSubImage2DBadArgs.html [ Skip ] |
| webgl/conformance/more/functions/texSubImage2DHTML.html [ Skip ] |
| webgl/conformance/ogles/GL/acos/acos_001_to_006.html [ Skip ] |
| webgl/conformance/ogles/GL/asin/asin_001_to_006.html [ Skip ] |
| webgl/conformance/ogles/GL/atan/atan_001_to_008.html [ Skip ] |
| webgl/conformance/ogles/GL/log/log_001_to_008.html [ Skip ] |
| webgl/conformance/ogles/GL/log2/log2_001_to_008.html [ Skip ] |
| webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html [ Skip ] |
| webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html [ Skip ] |
| webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html [ Skip ] |
| webgl/conformance/programs/program-test.html [ Skip ] |
| webgl/conformance/renderbuffers/framebuffer-object-attachment.html [ Skip ] |
| webgl/conformance/rendering/gl-scissor-test.html [ Skip ] |
| webgl/conformance/rendering/more-than-65536-indices.html [ Skip ] |
| webgl/conformance/rendering/multisample-corruption.html [ Skip ] |
| webgl/conformance/rendering/point-size.html [ Skip ] |
| webgl/conformance/textures/gl-pixelstorei.html [ Skip ] |
| webgl/conformance/textures/origin-clean-conformance.html [ Skip ] |
| webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html [ Skip ] |
| webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html [ Skip ] |
| webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html [ Skip ] |
| webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html [ Skip ] |
| webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html [ Skip ] |
| webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html [ Skip ] |
| webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html [ Skip ] |
| webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html [ Skip ] |
| webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html [ Skip ] |
| webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html [ Skip ] |
| webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html [ Skip ] |
| webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html [ Skip ] |
| webgl/conformance/textures/texture-active-bind-2.html [ Skip ] |
| webgl/conformance/textures/texture-active-bind.html [ Skip ] |
| webgl/conformance/textures/texture-npot-video.html [ Skip ] |
| webgl/conformance/textures/texture-size-limit.html [ Skip ] |
| webgl/conformance/textures/texture-size.html [ Skip ] |
| webgl/conformance/uniforms/uniform-default-values.html [ Skip ] |
| webgl/conformance/uniforms/uniform-location.html [ Skip ] |
| webgl/conformance/uniforms/uniform-samplers-test.html [ Skip ] |
| |
| # Sending the mouse down event to the scrollbar starts a nested run loop which causes a hang. |
| fast/events/mousedown-in-subframe-scrollbar.html |
| |
| # http://webkit.org/b/96828 |
| fast/canvas/webgl/oes-vertex-array-object.html |
| |
| # --- WebKit1 only --- |
| http/tests/misc/willCacheResponse-delegate-callback.html |
| http/tests/multipart/load-last-non-html-frame.php |
| http/tests/xmlhttprequest/basic-auth-nopassword.html |
| platform/mac/accessibility/selection-value-changes-for-aria-textbox.html |
| |
| # --- WebKit2 only --- |
| compositing/video/video-background-color.html |
| media/video-does-not-loop.html |
| media/video-size-intrinsic-scale.html |
| |
| # -- Flaky tests (WebKit 1 only) --- |
| platform/mac/accessibility/search-with-frames.html |
| |
| # -- Flaky tests (WebKit 2 only) --- |
| http/tests/websocket/tests/hybi/httponly-cookie.pl |
| |
| # --- Media --- |
| media/controls-styling.html |
| media/media-document-audio-repaint.html |
| media/video-zoom-controls.html |
| |
| # --- Miscellaneous --- |
| platform/mac/fast/overflow/overflow-scrollbar-hit-test.html |
| |
| # --- Plugins --- |
| # WebKit1 OOP plug-ins: Can't evaluate JavaScript from NPP_Destroy. |
| plugins/document-open.html |
| plugins/geturlnotify-during-document-teardown.html |
| plugins/nested-plugin-objects.html |
| plugins/netscape-destroy-plugin-script-objects.html |
| plugins/open-and-close-window-with-plugin.html |
| |
| # WebKit1 OOP plug-ins: No support for getting the form value. |
| plugins/form-value.html |
| |
| # WebKit1 OOP plug-ins: Exceptions aren't thrown on invoke failure. |
| plugins/npruntime/invoke-failure.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=93589 |
| # Very flaky, often failing on retry, too. |
| svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg |
| |
| # Unknown failures. |
| http/tests/multipart/invalid-image-data-standalone.html |
| webkit.org/b/76478 compositing/iframes/repaint-after-losing-scrollbars.html [ ImageOnlyFailure ] |
| webkit.org/b/76489 compositing/webgl/webgl-reflection.html [ ImageOnlyFailure ] |
| |
| # Needs ENABLE_SHADOW_DOM |
| webkit.org/b/76439 [ Debug ] fast/dom/shadow/content-element-api.html [ Failure ] |
| webkit.org/b/76439 [ Debug ] fast/dom/shadow/content-element-outside-shadow.html [ Failure ] |
| |
| # ENABLE(CUSTOM_ELEMENTS) is disabled. |
| fast/dom/custom |
| |
| # CSS Variables are not yet enabled. |
| webkit.org/b/85580 fast/css/variables |
| webkit.org/b/85580 inspector/styles/variables |
| |
| # CSS image-resolution is not yet enabled. |
| webkit.org/b/85262 fast/css/image-resolution |
| |
| # Resolution media query is not yet enabled. |
| webkit.org/b/85262 fast/media/mq-resolution.html [ Skip ] |
| webkit.org/b/85262 fast/media/mq-resolution-dpi-dpcm-warning.html [ Skip ] |
| |
| # CSS image-orientation is not yet enabled. |
| webkit.org/b/89052 fast/css/image-orientation |
| |
| # CSS3 Text support is not yet enabled (needs ENABLE_CSS3_TEXT). |
| webkit.org/b/58491 fast/css3-text/css3-text-decoration |
| webkit.org/b/76173 fast/css3-text/css3-text-align-last |
| webkit.org/b/112755 fast/css3-text/css3-text-indent [ Failure ] |
| |
| # Our slow tests, in alphabetical order. |
| webkit.org/b/57672 http/tests/local/fileapi/send-sliced-dragged-file.html [ Failure Pass ] |
| |
| webkit.org/b/57799 storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html [ Failure Pass ] |
| webkit.org/b/57799 storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html [ Failure Pass ] |
| |
| # Flaky tests that appear to be fail depending on which earlier tests |
| # run in the same process |
| webkit.org/b/57688 fast/text/international/bidi-AN-after-empty-run.html [ Failure Pass ] |
| webkit.org/b/57688 fast/text/international/bidi-CS-after-AN.html [ Failure Pass ] |
| webkit.org/b/57688 fast/text/international/thai-line-breaks.html [ Failure Pass ] |
| |
| # Fails on WK1, but passes on WK2. (No syntax available for this situation.) |
| webkit.org/b/58192 plugins/npp-set-window-called-during-destruction.html [ Failure Pass ] |
| |
| webkit.org/b/112646 plugins/private-browsing-mode.html [ Failure Pass ] |
| webkit.org/b/112616 plugins/plugin-clip-subframe.html [ Failure Pass ] |
| |
| # Occasional assertion in JSNPObject::invalidate() |
| webkit.org/b/112518 [ Debug ] plugins/object-onfocus-mutation-crash.html [ Crash Pass ] |
| webkit.org/b/112518 [ Debug ] plugins/npruntime/evaluate.html [ Crash Pass ] |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=104054 |
| webkit.org/b/104054 svg/custom/use-href-update-crash.svg [ Failure Pass ] |
| |
| # Flakey plugin tests |
| webkit.org/b/82752 plugins/netscape-dom-access-and-reload.html [ Failure Pass ] |
| |
| # Asserts sometimes |
| webkit.org/b/111902 [ Debug ] fast/frames/sandboxed-iframe-navigation-allowed.html [ Crash Pass ] |
| webkit.org/b/111902 [ Debug ] fast/frames/sandboxed-iframe-plugins.html [ Crash Pass ] |
| webkit.org/b/111902 [ Debug ] http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html [ Crash Pass ] |
| |
| # Flaky tests when run multi-process |
| webkit.org/b/58192 fast/dom/frame-loading-via-document-write.html [ Failure Pass ] |
| webkit.org/b/58192 http/tests/appcache/fail-on-update-2.html [ Failure Pass ] |
| webkit.org/b/58192 http/tests/appcache/fail-on-update.html [ Failure Pass ] |
| webkit.org/b/58192 http/tests/inspector/console-websocket-error.html [ Failure Pass ] |
| webkit.org/b/58192 fast/canvas/webgl/gl-teximage.html [ Failure Pass ] |
| webkit.org/b/58192 svg/dom/SVGScriptElement/script-set-href.svg [ Failure Pass ] |
| |
| # Flakey frame flattening tests |
| webkit.org/b/112532 fast/frames/flattening/iframe-flattening-offscreen.html [ Failure Pass ] |
| webkit.org/b/112532 fast/frames/flattening/iframe-flattening-out-of-view.html [ Failure Pass ] |
| webkit.org/b/112532 fast/frames/flattening/frameset-flattening-advanced.html [ Failure Pass ] |
| webkit.org/b/112532 fast/frames/flattening/frameset-flattening-subframesets.html [ Failure Pass ] |
| webkit.org/b/106185 fast/frames/flattening/iframe-flattening-fixed-height.html [ Failure Pass ] |
| webkit.org/b/106185 fast/frames/flattening/frameset-flattening-grid.html [ Failure Pass ] |
| |
| # Flakey cookies tests |
| webkit.org/b/73694 http/tests/cookies/simple-cookies-expired.html [ Failure Pass ] |
| webkit.org/b/73695 http/tests/cookies/simple-cookies-max-age.html [ Failure Pass ] |
| |
| webkit.org/b/69999 [ Release ] http/tests/security/contentSecurityPolicy/media-src-allowed.html [ Failure Pass ] |
| |
| webkit.org/b/73766 css3/unicode-bidi-isolate-aharon-failing.html [ ImageOnlyFailure ] |
| |
| # Flakey media tests |
| webkit.org/b/34331 http/tests/media/video-referer.html [ Failure Pass ] |
| |
| # Failing ref tests |
| 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 ] |
| |
| webkit.org/b/60731 ietestcenter/css3/grid/grid-column-001.htm [ ImageOnlyFailure ] |
| webkit.org/b/60731 ietestcenter/css3/grid/grid-column-003.htm [ ImageOnlyFailure ] |
| webkit.org/b/60731 ietestcenter/css3/grid/grid-items-002.htm [ ImageOnlyFailure ] |
| webkit.org/b/60731 ietestcenter/css3/grid/grid-items-003.htm [ ImageOnlyFailure ] |
| |
| webkit.org/b/85404 fast/loader/javascript-url-in-embed.html [ Failure Pass ] |
| |
| webkit.org/b/85408 svg/batik/text/longTextOnPath.svg [ Failure Pass ] |
| webkit.org/b/85408 svg/batik/paints/gradientLimit.svg [ Failure Pass ] |
| |
| webkit.org/b/99893 svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg [ ImageOnlyFailure ] |
| |
| webkit.org/b/98718 svg/animations/animate-css-xml-attributeType.html [ Failure Pass ] |
| |
| # 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 ] |
| |
| # Interferes with the tests that should pass |
| webkit.org/b/85689 fast/animation/request-animation-frame-disabled.html [ Skip ] |
| |
| # Hits assert https://bugs.webkit.org/show_bug.cgi?id=86208 |
| webkit.org/b/85308 ietestcenter/css3/valuesandunits/units-000.htm [ Skip ] |
| |
| # IETC namespace failures |
| webkit.org/b/86142 ietestcenter/css3/namespaces/syntax-021.xml [ ImageOnlyFailure ] |
| |
| # Safari needs to be fixed after bug 84195 updated the layout tests |
| webkit.org/b/85918 compositing/backface-visibility/backface-visibility-3d.html [ ImageOnlyFailure ] |
| webkit.org/b/85918 compositing/backface-visibility/backface-visibility-hierarchical-transform.html [ ImageOnlyFailure ] |
| webkit.org/b/85918 compositing/backface-visibility/backface-visibility-non3d.html [ ImageOnlyFailure ] |
| |
| # Disable webaudio codec tests, including proprietary codecs. |
| webkit.org/b/88794 webaudio/codec-tests |
| |
| # Text Autosizing is not enabled. |
| webkit.org/b/84186 fast/text-autosizing |
| |
| # Dialog element is not yet enabled. |
| webkit.org/b/84635 fast/dom/HTMLDialogElement [ Skip ] |
| |
| # INPUT_TYPE_DATE is not enabled on the Mac |
| webkit.org/b/90987 fast/forms/input-in-table-cell-no-value.html [ ImageOnlyFailure ] |
| |
| # Skip tests in fast/text/shaping |
| webkit.org/b/90951 fast/text/shaping |
| |
| # Needs rebaseline after bug https://bugs.webkit.org/show_bug.cgi?id=104462 |
| webkit.org/b/98687 fast/css-generated-content/table-row-group-to-inline.html [ Failure ] |
| |
| # (r125790): Newly added test inspector/timeline/timeline-decode-resize.html is failing on mac |
| webkit.org/b/94374 inspector/timeline/timeline-decode-resize.html [ Failure ] |
| |
| # Flakey WebGL tests |
| webkit.org/b/93560 fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html [ Failure Pass ] |
| webkit.org/b/93560 fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565.html [ Failure Pass ] |
| webkit.org/b/93560 fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba4444.html [ Failure Pass ] |
| webkit.org/b/93560 fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551.html [ Failure Pass ] |
| webkit.org/b/93560 fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html [ Failure Pass ] |
| |
| webkit.org/b/92464 [ Debug ] fast/events/tabindex-focus-blur-all.html [ Crash Pass ] |
| |
| # css3-conditionals support is not yet enabled. |
| webkit.org/b/86146 css3/supports.html |
| webkit.org/b/104822 css3/supports-cssom.html |
| webkit.org/b/100324 css3/supports-dom-api.html |
| |
| # CSS Device Adaptation is not enabled. |
| webkit.org/b/95959 css3/device-adapt [ Skip ] |
| |
| # Hardware accelerated CSS transitions appear pixelated when scaled up using transform |
| webkit.org/b/27684 compositing/text-on-scaled-layer.html [ ImageOnlyFailure ] |
| webkit.org/b/27684 compositing/text-on-scaled-surface.html [ ImageOnlyFailure ] |
| |
| # Asserts in MessagePort::contextDestroyed, but the assert usually gets attributed to later tests. |
| webkit.org/b/94458 fast/events/message-port-constructor-for-deleted-document.html |
| |
| webkit.org/b/95501 http/tests/security/inactive-document-with-empty-security-origin.html [ Skip ] |
| |
| # Paints black behind the test image instead of the expected green. |
| webkit.org/b/95707 http/tests/images/png-partial-load-no-alpha.html [ ImageOnlyFailure ] |
| |
| # Rendering/Layout issue of CJK vertical text with some font. |
| webkit.org/b/98560 fast/writing-mode/vertical-subst-font-vert-no-dflt.html [ ImageOnlyFailure ] |
| |
| # This test is failing and causing subsequent tests to time out. |
| webkit.org/b/98837 http/tests/security/svg-image-leak.html [ Skip ] |
| |
| # Should never have been a ref test. |
| webkit.org/b/98456 compositing/images/truncated-direct-png-image.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/99096 fast/canvas/webgl/arraybuffer-transfer-of-control.html [ Failure ] |
| |
| # Timing out on Mountain Lion WK1 release sometimes |
| webkit.org/b/99221 fast/js/random-array-gc-stress.html [ Pass Timeout ] |
| |
| # User Timing is not enable yet. so skip it. |
| webkit.org/b/84893 http/tests/w3c/webperf/submission/Intel/user-timing [ Skip ] |
| |
| # Expected to fail until WebGL extension implementation lands |
| webkit.org/b/98257 fast/canvas/webgl/oes-element-index-uint.html [ Failure Pass ] |
| |
| # Resource Timing is not enable yet, skip it. |
| webkit.org/b/61138 http/tests/w3c/webperf/submission/Intel/resource-timing [ Skip ] |
| |
| # Can't hide scrollbars in WK1 |
| fast/css/sticky/sticky-top-zoomed.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/100846 inspector-protocol/debugger-pause-dedicated-worker.html [ Skip ] |
| webkit.org/b/100846 inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html [ Skip ] |
| |
| # Mac doesn't have a toggle for CC any more, it's based on a menu of choices. |
| webkit.org/b/101670 media/video-controls-captions.html [ Skip ] |
| |
| # Overflowing LayoutUnits cause RenderGeometryMap assertions |
| webkit.org/b/67434 [ Debug ] fast/overflow/overflow-height-float-not-removed-crash.html [ Skip ] |
| webkit.org/b/67434 [ Debug ] fast/overflow/overflow-height-float-not-removed-crash2.html [ Skip ] |
| webkit.org/b/67434 [ Debug ] fast/overflow/overflow-height-float-not-removed-crash3.html [ Skip ] |
| webkit.org/b/67434 [ Debug ] fast/block/float/overhanging-tall-block.html [ Skip ] |
| |
| # Mountain Lion and prior do not support custom media data loading |
| Bug(jernoble) [ MountainLion Lion SnowLeopard ] media/video-src-blob.html |
| |
| # Mountain Lion and prior do not allow access to in-band text tracks |
| webkit.org/b/103663 [ MountainLion Lion SnowLeopard ] media/track/track-in-band.html |
| webkit.org/b/103663 [ MountainLion Lion SnowLeopard ] media/track/track-in-band-cues-added-once.html |
| webkit.org/b/103663 [ MountainLion Lion SnowLeopard ] media/track/track-in-band-style.html |
| webkit.org/b/103663 [ MountainLion Lion SnowLeopard ] media/track/track-in-band-legacy-api.html |
| |
| # These two tests sometimes timeout |
| webkit.org/b/112492 media/track/track-language-preference.html [ Failure Pass ] |
| webkit.org/b/112492 media/track/track-prefer-captions.html [ Failure Pass ] |
| |
| webkit.org/b/104104 fast/overflow/scrollbar-click-retains-focus.html [ Failure ] |
| |
| webkit.org/b/104949 fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html [ Failure ] |
| |
| webkit.org/b/104954 http/tests/canvas/canvas-slow-font-loading.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/104962 platform/mac/fast/loader/file-url-mimetypes-2.html [ Failure ] |
| |
| webkit.org/b/105601 svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm [ Crash Pass ] |
| |
| webkit.org/b/105603 http/tests/cookies/single-quoted-value.html [ Failure Pass ] |
| |
| webkit.org/b/105777 platform/mac/editing/spelling/autocorrection-in-textarea.html [ Failure Pass ] |
| |
| webkit.org/b/105999 [ Lion ] fast/canvas/canvas-composite-canvas.html [ Failure ] |
| webkit.org/b/105999 [ Lion ] fast/canvas/canvas-composite-image.html [ Failure ] |
| |
| webkit.org/b/106151 [ Lion ] http/tests/misc/link-rel-icon-beforeload.html [ Pass Failure ] |
| |
| webkit.org/b/106957 svg/dom/SVGViewSpec-invalid-ref-crash.html [ Failure ] |
| |
| # Enable when support drag-and-drop autoscrolling |
| webkit.org/b/39725 fast/events/drag-and-drop-autoscroll.html [ Skip ] |
| |
| webkit.org/b/106415 fast/workers/worker-close-more.html [ Pass Failure ] |
| webkit.org/b/106415 fast/workers/worker-document-leak.html [ Pass Failure ] |
| webkit.org/b/106415 fast/workers/worker-lifecycle.html [ Pass Failure ] |
| |
| # Needs rebaseline. |
| webkit.org/b/94198 fast/dom/HTMLImageElement/image-alt-text.html [ Failure ] |
| webkit.org/b/94198 fast/dom/HTMLInputElement/input-image-alt-text.html [ Failure ] |
| webkit.org/b/94198 fast/encoding/utf-16-big-endian.html [ Failure ] |
| webkit.org/b/94198 fast/encoding/utf-16-little-endian.html [ Failure ] |
| webkit.org/b/94198 fast/forms/input-value.html [ Failure ] |
| webkit.org/b/94198 fast/lists/inlineBoxWrapperNullCheck.html [ Failure ] |
| webkit.org/b/94198 tables/mozilla/collapsing_borders/bug41262-3.html [ Failure ] |
| |
| # Spellchecker behavior tests. |
| webkit.org/b/108370 editing/spelling/spelling-double-clicked-word.html [ Skip ] |
| webkit.org/b/108370 editing/spelling/spelling-double-clicked-word-with-underscores.html [ Skip ] |
| webkit.org/b/108370 editing/spelling/spelling-exactly-selected-multiple-words.html [ Skip ] |
| webkit.org/b/108370 editing/spelling/spelling-exactly-selected-word.html [ Skip ] |
| webkit.org/b/108370 editing/spelling/spelling-multiword-selection.html [ Skip ] |
| webkit.org/b/108370 editing/spelling/spelling-should-select-multiple-words.html [ Skip ] |
| webkit.org/b/108370 editing/spelling/spelling-should-select-single-word.html [ Skip ] |
| webkit.org/b/108370 editing/spelling/spelling-subword-selection.html [ Skip ] |
| webkit.org/b/108370 editing/spelling/spelling-with-punctuation-selection.html [ Skip ] |
| webkit.org/b/108370 editing/spelling/spelling-with-underscore-selection.html [ Skip ] |
| webkit.org/b/108370 editing/spelling/spelling-with-whitespace-selection.html [ Skip ] |
| webkit.org/b/108370 editing/spelling/spelling-changed-text.html [ Skip ] |
| |
| webkit.org/b/110027 compositing/transitions/transform-on-large-layer.html [ Pass ImageOnlyFailure ] |
| |
| webkit.org/b/110173 media/video-controls-captions-trackmenu.html [ Crash Pass ] |
| |
| webkit.org/b/110186 inspector-protocol/page/javascriptDialogEvents.html [ Skip ] |
| |
| # Need support for ResourceHandle::didChangePriority and DRT support |
| webkit.org/b/111016 http/tests/loading/promote-img-preload-priority.html [ Failure ] |
| |
| webkit.org/b/111521 editing/selection/selection-invalid-offset.html [ Crash Pass ] |
| webkit.org/b/111521 editing/selection/selection-in-iframe-removed-crash.html [ Crash Pass ] |
| |
| webkit.org/b/111613 platform/mac/fast/speechsynthesis/speech-synthesis-cancel.html [ Crash Pass ] |
| |
| webkit.org/b/110546 [ Debug ] fast/parser/document-write-fighting-eof.html [ Skip ] |
| webkit.org/b/110546 [ Debug ] fast/parser/document-write-partial-entity-before-load.html [ Skip ] |
| |
| webkit.org/b/111647 [ Debug ] sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.html [ Slow ] |
| webkit.org/b/111647 [ Debug ] sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.4_T2.html [ Slow ] |
| webkit.org/b/111647 [ Debug ] sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.html [ Slow ] |
| webkit.org/b/111647 [ Debug ] sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.html [ Slow ] |
| webkit.org/b/111647 [ Debug ] sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T2.html [ Slow ] |
| webkit.org/b/111647 [ Debug ] sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.html [ Slow ] |
| webkit.org/b/111647 [ Debug ] sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A6.html [ Slow ] |
| webkit.org/b/111647 [ Debug ] sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T2.html [ Slow ] |
| webkit.org/b/111647 [ Debug ] sputnik/Conformance/13_Function_Definition/S13_A4_T4.html [ Slow ] |
| webkit.org/b/111647 [ Debug ] sputnik/Unicode/Unicode_218/S7.6_A5.3_T2.html [ Slow ] |
| |
| webkit.org/b/111650 http/tests/cookies/third-party-cookie-relaxing.html [ Failure Pass ] |
| webkit.org/b/111650 http/tests/plugins/third-party-cookie-accept-policy.html [ Failure Pass ] |
| |
| webkit.org/b/111754 inspector/debugger/debugger-expand-scope.html [ Crash Pass ] |
| |
| webkit.org/b/111606 fast/borders/border-fit-2.html [ Failure Pass ] |
| webkit.org/b/111606 fast/borders/border-fit.html [ Failure Pass ] |
| webkit.org/b/111606 fast/repaint/border-fit-lines.html [ Failure Pass ] |
| |
| |
| # Flakey |
| webkit.org/b/112533 media/auto-play-in-sandbox-with-allow-scripts.html [ Pass Failure ] |
| |
| # The following tests only fail on Mac EWS bots. Unfortunately, we haven't been able to figure out the cause of these failures. |
| webkit.org/b/112176 canvas/philip/tests/2d.path.arc.scale.2.html [ Failure Pass ] |
| webkit.org/b/112176 canvas/philip/tests/2d.path.arcTo.scale.html [ Failure Pass ] |
| webkit.org/b/112176 canvas/philip/tests/2d.path.arcTo.transformation.html [ Failure Pass ] |
| webkit.org/b/112176 canvas/philip/tests/2d.path.stroke.scale1.html [ Failure Pass ] |
| webkit.org/b/112176 canvas/philip/tests/2d.path.stroke.skew.html [ Failure Pass ] |
| webkit.org/b/112176 compositing/overflow/composited-scrolling-paint-phases.html [ Failure Pass ] |
| webkit.org/b/112176 fast/canvas/canvas-composite-alpha.html [ Failure Pass ] |
| webkit.org/b/112176 fast/canvas/webgl/read-pixels-test.html [ Failure Pass ] |
| |
| # The following ref-test appears to fail on EWS bots as well. |
| webkit.org/b/112176 fast/css/sticky/inline-sticky-abspos-child.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/112176 fast/css/sticky/inline-sticky.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/112176 fast/css/sticky/sticky-both-sides.html [ ImageOnlyFailure Pass ] |
| # Once the bug 112176 is fixed, potentially restore the following test expectations. |
| # webkit.org/b/105998 [ Lion Release ] fast/css/sticky/inline-sticky-abspos-child.html [ ImageOnlyFailure ] |
| # webkit.org/b/105998 [ MountainLion Debug ] fast/css/sticky/inline-sticky-abspos-child.html [ ImageOnlyFailure Pass ] |
| |
| webkit.org/b/76364 fast/css/lang-mapped-to-webkit-locale-dynamic.xhtml [ Pass Failure ] |
| |
| # Feature not implemented |
| webkit.org/b/91611 media/media-higher-prio-audio-stream.html [ Skip ] |
| |
| # Snapshotted plugins not enabled on WK1 |
| plugins/snapshotting [ Skip ] |
| |
| webkit.org/b/113094 editing/pasteboard/can-read-in-copy-and-cut-events.html [ Failure ] |
| webkit.org/b/113094 editing/pasteboard/can-read-in-dragstart-event.html [ Failure ] |
| |
| webkit.org/b/113227 transitions/cross-fade-background-image.html [ Pass Failure ] |
| webkit.org/b/113227 transitions/cross-fade-border-image.html [ Pass Failure ] |
| webkit.org/b/113227 transitions/default-timing-function.html [ Pass Failure ] |
| webkit.org/b/113227 transitions/svg-text-shadow-transition.html [ Pass Failure ] |
| |