| # These are the layout test expectations for the EFL port(s) of WebKit. |
| # |
| # See http://trac.webkit.org/wiki/TestExpectations for more information on this file. |
| |
| # We divide our test_expectations.txt into several categories: |
| # 0. TESTS MIGRATED OVER FROM THE SKIPPED FILE |
| # |
| # 1. TESTS EXPECTED TO FAIL |
| # Test cases related to features that we don't expect to be activated for EFL since e.g. |
| # * the feature implementation in WebCore is not complete yet |
| # * the feature is not relevant for the EFL port |
| # * the feature is meant to solve a backwards compatibility issue on other platforms |
| # Test cases that don't apply for the EFL platform permanently. |
| # If in doubt, please discuss on webkit-efl mailing list whether a set of test cases |
| # should be moved here. |
| |
| # 2. CRASHES |
| |
| # 3. FLAKY TESTS |
| |
| # 4. PASSING TESTS WITH INCORRECT EXPECTATIONS |
| # * Test cases that are passing with their generated incorrect expectations. |
| # * It should be checked if the test fails. Remove the line if the test result is correct |
| # otherwise update with new incorrect one. |
| |
| # 5. FAILING TESTS |
| # * Interim failures that are moved here for further investigation as a result of daily |
| # gardening. They should be analysed quickly and either resolved or moved to 1). |
| # * Remaining failures that are moved here until further investigation after |
| # unskipping a directory or block of tests in the Skipped list. Mark cases as MISSING |
| # if you cannot yet generate new results since another feature is missing. |
| # * Tests that we expect to pass once the respective fix for DRT is available or |
| # a relevant compile time feature can be enabled for EFL. |
| |
| |
| # Each line should have an associated bug. Please don't file new lines without one. |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # TESTS MIGRATED OVER FROM THE SKIPPED FILE |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| # -------------------------------------------------------------------- |
| # Tests which depend on features which have not been implemented yet |
| # -------------------------------------------------------------------- |
| |
| # EFL's LayoutTestController does not implement keepWebHistory |
| fast/history/window-open.html |
| |
| # EFL's LayoutTestController does not implement shadowPseudoId |
| media/video-volume-slider.html |
| |
| # Need to add functionality to DumpRenderTree to handle error pages |
| fast/history/back-forward-reset-after-error-handling.html |
| |
| # BUG: Captions support needed in the media engine (via GTK+) |
| media/media-captions.html |
| |
| # The EFL port has no support for detecting slow unload handlers |
| fast/dom/Window/slow-unload-handler.html |
| fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html |
| |
| # Need a scroll snap point implementation |
| css3/scroll-snap [ Skip ] |
| |
| # TODO Animation triggers not supported |
| animations/trigger-computed-style.html [ Skip ] |
| animations/trigger-parsing.html [ Skip ] |
| animations/trigger-container-scroll-simple.html [ Skip ] |
| animations/trigger-container-scroll-boundaries.html [ Skip ] |
| |
| # EFL WebKitTestRunner doesn't support this test based on emoji font |
| editing/selection/extend-by-character-007.html [ Skip ] |
| fast/text/softbank-emoji.html [ Skip ] |
| fast/text/emoji.html [ Skip ] |
| |
| # This test has been added for ios port since r185842. |
| fast/text/arabic-times-new-roman.html [ Skip ] |
| |
| # Need to implement font feature seeting for EFL port since r188146. |
| css3/font-feature-settings-rendering.html [ Skip ] |
| |
| # Requires MEDIA_STREAM support. |
| webkit.org/b/87662 fast/mediastream [ Skip ] |
| webkit.org/b/87662 fast/events/constructors/media-stream-event-constructor.html [ Skip ] |
| webkit.org/b/87662 http/tests/media/media-stream [ Skip ] |
| |
| # ---------------------------------------- |
| # Tests which also fail in other platforms |
| # ---------------------------------------- |
| |
| # Tests that fail across all platforms. Even though some platforms don't skip these tests, there are platform-specific results generated that make these tests 'pass' (via GTK+). |
| canvas/philip/tests/2d.composite.operation.clear.html |
| canvas/philip/tests/2d.composite.operation.darker.html |
| canvas/philip/tests/2d.drawImage.broken.html |
| canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html |
| canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html |
| canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html |
| canvas/philip/tests/2d.missingargs.html |
| canvas/philip/tests/2d.pattern.image.broken.html |
| canvas/philip/tests/2d.text.draw.baseline.bottom.html |
| canvas/philip/tests/2d.text.draw.baseline.hanging.html |
| canvas/philip/tests/2d.text.draw.baseline.ideographic.html |
| canvas/philip/tests/2d.text.draw.baseline.middle.html |
| canvas/philip/tests/2d.text.draw.baseline.top.html |
| canvas/philip/tests/type.prototype.html |
| |
| # invalid-image-data-standalone.html passes, this does not |
| webkit.org/b/104669 http/tests/multipart/invalid-image-data.html [ Skip ] |
| |
| # Failing on non-Chromium bots |
| # https://bugs.webkit.org/show_bug.cgi?id=68278 |
| http/tests/history/back-with-fragment-change.php |
| |
| # Failing http tests (via GTK+) |
| http/tests/loading/bad-scheme-subframe.html |
| http/tests/media/video-play-stall-seek.html |
| http/tests/media/video-play-stall.html |
| http/tests/media/video-play-waiting.html |
| http/tests/security/feed-urls-from-remote.html |
| |
| # ------------------------------ |
| # Tests which need investigation |
| # ------------------------------ |
| |
| # BUG: eyes not being rendered correctly |
| http/tests/misc/acid2-pixel.html |
| |
| # BUG: new windows do not have scrollbars |
| fast/dom/Window/new-window-opener.html |
| |
| # BUG: wrong test result, window should not have been scrolled |
| fast/events/attempt-scroll-with-no-scrollbars.html |
| |
| # BUG: no mouseout event being sent |
| fast/events/mouseout-on-window.html |
| |
| # BUG: wrong test results that need investigation |
| compositing/images/direct-pdf-image.html |
| compositing/reflections/backface-hidden-reflection.html |
| fast/forms/listbox-onchange.html |
| fast/forms/onselect-textfield.html |
| fast/forms/option-mouseevents.html |
| fast/forms/range/slider-delete-while-dragging-thumb.html |
| fast/repaint/selection-clear.html |
| fast/repaint/table-cell-overflow.html |
| fast/repaint/text-emphasis-h.html |
| fast/text/midword-break-after-breakable-char.html |
| |
| # BUG: Needs a grayish canvas background. See DumpRenderTree/chromium/WebViewHost::displayRepaintMask(). |
| fast/repaint/absolute-position-change-containing-block.html |
| fast/repaint/absolute-position-moved.html |
| fast/repaint/fixed-to-relative-position-with-absolute-child.html |
| fast/repaint/inline-overflow.html |
| fast/repaint/inline-relative-positioned.html |
| fast/repaint/overflow-flipped-writing-mode-block.html |
| fast/repaint/text-in-relative-positioned-inline.html |
| fast/repaint/trailing-floats-root-line-box-overflow.html |
| fast/table/simple_paint.html |
| fast/table/border-collapsing/cached-cell-append.html |
| fast/table/border-collapsing/cached-cell-remove.html |
| fast/table/border-collapsing/cached-change-cell-border-color.html |
| fast/table/border-collapsing/cached-change-cell-border-width.html |
| fast/table/border-collapsing/cached-change-cell-sl-border-color.html |
| fast/table/border-collapsing/cached-change-col-border-color.html |
| fast/table/border-collapsing/cached-change-col-border-width.html |
| fast/table/border-collapsing/cached-change-colgroup-border-color.html |
| fast/table/border-collapsing/cached-change-colgroup-border-width.html |
| fast/table/border-collapsing/cached-change-row-border-color.html |
| fast/table/border-collapsing/cached-change-row-border-width.html |
| fast/table/border-collapsing/cached-change-table-border-color.html |
| fast/table/border-collapsing/cached-change-table-border-width.html |
| fast/table/border-collapsing/cached-change-tbody-border-color.html |
| fast/table/border-collapsing/cached-change-tbody-border-width.html |
| |
| # BUG: The form widgets are too big for Edje to process, however this makes the page not scrollable at all. |
| fast/block/float/overhanging-tall-block.html |
| |
| # BUG: <select> form elements do not respect some properties when being rendered (probably a problem in the theme). |
| fast/forms/basic-selects.html |
| |
| # BUG: text field renders badly when the height is too small |
| fast/forms/textfield-overflow.html |
| |
| # BUG: rendering problems |
| fast/forms/color/input-appearance-color.html |
| |
| # BUG: international characters not being rendered correctly. they probably need a proper font. |
| fast/text/international/bold-bengali.html |
| fast/text/international/complex-character-based-fallback.html |
| fast/text/international/danda-space.html |
| fast/text/international/hindi-spacing.html |
| fast/text/international/hindi-whitespace.html |
| fast/text/international/khmer-selection.html |
| fast/text/international/plane2.html |
| fast/text/international/thai-baht-space.html |
| fast/text/international/thai-line-breaks.html |
| |
| # BUG: form widgets do not respect RTL settings |
| fast/forms/range/input-appearance-range-rtl.html |
| fast/text/international/bidi-menulist.html |
| fast/text/international/pop-up-button-text-alignment-and-direction.html |
| |
| # BUG: video sizes not being set properly |
| media/video-size-intrinsic-scale.html |
| |
| # BUG: the theme probably has a different thumb value |
| fast/forms/range/slider-zoomed.html |
| |
| # BUG: <select> element is not being scrolled as expected. |
| fast/forms/listbox-selection-2.html |
| |
| # BUG: the whole text is being selected |
| fast/forms/input-text-drag-down.html |
| |
| # BUG: the text field is not scrolled |
| fast/forms/input-readonly-autoscroll.html |
| |
| # Needs investigation: this test passes when run alone |
| fast/forms/submit-to-blank-multiple-times.html |
| |
| # Flaky tests (text diff mismatch) |
| http/tests/navigation/document-location-mouseover.html |
| |
| # https://bugs.webkit.org/show_bug.cgi?id=107118 |
| fast/canvas/canvas-quadratic-same-endpoint.html |
| |
| # ------------------------------------ |
| # Tests for features under development |
| # ------------------------------------ |
| |
| # Unclassified failures |
| fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html |
| fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html |
| fast/events/platform-wheelevent-paging-x-in-scrolling-div.html |
| fast/events/platform-wheelevent-paging-x-in-scrolling-page.html |
| fast/events/platform-wheelevent-paging-xy-in-scrolling-div.html |
| fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html |
| fast/events/platform-wheelevent-paging-y-in-non-scrolling-div.html |
| fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html |
| fast/events/platform-wheelevent-paging-y-in-scrolling-div.html |
| fast/events/platform-wheelevent-paging-y-in-scrolling-page.html |
| fast/inline/continuation-outlines-with-layers.html |
| |
| # The black text is not overlapping with the red one |
| fast/text/line-initial-and-final-swashes.html |
| |
| # EFL DRT doesn't fully support http tests yet. These tests make timeout error. |
| http/tests/misc/copy-resolves-urls.html |
| http/tests/misc/iframe-invalid-source-crash.html |
| http/tests/misc/submit-post-keygen.html |
| http/tests/navigation/no-referrer-reset.html |
| http/tests/navigation/no-referrer-target-blank.html |
| http/tests/navigation/target-frame-from-window.html |
| http/tests/security/drag-drop-same-unique-origin.html |
| http/tests/security/frameNavigation/not-opener.html |
| http/tests/security/originHeader/origin-header-for-empty.html |
| http/tests/security/redirect-BLOCKED-to-localURL.html |
| http/tests/security/xss-DENIED-xsl-document-redirect.xml |
| http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml |
| http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers.html |
| http/tests/xmlhttprequest/logout.html |
| http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html |
| http/tests/xmlhttprequest/open-async-overload.html |
| |
| # There are no expected result set yet. |
| fast/dom/rtl-scroll-to-leftmost-and-resize.html |
| |
| # Transparent image being produced |
| fast/frames/transparent-scrollbar.html |
| |
| # Fail until ENABLE_DATA_TRANSFER_ITEMS is enabled |
| # (Other tests might also depend on it) |
| fast/events/drag-and-drop-subframe-dataTransfer.html |
| fast/events/drag-dataTransferItemList-file-handling.html |
| |
| # ENABLE(DRAGGABLE_REGION) is disabled |
| fast/css/draggable-region-parser.html |
| |
| ## IndexedDB related failures |
| |
| # Blink tests with unexplained timeouts |
| storage/indexeddb/database-deletepending-flag.html [ Skip ] |
| storage/indexeddb/exceptions.html [ Skip ] |
| storage/indexeddb/intversion-gated-on-delete.html [ Skip ] |
| storage/indexeddb/intversion-long-queue.html [ Skip ] |
| storage/indexeddb/open-ordering.html [ Skip ] |
| storage/indexeddb/transaction-basics.html [ Skip ] |
| storage/indexeddb/transaction-coordination-within-database.html [ Skip ] |
| |
| # Blink tests with non-trivial text failures. |
| storage/indexeddb/createIndex-after-failure.html [ Skip ] |
| storage/indexeddb/create-object-store-options.html [ Skip ] |
| storage/indexeddb/cursor-advance.html [ Skip ] |
| storage/indexeddb/cursor-basics.html [ Skip ] |
| storage/indexeddb/cursor-continue.html [ Skip ] |
| storage/indexeddb/cursor-continue-validity.html [ Skip ] |
| storage/indexeddb/cursor-index-delete.html [ Skip ] |
| storage/indexeddb/cursor-key-order.html [ Skip ] |
| storage/indexeddb/cursor-leak.html [ Skip ] # Missing needed WKTR feature? |
| storage/indexeddb/cursor-overloads.html [ Skip ] |
| storage/indexeddb/cursor-primary-key-order.html [ Skip ] |
| storage/indexeddb/cursor-request-cycle.html [ Skip ] # Missing needed WKTR feature? |
| storage/indexeddb/cursor-update.html [ Skip ] |
| storage/indexeddb/database-close.html [ Skip ] |
| storage/indexeddb/database-closepending-flag.html [ Skip ] |
| storage/indexeddb/database-quota.html [ Skip ] |
| storage/indexeddb/deleteIndex.html [ Skip ] |
| storage/indexeddb/delete-in-upgradeneeded-close-in-open-success.html [ Skip ] |
| storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange.html [ Skip ] |
| storage/indexeddb/deletedatabase-blocked.html [ Skip ] |
| storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange.html [ Skip ] |
| storage/indexeddb/deletedatabase-delayed-by-versionchange.html [ Skip ] |
| storage/indexeddb/deletedatabase-not-blocked.html [ Skip ] |
| storage/indexeddb/deleted-objects.html [ Skip ] |
| storage/indexeddb/duplicates.html [ Skip ] # Difference between null + undefined |
| storage/indexeddb/events.html [ Skip ] |
| storage/indexeddb/factory-cmp.html [ Skip ] |
| storage/indexeddb/factory-deletedatabase.html [ Skip ] |
| storage/indexeddb/get-keyrange.html [ Skip ] |
| storage/indexeddb/index-basics.html [ Skip ] # Difference between null + undefined |
| storage/indexeddb/index-duplicate-keypaths.html [ Skip ] |
| storage/indexeddb/index-multientry.html [ Skip ] |
| storage/indexeddb/index-population.html [ Skip ] |
| storage/indexeddb/index-unique.html [ Skip ] |
| storage/indexeddb/intversion-blocked.html [ Skip ] |
| storage/indexeddb/intversion-close-between-events.html [ Skip ] |
| storage/indexeddb/intversion-open-in-upgradeneeded.html [ Skip ] |
| storage/indexeddb/intversion-open-with-version.html [ Skip ] # INTMAX exposed to script as database version |
| storage/indexeddb/intversion-pending-version-changes-ascending.html [ Skip ] |
| storage/indexeddb/intversion-pending-version-changes-descending.html [ Skip ] |
| storage/indexeddb/intversion-pending-version-changes-same.html [ Skip ] |
| storage/indexeddb/intversion-two-opens-no-versions.html [ Skip ] # INTMAX exposed to script as database version |
| storage/indexeddb/intversion-upgrades.html [ Skip ] |
| storage/indexeddb/key-generator.html [ Skip ] |
| storage/indexeddb/key-type-binary.html [ Skip ] |
| storage/indexeddb/lazy-index-population.html [ Skip ] |
| storage/indexeddb/metadata.html [ Skip ] |
| storage/indexeddb/noblobs.html [ Skip ] # Missing DRT file/blob support |
| storage/indexeddb/objectstore-autoincrement.html [ Skip ] |
| storage/indexeddb/objectstore-basics.html [ Skip ] |
| storage/indexeddb/odd-strings.html [ Skip ] |
| storage/indexeddb/optional-arguments.html [ Skip ] |
| storage/indexeddb/persistence.html [ Skip ] |
| storage/indexeddb/request-leak.html [ Skip ] # Missing WKTR support? GC? |
| storage/indexeddb/setversion-blocked-by-versionchange-close.html [ Skip ] |
| storage/indexeddb/setversion-not-blocked.html [ Skip ] |
| storage/indexeddb/structured-clone.html [ Skip ] # Missing DRT file/blob support |
| storage/indexeddb/transaction-and-objectstore-calls.html [ Skip ] |
| storage/indexeddb/transaction-error.html [ Skip ] |
| storage/indexeddb/transaction-scope-sequencing.html [ Skip ] |
| |
| # Blink tests that crash the WebProcess. |
| storage/indexeddb/cursor-cast.html [ Skip ] |
| |
| # We don't currently support indexeddb in workers |
| storage/indexeddb/basics-workers.html [ Skip ] |
| storage/indexeddb/cursor-advance-workers.html [ Skip ] |
| storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html [ Skip ] |
| storage/indexeddb/dont-commit-on-blocked.html [ Skip ] |
| storage/indexeddb/factory-basics-workers.html [ Skip ] |
| storage/indexeddb/index-basics-workers.html [ Skip ] |
| storage/indexeddb/objectstore-basics-workers.html [ Skip ] |
| storage/indexeddb/open-twice-workers.html [ Skip ] |
| storage/indexeddb/pending-activity-workers.html [ Skip ] |
| storage/indexeddb/pending-version-change-on-exit.html [ Skip ] |
| storage/indexeddb/pending-version-change-stuck-works-with-terminate.html [ Skip ] |
| storage/indexeddb/pending-version-change-stuck.html [ Skip ] |
| storage/indexeddb/transaction-complete-workers.html [ Skip ] |
| storage/indexeddb/unprefix-workers.html [ Skip ] |
| http/tests/security/cross-origin-worker-indexeddb-allowed.html [ Skip ] |
| http/tests/security/cross-origin-worker-indexeddb.html [ Skip ] |
| |
| webkit.org/b/87661 crypto/subtle/rsa-indexeddb.html [ Skip ] |
| storage/indexeddb/database-odd-names.html [ Skip ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # TESTS EXPECTED TO FAIL |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| # These tests reference specific fonts on Mac port. |
| Bug(EFL) fast/text/font-weights.html [ WontFix ] |
| Bug(EFL) fast/text/font-weights-zh.html [ WontFix ] |
| |
| # These tests require DASHBOARD_SUPPORT but this feature is specific to Mac port. |
| Bug(EFL) fast/canvas/canvas-gradient-addStop-error.html |
| Bug(EFL) http/tests/xmlhttprequest/default-content-type-dashboard.html |
| |
| # Accelerated overflow scrolling (ENABLE_ACCELERATED_OVERFLOW_SCROLLING) is not enabled. |
| fast/repaint/overflow-scroll-touch-repaint.html [ Skip ] |
| |
| # Doesn't apply to platforms that don't enforce the CFNetwork-style 3rd party cookie policy |
| webkit.org/b/35824 http/tests/cookies/third-party-cookie-relaxing.html |
| |
| # This test is out-dated since r95899. |
| webkit.org/b/65709 canvas/philip/tests/2d.drawImage.outsidesource.html [ Failure ] |
| |
| # Bug in the test itself, as the input box can be big enough for the given coordinates to be inside it. |
| Bug(EFL) fast/forms/input-text-click-outside.html |
| |
| webkit.org/b/85465 css3/filters [ Skip ] |
| webkit.org/b/85465 compositing/filters [ Skip ] |
| |
| # CSS image-resolution is not yet enabled. |
| webkit.org/b/85262 fast/css/image-resolution |
| |
| # Perf tests are really slow in debug builds and there are few benefits in running them. |
| [ Debug ] perf [ WontFix ] |
| |
| # Pre-HMTL5 parser quirks only apply to the mac port for now. |
| fast/parser/pre-html5-parser-quirks.html [ WontFix ] |
| |
| # Perf tests are way too slow and some may fail due to timeout. |
| perf/adding-radio-buttons.html [ WontFix ] |
| perf/array-binary-search.html [ WontFix ] |
| perf/array-nested-loop.html [ WontFix ] |
| perf/mouse-event.html [ WontFix ] |
| |
| # Rounding issues when running on 32-bits machines. |
| svg/css/stars-with-shadow.html |
| |
| # Newly added test which fails on other bots too |
| webkit.org/b/85969 http/tests/loading/post-in-iframe-with-back-navigation.html [ Failure ] |
| |
| # Missing drag'n'drop and pasteboard support. |
| webkit.org/b/86623 editing/pasteboard [ Skip ] |
| webkit.org/b/86623 editing/selection/4895428-1.html [ Failure ] |
| webkit.org/b/86623 editing/selection/4895428-4.html [ Failure ] |
| webkit.org/b/86623 editing/selection/drag-text-delay.html [ Failure ] |
| webkit.org/b/86623 fast/events/5056619.html |
| webkit.org/b/86623 fast/events/bogus-dropEffect-effectAllowed.html |
| webkit.org/b/86623 fast/events/click-count.html |
| webkit.org/b/86623 fast/events/content-changed-during-drop.html |
| webkit.org/b/86623 fast/events/crash-on-mutate-during-drop.html |
| webkit.org/b/86623 fast/events/drag-and-drop-autoscroll-inner-frame.html [ Skip ] |
| webkit.org/b/86623 fast/events/drag-and-drop-dataTransfer-types-nocrash.html |
| webkit.org/b/86623 fast/events/drag-and-drop-fire-drag-dragover.html |
| webkit.org/b/86623 fast/events/drag-and-drop.html |
| webkit.org/b/86623 fast/events/drag-customData.html |
| webkit.org/b/86623 fast/events/drag-dataTransferItemList.html |
| webkit.org/b/86623 fast/events/drag-image-filename.html [ Timeout ] |
| webkit.org/b/86623 fast/events/drag-in-frames.html [ Failure Timeout ] |
| webkit.org/b/86623 fast/events/drag-and-drop-link.html [ Failure ] |
| webkit.org/b/86623 fast/events/drag-and-drop-link-into-focused-contenteditable.html [ Failure ] |
| webkit.org/b/86623 fast/events/drag-parent-node.html [ Failure ] |
| webkit.org/b/86623 fast/events/drag-selects-image.html |
| webkit.org/b/86623 fast/events/dropzone-001.html |
| webkit.org/b/86623 fast/events/dropzone-002.html |
| webkit.org/b/86623 fast/events/dropzone-003.html |
| webkit.org/b/86623 fast/events/dropzone-005.html |
| webkit.org/b/86623 fast/events/moving-text-should-fire-drop-and-dragend-events.html [ Failure ] |
| webkit.org/b/86623 fast/events/moving-text-should-fire-drop-and-dragend-events-2.html [ Failure ] |
| webkit.org/b/86623 fast/events/ondragenter.html |
| webkit.org/b/86623 fast/events/ondrop-text-html.html |
| webkit.org/b/86623 fast/events/remove-target-with-shadow-in-drag.html [ Failure ] |
| webkit.org/b/86623 fast/events/standalone-image-drag-to-editable.html |
| webkit.org/b/86623 fast/forms/drag-into-textarea.html |
| webkit.org/b/86623 fast/forms/drag-out-of-textarea.html |
| webkit.org/b/86623 fast/forms/file/input-file-value.html [ Failure ] |
| webkit.org/b/86623 fast/forms/search-cancel-button-mouseup.html |
| webkit.org/b/86623 fast/forms/textfield-drag-into-disabled.html |
| webkit.org/b/86623 fast/lists/drag-into-marker.html |
| webkit.org/b/86623 http/tests/local/drag-over-remote-content.html |
| webkit.org/b/86623 http/tests/misc/bubble-drag-events.html |
| webkit.org/b/86623 http/tests/misc/drag-over-iframe-invalid-source-crash.html |
| webkit.org/b/86623 http/tests/security/dataTransfer-set-data-file-url.html |
| webkit.org/b/86623 http/tests/security/drag-drop-different-origin.html |
| webkit.org/b/86623 http/tests/security/drag-over-remote-content-iframe.html |
| |
| # Test is failing due to a scrolling problem on second iteration. |
| webkit.org/b/106240 fast/events/mouse-cursor-image-set.html [ Failure ] |
| |
| # Testcase assumes a thumb width of 12px, default there uses 29px. |
| webkit.org/b/95071 fast/forms/range/slider-in-multi-column.html [ Failure ] |
| webkit.org/b/95071 fast/forms/range/slider-transformed.html [ Failure ] |
| |
| # The EFL port has no support for webarchives. |
| Bug(EFL) webarchive |
| Bug(EFL) http/tests/webarchive |
| Bug(EFL) svg/webarchive |
| Bug(EFL) svg/custom/image-with-prefix-in-webarchive.svg |
| |
| # The EFL port uses different keyboard accelerators than Safari (via Chromium). |
| Bug(EFL) fast/events/option-tab.html |
| |
| # Implementing copy{En,De}codedHostName only to test them does not make sense |
| webkit.org/b/86080 fast/encoding/idn-security.html [ Skip ] |
| |
| # Text Autosizing is not yet enabled. |
| webkit.org/b/84186 fast/text-autosizing |
| |
| # HIGH_DPI_CANVAS is not enabled. |
| webkit.org/b/101809 fast/canvas/canvas-resize-reset-pixelRatio.html [ Skip ] |
| |
| # DeviceOrientation support is not enabled by default. |
| Bug(EFL) fast/dom/DeviceOrientation [ Skip ] |
| Bug(EFL) fast/dom/Window/window-properties-device-orientation.html [ Skip ] |
| |
| # EFL port does not enable ORIENTATION_EVENTS |
| webkit.org/b/90928 fast/dom/Orientation [ Skip ] |
| |
| # EFL port does not implement DeviceMotion |
| webkit.org/b/95300 fast/dom/DeviceMotion [ Skip ] |
| |
| # This port does not enable HIDDEN_PAGE_DOM_TIMER_THROTTLING |
| fast/dom/timer-throttling-hidden-page.html [ WontFix ] |
| |
| # Ignored because we do not have OBJC bindings |
| editing/pasteboard/paste-RTFD.html [ WontFix ] |
| editing/pasteboard/paste-TIFF.html [ WontFix ] |
| |
| # The test is intrinsically flaky and cannot be fixed. |
| webkit.org/b/100117 fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html [ WontFix ] |
| |
| # Color profiles are not currently used. See USE(QCMSLIB) |
| webkit.org/b/100519 fast/images/jpeg-with-color-profile.html [ Skip ] |
| webkit.org/b/100519 fast/images/png-with-color-profile.html [ Skip ] |
| webkit.org/b/100519 fast/images/paletted-png-with-color-profile.html [ Skip ] |
| |
| # The following test fail because blending is not yet implemented |
| webkit.org/b/105542 fast/canvas/canvas-blend-image.html [ Skip ] |
| webkit.org/b/105542 fast/canvas/canvas-blend-solid.html [ Skip ] |
| |
| # No concept of secure text input |
| editing/secure-input [ Failure ] |
| |
| # ATK does not support helpText/aria-help |
| accessibility/aria-help.html [ Skip ] |
| |
| # Need platform specific update to test to make it run. |
| webkit.org/b/143083 accessibility/table-cell-display-block.html [ Skip ] |
| |
| # ENABLE_GAMEPAD not enabled. |
| webkit.org/b/134718 gamepad [ Skip ] |
| |
| # These tests are for an obsolete version of the EME spec. |
| webkit.org/b/95297 fast/events/constructors/media-key-event-constructor.html [ WontFix ] |
| media/encrypted-media/encrypted-media-can-play-type-webm.html [ WontFix ] |
| media/encrypted-media/encrypted-media-events.html [ WontFix ] |
| media/encrypted-media/encrypted-media-not-loaded.html [ WontFix ] |
| media/encrypted-media/encrypted-media-syntax.html [ WontFix ] |
| |
| # No support for Filters Level 2 on EFL yet |
| Bug(EFL) css3/filters/backdrop [ Skip ] |
| |
| Bug(EFL) editing/selection/doubleclick-crash.html [ Failure ] |
| Bug(EFL) editing/selection/move-by-word-visually-mac.html [ Failure ] |
| |
| # EFL port doesn't support attachment feature yet. It was added by r180193, r181056, r181114, r181118 and r181418. |
| webkit.org/b/141894 fast/attachment [ Skip ] |
| |
| # EFL port doesn't fully support EME yet. |
| webkit.org/b/141959 http/tests/media/clearkey/clear-key-hls-aes128.html [ Timeout ] |
| |
| # Need a new baseline for EFL port. It was added by r72173. |
| Bug(EFL) fast/css/line-height-determined-by-primary-font.html [ Failure ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # CRASHES |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| webkit.org/b/92726 fast/dom/NavigatorContentUtils/register-protocol-handler.html [ Crash ] |
| webkit.org/b/92726 fast/dom/NavigatorContentUtils/unregister-protocol-handler.html [ Crash ] |
| |
| # Crashes on plugin test, also blocked by 108077 |
| webkit.org/b/98747 plugins/document-open.html [ Crash Failure Timeout ] |
| |
| webkit.org/b/102200 fast/dom/HTMLAnchorElement/anchor-download.html [ Timeout ] |
| webkit.org/b/102200 fast/dom/HTMLAnchorElement/anchor-nodownload-set.html [ Timeout ] |
| |
| # Sometimes hit !m_finishedNodes.size() assertion in AudioContext destructor. |
| webkit.org/b/105870 webaudio/audiobuffersource.html [ Pass Crash ] |
| webkit.org/b/105870 webaudio/audionode-connect-order.html [ Pass Crash ] |
| webkit.org/b/105870 webaudio/audionode-channel-rules.html [ Pass Crash ] |
| webkit.org/b/105870 webaudio/mediastreamaudiosourcenode.html [ Crash Timeout ] |
| |
| # Media regressions after updating to gstreamer 1.0. |
| webkit.org/b/104809 media/video-src.html [ Crash Pass ] |
| webkit.org/b/104809 media/video-src-blob.html [ Crash Failure Timeout ] |
| webkit.org/b/104809 media/video-src-change.html [ Crash Pass Failure ] |
| webkit.org/b/104809 media/remove-from-document.html [ Crash Pass Failure ] |
| webkit.org/b/104809 media/video-timeupdate-during-playback.html [ Crash Pass Failure ] |
| |
| # Sometimes crashes in PlatformContextCairo::drawSurfaceToContext(). |
| webkit.org/b/116025 compositing/video/video-background-color.html [ Crash Pass Failure ] |
| |
| # EFL specific error : (_ecore_main_fd_handlers_bads_rem() No bad fd found) |
| webkit.org/b/116587 http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked.html [ Skip ] |
| webkit.org/b/116587 http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-allowed.html [ Skip ] |
| webkit.org/b/116587 http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html [ Skip ] |
| webkit.org/b/116587 http/tests/security/contentSecurityPolicy/default-src-inline-allowed.html [ Skip ] |
| webkit.org/b/116587 http/tests/security/contentSecurityPolicy/default-src-inline-blocked.html [ Skip ] |
| webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-01.html [ Skip ] |
| webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-02.html [ Skip ] |
| webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-03.html [ Skip ] |
| webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-04.html [ Skip ] |
| webkit.org/b/116587 http/tests/security/contentSecurityPolicy/directive-parsing-05.html [ Skip ] |
| |
| # websocket tests are very flakey due to bug116587 and bug111976 |
| webkit.org/b/116587 http/tests/websocket [ Skip ] |
| |
| webkit.org/b/124574 fast/css/object-fit/object-fit-embed.html [ Crash Timeout Pass ] |
| |
| # A lot of crash happen since buildbot bagan to use Ubuntu 13.10. |
| webkit.org/b/131729 fast/events/touch [ Skip ] |
| |
| # REGRESSION(r174107): [EFL] WebGL broken |
| # https://bugs.webkit.org/show_bug.cgi?id=137842 |
| fast/canvas/webgl [ Skip ] |
| webgl [ Skip ] |
| http/tests/webgl [ Skip ] |
| compositing/webgl [ Skip ] |
| compositing/backface-visibility/backface-visibility-webgl.html [ Skip ] |
| compositing/visibility/visibility-simple-webgl-layer.html [ Skip ] |
| fast/images/webgl-teximage2d.html [ Skip ] |
| http/tests/canvas/webgl/origin-clean-conformance.html [ Skip ] |
| http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html [ Skip ] |
| http/tests/security/webgl-remote-read-remote-image-allowed.html [ Skip ] |
| http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html [ Skip ] |
| mathml/presentation/fractions-box.html [ Skip ] |
| |
| webkit.org/b/153866 accessibility/media-element.html [ Crash ] |
| webkit.org/b/153866 compositing/video/video-clip-change-src.html [ Crash ] |
| webkit.org/b/153866 compositing/video/video-object-fit.html [ Crash ] |
| webkit.org/b/153866 compositing/video/video-reflection.html [ Crash ] |
| webkit.org/b/153866 fast/dom/beforeload/remove-video-in-beforeload-listener.html |
| webkit.org/b/153866 fast/events/media-focus-in-standalone-media-document.html [ Crash ] |
| webkit.org/b/153866 fullscreen/full-screen-iframe-legacy.html [ Crash ] |
| webkit.org/b/153866 fullscreen/video-controls-timeline.html [ Crash ] |
| webkit.org/b/153866 http/tests/appcache/video.html [ Crash ] |
| webkit.org/b/153866 http/tests/cache/memory-cache-pruning.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/clearkey/clear-key-hls-aes128.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/media-document-referer.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/media-document.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/remove-while-loading.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/video-auth.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/video-cancel-load.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/video-cookie.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/video-load-suspend.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/video-load-twice.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/video-play-progress.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/video-query-url.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/video-referer.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/video-served-as-text.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/video-throttled-load-metadata.html [ Crash ] |
| webkit.org/b/153866 http/tests/media/video-useragent.html [ Crash ] |
| webkit.org/b/153866 http/tests/security/inactive-document-with-empty-security-origin.html [ Crash ] |
| webkit.org/b/153866 http/tests/security/isolatedWorld/userGestureEvents.html [ Crash ] |
| webkit.org/b/153866 http/tests/security/local-video-source-from-remote.html [ Crash ] |
| webkit.org/b/153866 http/tests/security/referrer-policy-redirect-link.html [ Crash ] |
| webkit.org/b/153866 http/tests/security/video-cross-origin-accesssameorigin.html [ Crash ] |
| webkit.org/b/153866 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html [ Crash ] |
| webkit.org/b/153866 media/W3C/audio/canPlayType/canPlayType_application_octet_stream.html [ Crash ] |
| webkit.org/b/153866 media/accessiblity-describes-video.html [ Crash ] |
| webkit.org/b/153866 media/adopt-node-crash.html [ Crash ] |
| webkit.org/b/153866 media/audio-mpeg4-supported.html [ Crash ] |
| webkit.org/b/153866 media/auto-play-in-sandbox-with-allow-scripts.html [ Crash ] |
| webkit.org/b/153866 media/click-volume-bar-not-pausing.html [ Crash ] |
| webkit.org/b/153866 media/context-menu-actions.html [ Crash ] |
| webkit.org/b/153866 media/controls-drag-timebar.html [ Crash ] |
| webkit.org/b/153866 media/controls-right-click-on-timebar.html [ Crash ] |
| webkit.org/b/153866 media/controls-strict.html [ Crash ] |
| webkit.org/b/153866 media/controls-styling-strict.html [ Crash ] |
| webkit.org/b/153866 media/controls-without-preload.html [ Crash ] |
| webkit.org/b/153866 media/crash-closing-page-with-media-as-plugin-fallback.html [ Crash ] |
| webkit.org/b/153866 media/fallback.html [ Crash ] |
| webkit.org/b/153866 media/media-can-load-when-hidden.html [ Crash ] |
| webkit.org/b/153866 media/media-captions-no-controls.html [ Crash ] |
| webkit.org/b/153866 media/media-controller-drag-crash.html [ Crash ] |
| webkit.org/b/153866 media/media-controller-playback.html [ Crash ] |
| webkit.org/b/153866 media/media-controller-playbackrate.html [ Crash ] |
| webkit.org/b/153866 media/media-controller-time-clamp.html [ Crash ] |
| webkit.org/b/153866 media/media-controller-time-constant.html [ Crash ] |
| webkit.org/b/153866 media/media-controller-time.html [ Crash ] |
| webkit.org/b/153866 media/media-controller-timeupdate.html [ Crash ] |
| webkit.org/b/153866 media/media-controller-unpause.html [ Crash ] |
| webkit.org/b/153866 media/media-controls-cancel-events.html [ Crash ] |
| webkit.org/b/153866 media/media-controls-drag-timeline-set-controls-property.html [ Crash ] |
| webkit.org/b/153866 media/media-controls-invalid-url.html [ Crash ] |
| webkit.org/b/153866 media/media-controls-timeline-updates-after-playing.html [ Crash ] |
| webkit.org/b/153866 media/media-controls-timeline-updates-when-hovered.html [ Crash ] |
| webkit.org/b/153866 media/media-controls-timeline-updates.html [ Crash ] |
| webkit.org/b/153866 media/media-event-listeners.html [ Crash ] |
| webkit.org/b/153866 media/media-extension-with-fragment.html [ Crash ] |
| webkit.org/b/153866 media/media-fullscreen-inline.html [ Crash ] |
| webkit.org/b/153866 media/media-volume-slider-rendered-normal.html [ Crash ] |
| webkit.org/b/153866 media/muted-video-is-playing-audio.html [ Crash ] |
| webkit.org/b/153866 media/no-autoplay-with-user-gesture-requirement.html [ Crash ] |
| webkit.org/b/153866 media/nodesFromRect-shadowContent.html [ Crash ] |
| webkit.org/b/153866 media/remove-from-document-no-load.html [ Crash ] |
| webkit.org/b/153866 media/restore-from-page-cache.html [ Crash ] |
| webkit.org/b/153866 media/sources-fallback-codecs.html [ Crash ] |
| webkit.org/b/153866 media/track/track-active-cues.html [ Crash ] |
| webkit.org/b/153866 media/track/track-automatic-subtitles.html [ Crash ] |
| webkit.org/b/153866 media/track/track-css-all-cues.html [ Crash ] |
| webkit.org/b/153866 media/track/track-css-cue-lifetime.html [ Crash ] |
| webkit.org/b/153866 media/track/track-css-matching-default.html [ Crash ] |
| webkit.org/b/153866 media/track/track-css-matching-lang.html [ Crash ] |
| webkit.org/b/153866 media/track/track-css-matching-timestamps.html [ Crash ] |
| webkit.org/b/153866 media/track/track-css-matching.html [ Crash ] |
| webkit.org/b/153866 media/track/track-css-property-whitelist.html [ Crash ] |
| webkit.org/b/153866 media/track/track-css-user-override.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cue-container-rendering-position.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cue-empty-text-crash.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cue-inline-assertion-crash.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cue-overlap-snap-to-lines-not-set.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cue-rendering-empty-cue-crash.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cue-rendering-mode-changed.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cue-rendering-on-resize.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cue-rendering-rtl.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cue-rendering-snap-to-lines-not-set.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cue-rendering-tree-is-removed-properly.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cue-rendering-vertical.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cue-rendering-with-padding.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cue-rendering.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cues-cuechange.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cues-enter-exit.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cues-missed.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cues-pause-on-exit.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cues-seeking.html [ Crash ] |
| webkit.org/b/153866 media/track/track-cues-sorted-before-dispatch.html [ Crash ] |
| webkit.org/b/153866 media/track/track-delete-during-setup.html [ Crash ] |
| webkit.org/b/153866 media/track/track-disabled-addcue.html [ Crash ] |
| webkit.org/b/153866 media/track/track-disabled.html [ Crash ] |
| webkit.org/b/153866 media/track/track-insert-after-load-crash.html [ Crash ] |
| webkit.org/b/153866 media/track/track-language-preference.html [ Crash ] |
| webkit.org/b/153866 media/track/track-long-captions-file.html [ Crash ] |
| webkit.org/b/153866 media/track/track-long-word-container-sizing.html [ Crash ] |
| webkit.org/b/153866 media/track/track-manual-mode.html [ Crash ] |
| webkit.org/b/153866 media/track/track-mode-not-changed-by-new-track.html [ Crash ] |
| webkit.org/b/153866 media/track/track-mode-triggers-loading.html [ Crash ] |
| webkit.org/b/153866 media/track/track-mode.html [ Crash ] |
| webkit.org/b/153866 media/track/track-remove-active-cue-crash.html [ Crash ] |
| webkit.org/b/153866 media/track/track-remove-quickly.html [ Crash ] |
| webkit.org/b/153866 media/track/track-user-stylesheet.html [ Crash ] |
| webkit.org/b/153866 media/track/video-track.html [ Crash ] |
| webkit.org/b/153866 media/video-append-source.html [ Crash ] |
| webkit.org/b/153866 media/video-aspect-ratio.html [ Crash ] |
| webkit.org/b/153866 media/video-autoplay.html [ Crash ] |
| webkit.org/b/153866 media/video-background-playback.html [ Crash ] |
| webkit.org/b/153866 media/video-background-tab-playback.html [ Crash ] |
| webkit.org/b/153866 media/video-buffered.html [ Crash ] |
| webkit.org/b/153866 media/video-canvas-alpha.html [ Crash ] |
| webkit.org/b/153866 media/video-canvas-drawing-output.html [ Crash ] |
| webkit.org/b/153866 media/video-click-dblckick-standalone.html [ Crash ] |
| webkit.org/b/153866 media/video-colorspace-yuv420.html [ Crash ] |
| webkit.org/b/153866 media/video-colorspace-yuv422.html [ Crash ] |
| webkit.org/b/153866 media/video-concurrent-playback.html [ Crash ] |
| webkit.org/b/153866 media/video-controller-child-rate.html [ Crash ] |
| webkit.org/b/153866 media/video-controller-currentTime-rate.html [ Crash ] |
| webkit.org/b/153866 media/video-controller-currentTime.html [ Crash ] |
| webkit.org/b/153866 media/video-controls-audiotracks-trackmenu.html [ Crash ] |
| webkit.org/b/153866 media/video-controls-fullscreen-volume.html [ Crash ] |
| webkit.org/b/153866 media/video-controls-in-media-document.html [ Crash ] |
| webkit.org/b/153866 media/video-controls-no-display-with-text-track.html [ Crash ] |
| webkit.org/b/153866 media/video-controls-rendering.html [ Crash ] |
| webkit.org/b/153866 media/video-controls-toggling.html [ Crash ] |
| webkit.org/b/153866 media/video-controls-transformed.html [ Crash ] |
| webkit.org/b/153866 media/video-controls-visible-exiting-fullscreen.html [ Crash ] |
| webkit.org/b/153866 media/video-controls-zoomed.html [ Crash ] |
| webkit.org/b/153866 media/video-controls.html [ Crash ] |
| webkit.org/b/153866 media/video-currentTime-delay.html [ Crash ] |
| webkit.org/b/153866 media/video-currentTime-set.html [ Crash ] |
| webkit.org/b/153866 media/video-currentTime-set2.html [ Crash ] |
| webkit.org/b/153866 media/video-currentTime.html [ Crash ] |
| webkit.org/b/153866 media/video-currentsrc-cleared.html [ Crash ] |
| webkit.org/b/153866 media/video-defaultplaybackrate-before-load.html [ Crash ] |
| webkit.org/b/153866 media/video-delay-load-event.html [ Crash ] |
| webkit.org/b/153866 media/video-display-aspect-ratio.html [ Crash ] |
| webkit.org/b/153866 media/video-display-none-crash.html [ Crash ] |
| webkit.org/b/153866 media/video-display-toggle.html [ Crash ] |
| webkit.org/b/153866 media/video-dom-autoplay.html [ Crash ] |
| webkit.org/b/153866 media/video-dom-src.html [ Crash ] |
| webkit.org/b/153866 media/video-duration-known-after-eos.html [ Crash ] |
| webkit.org/b/153866 media/video-element-other-namespace-crash.html [ Crash ] |
| webkit.org/b/153866 media/video-ended-event-negative-playback.html [ Crash ] |
| webkit.org/b/153866 media/video-ended-event-slow-motion-playback.html [ Crash ] |
| webkit.org/b/153866 media/video-ended-seek-crash.html [ Crash ] |
| webkit.org/b/153866 media/video-frame-accurate-seek.html [ Crash ] |
| webkit.org/b/153866 media/video-fullscreeen-only-playback.html [ Crash ] |
| webkit.org/b/153866 media/video-initially-hidden-volume-slider-up.html [ Crash ] |
| webkit.org/b/153866 media/video-interruption-with-resume-allowing-play.html [ Crash ] |
| webkit.org/b/153866 media/video-interruption-with-resume-not-allowing-play.html [ Crash ] |
| webkit.org/b/153866 media/video-layer-crash.html [ Crash ] |
| webkit.org/b/153866 media/video-load-networkState.html [ Crash ] |
| webkit.org/b/153866 media/video-load-preload-metadata-naturalsize.html [ Crash ] |
| webkit.org/b/153866 media/video-load-preload-metadata.html [ Crash ] |
| webkit.org/b/153866 media/video-load-preload-none.html [ Crash ] |
| webkit.org/b/153866 media/video-load-readyState.html [ Crash ] |
| webkit.org/b/153866 media/video-loop.html [ Crash ] |
| webkit.org/b/153866 media/video-muted.html [ Crash ] |
| webkit.org/b/153866 media/video-no-autoplay.html [ Crash ] |
| webkit.org/b/153866 media/video-object-fit-change.html [ Crash ] |
| webkit.org/b/153866 media/video-object-fit.html [ Crash ] |
| webkit.org/b/153866 media/video-pause-empty-events.html [ Crash ] |
| webkit.org/b/153866 media/video-pause-immediately.html [ Crash ] |
| webkit.org/b/153866 media/video-paused-0-rate.html [ Crash ] |
| webkit.org/b/153866 media/video-play-empty-events.html [ Crash ] |
| webkit.org/b/153866 media/video-play-require-user-gesture.html [ Crash ] |
| webkit.org/b/153866 media/video-playbackrate.html [ Crash ] |
| webkit.org/b/153866 media/video-played-collapse.html [ Crash ] |
| webkit.org/b/153866 media/video-played-ranges-1.html [ Crash ] |
| webkit.org/b/153866 media/video-played-reset.html [ Crash ] |
| webkit.org/b/153866 media/video-playing-and-pause.html [ Crash ] |
| webkit.org/b/153866 media/video-plays-past-end-of-test.html [ Crash ] |
| webkit.org/b/153866 media/video-poster-delayed.html [ Crash ] |
| webkit.org/b/153866 media/video-preload.html [ Crash ] |
| webkit.org/b/153866 media/video-remote-control-playpause.html [ Crash ] |
| webkit.org/b/153866 media/video-remove-insert-repaints.html [ Crash ] |
| webkit.org/b/153866 media/video-replaces-poster.html [ Crash ] |
| webkit.org/b/153866 media/video-resize.html [ Crash ] |
| webkit.org/b/153866 media/video-restricted-invisible-autoplay-not-allowed.html [ Crash ] |
| webkit.org/b/153866 media/video-restricted-no-preload-auto.html [ Crash ] |
| webkit.org/b/153866 media/video-restricted-no-preload-metadata.html [ Crash ] |
| webkit.org/b/153866 media/video-reverse-play-duration.html [ Crash ] |
| webkit.org/b/153866 media/video-seek-after-end.html [ Crash ] |
| webkit.org/b/153866 media/video-seek-by-small-increment.html [ Crash ] |
| webkit.org/b/153866 media/video-seek-double.html [ Crash ] |
| webkit.org/b/153866 media/video-seek-multiple.html [ Crash ] |
| webkit.org/b/153866 media/video-seek-past-end-paused.html [ Crash ] |
| webkit.org/b/153866 media/video-seek-past-end-playing.html [ Crash ] |
| webkit.org/b/153866 media/video-seekable.html [ Crash ] |
| webkit.org/b/153866 media/video-seeking.html [ Crash ] |
| webkit.org/b/153866 media/video-set-rate-from-pause.html [ Crash ] |
| webkit.org/b/153866 media/video-single-valid-source.html [ Crash ] |
| webkit.org/b/153866 media/video-size.html [ Crash ] |
| webkit.org/b/153866 media/video-source-error.html [ Crash ] |
| webkit.org/b/153866 media/video-source-load.html [ Crash ] |
| webkit.org/b/153866 media/video-source-media.html [ Crash ] |
| webkit.org/b/153866 media/video-source-type-params.html [ Crash ] |
| webkit.org/b/153866 media/video-src-empty.html [ Crash ] |
| webkit.org/b/153866 media/video-src-remove.html [ Crash ] |
| webkit.org/b/153866 media/video-src-set.html [ Crash ] |
| webkit.org/b/153866 media/video-system-sleep.html [ Crash ] |
| webkit.org/b/153866 media/video-timeupdate-reverse-play.html [ Crash ] |
| webkit.org/b/153866 media/video-transformed.html [ Crash ] |
| webkit.org/b/153866 media/video-volume-slider-drag.html [ Crash ] |
| webkit.org/b/153866 media/video-volume.html [ Crash ] |
| webkit.org/b/153866 media/video-zoom-controls.html [ Crash ] |
| webkit.org/b/153866 media/video-zoom.html [ Crash ] |
| webkit.org/b/153866 media/volume-bar-empty-when-muted.html [ Crash ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # Old WebGL expectations before skipping all of them |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| # webkit.org/b/99096 fast/canvas/webgl/arraybuffer-transfer-of-control.html [ Failure Pass ] |
| |
| # Known WebGL conformance test failures, fails on Intel and AMD hardware |
| # webkit.org/b/129199 webgl/1.0.2/conformance/uniforms/uniform-default-values.html [ Crash ] |
| |
| # A lot of crash happen since buildbot bagan to use Ubuntu 13.10. |
| # webkit.org/b/131729 compositing/webgl/webgl-no-alpha.html [ Crash ] |
| # webkit.org/b/131729 compositing/webgl/webgl-background-color.html [ Crash ] |
| # webkit.org/b/131729 compositing/webgl/webgl-repaint.html [ Crash ] |
| # webkit.org/b/131729 compositing/webgl/webgl-reflection.html [ Crash ] |
| # webkit.org/b/131729 compositing/backface-visibility/backface-visibility-webgl.html [ Crash ] |
| # webkit.org/b/131729 http/tests/canvas/webgl/origin-clean-conformance.html [ Crash ] |
| # webkit.org/b/131729 http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html [ Crash ] |
| # webkit.org/b/131729 http/tests/security/webgl-remote-read-remote-image-allowed.html [ Crash ] |
| # webkit.org/b/131729 http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html [ Crash ] |
| |
| # Tests crashing with common backtrace ending in WebGLRenderingContext::reshape |
| # webkit.org/b/135194 webgl/1.0.2/conformance/rendering/multisample-corruption.html [ Crash Timeout ] |
| # webkit.org/b/135194 webgl/1.0.2/conformance/textures/texture-size-cube-maps.html [ Crash Timeout ] |
| |
| # Tests crashing with common backtrace ending in GraphicsContext3D::mappedSymbolName |
| # webkit.org/b/127277 webkit.org/b/135196 fast/canvas/webgl/glsl-conformance.html [ Crash Timeout ] |
| # webkit.org/b/105029 webkit.org/b/135196 fast/canvas/webgl/webgl-composite-modes.html [ Crash Failure Timeout ] |
| # webkit.org/b/105029 webkit.org/b/135196 fast/canvas/webgl/webgl-composite-modes-repaint.html [ Crash Timeout Failure ] |
| # webkit.org/b/135196 webgl/1.0.2/conformance/attribs/gl-vertex-attrib-render.html [ Crash Failure Timeout ] |
| # webkit.org/b/135196 webgl/1.0.2/conformance/ogles/GL/sin/sin_001_to_006.html [ Crash Timeout ] |
| # webkit.org/b/135196 webgl/1.0.2/conformance/uniforms/gl-uniform-arrays.html [ Crash Timeout ] |
| # webkit.org/b/124935 webkit.org/b/135196 webgl/1.0.2/conformance/uniforms/out-of-bounds-uniform-array-access.html [ Crash Timeout ] |
| |
| # Tests crashing with common backtrace ending in WebGLRenderingContext::bindTexture |
| # webkit.org/b/105030 webkit.org/b/135197 fast/canvas/webgl/framebuffer-object-attachment.html [ Crash Timeout ] |
| # webkit.org/b/105030 webkit.org/b/135197 fast/canvas/webgl/premultiplyalpha-test.html [ Crash Timeout ] |
| # webkit.org/b/127279 webkit.org/b/135197 fast/canvas/webgl/webgl-compressed-texture-size-limit.html [ Crash Timeout ] |
| # webkit.org/b/129818 webkit.org/b/135197 fast/canvas/webgl/webgl-draw-buffers.html [ Crash Timeout ] |
| # webkit.org/b/135197 fast/images/webgl-teximage2d.html [ Crash Timeout ] |
| # webkit.org/b/135197 webgl/1.0.2/conformance/context/context-creation-and-destruction.html [ Crash Timeout ] |
| # webkit.org/b/135197 webgl/1.0.2/conformance/context/premultiplyalpha-test.html [ Crash Timeout ] |
| # webkit.org/b/135197 webgl/1.0.2/conformance/extensions/oes-texture-float.html [ Crash Timeout ] |
| # webkit.org/b/135197 webgl/1.0.2/conformance/textures/copy-tex-image-2d-formats.html [ Crash Timeout ] |
| # webkit.org/b/135197 webgl/1.0.2/conformance/textures/texture-attachment-formats.html [ Crash Timeout ] |
| |
| # webkit.org/b/124935 webgl/1.0.2/conformance/glsl/misc/shader-with-non-reserved-words.html [ Failure Pass ] |
| |
| # Started to crash after r160991 |
| # webkit.org/b/127914 fast/canvas/webgl/oes-texture-half-float-with-image.html [ Failure Crash ] |
| # webkit.org/b/127914 fast/canvas/webgl/oes-texture-half-float.html [ Crash Pass ] |
| # webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgb565.html [ Crash Timeout Pass ] |
| # webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551.html [ Crash Pass ] |
| # webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas.html [ Crash Pass ] |
| # webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565.html [ Crash Pass ] |
| # webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551.html [ Crash Pass ] |
| # webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgb565.html [ Crash Pass ] |
| # webkit.org/b/127914 fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html [ Crash Pass ] |
| # webkit.org/b/127914 fast/canvas/webgl/texImageTest.html [ Crash Pass ] |
| # webkit.org/b/127914 fast/canvas/webgl/texture-color-profile.html [ Crash Pass ] |
| # webkit.org/b/127914 webgl/1.0.2/conformance/extensions/oes-texture-float-with-image-data.html [ Crash Pass ] |
| # webkit.org/b/127914 webgl/1.0.2/conformance/extensions/webgl-debug-renderer-info.html [ Crash Failure ] |
| # webkit.org/b/127914 webgl/1.0.2/conformance/rendering/gl-drawelements.html [ Crash Failure ] |
| # webkit.org/b/127914 webgl/1.0.2/conformance/textures/copy-tex-image-and-sub-image-2d.html [ Crash Pass ] |
| # webkit.org/b/127914 webgl/1.0.2/conformance/textures/gl-get-tex-parameter.html [ Crash Pass ] |
| # webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html [ Crash Timeout Pass ] |
| # webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html [ Crash Pass ] |
| # webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html [ Crash Pass ] |
| # webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html [ Crash Pass ] |
| # webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html [ Crash Pass ] |
| # webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html [ Crash Pass ] |
| # webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html [ Crash Timeout Pass ] |
| # webkit.org/b/127914 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html [ Crash Pass ] |
| |
| # Known WebGL conformance test failures, fails on Intel and AMD hardware |
| # webkit.org/b/129199 webgl/1.0.2/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Crash Failure Pass ] |
| |
| # Rendering failure, also missing expected results: |
| # webkit.org/b/105093 compositing/webgl/webgl-nonpremultiplied-blend.html [ Skip ] |
| |
| # Known WebGL conformance test failures, fails on Intel and AMD hardware |
| # webgl/1.0.2/conformance/glsl/literals/float_literal.vert.html [ Failure ] |
| |
| # ANGLE_instanced_arrays not implemented on efl |
| # fast/canvas/webgl/angle-instanced-arrays.html [ Skip ] |
| |
| # webkit.org/b/133306 fast/canvas/webgl/css-webkit-canvas-repaint.html [ Failure ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # End of old WebGL expectations before skipping all of them |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| |
| # Still failing/flakey tests, needs more investigation |
| webkit.org/b/131729 http/tests/globalhistory/history-delegate-basic-302-redirect.html [ Failure ] |
| webkit.org/b/131729 http/tests/globalhistory/history-delegate-basic-title.html [ Failure ] |
| webkit.org/b/131729 http/tests/globalhistory/history-delegate-pushstate.html [ Failure ] |
| webkit.org/b/131729 http/tests/globalhistory/history-delegate-replacestate.html [ Failure ] |
| webkit.org/b/131729 http/tests/misc/acid3.html [ Failure Pass ] |
| webkit.org/b/131729 http/tests/misc/image-blocked-src-change.html [ Failure Pass ] |
| webkit.org/b/131729 http/tests/misc/slow-loading-image-in-pattern.html [ Failure ] |
| webkit.org/b/131729 http/tests/media/video-error-abort.html [ Crash Pass ] |
| webkit.org/b/131729 http/tests/media/video-load-twice.html [ Failure Pass ] |
| webkit.org/b/131729 http/tests/media/video-redirect.html [ Crash Pass ] |
| webkit.org/b/131729 http/tests/security/cross-origin-plugin-private-browsing-toggled.html [ Failure ] |
| webkit.org/b/131729 http/tests/security/drag-drop-local-file.html [ Failure ] |
| webkit.org/b/131729 http/tests/security/svg-image-with-cached-remote-image.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/131729 http/tests/xmlhttprequest/simple-cross-origin-denied-events.html [ Failure Pass ] |
| |
| webkit.org/b/135498 css3/device-adapt/opera/constrain-009.xhtml [ Crash Timeout ] |
| webkit.org/b/135498 css3/device-adapt/opera/constrain-023.xhtml [ Crash Timeout ] |
| webkit.org/b/135498 css3/device-adapt/viewport-width-not-affecting-next-page.html [ Failure ] |
| |
| # Started to timeout after bumping EFL to 1.9 |
| webkit.org/b/136099 fast/animation/request-animation-frame-during-modal.html [ Crash Timeout ] |
| webkit.org/b/136099 fast/dom/Window/open-window-min-size.html [ Crash Timeout ] |
| webkit.org/b/136099 fast/events/show-modal-dialog-onblur-onfocus.html [ Crash Timeout ] |
| webkit.org/b/136099 fast/events/scroll-event-during-modal-dialog.html [ Crash Timeout ] |
| webkit.org/b/136099 fast/harness/show-modal-dialog.html [ Crash Timeout ] |
| |
| webkit.org/b/136227 mathml/very-large-stretchy-operators.html [ Crash Timeout Pass ] |
| |
| #webkit.org/b/142158 inspector/dom/remove-multiple-nodes.html [ Crash Pass ] |
| #webkit.org/b/147018 inspector/css/get-system-fonts.html [ Skip ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # FLAKY TESTS |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| Bug(EFL) media/video-played-reset.html [ Failure Pass ] |
| Bug(EFL) fast/loader/child-frame-add-after-back-forward.html [ Failure Pass ] |
| Bug(EFL) fast/events/backspace-navigates-back.html [ Failure Pass ] |
| Bug(EFL) http/tests/loading/fire-error-event-empty-404-script.html [ Crash Failure Pass ] |
| Bug(EFL) media/track/track-element-load-event.html [ Crash Failure Pass ] |
| |
| webkit.org/b/85603 fast/forms/textarea-placeholder-set-attribute.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/86078 http/tests/misc/favicon-loads-with-icon-loading-override.html [ Failure Pass ] |
| webkit.org/b/86079 http/tests/misc/link-rel-icon-beforeload.html [ Failure Pass ] |
| webkit.org/b/86082 security/block-test.html [ Failure Pass ] |
| webkit.org/b/88230 svg/stroke/non-scaling-stroke-pattern.svg [ ImageOnlyFailure Pass ] |
| webkit.org/b/60103 fast/replaced/border-radius-clip.html [ Failure Pass ] |
| webkit.org/b/91366 fast/forms/number/number-spinbutton-gets-disabled-or-readonly.html [ Failure Pass ] |
| webkit.org/b/98656 fast/dynamic/window-scrollbars-test.html [ Failure Pass ] |
| webkit.org/b/103439 fast/loader/submit-form-while-parsing-2.html [ Failure Pass ] |
| webkit.org/b/103443 fast/parser/parser-yield-timing.html [ Failure Pass ] |
| webkit.org/b/103444 http/tests/css/shared-stylesheet-mutation.html [ Failure Pass ] |
| webkit.org/b/103445 http/tests/css/shared-stylesheet-mutation-preconstruct.html [ Failure Pass ] |
| |
| # These ref tests are flaky with coordinated graphics (missing purple corners). |
| #webkit.org/b/108340 fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/108340 fast/layers/no-clipping-overflow-hidden-added-after-transition.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/108340 fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html [ ImageOnlyFailure Pass ] |
| |
| # Tests that sometimes fail on the bot (for GTK and Chromium ports as well). |
| webkit.org/b/77631 fast/multicol/span/span-as-immediate-child-property-removal.html [ Failure Pass ] |
| webkit.org/b/77631 fast/multicol/span/span-as-immediate-columns-child-removal.html [ Failure Pass ] |
| |
| webkit.org/b/93214 http/tests/loading/307-after-303-after-post.html [ Crash Pass Timeout ] |
| webkit.org/b/93212 http/tests/incremental/slow-utf8-text.pl [ Pass Timeout ] |
| |
| webkit.org/b/85180 media/audio-delete-while-step-button-clicked.html [ Failure Pass ] |
| webkit.org/b/83878 media/track/track-mode.html [ Failure Pass ] |
| webkit.org/b/68878 webkit.org/b/102993 media/video-playing-and-pause.html [ Failure Pass ] |
| webkit.org/b/98621 webkit.org/b/102993 media/video-controls-rendering.html [ Failure Pass ] |
| webkit.org/b/96641 media/video-seek-past-end-playing.html [ Failure Pass ] |
| |
| # Tests that sometimes fail on the bot (for GTK or Mac ports as well) |
| webkit.org/b/127550 media/audio-concurrent-supported.html [ Failure Pass ] |
| webkit.org/b/122507 media/track/track-cue-rendering.html [ Failure Pass ] |
| webkit.org/b/76280 media/W3C/video/networkState/networkState_during_progress.html [ Failure Pass ] |
| webkit.org/b/128101 media/video-loop.html [ Pass Failure ] |
| webkit.org/b/128103 media/media-element-play-after-eos.html [ Pass Failure ] |
| webkit.org/b/122039 media/track/track-cue-overlap-snap-to-lines-not-set.html [ Pass Failure ] |
| webkit.org/b/128179 media/video-timeupdate-reverse-play.html [ Pass Failure ] |
| webkit.org/b/128252 media/track/track-kind.html [ Pass Failure ] |
| webkit.org/b/128528 media/media-ended.html [ Pass Failure ] |
| |
| # Tests that sometimes fail on the bot |
| webkit.org/b/130581 perf/clone-with-focus.html [ Pass Failure ] |
| |
| # 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/103926 media/track/w3c/interfaces/TextTrackList/onremovetrack.html [ Skip ] |
| |
| webkit.org/b/100636 [ Debug ] jquery/traversing.html [ Failure Crash Pass ] |
| |
| # Issue with timing for suspend/resumeAnimations()? |
| webkit.org/b/49182 animations/stop-animation-on-suspend.html [ Failure Pass ] |
| |
| webkit.org/b/103383 fast/css/counters/element-removal-crash.xhtml [ Failure Pass ] |
| |
| webkit.org/b/105296 webaudio/delaynode-maxdelay.html [ Failure Pass ] |
| webkit.org/b/105296 webaudio/delaynode-max-nondefault-delay.html [ Failure Pass ] |
| webkit.org/b/105296 webaudio/delaynode-scheduling.html [ Failure Pass ] |
| |
| # Sometimes hit !m_isolatedWorld->isNormal() || m_wrapper || !m_jsFunction assertion. |
| webkit.org/b/120148 webaudio/javascriptaudionode-upmix2-8channel-input.html [ Failure Pass Crash ] |
| |
| webkit.org/b/106551 media/video-src-source.html [ Crash Pass ] |
| webkit.org/b/106551 media/video-source-moved.html [ Crash Pass ] |
| webkit.org/b/106551 media/video-source.html [ Crash Pass ] |
| webkit.org/b/106551 media/video-source-type.html [ Crash Pass ] |
| webkit.org/b/106551 fast/dom/beforeload/remove-video-poster-in-beforeload-listener.html [ Crash Pass ] |
| |
| webkit.org/b/107024 compositing/self-painting-layers2.html [ Pass Failure ] |
| webkit.org/b/107024 compositing/video-page-visibility.html [ Pass Failure ] |
| |
| webkit.org/b/111612 animations/animation-delay-changed.html [ Failure Pass ] |
| |
| webkit.org/b/98761 svg/text/selection-tripleclick.svg [ Failure Pass ] |
| |
| # Test is flaky and needs to be fixed |
| webkit.org/b/56985 http/tests/loading/bad-server-subframe.html [ Crash Pass ] |
| |
| # Flaky, probably because the result is sometimes taken before data about visited link have passed through IPC. |
| webkit.org/b/81797 fast/history/visited-link-background-color.html [ ImageOnlyFailure Pass ] |
| |
| # Also flaky at least on GTK+ |
| webkit.org/b/72698 media/audio-garbage-collect.html |
| |
| webkit.org/b/102204 http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html [ Crash Pass ] |
| |
| webkit.org/b/95428 media/video-controls-captions.html [ Timeout ] |
| webkit.org/b/113106 media/track/track-prefer-captions.html [ Timeout ] |
| |
| # Failures after r130363. |
| webkit.org/b/98573 fast/forms/multiple-form-submission-protection-mouse.html [ Failure Timeout Pass ] |
| |
| webkit.org/b/103115 http/tests/loading/remove-child-triggers-parser.html [ Failure Pass ] |
| |
| webkit.org/b/102201 fast/dom/Window/window-resize.html [ Failure Pass ] |
| webkit.org/b/102201 fast/dom/Window/window-resize-contents.html [ Timeout Pass ] |
| |
| webkit.org/b/103396 [ Debug ] fast/forms/state-restore-per-form.html [ Failure Pass ] |
| |
| webkit.org/b/103400 [ Debug ] compositing/overflow/content-gains-scrollbars.html [ Crash Failure ] |
| webkit.org/b/103400 [ Debug ] compositing/overflow/content-loses-scrollbars.html [ Crash Failure ] |
| |
| # Assertion failure and incorrect results on our port after r140999 (webkit.org/b/106142) |
| webkit.org/b/108257 compositing/overflow/automatically-opt-into-composited-scrolling.html [ Failure ] |
| |
| # Asserts when destroying WebCore::Database (possibly because r141207) |
| webkit.org/b/108355 storage/websql/sql-error-codes.html [ Failure ] |
| |
| # Libsoup 2.42.0 regressions |
| webkit.org/b/114918 http/tests/xmlhttprequest/cache-override.html [ Failure Pass ] |
| webkit.org/b/114918 http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-invalidstaterror.html [ Failure Timeout Pass ] |
| webkit.org/b/114918 http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-mixed-case.html [ Timeout Pass ] |
| |
| webkit.org/b/115440 svg/stroke/animated-non-scaling-stroke.html [ ImageOnlyFailure Pass ] |
| |
| # Started to crash after r162947 |
| webkit.org/b/119042 animations/resume-after-page-cache.html [ Failure Pass Crash ] |
| |
| webkit.org/b/124655 css3/masking/clip-path-animation.html [ Failure Pass ] |
| |
| webkit.org/b/124664 media/video-duration-known-after-eos.html [ Failure Timeout Pass ] |
| webkit.org/b/124664 media/video-seek-with-negative-playback.html [ Failure Crash Pass ] |
| |
| webkit.org/b/124665 media/video-ended-event-negative-playback.html [ Failure Pass ] |
| |
| webkit.org/b/124925 fast/css/hover-display-block-none.html [ Failure Pass ] |
| |
| webkit.org/b/124926 fast/events/popup-allowed-from-gesture-initiated-event.html [ Failure Pass ] |
| |
| # Fail after r139145 on MAC, EFL, QT, GTK. |
| webkit.org/b/106415 fast/workers/worker-close-more.html [ Timeout ] |
| webkit.org/b/106415 fast/workers/worker-document-leak.html [ Pass Failure ] |
| webkit.org/b/106415 fast/workers/worker-lifecycle.html [ Pass Failure ] |
| |
| webkit.org/b/124929 http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html [ Failure Pass ] |
| |
| webkit.org/b/124931 media/track/audio/audio-track-mkv-vorbis-enabled.html [ Failure Pass ] |
| |
| webkit.org/b/124933 svg/animations/getCurrentTime-pause-unpause.html [ Failure Pass ] |
| |
| webkit.org/b/124934 svg/animations/svglengthlist-animation-3.html [ Failure Pass ] |
| |
| # Started to crash after r163871 |
| webkit.org/b/128905 media/video-fast-seek.html [ Crash Pass Failure ] |
| webkit.org/b/128905 media/video-extreme-playbackrate-crash.html [ Crash Pass Failure ] |
| |
| webkit.org/b/125517 compositing/regions/crash-transform-inside-region.html [ Crash Pass ] |
| webkit.org/b/125517 compositing/regions/floated-region-with-transformed-child.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/125517 compositing/regions/move-layer-from-one-region-to-another.html [ Crash Pass ] |
| webkit.org/b/125517 compositing/regions/propagate-region-box-shadow-border-padding.html [ Crash Pass ] |
| webkit.org/b/125517 compositing/regions/propagate-region-box-shadow-border-padding-for-video.html [ ImageOnlyFailure Crash Pass ] |
| webkit.org/b/125517 compositing/regions/region-as-layer-in-another-flowthread.html [ Crash Pass ] |
| webkit.org/b/125517 compositing/regions/transformed-layer-inside-transformed-layer.html [ Crash Pass ] |
| webkit.org/b/125517 compositing/regions/z-index-update.html [ Crash Pass ] |
| |
| webkit.org/b/125573 compositing/backgrounds/fixed-backgrounds.html [ Crash Pass ] |
| |
| # 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/130353 mathml/wbr-in-mroot-crash.html [ Crash Pass ] |
| |
| webkit.org/b/127109 media/video-object-fit-change.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/127109 media/video-object-fit.html [ ImageOnlyFailure Pass ] |
| |
| webkit.org/b/119789 fast/events/touch/touch-inside-iframe.html [ Crash Pass ] |
| |
| webkit.org/b/133305 fast/text/mark-matches-rendering.html [ ImageOnlyFailure Pass ] |
| |
| webkit.org/b/106405 http/tests/loading/basic-auth-resend-wrong-credentials.html [ Failure Pass ] |
| webkit.org/b/106405 http/tests/loading/basic-credentials-sent-automatically.html [ Failure Pass ] |
| webkit.org/b/106405 http/tests/misc/401-alternative-content.php [ Crash Pass ] |
| |
| webkit.org/b/84589 http/tests/security/cross-frame-access-get.html [ Crash Pass ] |
| |
| webkit.org/b/127723 accessibility/menu-list-sends-change-notification.html [ Crash Pass ] |
| |
| webkit.org/b/135561 mathml/opentype/opentype-stretchy-horizontal.html [ Failure Pass ] |
| |
| # Fails on the bots. |
| webkit.org/b/97968 media/unsupported-rtsp.html [ Failure Pass Timeout ] |
| |
| webkit.org/b/135611 fullscreen/video-controls-timeline.html [ Failure Pass ] |
| |
| webkit.org/b/135697 fast/dom/Window/open-zero-size-as-default.html [ Failure Pass Crash ] |
| |
| # SVG 1.1 tests are flaky on EFL bots |
| webkit.org/b/137138 svg/W3C-SVG-1.1-SE [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/137138 svg/W3C-SVG-1.1 [ Failure ImageOnlyFailure Pass ] |
| |
| # EFL port doesn't support Khmer and Lao fallback fonts, this test has added since r170207. |
| Bug(EFL) fast/text/khmer-lao-font.html [ Skip ] |
| Bug(EFL) fast/text/simple-lines-hover-underline.html [ Timeout Pass ] |
| |
| webkit.org/b/142156 css3/shapes/spec-examples/shape-outside-011.html [ Failure Pass ] |
| webkit.org/b/142156 css3/shapes/spec-examples/shape-outside-012.html [ Failure Pass ] |
| webkit.org/b/142156 css3/shapes/spec-examples/shape-outside-019.html [ Failure Pass ] |
| |
| webkit.org/b/142157 fast/profiler/dead-time.html [ Failure Pass ] |
| webkit.org/b/142157 fast/profiler/stop-profiling-after-setTimeout.html [ Failure Pass ] |
| |
| webkit.org/b/95551 fast/forms/datalist/update-range-with-datalist.html [ ImageOnlyFailure Pass ] |
| |
| webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-006.svg [ Pass ImageOnlyFailure ] |
| webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-007.svg [ Pass ImageOnlyFailure ] |
| webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-008.svg [ Pass ImageOnlyFailure ] |
| webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-009.svg [ Pass ImageOnlyFailure ] |
| webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-010.svg [ Pass ImageOnlyFailure ] |
| webkit.org/b/129820 svg/clip-path/mask-objectboundingbox-content-clip-transform.svg [ Pass ImageOnlyFailure ] |
| webkit.org/b/129820 svg/clip-path/mask-objectboundingbox-content-clip.svg [ Pass ImageOnlyFailure ] |
| webkit.org/b/129820 svg/clip-path/mask-userspaceonuse-content-clip-transform.svg [ Pass ImageOnlyFailure ] |
| webkit.org/b/129820 svg/clip-path/mask-userspaceonuse-content-clip.svg [ Pass ImageOnlyFailure ] |
| |
| webkit.org/b/102097 svg/text/hidpi-text-selection-rect-position.html [ Pass ImageOnlyFailure ] |
| |
| webkit.org/b/141458 imported/mozilla/svg/image/image-filter-01.svg [ Failure Pass ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/pattern-scale-01a.svg [ Failure Pass ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/pattern-scale-01b.svg [ Failure Pass ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/pattern-scale-01c.svg [ Failure Pass ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/stroke-width-percentage-02a.svg [ Failure Pass ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/switch-01.svg [ Failure Pass ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/symbol-01.svg [ Failure Pass ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/text-layout-01.svg [ Failure Pass ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/text-layout-05.svg [ Failure Pass ImageOnlyFailure ] |
| webkit.org/b/141458 imported/mozilla/svg/text-white-space-01.svg [ Failure Pass ImageOnlyFailure ] |
| webkit.org/b/141458 imported/w3c/canvas/2d.line.cap.round.html [ Failure Pass ImageOnlyFailure ] |
| |
| webkit.org/b/142766 fast/overflow/overflow-height-float-not-removed-crash2.html [ Crash Pass ] |
| |
| webkit.org/b/144802 fast/forms/number/number-large-padding.html [ Failure Pass ] |
| webkit.org/b/144802 fast/forms/number/number-spinbutton-capturing.html [ Failure Pass ] |
| webkit.org/b/144802 fast/forms/number/number-spinbutton-change-and-input-events.html [ Failure Pass ] |
| webkit.org/b/144802 fast/forms/number/number-spinbutton-click-in-iframe.html [ Failure Pass ] |
| webkit.org/b/144802 fast/forms/number/number-spinbutton-in-multi-column.html [ Failure Pass ] |
| |
| # EFL port shows these tests are flaky though the tests are marked with failure in wk2 TestExpectation. |
| css3/device-adapt/opera/cascading-001.xhtml [ Failure Pass ] |
| fast/dom/adopt-node-crash-2.html [ Failure Pass ] |
| fast/selectors/hover-strict.html [ Failure Pass ] |
| webaudio/delaynode-max-default-delay.html [ Failure Pass ] |
| http/tests/xmlhttprequest/xmlhttprequest-post-crash.html [ Timeout Pass ] |
| media/track/track-cues-pause-on-exit.html [ Failure Timeout Pass ] |
| js/dom/cross-frame-prototype.html [ Crash Pass ] |
| pageoverlay/overlay-large-document-scrolled.html [ Crash Pass ] |
| http/tests/misc/iframe-reparenting-id-collision.html [ Crash Pass ] |
| http/tests/loading/text-content-type-with-binary-extension.html [ Failure Pass ] |
| perf/rel-list-remove.html [ Failure Pass ] |
| |
| webkit.org/b/146495 fast/history/multiple-classes-visited.html [ Timeout Pass ] |
| webkit.org/b/146495 http/tests/security/contentSecurityPolicy/directive-parsing-multiple-headers.html [ Timeout Pass ] |
| webkit.org/b/146495 js/dom/create-lots-of-workers.html [ Crash Timeout Pass Failure ] |
| webkit.org/b/146495 svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg [ Timeout Pass ] |
| |
| # box properties tests have been flaky since r188693. |
| webkit.org/b/148470 css1/box_properties/border.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/border_bottom.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/border_bottom_width.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/border_left.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/border_left_width.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/border_right_inline.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/border_right_width.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/border_style.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/border_top.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/border_top_width.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/border_width.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/clear.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/clear_float.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/float_elements_in_series.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/float_margin.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/float_on_text_elements.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/height.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/margin.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/margin_bottom.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/margin_inline.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/margin_left.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/margin_right.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/margin_top.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/padding.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/padding_bottom.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/padding_inline.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/padding_left.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/padding_right.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/padding_top.html [ Failure ImageOnlyFailure Pass ] |
| webkit.org/b/148470 css1/box_properties/width.html [ Failure ImageOnlyFailure Pass ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # PASSING TESTS WITH INCORRECT EXPECTATIONS |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| # Regression from r133898 |
| Bug(EFL) fast/forms/input-disabled-color.html [ Pass ] |
| Bug(EFL) fast/forms/input-readonly-dimmed.html [ Pass ] |
| |
| # Intrusive theming overrides collide with style-related LayoutTests. |
| webkit.org/b/85877 fast/forms/menulist-narrow-width.html [ Pass ] |
| webkit.org/b/85877 fast/forms/menulist-style-color.html [ Pass ] |
| webkit.org/b/85877 fast/forms/select-style.html [ Pass ] |
| |
| # EFL port needs Pasteboard implementation, needs baselines. |
| webkit.org/b/84338 fast/forms/plaintext-mode-2.html [ Pass ] |
| |
| # Controls are not zoomed. |
| webkit.org/b/102367 fast/forms/zoomed-controls.html [ Pass ] |
| |
| # Test marked in TestExpectations as failing on non-retina displays, passing on EFL port |
| webkit.org/b/129113 fast/multicol/newmulticol/clipping.html [ Pass ] |
| |
| webkit.org/b/129050 fast/sub-pixel/compositing-layers-on-subpixel-position.html [ Pass ] |
| |
| # This tests are passing on EFL but they do not in the Apple ports |
| mathml/presentation/style-changed.html [ Pass ] |
| transitions/svg-text-shadow-transition.html [ Pass ] |
| |
| # Need to check why these tests are passed on EFL port. |
| css3/flexbox/csswg/css-box-justify-content.html [ Pass ] |
| css3/flexbox/csswg/css-flexbox-img-expand-evenly.html [ Pass ] |
| css3/flexbox/csswg/css-flexbox-row.html [ Pass ] |
| css3/flexbox/csswg/css-flexbox-test1.html [ Pass ] |
| css3/flexbox/csswg/flex-align-items-center.html [ Pass ] |
| css3/flexbox/csswg/flex-flexitem-percentage-prescation.html [ Pass ] |
| css3/flexbox/csswg/flex-items-flexibility.html [ Pass ] |
| css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse.html [ Pass ] |
| css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse.html [ Pass ] |
| css3/flexbox/csswg/flex-margin-no-collapse.html [ Pass ] |
| css3/flexbox/csswg/flexbox-flex-wrap-flexing.html [ Pass ] |
| css3/flexbox/csswg/flexbox_flex-0-0-0.html [ Pass ] |
| css3/flexbox/csswg/flexbox_flex-0-1-0.html [ Pass ] |
| css3/flexbox/csswg/flexbox_flex-0-N-0.html [ Pass ] |
| css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html [ Pass ] |
| css3/flexbox/csswg/flexbox_generated-container.html [ Pass ] |
| css3/flexbox/csswg/flexbox_justifycontent-center-overflow.html [ Pass ] |
| css3/flexbox/csswg/flexbox_min-height-auto.html [ Pass ] |
| css3/flexbox/csswg/flexbox_min-width-auto.html [ Pass ] |
| css3/flexbox/csswg/flexbox_stf-table-singleline.html [ Pass ] |
| css3/flexbox/csswg/flexbox_visibility-collapse-line-wrapping.html [ Pass ] |
| css3/flexbox/csswg/flexbox_visibility-collapse.html [ Pass ] |
| css3/flexbox/csswg/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom.html [ Pass ] |
| css3/flexbox/csswg/order/order-with-column-reverse.html [ Pass ] |
| css3/flexbox/csswg/ttwf-reftest-flex-direction-row-reverse.html [ Pass ] |
| css3/flexbox/csswg/ttwf-reftest-flex-inline.html [ Pass ] |
| css3/flexbox/csswg/ttwf-reftest-flex-order.html [ Pass ] |
| css3/flexbox/csswg/ttwf-reftest-flex-wrap-reverse.html [ Pass ] |
| css3/flexbox/csswg/ttwf-reftest-flex-wrap.html [ Pass ] |
| css3/flexbox/flexbox-baseline-margins.html [ Pass ] |
| css3/flexbox/image-percent-max-height.html [ Pass ] |
| css3/shapes/shape-outside/shape-image/shape-image-010.html [ Pass ] |
| css3/shapes/shape-outside/shape-image/shape-image-024.html [ Pass ] |
| |
| # EFL port shows these tests are passed though the tests are marked with failure in wk2 TestExpectation. |
| imported/mozilla/svg/as-image/background-image-rect-1png.html [ Pass ] |
| imported/mozilla/svg/as-image/background-image-rect-2.html [ Pass ] |
| imported/mozilla/svg/as-image/border-image-simple-1.html [ Pass ] |
| imported/mozilla/svg/as-image/img-content-outside-viewBox-1.html [ Pass ] |
| imported/mozilla/svg/as-image/img-dyn-1.html [ Pass ] |
| imported/mozilla/svg/blend-color-burn.svg [ Pass ] |
| imported/mozilla/svg/blend-color-dodge.svg [ Pass ] |
| imported/mozilla/svg/blend-color.svg [ Pass ] |
| imported/mozilla/svg/blend-darken.svg [ Pass ] |
| imported/mozilla/svg/blend-difference-stacking.html [ Pass ] |
| imported/mozilla/svg/blend-difference.svg [ Pass ] |
| imported/mozilla/svg/blend-exclusion.svg [ Pass ] |
| imported/mozilla/svg/blend-hard-light.svg [ Pass ] |
| imported/mozilla/svg/blend-hue.svg [ Pass ] |
| imported/mozilla/svg/blend-lighten.svg [ Pass ] |
| imported/mozilla/svg/blend-luminosity.svg [ Pass ] |
| imported/mozilla/svg/blend-multiply.svg [ Pass ] |
| imported/mozilla/svg/blend-overlay.svg [ Pass ] |
| imported/mozilla/svg/blend-saturation.svg [ Pass ] |
| imported/mozilla/svg/blend-screen.svg [ Pass ] |
| imported/mozilla/svg/clip-02a.svg [ Pass ] |
| imported/mozilla/svg/clip-02b.svg [ Pass ] |
| imported/mozilla/svg/conditions-01.svg [ Pass ] |
| imported/mozilla/svg/conditions-06.svg [ Pass ] |
| imported/mozilla/svg/conditions-07.svg [ Pass ] |
| imported/mozilla/svg/conditions-08.svg [ Pass ] |
| imported/mozilla/svg/cssComment-in-attribute-01.svg [ Pass ] |
| imported/mozilla/svg/dynamic-conditions-01.svg [ Pass ] |
| imported/mozilla/svg/dynamic-conditions-03.svg [ Pass ] |
| imported/mozilla/svg/dynamic-marker-01.svg [ Pass ] |
| imported/mozilla/svg/dynamic-pattern-01.svg [ Pass ] |
| imported/mozilla/svg/dynamic-small-object-scaled-up-01.svg [ Pass ] |
| imported/mozilla/svg/dynamic-switch-01.svg [ Pass ] |
| imported/mozilla/svg/dynamic-textPath-01.svg [ Pass ] |
| imported/mozilla/svg/dynamic-textPath-02.svg [ Pass ] |
| imported/mozilla/svg/dynamic-textPath-03.svg [ Pass ] |
| imported/mozilla/svg/dynamic-use-01.svg [ Pass ] |
| imported/mozilla/svg/dynamic-use-03.svg [ Pass ] |
| imported/mozilla/svg/dynamic-use-07.svg [ Pass ] |
| imported/mozilla/svg/filters/feColorMatrix-1.svg [ Pass ] |
| imported/mozilla/svg/filters/feColorMatrix-2.svg [ Pass ] |
| imported/mozilla/svg/filters/feComposite-1.svg [ Pass ] |
| imported/mozilla/svg/filters/feConvolveMatrix-bias-01.svg [ Pass ] |
| imported/mozilla/svg/filters/filter-marked-line-02.svg [ Pass ] |
| imported/mozilla/svg/filters/filter-marked-line-03.svg [ Pass ] |
| imported/mozilla/svg/filters/filter-marked-line-04.svg [ Pass ] |
| imported/mozilla/svg/filters/filter-marked-line-05.svg [ Pass ] |
| imported/mozilla/svg/filters/filter-marked-line-06.svg [ Pass ] |
| imported/mozilla/svg/filters/filter-marked-line-07.svg [ Pass ] |
| imported/mozilla/svg/filters/filter-marked-line-08.svg [ Pass ] |
| imported/mozilla/svg/filters/filter-marked-line-09.svg [ Pass ] |
| imported/mozilla/svg/filters/svg-filter-chains/clip-input.svg [ Pass ] |
| imported/mozilla/svg/filters/svg-filter-chains/clip-output.svg [ Pass ] |
| imported/mozilla/svg/linearGradient-basic-03.svg [ Pass ] |
| imported/mozilla/svg/pathLength-01.svg [ Pass ] |
| imported/mozilla/svg/smil/transform/rotate-angle-4.svg [ Pass ] |
| imported/mozilla/svg/smil/transform/rotate-angle-5.svg [ Pass ] |
| imported/mozilla/svg/svg-integration/dynamic-conditions-outer-svg-02.xhtml |
| imported/mozilla/svg/svg-integration/dynamic-conditions-outer-svg-03.xhtml |
| imported/mozilla/svg/text/dynamic-multiple-x.svg [ Pass ] |
| imported/mozilla/svg/text/dynamic-non-scaling-stroke.svg [ Pass ] |
| imported/mozilla/svg/text/ignore-text-align-2.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-chunks-bidi.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-chunks-different-anchor-bidi.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-chunks-different-anchor-rtl.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-chunks-multiple-dx-bidi.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-chunks-multiple-dx-different-anchor-bidi.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-chunks-multiple-dx-different-anchor-rtl.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-chunks-multiple-dx-rtl.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-chunks-rtl.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-x-anchor-end-bidi.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-x-anchor-end-rtl.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-x-bidi.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-x-holes-bidi.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-x-holes-multiple-dx-rtl.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-x-holes-rtl.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-x-multiple-dx-anchor-end-bidi.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-x-multiple-dx-anchor-end-rtl.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-x-multiple-dx-bidi.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-x-multiple-dx-rtl.svg [ Pass ] |
| imported/mozilla/svg/text/multiple-x-rtl.svg [ Pass ] |
| imported/mozilla/svg/text/pseudo-first-letter.svg [ Pass ] |
| imported/mozilla/svg/text/pseudo-first-line-2.svg [ Pass ] |
| imported/mozilla/svg/text/pseudo-first-line.svg [ Pass ] |
| imported/mozilla/svg/text/simple-multiline-anchor-end.svg [ Pass ] |
| imported/mozilla/svg/text/simple-multiline-number.svg [ Pass ] |
| imported/mozilla/svg/text/simple-multiline-pc.svg [ Pass ] |
| imported/mozilla/svg/text/simple-multiline.svg [ Pass ] |
| imported/mozilla/svg/text/simple-multiple-dx-anchor-end-bidi.svg [ Pass ] |
| imported/mozilla/svg/text/simple-multiple-dx-anchor-end-rtl.svg [ Pass ] |
| imported/mozilla/svg/text/simple-multiple-dx-anchor-middle-rtl.svg [ Pass ] |
| imported/mozilla/svg/text/simple-multiple-dx-bidi.svg [ Pass ] |
| imported/mozilla/svg/text/simple-multiple-dx-rtl.svg [ Pass ] |
| imported/mozilla/svg/text/textLength-5.svg [ Pass ] |
| imported/mozilla/svg/text/textLength-6.svg [ Pass ] |
| imported/mozilla/svg/text/textpath-multiline-2.svg [ Pass ] |
| imported/mozilla/svg/text/textpath-multiline.svg [ 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-basic-001.html [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-basic-002.html [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-basic-003.html [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-basic-004.html [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-br-inside-avoidcolumn-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-break-000.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-break-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-count-computed-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-count-computed-002.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-count-large-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-count-large-002.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-fill-auto-block-children-002.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-fill-auto.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-inherit-003.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-inherit-004.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-nested-column-rule-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-nested-margin-002.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-nested-margin-003.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-nested-margin-004.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-nested-margin-005.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-rule-002.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-rule-004.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-rule-fraction-003.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-rule-inset-000.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-rule-outset-000.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-rule-px-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-rule-stacking-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-rule-style-inset-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-rule-style-outset-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-shorthand-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-span-all-block-sibling-003.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-span-all-child-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-span-all-child-002.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-span-all-margin-002.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-span-all-margin-bottom-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-002.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-003.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-span-all-margin-nested-firstchild-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-table-cell-vertical-align-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-width-ems-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-width-small-001.xht [ Pass ] |
| imported/w3c/css/css-multicol-1/multicol-zero-height-001.xht [ Pass ] |
| imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-pre-N-between-Rs.html [ Pass ] |
| imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-N-between-Rs.html [ Pass ] |
| imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html [ Pass ] |
| imported/w3c/web-platform-tests/html/dom/elements/global-attributes/style-01.html [ Pass ] |
| imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-01.html [ Pass ] |
| imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-02.html [ Pass ] |
| imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute.html [ Pass ] |
| imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_initially_paused.html [ Pass ] |
| imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol.html [ Pass ] |
| css3/conditional/w3c/at-supports-010.html [ Pass ] |
| css3/conditional/w3c/at-supports-014.html [ Pass ] |
| fast/borders/border-painting-dashed.html [ Pass ] |
| fast/borders/border-painting-dotted.html [ Pass ] |
| fast/borders/border-painting-double.html [ Pass ] |
| fast/table/border-collapsing/collapsed-borders-adjoining-sections.html [ Pass ] |
| mathml/roots-removeChild.html [ Pass ] |
| |
| # css variables tests are passed since r191128. However these passes aren't verified yet. |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/024.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/025.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/026.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/028.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/030.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/054.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/055.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/056.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/058.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/071.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/081.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/082.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/085.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/086.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/087.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/091.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/103.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/111.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/115.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/126.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/152.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/159.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/161.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/163.html [ Pass ] |
| webkit.org/b/150183 fast/css/variables/test-suite/failures/169.html [ Pass ] |
| |
| # SHADOW DOM is not enabled though, these tests are reported to PASS. |
| fast/shadow-dom/css-scoping-shadow-assigned-node-with-before-after.html [ Pass ] |
| fast/shadow-dom/css-scoping-shadow-assigned-node-with-rules.html [ Pass ] |
| fast/shadow-dom/css-scoping-shadow-host-functional-rule.html [ Pass ] |
| fast/shadow-dom/css-scoping-shadow-host-rule.html [ Pass ] |
| fast/shadow-dom/css-scoping-shadow-host-with-before-after.html [ Pass ] |
| fast/shadow-dom/css-scoping-shadow-invisible-slot.html [ Pass ] |
| fast/shadow-dom/css-scoping-shadow-root-hides-children.html [ Pass ] |
| fast/shadow-dom/css-scoping-shadow-slot-display-override.html [ Pass ] |
| fast/shadow-dom/css-scoping-shadow-slot-fallback.html [ Pass ] |
| fast/shadow-dom/css-scoping-shadow-slot.html [ Pass ] |
| fast/shadow-dom/css-scoping-shadow-slotted-rule.html [ Pass ] |
| fast/shadow-dom/css-scoping-shadow-with-outside-rules.html [ Pass ] |
| fast/shadow-dom/css-scoping-shadow-with-rules-no-style-leak.html [ Pass ] |
| fast/shadow-dom/css-scoping-shadow-with-rules.html [ Pass ] |
| fast/shadow-dom/insert-child-to-assigned-node.html [ Pass ] |
| fast/shadow-dom/shadow-layout-after-attach-shadow.html [ Pass ] |
| fast/shadow-dom/shadow-layout-after-host-child-changes.html [ Pass ] |
| fast/shadow-dom/shadow-layout-after-inserting-or-removing-host-child.html [ Pass ] |
| fast/shadow-dom/shadow-layout-after-slot-changes.html [ Pass ] |
| fast/shadow-dom/shadow-layout-after-slot-fallback-changes.html [ Pass ] |
| |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| # FAILING TESTS |
| #//////////////////////////////////////////////////////////////////////////////////////// |
| |
| # Needs inner spin button to respect -webkit-inner-spin-button style |
| webkit.org/b/87619 fast/forms/number/number-size.html [ Failure ] |
| |
| # Needs to have PNG generated, which currently fails for this case. |
| webkit.org/b/83274 fast/repaint/transform-rotate-and-remove.html [ Pass ] |
| |
| # EFL's EventSender does not implement continuousMouseScrollBy yet |
| Bug(EFL) fast/events/continuous-platform-wheelevent-in-scrolling-div.html [ Failure ] |
| Bug(EFL) fast/events/wheelevent-direction-inverted-from-device.html [ Failure ] |
| Bug(EFL) fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html [ Failure ] |
| Bug(EFL) fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html [ Failure ] |
| |
| # EFL's EventSender does not implement gesture-related callbacks |
| Bug(EFL) fast/events/touch/gesture |
| Bug(EFL) fast/events/touch/page-scaled-touch-gesture-click.html |
| |
| # EFL port needs Pasteboard implementation. |
| webkit.org/b/84338 editing/deleting/paste-with-transparent-background-color.html [ Failure ] |
| webkit.org/b/84338 editing/input/paste-text-ending-with-interchange-newline.html [ Failure ] |
| webkit.org/b/84338 editing/input/reveal-contenteditable-on-paste-vertically.html [ Failure ] |
| webkit.org/b/84338 editing/inserting/insert-3786362-fix.html [ Failure ] |
| webkit.org/b/84338 editing/inserting/insert-3907422-fix.html [ Failure ] |
| webkit.org/b/84338 editing/inserting/insert-paste-bidi-control.html [ Failure ] |
| webkit.org/b/84338 editing/spelling/spellcheck-async-mutation.html [ Skip ] |
| webkit.org/b/84338 editing/spelling/spellcheck-queue.html [ Skip ] |
| webkit.org/b/84338 editing/spelling/spellcheck-paste-continuous-disabled.html [ Failure ] |
| webkit.org/b/84338 editing/spelling/spellcheck-paste-disabled.html [ Failure ] |
| webkit.org/b/84338 editing/spelling/spellcheck-paste.html [ Skip ] |
| webkit.org/b/84338 editing/style/apply-through-end-of-document.html [ Failure ] |
| webkit.org/b/84338 editing/style/non-inheritable-styles.html [ Failure ] |
| webkit.org/b/84338 editing/style/smoosh-styles-003.html [ Failure ] |
| webkit.org/b/84338 fast/events/clipboard-dataTransferItemList.html [ Timeout ] |
| webkit.org/b/84338 fast/forms/input-paste-undo.html [ Failure ] |
| webkit.org/b/84338 fast/forms/textarea-paste-newline.html [ Failure ] |
| |
| # EFL has not fully implemented about some SVG attributes |
| Bug(EFL) svg/custom |
| Bug(EFL) svg/zoom/page/zoom-zoom-coords.xhtml |
| |
| webkit.org/b/98644 svg/W3C-SVG-1.1/pservers-grad-13-b.svg [ Skip ] |
| |
| webkit.org/b/98653 svg/text/lengthAdjust-text-metrics.html [ Failure ] |
| |
| webkit.org/b/98718 svg/animations/animate-css-xml-attributeType.html [ Failure Pass ] |
| |
| # EFL's TestRunner does not implement enableAutoResizeMode |
| Bug(EFL) fast/autoresize |
| |
| # EFL's TestRunner does not implement setScrollbarPolicy |
| Bug(EFL) fast/overflow/scrollbar-restored-and-then-locked.html [ Failure ] |
| |
| # The EFL port has no support for loading a PDF as an image |
| Bug(EFL) fast/images/pdf-as-background.html |
| Bug(EFL) fast/images/pdf-as-image-landscape.html |
| Bug(EFL) fast/images/pdf-as-image.html |
| Bug(EFL) fast/images/pdf-as-tiled-background.html |
| Bug(EFL) fast/replaced/pdf-as-image.html |
| |
| # Quota API is not supported. |
| webkit.org/b/106507 storage/storageinfo-missing-arguments.html |
| webkit.org/b/106507 storage/storageinfo-no-callbacks.html |
| webkit.org/b/106507 storage/storageinfo-query-usage.html |
| webkit.org/b/106507 storage/storageinfo-request-quota.html |
| webkit.org/b/106507 storage/storagequota-query-usage.html |
| webkit.org/b/106507 storage/storagequota-request-quota.html |
| webkit.org/b/106507 fast/workers/worker-storagequota-query-usage.html |
| |
| # JSC does not support setIsolatedWorldSecurityOrigin. |
| webkit.org/b/61540 http/tests/security/isolatedWorld/cross-origin-xhr.html [ Timeout ] |
| |
| #__worldID is undefined in isolated world |
| Bug(EFL) http/tests/security/isolatedWorld/didClearWindowObject.html |
| |
| # EFL has accelerated compositing disabled |
| webkit.org/b/79766 compositing/backing/replaced-child-no-backing.html [ Failure ] |
| webkit.org/b/79766 compositing/geometry/fixed-position-composited-switch.html [ Failure ] |
| webkit.org/b/79766 compositing/geometry/layer-due-to-layer-children-deep-switch.html [ Failure ] |
| webkit.org/b/79766 compositing/geometry/layer-due-to-layer-children-switch.html [ Failure ] |
| webkit.org/b/79766 compositing/geometry/limit-layer-bounds-overflow-root.html [ Failure ] |
| webkit.org/b/79766 compositing/geometry/preserve-3d-switching.html [ Failure ] |
| webkit.org/b/79766 compositing/iframes/iframe-size-from-zero.html [ Failure ] |
| webkit.org/b/79766 compositing/iframes/iframe-size-to-zero.html [ Failure ] |
| webkit.org/b/79766 compositing/iframes/iframe-src-change.html [ Failure ] |
| webkit.org/b/79766 compositing/layer-creation/spanOverlapsCanvas.html [ Failure ] |
| webkit.org/b/79766 compositing/overflow/overflow-auto-with-touch.html [ Failure ] |
| webkit.org/b/79766 compositing/overflow/overflow-auto-with-touch-toggle.html [ Failure ] |
| webkit.org/b/79766 compositing/overflow/overflow-overlay-with-touch.html [ Failure ] |
| webkit.org/b/79766 compositing/overflow/textarea-scroll-touch.html [ Failure ] |
| webkit.org/b/79766 compositing/plugins/no-backing-store.html [ Failure ] |
| webkit.org/b/79766 compositing/plugins/small-to-large-composited-plugin.html [ Failure ] |
| webkit.org/b/79766 compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html [ Failure ] |
| webkit.org/b/79766 compositing/rtl/rtl-iframe-absolute-overflow.html [ Failure ] |
| webkit.org/b/79766 compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html [ Failure ] |
| webkit.org/b/79766 compositing/rtl/rtl-iframe-fixed-overflow.html [ Failure ] |
| webkit.org/b/79766 compositing/tiling/huge-layer-resize.html [ Failure ] |
| webkit.org/b/79766 compositing/tiling/huge-layer.html [ Failure ] |
| webkit.org/b/79766 compositing/tiling/tile-cache-zoomed.html [ Failure ] |
| webkit.org/b/79766 compositing/video/video-poster.html [ Failure ] |
| |
| # LAYER_TREE_INCLUDES_VISIBLE_RECTS option to layerTreeAsText is only applicable to Mac. |
| compositing/visible-rect [ Skip ] |
| |
| # EFL's LayoutTestController does not implement displayInvalidatedRegion |
| webkit.org/b/86727 compositing/plugins/invalidate_rect.html [ Failure ] |
| |
| # Requires WebP support. |
| Bug(EFL) fast/canvas/canvas-toDataURL-webp.html [ Skip ] |
| # Requires WebP 0.2 support. |
| Bug(EFL) fast/images/webp-image-decoding.html [ Skip ] |
| # Requires WebP 0.3 and color profile support. |
| Bug(EFL) fast/images/webp-color-profile-lossless.html [ Skip ] |
| Bug(EFL) fast/images/webp-color-profile-lossy-alpha.html [ Skip ] |
| Bug(EFL) fast/images/webp-color-profile-lossy.html [ Skip ] |
| |
| # Though MEDIA_SOURCE is enabled, below tests are still failing. |
| webkit.org/b/134974 http/tests/media/media-source [ Skip ] |
| webkit.org/b/134974 media/media-source/media-source-stpp-crash.html [ Skip ] |
| webkit.org/b/134974 media/media-source/media-source-append-failed.html [ Timeout ] |
| webkit.org/b/134974 media/media-source/media-source-seek-complete.html [ Timeout ] |
| webkit.org/b/134974 media/media-source/media-source-stalled-holds-sleep-assertion.html [ Timeout ] |
| webkit.org/b/134974 media/media-source/media-source-duplicate-seeked.html [ Failure ] |
| webkit.org/b/134974 media/media-source/media-source-play.html [ Failure ] |
| webkit.org/b/134974 media/media-source/media-source-append-buffer-with-append-window.html [ Failure Pass ] |
| |
| # Requires ENCRYPTED_MEDIA support. |
| webkit.org/b/95297 media/encrypted-media [ Pass ] |
| |
| # Failing, need to fix. https://bugs.webkit.org/show_bug.cgi?id=138307 |
| webkit.org/b/138307 media/encrypted-media/encrypted-media-can-play-type.html [ Skip ] |
| |
| # Requires POINTER_LOCK support. |
| webkit.org/b/88080 pointer-lock [ Skip ] |
| webkit.org/b/88080 http/tests/pointer-lock [ Skip ] |
| |
| # Requires INDIE_UI support |
| webkit.org/b/111446 indieui [ Skip ] |
| |
| # Requires support for Web notifications |
| webkit.org/b/73544 fast/notifications [ Skip ] |
| webkit.org/b/73544 http/tests/notifications [ Skip ] |
| webkit.org/b/73544 fast/history/page-cache-notification-non-suspendable.html [ Skip ] |
| webkit.org/b/73544 fast/history/page-cache-notification-suspendable.html [ Skip ] |
| |
| # The test is too slow on Debug bot and randomly fails |
| webkit.org/b/61932 [ Debug ] jquery/manipulation.html [ Failure Pass Timeout ] |
| |
| webkit.org/b/49142 fast/css/style-scoped [ Skip ] |
| |
| # Tracking corner not being painted for TextArea. |
| webkit.org/b/85484 fast/css/resize-corner-tracking-transformed.html [ Failure ] |
| webkit.org/b/85484 fast/css/resize-corner-tracking.html [ Failure ] |
| |
| webkit.org/b/85466 css3/images/cross-fade-background-size.html [ Failure Crash ] |
| |
| webkit.org/b/85492 css3/zoom-coords.xhtml [ Failure ] |
| |
| # Occasionally missing chunks of output |
| webkit.org/b/66873 http/tests/loading/redirect-methods.html [ Failure ] |
| |
| # Issue related to hit testing |
| webkit.org/b/86971 svg/hittest/svg-shapes-non-scale-stroke.html [ Failure ] |
| |
| # Issue related to battery status and vibration API |
| webkit.org/b/85594 fast/dom/navigator-detached-no-crash.html [ Failure ] |
| |
| # Interferes with the rAF tests that are enabled |
| webkit.org/b/85689 fast/animation/request-animation-frame-disabled.html [ Skip ] |
| |
| # DRT doesn't check for isPrinting(). |
| webkit.org/b/87226 printing/iframe-print.html [ Failure ] |
| |
| Bug(EFL) [ Debug ] http/tests/incremental/slow-utf8-html.pl [ Pass Slow ] |
| |
| # LEGACY_VIEWPORT_ADAPTION flag is not enabled on EFL port |
| webkit.org/b/88191 fast/viewport/viewport-legacy-handheldfriendly.html [ Failure ] |
| webkit.org/b/88191 fast/viewport/viewport-legacy-mobileoptimized-2.html [ Failure ] |
| webkit.org/b/88191 fast/viewport/viewport-legacy-mobileoptimized-3.html [ Failure ] |
| webkit.org/b/88191 fast/viewport/viewport-legacy-mobileoptimized.html [ Failure ] |
| webkit.org/b/88191 fast/viewport/viewport-legacy-ordering-5.html [ Failure ] |
| webkit.org/b/88191 fast/viewport/viewport-legacy-ordering-6.html [ Failure ] |
| webkit.org/b/88191 fast/viewport/viewport-legacy-xhtmlmp.html [ Failure ] |
| webkit.org/b/88191 fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html [ Failure ] |
| |
| webkit.org/b/82140 fast/dom/Geolocation/page-reload-cancel-permission-requests.html |
| |
| # Fullscreen API is enabled but not fully implemented. |
| webkit.org/b/86187 media/media-fullscreen-not-in-document.html [ Timeout ] |
| |
| # This test is specific to QuickTime media engine. |
| Bug(EFL) media/video-does-not-loop.html |
| |
| # This test fails if mixer is not at 100% |
| webkit.org/b/83704 media/event-attributes.html [ Failure Crash Pass ] |
| |
| # EFL's LayoutTestController does not implement setAutomaticLinkDetectionEnabled |
| webkit.org/b/85463 editing/inserting/typing-space-to-trigger-smart-link.html |
| webkit.org/b/85463 editing/inserting/smart-link-when-caret-is-moved-before-URL.html |
| editing/inserting/smart-quote-with-all-configurations.html |
| |
| # Failing after r119268 on GTK and EFL |
| webkit.org/b/88138 http/tests/media/video-buffered.html [ Failure ] |
| |
| # ENABLE_INPUT_TYPE_* are not enabled on EFL port. |
| webkit.org/b/29359 fast/forms/date [ Skip ] |
| webkit.org/b/29359 fast/forms/datetime [ Skip ] |
| webkit.org/b/29359 fast/forms/datetimelocal [ Skip ] |
| webkit.org/b/29359 fast/forms/month [ Skip ] |
| webkit.org/b/29359 fast/forms/time [ Skip ] |
| webkit.org/b/29359 fast/forms/week [ Skip ] |
| |
| # These tests cause flakiness (extra console messages in output) |
| webkit.org/b/88729 userscripts/window-onerror-for-isolated-world-1.html |
| webkit.org/b/88729 userscripts/window-onerror-for-isolated-world-2.html |
| |
| # The sort order is incorrect in the output. |
| webkit.org/b/30620 fast/xsl/sort-locale.xml [ Failure ] |
| |
| # Flexbox test failing on EFL. |
| webkit.org/b/88984 css3/flexbox/flexitem.html [ Failure ] |
| |
| # Failing after r121121 on both GTK and EFL |
| webkit.org/b/89845 fast/forms/input-set-composition-scroll.html [ Failure ] |
| |
| # These tests are failing after r122528. |
| webkit.org/b/91210 http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object.html [ Failure Pass Crash ] |
| webkit.org/b/91210 http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect.html [ Failure ] |
| |
| # Proximity Events is not supported. |
| webkit.org/b/92942 proximity |
| webkit.org/b/92942 fast/events/constructors/device-proximity-event-constructor.html |
| |
| # Tests are outdated: spaces are not supposed to be collapsed anymore |
| # according to spec: http://www.w3.org/TR/2dcontext/#drawing-text-to-the-canvas |
| webkit.org/b/61799 canvas/philip/tests/2d.text.draw.space.collapse.end.html [ Failure ] |
| webkit.org/b/61799 canvas/philip/tests/2d.text.draw.space.collapse.other.html [ Failure ] |
| webkit.org/b/61799 canvas/philip/tests/2d.text.draw.space.collapse.space.html [ Failure ] |
| webkit.org/b/61799 canvas/philip/tests/2d.text.draw.space.collapse.start.html [ Failure ] |
| webkit.org/b/61799 canvas/philip/tests/2d.text.measure.width.space.html [ Failure ] |
| |
| # Requires CSS_COMPOSITING to be turned on |
| webkit.org/b/94024 css3/blending [ Skip ] |
| |
| # Fails because Blend Mode is not enabled yet. |
| webkit.org/b/91908 transitions/blendmode-transitions.html [ Skip ] |
| |
| # Alt text should be displayed if src attribute is not set, generated expectations are wrong. |
| webkit.org/b/94198 fast/dom/HTMLImageElement/image-alt-text.html [ Pass ] |
| webkit.org/b/94198 fast/dom/HTMLInputElement/input-image-alt-text.html [ Pass ] |
| |
| webkit.org/b/84037 fast/text/international/spaces-combined-in-vertical-text.html [ Failure ] |
| |
| # Failed table/mozilla test, fields are not on the same line |
| webkit.org/b/97109 tables/mozilla/bugs/bug99948.html [ Pass ] |
| |
| # Asserts in MessagePort::contextDestroyed, but the assert usually gets attributed to later tests. |
| webkit.org/b/94458 fast/events/message-port-constructor-for-deleted-document.html |
| |
| # Started failing on JSC ports after r127202. |
| webkit.org/b/95530 http/tests/security/inactive-document-with-empty-security-origin.html [ Timeout ] |
| |
| # EFL port does not support plugins yet |
| webkit.org/b/96881 http/tests/security/cross-origin-plugin.html [ Failure ] |
| webkit.org/b/96881 http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html [ Failure ] |
| webkit.org/b/96881 http/tests/security/storage-blocking-strengthened-plugin.html [ Failure ] |
| webkit.org/b/96881 http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html [ Failure ] |
| webkit.org/b/96881 java [ Skip ] |
| |
| # EFL does not yet support global selection |
| webkit.org/b/88238 editing/pasteboard/paste-global-selection.html [ Skip ] |
| |
| webkit.org/b/98564 fast/table/colspanMinWidth-vertical.html [ Missing Failure ] |
| |
| # Occasionally fails if run after right after |
| # fast/selectors/unqualified-hover-quirks.html or itself. |
| webkit.org/b/10890 fast/selectors/unqualified-hover-strict.html [ Failure Pass ] |
| |
| # User Timing is not enable yet. so skip it. |
| webkit.org/b/84893 http/tests/w3c/webperf/submission/Intel/user-timing [ Skip ] |
| |
| # Resource Timing is not enable yet, skip it. |
| webkit.org/b/61138 http/tests/w3c/webperf/submission/Intel/resource-timing [ Skip ] |
| |
| # Tests that create an extra graphics layer |
| webkit.org/b/102697 compositing/overflow/overflow-auto-with-touch-no-overflow.html [ Failure ] |
| webkit.org/b/102697 compositing/overflow/overflow-hidden-with-touch.html [ Failure ] |
| webkit.org/b/102697 compositing/overflow/overflow-overlay-with-touch-no-overflow.html [ Failure ] |
| webkit.org/b/102697 compositing/overflow/overflow-scroll-with-touch-no-overflow.html [ Failure ] |
| webkit.org/b/102697 compositing/overflow/overflow-visible-with-touch.html [ Failure ] |
| Bug(EFL) compositing/plugins/1x1-composited-plugin.html [ Failure ] |
| Bug(EFL) compositing/plugins/large-to-small-composited-plugin.html [ Failure ] |
| |
| # Regression from r133898 |
| Bug(EFL) animations/negative-delay.html [ Failure Pass ] |
| Bug(EFL) compositing/bounds-in-flipped-writing-mode.html [ Failure ] |
| Bug(EFL) compositing/iframes/leave-compositing-iframe.html [ Failure ] |
| Bug(EFL) compositing/visibility/visibility-composited.html [ Failure ] |
| Bug(EFL) fast/dynamic/012.html [ Failure ] |
| Bug(EFL) fast/dynamic/layer-hit-test-crash.html [ Failure ] |
| Bug(EFL) fast/layers/layer-visibility-sublayer.html [ Failure ] |
| Bug(EFL) fast/layers/layer-visibility.html [ Failure ] |
| Bug(EFL) fast/text/whitespace/019.html [ Failure ] |
| Bug(EFL) fast/text/whitespace/023.html [ Failure ] |
| Bug(EFL) fast/text/whitespace/028.html [ Failure ] |
| Bug(EFL) fullscreen/full-screen-iframe-legacy.html [ Failure Pass ] |
| Bug(EFL) media/video-played-collapse.html [ Failure Pass ] |
| Bug(EFL) svg/animations/reinserting-svg-into-document.html [ Failure Pass ] |
| Bug(EFL) transitions/negative-delay.html [ Failure Pass ] |
| |
| # Media paint regressions |
| webkit.org/b/102068 webkit.org/b/102993 media/audio-repaint.html [ Failure ] |
| webkit.org/b/102068 webkit.org/b/102993 media/media-document-audio-repaint.html [ Timeout ] |
| |
| #webkit.org/b/100846 inspector/debugger/pause-dedicated-worker.html [ Skip ] |
| #webkit.org/b/100846 inspector/debugger/terminate-dedicated-worker-while-paused.html [ Skip ] |
| |
| # New media test introduced in r133660 fails. |
| webkit.org/b/101439 media/progress-events-generated-correctly.html [ Failure Pass ] |
| |
| # Fails because EventSendingController's contextClick does mouse click on Efl. |
| Bug(EFL) media/controls-right-click-on-timebar.html [ Failure ] |
| |
| # HiDPI tests are failing to render correctly. |
| webkit.org/b/102097 fast/hidpi [ Skip ] |
| webkit.org/b/102097 svg/as-image/animated-svg-repaints-completely-in-hidpi.html [ Skip ] |
| |
| webkit.org/b/102190 compositing/overflow/updating-scrolling-content.html [ Failure ] |
| |
| webkit.org/b/102364 compositing/overflow/scrolling-without-painting.html [ Failure ] |
| |
| webkit.org/b/102493 fast/events/mouse-cursor.html [ Failure ] |
| |
| # EFL still has the CC toggle button, not the menu of tracks. |
| webkit.org/b/101670 media/video-controls-captions-trackmenu.html [ Skip ] |
| webkit.org/b/101670 media/video-controls-captions-trackmenu-sorted.html [ Skip ] |
| webkit.org/b/101670 media/video-controls-captions-trackmenu-localized.html [ Skip ] |
| webkit.org/b/101670 media/video-controls-captions-trackmenu-hide-on-click.html [ Skip ] |
| webkit.org/b/101670 media/video-controls-captions-trackmenu-hide-on-click-outside.html [ Skip ] |
| webkit.org/b/101670 media/track/track-user-preferences.html [ Skip ] |
| webkit.org/b/101670 media/video-controls-captions-trackmenu-includes-enabled-track.html [ Skip ] |
| webkit.org/b/101670 media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html [ Skip ] |
| webkit.org/b/101670 media/video-trackmenu-selection.html [ Skip ] |
| |
| # Fails until we enable the Resource Timing API. |
| webkit.org/b/61138 http/tests/w3c/webperf/submission/Google/resource-timing [ Skip ] |
| |
| # In-band tracks only work on GStreamer >= 1.1.2 |
| Bug(EFL) media/track/track-in-band.html [ Skip ] |
| Bug(EFL) media/track/track-in-band-cues-added-once.html [ Skip ] |
| Bug(EFL) media/track/track-in-band-style.html [ Skip ] |
| Bug(EFL) media/track/track-in-band-legacy-api.html [ Skip ] |
| Bug(EFL) media/track/track-in-band-duplicate-tracks-when-source-changes.html [ Skip ] |
| Bug(EFL) media/track/track-forced-subtitles-in-band.html [ Skip ] |
| Bug(EFL) media/track/track-in-band-mode.html [ Skip ] |
| Bug(EFL) media/track/in-band [ Skip ] |
| |
| # DataCue.value not enabled |
| Bug(EFL) http/tests/media/track-in-band-hls-metadata.html [ Skip ] |
| Bug(EFL) media/track/track-datacue-value.html [ Skip ] |
| |
| # Rendering issues. |
| webkit.org/b/133979 svg/wicd/rightsizing-grid.xhtml [ Failure ] |
| |
| # WebAudio remaining issues |
| webkit.org/b/105294 webaudio/codec-tests/aac/vbr-128kbps-44khz.html [ Failure ] |
| webkit.org/b/105294 webaudio/codec-tests/mp3/128kbps-44khz.html [ Missing Failure ] |
| webkit.org/b/105294 webaudio/codec-tests/vorbis/vbr-128kbps-44khz.html [ Failure ] |
| webkit.org/b/105294 webaudio/codec-tests/vorbis/vbr-96kbps-44khz.html [ Failure ] |
| webkit.org/b/105294 webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html [ Failure ] |
| |
| # Enable when support drag-and-drop autoscrolling |
| webkit.org/b/39725 fast/events/drag-and-drop-autoscroll.html [ Skip ] |
| |
| # New test added in r142335 that is failing on EFL, Qt and GTK. |
| webkit.org/b/109353 fast/flexbox/line-clamp-link-after-ellipsis.html [ Failure ] |
| |
| # Leaking state into the next test. |
| webkit.org/b/85522 http/tests/security/sandboxed-iframe-form-top.html [ Skip ] |
| |
| # Fail to generate proper pixel results - let's wait with rebaselining. |
| webkit.org/b/106992 scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html [ Failure Pass ] |
| webkit.org/b/106992 scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html [ Failure Pass ] |
| webkit.org/b/106992 http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm [ Failure ] |
| |
| # New test, needs platform results |
| webkit.org/b/106221 svg/filters/filter-hidden-content.svg [ Failure Pass ] |
| |
| # empty position:fixed element gets a layer. Should not happen after r141039 |
| webkit.org/b/108339 compositing/layer-creation/fixed-position-no-content.html [ Failure ] |
| |
| webkit.org/b/67921 [ Release ] perf/show-hide-table-rows.html [ Failure Pass Slow ] |
| |
| # Failing after r142947. |
| webkit.org/b/83869 fast/layers/video-layer.html [ Failure ] |
| webkit.org/b/83869 media/media-controls-clone.html [ Failure ] |
| webkit.org/b/83869 media/track/track-cue-rendering-horizontal.html [ Failure Crash ] |
| webkit.org/b/83869 media/track/track-cue-rendering-vertical.html [ Failure ] |
| webkit.org/b/83869 media/video-empty-source.html [ Failure ] |
| webkit.org/b/83869 media/video-no-audio.html [ Failure ] |
| webkit.org/b/83869 media/video-zoom-controls.html [ Failure ] |
| |
| webkit.org/b/109950 fast/dom/Window/webkitConvertPoint.html [ Failure ] |
| |
| # CUSTOM_ELEMENTS is not enabled. |
| webkit.org/b/110958 fast/dom/custom [ Skip ] |
| |
| # New test |
| webkit.org/b/110654 css3/flexbox/button.html [ Failure ] |
| |
| # Need support for ResourceHandle::didChangePriority and DRT support |
| webkit.org/b/111016 http/tests/loading/promote-img-preload-priority.html [ Failure ] |
| |
| webkit.org/b/111058 plugins/plugin-clip-subframe.html [ Failure ] |
| |
| # Select element popup is not shown. |
| webkit.org/b/114154 fast/forms/select/popup-closes-on-blur.html [ Pass ] |
| |
| # CURSOR_VISIBILITY is not enabled in efl |
| webkit.org/b/107601 fullscreen/video-cursor-auto-hide.html [ Failure ] |
| |
| # Border-fit should happen at layout time rather than paint time |
| webkit.org/b/111606 fast/borders/border-fit-2.html [ Failure ] |
| webkit.org/b/111606 fast/borders/border-fit.html [ Failure ] |
| |
| # Started failing on EFL afrer r145025. |
| webkit.org/b/111860 fast/forms/number/number-validation-message.html [ Failure ] |
| |
| # Snapshotted plugins not enabled |
| webkit.org/b/98696 plugins/snapshotting [ Skip ] |
| |
| # HTTP tests that time out of EFL port. |
| webkit.org/b/116021 http/tests/navigation/redirect-to-random-url-versus-memory-cache.html [ Skip ] |
| webkit.org/b/116022 http/tests/security/contentSecurityPolicy/media-src-allowed.html [ Skip ] |
| |
| # Failing after r133834 |
| webkit.org/b/101400 svg/css/shadow-changes.svg [ Failure ] |
| webkit.org/b/101400 svg/css/composite-shadow-text.svg [ Failure ] |
| |
| # Regression (r148032 - r148103). |
| webkit.org/b/114919 fast/multicol/shadow-breaking.html [ Failure ] |
| webkit.org/b/114920 fast/repaint/moving-shadow-on-container.html [ Failure ] |
| webkit.org/b/114920 fast/repaint/moving-shadow-on-path.html [ Failure ] |
| |
| # Compositing reftests added in r148172 fail on EFL |
| webkit.org/b/114739 compositing/patterns/direct-pattern-compositing-contain-no-repeat.html [ Pass Crash ] |
| |
| # Unidentified failing media tests |
| webkit.org/b/115419 media/media-can-play-ogg.html [ Failure ] |
| webkit.org/b/115419 media/track/track-automatic-subtitles.html [ Timeout ] |
| |
| # Synthesized italics not supported |
| fast/text/international/synthesized-italic-vertical-latin.html [ Skip ] |
| |
| # vibration api doesn't support visibilitychange event. |
| webkit.org/b/118378 vibration/cancelVibration-after-pagevisibility-changed-to-hidden.html [ Skip ] |
| |
| # Some tests will fail after the visual overflow patch, they will be fixed shortly. |
| webkit.org/b/118665 fast/regions/hover-in-second-region.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/118665 fast/regions/webkit-flow-float-unable-to-push.html [ ImageOnlyFailure Pass ] |
| |
| webkit.org/b/119782 fast/forms/search-styled.html [ Failure ] |
| |
| # crypto.subtle is not yet enabled, but digest algorithms are already implemented |
| # and their tests are whitelisted |
| webkit.org/b/133122 crypto/subtle [ Skip ] |
| webkit.org/b/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 ] |
| |
| # Missing EFL's accessibility functions |
| webkit.org/b/111984 accessibility/aria-hidden-updates-alldescendants.html [ Failure ] |
| webkit.org/b/111988 accessibility/aria-readonly.html [ Failure ] |
| webkit.org/b/111991 accessibility/aria-text-role.html [ Failure ] |
| webkit.org/b/111996 accessibility/canvas-fallback-content-2.html [ Failure ] |
| webkit.org/b/111999 accessibility/disabled-controls-not-focusable.html [ Failure ] |
| webkit.org/b/112002 accessibility/inline-continuations.html [ Failure ] |
| webkit.org/b/112005 accessibility/onclick-handlers.html [ Failure ] |
| webkit.org/b/112008 accessibility/spinbutton-value.html [ Failure ] |
| webkit.org/b/112012 accessibility/svg-bounds.html [ Failure ] |
| webkit.org/b/112014 accessibility/textarea-insertion-point-line-number.html [ Failure ] |
| webkit.org/b/112018 accessibility/th-as-title-ui.html [ Failure ] |
| webkit.org/b/112021 accessibility/visible-elements.html [ Failure Crash ] |
| |
| # New accessibility test added in r151079 that is failing for EFL. |
| webkit.org/b/117182 accessibility/text-role-with-aria-hidden-inside.html [ Failure ] |
| |
| webkit.org/b/141072 accessibility/frame-disconnect-textmarker-cache-crash.html [ Failure ] |
| webkit.org/b/137109 accessibility/legend-children-are-visible.html [ Failure ] |
| webkit.org/b/139352 accessibility/inline-block-assertion.html [ Failure ] |
| |
| # isProtocolHandlerRegistered() isn't supported by WK2 yet. |
| webkit.org/b/92749 fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html [ Skip ] |
| |
| # WebKitTestRunner needs an implementation for testRunner.titleTextDirection |
| webkit.org/b/93470 fast/dom/title-directionality-removeChild.html [ Failure ] |
| webkit.org/b/93470 fast/dom/title-directionality.html [ Failure ] |
| |
| # WebKitTestRunner setTouchPointRadius() is not supported |
| Bug(EFL) fast/events/touch/basic-single-touch-events.html [ Failure ] |
| |
| # Needs grammar checking |
| Bug(EFL) editing/spelling/grammar.html [ Skip ] |
| Bug(EFL) editing/spelling/grammar-edit-word.html [ Skip ] |
| Bug(EFL) editing/spelling/grammar-markers.html [ Skip ] |
| Bug(EFL) editing/spelling/grammar-markers-hidpi.html [ Skip ] |
| Bug(EFL) editing/spelling/grammar-paste.html [ Skip ] |
| Bug(EFL) editing/spelling/inline-spelling-markers.html [ Skip ] |
| Bug(EFL) editing/spelling/inline-spelling-markers-hidpi.html [ Skip ] |
| Bug(EFL) editing/spelling/markers.html [ Skip ] |
| |
| # EFL's text checker doesn't support the text replacement feature. |
| Bug(EFL) editing/spelling/spelling-marker-description.html [ Skip ] |
| |
| # Fails because MutationObservers are not notified at end-of-task. |
| webkit.org/b/78290 fast/dom/MutationObserver/end-of-task-delivery.html [ Failure ] |
| |
| # testRunner.setUseDeferredFrameLoading() is not implemented in WK2. Skipped so it does not generate PNG results. |
| webkit.org/b/93980 http/tests/appcache/load-from-appcache-defer-resume-crash.html [ Skip ] |
| |
| # The following test makes the fast/parser/document-write-ignores-later-network-bytes.html test crash |
| webkit.org/b/98345 fast/parser/document-open-in-unload.html [ Skip ] |
| |
| # NPP_SetWindow is not called with proper size for the first time. |
| webkit.org/b/98746 plugins/netscape-plugin-setwindow-size-2.html [ Failure ] |
| |
| # Mouse event problem with plugin test. |
| webkit.org/b/98745 plugins/keyboard-events.html [ Failure ] |
| webkit.org/b/98745 plugins/mouse-events-fixedpos.html [ Failure ] |
| webkit.org/b/98745 plugins/mouse-events.html [ Failure ] |
| |
| # Window size is being reported as screen size. |
| webkit.org/b/103127 css3/device-adapt/opera/constrain-021.xhtml [ Failure ] |
| webkit.org/b/103127 css3/device-adapt/opera/constrain-022.xhtml [ Failure ] |
| |
| # Page client doesn't react to orientation changes from CSS Viewport rules. |
| webkit.org/b/103130 css3/device-adapt/opera/orientation-001.xhtml [ Failure ] |
| |
| # NPN_ReloadPlugins is not implemented. |
| webkit.org/b/98744 plugins/reloadplugins-and-pages.html [ Timeout ] |
| |
| # Plugin test timeout. |
| webkit.org/b/98743 plugins/evaluate-js-after-removing-plugin-element.html [ Failure ] |
| |
| # Plugin test failures having wrong object reference count problem. |
| webkit.org/b/98741 plugins/npruntime/browser-object-identity.html [ Failure ] |
| webkit.org/b/98741 plugins/refcount-leaks.html [ Failure ] |
| |
| # Failing svg ref tests. |
| webkit.org/b/107018 svg/animations/animate-linear-discrete-additive.svg [ ImageOnlyFailure Pass ] |
| webkit.org/b/107018 svg/animations/animate-linear-discrete-additive-b.svg [ ImageOnlyFailure Pass ] |
| webkit.org/b/107018 svg/animations/animate-linear-discrete-additive-c.svg [ ImageOnlyFailure Pass ] |
| webkit.org/b/107018 svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg [ ImageOnlyFailure Pass ] |
| |
| webkit.org/b/104656 compositing/repaint/clipped-layer-size-change.html [ Crash Pass ] |
| |
| # NPP_SetWindow is not called during plugin destruction on X11. |
| webkit.org/b/63261 plugins/npp-set-window-called-during-destruction.html [ Failure ] |
| |
| # Delete plugin failures. |
| webkit.org/b/98740 plugins/npruntime/delete-plugin-within-hasProperty-return-false.html [ Failure ] |
| webkit.org/b/98740 plugins/npruntime/delete-plugin-within-hasProperty-return-true.html [ Failure ] |
| webkit.org/b/98740 plugins/npruntime/delete-plugin-within-setProperty.html [ Failure ] |
| |
| # Http plugin test failures. |
| webkit.org/b/99561 http/tests/plugins/plugin-document-has-focus.html [ Timeout ] |
| webkit.org/b/99562 http/tests/plugins/post-url-file.html [ Timeout ] |
| |
| # Comparison of two javascript objects in C++ is failing. |
| webkit.org/b/98739 plugins/npruntime/embed-property-equality.html [ Failure ] |
| |
| # New test introduced in r143073 that never passed on WK2 EFL. |
| webkit.org/b/110054 compositing/geometry/limit-layer-bounds-fixed.html [ Failure ] |
| |
| # Failing media query test. |
| webkit.org/b/114916 fast/media/mq-resolution.html [ Failure ] |
| |
| compositing/patterns/direct-pattern-compositing-load.html [ ImageOnlyFailure Pass ] |
| |
| # failing after r149292 |
| compositing/layer-creation/no-compositing-for-sticky.html [ Failure ] |
| compositing/repaint/resize-repaint.html [ Failure ] |
| |
| # Failing after r142758. |
| webkit.org/b/109948 fast/dom/Window/mozilla-focus-blur.html [ Failure Pass ] |
| |
| webkit.org/b/119789 fast/events/touch/multi-touch-inside-iframes.html [ Crash ] |
| webkit.org/b/119789 fast/events/touch/multi-touch-inside-nested-iframes.html [ Crash ] |
| webkit.org/b/119789 fast/events/touch/touch-coords-in-zoom-and-scroll.html [ Crash ] |
| |
| # WKTR / Do not support setViewModeMediaFeature(). |
| Bug(EFL) fast/media/media-query-list-02.html [ Failure ] |
| Bug(EFL) fast/media/media-query-list-03.html [ Failure ] |
| Bug(EFL) fast/media/media-query-list-04.html [ Timeout ] |
| Bug(EFL) fast/media/media-query-list-05.html [ Failure ] |
| Bug(EFL) fast/media/media-query-list-06.html [ Failure ] |
| |
| webkit.org/b/120105 http/tests/navigation/post-frames-goback1-uncached.html [ Failure ] |
| |
| webkit.org/b/124582 fast/flexbox/clear-overflow-before-scroll-update.html [ Failure ] |
| |
| webkit.org/b/124589 http/tests/cache/partitioned-cache-iframe.html [ Failure ] |
| webkit.org/b/124589 http/tests/cache/partitioned-cache.html [ Failure ] |
| |
| webkit.org/b/118126 fast/flexbox/image-percent-max-height.html [ ImageOnlyFailure Pass ] |
| |
| webkit.org/b/124657 fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml [ Failure ] |
| |
| webkit.org/b/124663 media/track/track-legacyapi-with-automatic-mode.html [ Skip ] |
| |
| webkit.org/b/124890 accessibility/media-emits-object-replacement.html [ Failure ] |
| |
| webkit.org/b/125506 accessibility/alt-tag-on-image-with-nonimage-role.html [ Failure ] |
| |
| # QuickTime plug-in not relevant to this port |
| plugins/quicktime-plugin-replacement.html [ Skip ] |
| |
| webkit.org/b/124970 compositing/geometry/fixed-position-flipped-writing-mode.html [ Failure ] |
| |
| webkit.org/b/124971 compositing/repaint/repaint-on-layer-grouping-change.html [ Failure ] |
| |
| webkit.org/b/125348 accessibility/document-attributes.html [ Failure ] |
| |
| webkit.org/b/125355 fast/events/updateLayoutForHitTest.html [ Failure ] |
| |
| # Started failing after r154906 |
| webkit.org/b/125496 animations/cross-fade-border-image-source.html [ Failure ] |
| webkit.org/b/125496 animations/cross-fade-list-style-image.html [ Failure ] |
| webkit.org/b/125496 animations/cross-fade-webkit-mask-box-image.html [ Failure ] |
| webkit.org/b/125496 animations/cross-fade-webkit-mask-image.html [ Failure ] |
| |
| webkit.org/b/127106 media/video-canvas-drawing-output.html [ Failure ] |
| |
| webkit.org/b/127107 media/volume-bar-empty-when-muted.html [ Failure ] |
| |
| # Failing after r159674 |
| webkit.org/b/127475 fast/dom/inline-event-attributes-release.html [ Failure ] |
| |
| webkit.org/b/127489 http/tests/misc/will-send-request-returns-null-on-redirect.html [ Failure ] |
| |
| webkit.org/b/127725 media/video-restricted-no-preload-auto.html [ Failure ] |
| |
| # Subpixel rendering: borders are reporting float values. |
| webkit.org/b/128061 fast/block/float/016.html [ Failure ] |
| webkit.org/b/128061 fast/css/bidi-override-in-anonymous-block.html [ Failure ] |
| webkit.org/b/128061 fast/multicol/span/anonymous-style-inheritance.html [ Failure ] |
| webkit.org/b/128061 fast/repaint/repaint-during-scroll-with-zoom.html [ Failure ] |
| webkit.org/b/128061 ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001.htm [ Failure ] |
| webkit.org/b/128061 ietestcenter/css3/bordersbackgrounds/border-radius-style-001.htm [ Failure ] |
| webkit.org/b/128061 ietestcenter/css3/bordersbackgrounds/border-radius-style-002.htm [ Failure ] |
| webkit.org/b/128061 ietestcenter/css3/bordersbackgrounds/border-radius-style-004.htm [ Failure ] |
| webkit.org/b/128061 ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001.htm [ Failure ] |
| webkit.org/b/128061 ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001.htm [ Failure ] |
| webkit.org/b/128061 ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003.htm [ Failure ] |
| webkit.org/b/128061 media/video-zoom.html [ Failure ] |
| webkit.org/b/128061 svg/zoom/page/zoom-background-image-tiled.html [ Failure ] |
| webkit.org/b/128061 svg/zoom/page/zoom-background-images.html [ Failure ] |
| webkit.org/b/128061 svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html [ Failure ] |
| webkit.org/b/128061 svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm [ Failure ] |
| webkit.org/b/128061 svg/zoom/page/zoom-svg-float-border-padding.xml [ Failure ] |
| webkit.org/b/128061 svg/zoom/page/zoom-svg-through-object-with-auto-size.html [ Failure ] |
| webkit.org/b/128061 tables/mozilla_expected_failures/bugs/bug1055-2.html [ Failure ] |
| # End of subpixel failures. |
| |
| webkit.org/b/128663 accessibility/roles-computedRoleString.html [ Failure ] |
| |
| webkit.org/b/128667 fast/regions/repaint/hover-border-radius.html [ Failure ] |
| |
| # Failing after r163562 |
| webkit.org/b/128670 batterystatus/window-property.html [ Failure ] |
| webkit.org/b/128670 js/dom/dom-static-property-for-in-iteration.html [ Failure ] |
| |
| webkit.org/b/128973 fast/multicol/span/span-as-immediate-columns-child-dynamic.html [ Failure ] |
| |
| # HIDPI-related tests do not work |
| webkit.org/b/102097 fast/repaint/hidpi-device-pixel-based-repaint-rect-tracking.html [ Failure ] |
| |
| webkit.org/b/125631 compositing/columns/composited-lr-paginated-repaint.html [ Failure ] |
| webkit.org/b/125631 compositing/columns/composited-rl-paginated-repaint.html [ Failure ] |
| |
| webkit.org/b/125632 compositing/layer-creation/fixed-position-transformed-outside-view.html [ Failure ] |
| |
| # Failing after r159030 |
| webkit.org/b/125635 compositing/repaint/positioned-movement.html [ Failure ] |
| |
| webkit.org/b/125636 compositing/video/video-object-fit.html [ Failure ] |
| |
| # Tests failing since introduced in r162117 |
| webkit.org/b/127118 compositing/regions/abs-in-named-flow-from-fixed-in-named-flow.html [ Failure ] |
| webkit.org/b/127118 compositing/regions/fixed-in-named-flow-clip-descendant.html [ Failure ] |
| webkit.org/b/127118 compositing/regions/fixed-in-named-flow-from-abs-in-named-flow.html [ Failure ] |
| webkit.org/b/127118 compositing/regions/fixed-in-named-flow-from-outflow.html [ Failure ] |
| webkit.org/b/127118 compositing/regions/fixed-in-named-flow-lost-transformed-parent.html [ Failure ] |
| webkit.org/b/127118 compositing/regions/fixed-in-named-flow.html [ Failure ] |
| |
| # Failing since r164015 |
| webkit.org/b/128734 plugins/nested-plugin-objects.html [ Failure ] |
| webkit.org/b/128734 plugins/netscape-destroy-plugin-script-objects.html [ Failure ] |
| |
| webkit.org/b/131987 fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ Failure ] |
| webkit.org/b/131987 fast/repaint/hidpi-transform-on-subpixel-repaintrect.html [ Failure ] |
| webkit.org/b/131987 fast/repaint/hidpi-wrong-repaint-rect-when-parent-has-noncompositing-transform.html [ Failure ] |
| |
| # Failures EFL WK2 since the inception |
| webkit.org/b/133484 accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Timeout ] |
| |
| webkit.org/b/131496 accessibility/help-text.html [ Failure ] |
| |
| # ENABLE(WEBVTT_REGIONS) is disabled |
| webkit.org/b/109570 media/track/regions-webvtt [ Skip ] |
| webkit.org/b/109570 media/track/w3c [ Skip ] |
| |
| # No HLS support |
| http/tests/media/hls [ Skip ] |
| |
| webkit.org/b/132823 svg/zoom/page/zoom-foreignObject.svg [ Failure ] |
| |
| # Tests failing after r168544 |
| svg/W3C-SVG-1.1-SE/painting-marker-05-f.svg [ Failure ] |
| svg/W3C-SVG-1.1-SE/painting-marker-06-f.svg [ Failure ] |
| |
| # Tests failing after r168350 |
| svg/transforms/animated-path-inside-transformed-html.xhtml [ Failure ] |
| svg/transforms/text-with-pattern-inside-transformed-html.xhtml [ Failure ] |
| |
| webkit.org/b/133220 fast/events/shadow-event-path.html [ Failure ] |
| webkit.org/b/133220 fast/events/shadow-event-path-2.html [ Failure ] |
| |
| webkit.org/b/133308 fast/selectors/hover-quirks.html [ Failure ] |
| |
| # Failures EFL since the inception |
| webkit.org/b/133972 mathml/presentation/foreign-element-in-token.html [ Failure ] |
| |
| # Tests failing or flaky with closer reasons unknwown at this time |
| #webkit.org/b/133857 inspector/layers/layers-blending-compositing-reasons.html [ Failure ] |
| webkit.org/b/133860 fast/regions/auto-size/autosize-region-window-resize.html [ ImageOnlyFailure Pass ] |
| webkit.org/b/133974 fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-svg.html [ ImageOnlyFailure Pass ] |
| |
| webkit.org/b/134756 fast/dom/HTMLImageElement/sizes/image-sizes-2x.html [ Failure ] |
| |
| webkit.org/b/135504 svg/css/parse-height.html [ Failure ] |
| webkit.org/b/135504 svg/css/parse-length.html [ Failure ] |
| |
| webkit.org/b/135564 fast/dom/Window/window-property-invalid-characters-ignored.html [ Failure ] |
| |
| webkit.org/b/135530 accessibility/parent-delete.html [ Failure ] |
| |
| # Tests failing since imported from W3C test suite |
| webkit.org/b/136221 css3/shapes/shape-outside/values/shape-margin-001.html [ Failure ] |
| webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-circle-004.html [ Failure ] |
| webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-circle-005.html [ Failure ] |
| webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-ellipse-004.html [ Failure ] |
| webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-ellipse-005.html [ Failure ] |
| webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-inset-003.html [ Failure ] |
| webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-polygon-004.html [ Failure ] |
| webkit.org/b/136221 css3/shapes/shape-outside/values/shape-outside-shape-arguments-000.html [ Failure ] |
| |
| webkit.org/b/136223 fast/ruby/ruby-base-merge-block-children-crash-2.html [ Failure ] |
| |
| # Started failing after r172835 |
| webkit.org/b/136226 fast/events/constructors/mouse-event-constructor.html [ Failure ] |
| webkit.org/b/136226 fast/events/constructors/wheel-event-constructor.html [ Failure ] |
| |
| # Tests that sometimes fail on the bot |
| webkit.org/b/130591 svg/dom/svg-root-lengths.html [ Pass Failure ] |
| |
| # Started failing after r172999 |
| webkit.org/b/136406 compositing/backing/backface-visibility-in-transformed.html [ Failure ] |
| webkit.org/b/136406 compositing/backing/backface-visibility.html [ Failure ] |
| webkit.org/b/136406 compositing/contents-opaque/control-layer.html [ Failure ] |
| webkit.org/b/136406 compositing/contents-opaque/hidden-with-visible-text.html [ Failure ] |
| #webkit.org/b/136406 compositing/contents-opaque/opaque-with-clip-path.html [ ImageOnlyFailure ] |
| webkit.org/b/136406 compositing/contents-scale/animating.html [ Failure ] |
| webkit.org/b/136406 compositing/contents-scale/rounded-contents-scale.html [ Failure ] |
| webkit.org/b/136406 compositing/contents-scale/scaled-ancestor.html [ Failure ] |
| webkit.org/b/136406 compositing/contents-scale/simple-scale.html [ Failure ] |
| webkit.org/b/136406 compositing/contents-scale/z-translate.html [ Failure ] |
| webkit.org/b/136406 compositing/fixed-image-loading.html [ Failure ] |
| webkit.org/b/136406 compositing/images/direct-image-object-fit.html [ Failure ] |
| webkit.org/b/136406 compositing/layer-creation/fixed-position-change-out-of-view-in-view.html [ Failure ] |
| webkit.org/b/136406 compositing/layer-creation/overlap-animation-container.html [ Failure ] |
| webkit.org/b/136406 compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants.html [ Failure ] |
| webkit.org/b/136406 compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2.html [ Failure ] |
| webkit.org/b/136406 compositing/overflow/composited-scrolling-paint-phases.html [ Failure ] |
| webkit.org/b/136406 compositing/overflow/scrolling-content-clip-to-viewport.html [ Failure ] |
| webkit.org/b/136406 compositing/overflow/subpixel-overflow.html [ Failure ] |
| webkit.org/b/136406 compositing/reflections/direct-image-object-fit-reflected.html [ Failure ] |
| webkit.org/b/136406 compositing/repaint/invalidations-on-composited-layers.html [ Failure ] |
| webkit.org/b/136406 compositing/rtl/rtl-iframe-absolute.html [ Failure ] |
| webkit.org/b/136406 compositing/rtl/rtl-iframe-fixed.html [ Failure ] |
| webkit.org/b/136406 compositing/rtl/rtl-iframe-relative.html [ Failure ] |
| webkit.org/b/136406 compositing/tiling/backface-preserve-3d-tiled.html [ Failure ] |
| webkit.org/b/136406 compositing/tiling/crash-reparent-tiled-layer.html [ Failure ] |
| webkit.org/b/136406 compositing/tiling/huge-layer-img.html [ Failure ] |
| webkit.org/b/136406 compositing/tiling/huge-layer-with-layer-children-resize.html [ Failure ] |
| webkit.org/b/136406 compositing/tiling/huge-layer-with-layer-children.html [ Failure ] |
| webkit.org/b/136406 compositing/tiling/tiled-layer-resize.html [ Failure ] |
| webkit.org/b/136406 compositing/visibility/visibility-image-layers-dynamic.html [ Failure ] |
| |
| # Started failing since r179055 |
| webkit.org/b/141497 fast/media/mq-any-hover-matchMedia.html [ Failure ] |
| webkit.org/b/141497 fast/media/mq-any-hover-styling.html [ Failure ] |
| webkit.org/b/141497 fast/media/mq-any-pointer-matchMedia.html [ Failure ] |
| webkit.org/b/141497 fast/media/mq-any-pointer-styling.html [ Failure ] |
| webkit.org/b/141497 fast/media/mq-hover-matchMedia.html [ Failure ] |
| webkit.org/b/141497 fast/media/mq-hover-styling.html [ Failure ] |
| webkit.org/b/141497 fast/media/mq-pointer-matchMedia.html [ Failure ] |
| webkit.org/b/141497 fast/media/mq-pointer-styling.html [ Failure ] |
| webkit.org/b/141497 fast/media/mq-pointer.html [ Failure ] |
| |
| # Started failing since r177664 |
| webkit.org/b/141512 fast/css/pseudo-invalid-form-invalidation-optimization.html [ Failure ] |
| webkit.org/b/141512 fast/css/pseudo-valid-form-invalidation-optimization.html [ Failure ] |
| |
| # Probably started failing since r159110 |
| #webkit.org/b/141591 inspector/debugger/breakpoint-eval-with-exception.html [ Failure ] |
| #webkit.org/b/141591 inspector/debugger/setBreakpoint-actions.html [ Failure ] |
| |
| # Doesn't support inter-ideograph justification |
| webkit.org/b/141593 fast/text/justify-ideograph-complex.html [ Failure ] |
| webkit.org/b/141593 fast/text/justify-ideograph-simple.html [ Failure ] |
| webkit.org/b/141593 fast/text/justify-ideograph-vertical.html [ Failure ] |
| |
| webkit.org/b/141631 fast/forms/datalist/datalist-child-validation.html [ Failure ] |
| webkit.org/b/141631 fast/forms/search-vertical-alignment.html [ Failure ] |
| webkit.org/b/141631 fast/forms/searchfield-heights.html [ Failure ] |
| webkit.org/b/141630 accessibility/press-targets-center-point.html [ Failure ] |
| |
| # Need to rebaseline since r178976 |
| webkit.org/b/141592 fast/css/font-shorthand-line-height.html [ Failure ] |
| |
| # These tests need a rebaseline. |
| webkit.org/b/141627 compositing/fixed-positioned-pseudo-content-no-compositing.html [ Failure ] |
| webkit.org/b/141628 compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html [ Failure ] |
| webkit.org/b/141628 compositing/layer-creation/fixed-position-out-of-view-scaled.html [ Failure ] |
| |
| # Disk cache isn't supported by EFL port yet. |
| webkit.org/b/141891 http/tests/cache/disk-cache [ Skip ] |
| |
| webkit.org/b/141892 fast/sub-pixel/client-width-height-snapping.html [ Failure ] |
| webkit.org/b/141892 fast/sub-pixel/inline-block-with-padding.html [ Failure ] |
| webkit.org/b/141892 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html [ Failure ] |
| |
| # Need to investigate why these security tests have been failed since r144338. |
| webkit.org/b/141958 http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html [ Failure ] |
| webkit.org/b/141958 http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html [ Failure ] |
| |
| #webkit.org/b/142426 compositing/masks/compositing-clip-path-and-mask.html [ ImageOnlyFailure ] |
| #webkit.org/b/142426 compositing/masks/compositing-clip-path.html [ ImageOnlyFailure ] |
| #webkit.org/b/142426 compositing/masks/reference-clip-path-on-composited.html [ ImageOnlyFailure ] |
| |
| webkit.org/b/142451 fast/text/emphasis-combined-text.html [ Failure ] |
| webkit.org/b/142451 fast/text/emphasis-vertical.html [ Failure ] |
| |
| webkit.org/b/142452 fast/writing-mode/Kusa-Makura-background-canvas.html [ Failure ] |
| |
| # Need new baseline since r181260. |
| webkit.org/b/142481 svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg [ Failure ] |
| webkit.org/b/142481 svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg [ Failure ] |
| webkit.org/b/142481 svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg [ Failure ] |
| webkit.org/b/142481 svg/text/select-textLength-spacingAndGlyphs-squeeze-4.svg [ Failure ] |
| webkit.org/b/142481 svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg [ Failure ] |
| webkit.org/b/142481 svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg [ Failure ] |
| webkit.org/b/142481 svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg [ Failure ] |
| |
| webkit.org/b/142483 fast/css/font-face-default-font.html [ Failure ] |
| webkit.org/b/142483 fast/css/font-face-in-media-rule.html [ Failure ] |
| |
| # This feature is only enabled on Mac and iOS right now |
| contentfiltering [ Skip ] |
| http/tests/contentfiltering [ Skip ] |
| |
| # small-leak-foo tests have been failed since r181345 |
| webkit.org/b/142561 svg/animations/smil-leak-dynamically-added-element-instances.svg [ Failure ] |
| webkit.org/b/142561 svg/animations/smil-leak-element-instances-noBaseValRef.svg [ Failure ] |
| webkit.org/b/142561 svg/animations/smil-leak-element-instances.svg [ Failure ] |
| webkit.org/b/142561 svg/animations/smil-leak-elements.svg [ Failure ] |
| |
| webkit.org/b/142763 fast/images/animated-gif-window-resizing.html [ Timeout ] |
| |
| # [EFL] r182307 broke 87 layouttests |
| webkit.org/b/143364 fast/fixed-layout [ Skip ] |
| |
| webkit.org/b/131044 media/audio-controls-rendering.html [ Failure ] |
| webkit.org/b/131044 media/controls-strict.html [ Failure ] |
| webkit.org/b/131044 media/controls-without-preload.html [ Failure ] |
| webkit.org/b/131044 media/media-controls-invalid-url.html [ Failure ] |
| webkit.org/b/131044 media/media-preload-no-delay-loadevent.html [ Failure ] |
| webkit.org/b/131044 media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure ] |
| webkit.org/b/131044 media/track/track-long-word-container-sizing.html [ Failure ] |
| webkit.org/b/131044 media/track/video/video-track-mkv-theora-language.html [ Failure ] |
| webkit.org/b/131044 media/video-controls-audiotracks-trackmenu.html [ Failure ] |
| webkit.org/b/131044 media/video-controls-fullscreen-volume.html [ Failure ] |
| webkit.org/b/131044 media/video-controls-no-scripting.html [ Failure ] |
| webkit.org/b/131044 media/video-controls-visible-exiting-fullscreen.html [ Failure ] |
| webkit.org/b/131044 media/video-display-toggle.html [ Failure ] |
| webkit.org/b/131044 media/video-fullscreeen-only-controls.html [ Failure ] |
| webkit.org/b/131044 media/video-page-load-preload-none.html [ Failure ] |
| webkit.org/b/131044 media/video-volume-slider-drag.html [ Failure ] |
| webkit.org/b/131044 media/track/track-datacue.html [ Timeout ] |
| webkit.org/b/131044 media/track/track-in-band-subtitles-too-large.html [ Timeout Crash Failure ] |
| webkit.org/b/131044 media/track/track-remove-track.html [ Timeout ] |
| webkit.org/b/131044 media/track/media-element-enqueue-event-crash.html [ Failure ] |
| webkit.org/b/131044 media/track/track-delete-during-setup.html [ Failure ] |
| webkit.org/b/131044 media/track/track-insert-after-load-crash.html [ Failure ] |
| webkit.org/b/131044 media/track/track-mode-triggers-loading.html [ Failure ] |
| webkit.org/b/131044 media/track/track-remove-by-setting-innerHTML.html [ Failure ] |
| webkit.org/b/131044 media/video-initially-hidden-volume-slider-up.html [ Failure ] |
| webkit.org/b/131044 media/video-controls-drag.html [ Timeout ] |
| webkit.org/b/131044 media/video-controls-toggling.html [ Timeout ] |
| |
| webkit.org/b/143663 accessibility/plugin.html [ Failure ] |
| |
| webkit.org/b/143877 fast/forms/range/slider-padding.html [ Failure ] |
| webkit.org/b/143877 fast/forms/textarea-scroll-height.html [ Failure ] |
| |
| webkit.org/b/143878 http/tests/navigation/javascriptlink-frames.html [ Failure ] |
| webkit.org/b/143878 http/tests/navigation/postredirect-basic.html [ Failure ] |
| webkit.org/b/143878 http/tests/navigation/postredirect-goback1.html [ Failure ] |
| |
| # New failing compositing tests, needs more investigation |
| compositing/masks/compositing-clip-path-change-no-repaint.html [ Failure ] |
| compositing/tiling/transform-origin-tiled.html [ Failure ] |
| |
| # [EFL] REGRESSION(r183907): It made all inspector test crash |
| webkit.org/b/144737 inspector [ Skip ] |
| webkit.org/b/144737 http/tests/inspector [ Skip ] |
| |
| # Requires ENABLE(RESOURCE_USAGE). |
| inspector/memory [ Skip ] |
| |
| webkit.org/b/145632 fast/animation/request-animation-frame-throttle-subframe.html [ Timeout ] |
| |
| # Below tests are failed since efl buildbot disable USE_NATIVE_XDISPLAY. |
| canvas/philip/tests/2d.drawImage.animated.poster.html [ Failure ] |
| compositing/animation/layer-for-filling-animation.html [ Failure ] |
| compositing/clipping/border-radius-overflow-hidden-stacking-context.html [ Failure ] |
| compositing/layer-creation/zoomed-clip-intersection.html [ Failure ] |
| editing/execCommand/switch-list-type-with-orphaned-li.html [ Failure ] |
| editing/selection/context-menu-text-selection-lookup.html [ Failure ] |
| fast/canvas/canvas-ellipse-zero-lineto.html [ Failure ] |
| fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html [ Failure ] |
| fast/canvas/toDataURL-supportedTypes.html [ Failure ] |
| fast/forms/auto-fill-button/input-auto-fill-button.html [ Failure ] |
| fast/forms/input-search-press-escape-key.html [ Failure ] |
| fast/text/midword-break-before-surrogate-pair-2.html [ Failure ] |
| fast/text/simple-line-layout-text-stroke-width.html [ Failure ] |
| http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html [ Failure ] |
| http/tests/local/link-stylesheet-load-order-preload.html [ Failure ] |
| http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html [ Failure ] |
| http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ Failure ] |
| js/dom/global-constructors-attributes-idb.html [ Failure ] |
| js/dom/global-constructors-attributes.html [ Failure ] |
| media/accessiblity-describes-video.html [ Failure ] |
| media/media-volume-slider-rendered-below.html [ Failure ] |
| media/video-transformed-by-javascript.html [ Failure ] |
| svg/animations/animate-text-nested-transforms.html [ Failure ] |
| |
| # Image-only failures after disabling USE_NATIVE_XDISPLAY on efl buildbot. |
| fast/borders/hidpi-border-radius-outer-border-goes-rectangle.html [ ImageOnlyFailure ] |
| fast/css/border-radius-inset-box-shadow-viewportlength.html [ ImageOnlyFailure ] |
| fast/css/border-radius-viewport-height.html [ ImageOnlyFailure ] |
| fast/css/border-radius-viewport-vmax.html [ ImageOnlyFailure ] |
| fast/css/border-radius-viewport-vmin.html [ ImageOnlyFailure ] |
| fast/css/box-shadow-negative-viewportlength.html [ ImageOnlyFailure ] |
| fast/css/box-shadow-viewport-height.html [ ImageOnlyFailure ] |
| fast/css/box-shadow-viewport-vmax.html [ ImageOnlyFailure ] |
| fast/css/box-shadow-viewport-vmin.html [ ImageOnlyFailure ] |
| fast/css/box-shadow-viewport-width.html [ ImageOnlyFailure ] |
| fast/css/drop-shadow-viewport-height.html [ ImageOnlyFailure ] |
| fast/css/drop-shadow-viewport-vmax.html [ ImageOnlyFailure ] |
| fast/css/drop-shadow-viewport-vmin.html [ ImageOnlyFailure ] |
| fast/css/drop-shadow-viewport-width.html [ ImageOnlyFailure ] |
| fast/harness/sample-mismatch-reftest.html [ ImageOnlyFailure ] |
| mathml/presentation/attributes-style.html [ ImageOnlyFailure ] |
| mathml/presentation/fractions-color.html [ ImageOnlyFailure ] |
| mathml/presentation/menclose-notation-attribute-set2.html [ ImageOnlyFailure ] |
| mathml/presentation/mfrac-linethickness1.html [ ImageOnlyFailure ] |
| mathml/presentation/mfrac-linethickness3.html [ ImageOnlyFailure ] |
| mathml/presentation/mo-stretchy-vertical-bar.html [ ImageOnlyFailure ] |
| mathml/presentation/scripts-font-size.html [ ImageOnlyFailure ] |
| mathml/presentation/style-color-sqrt.html [ ImageOnlyFailure ] |
| animations/trigger-container-scroll-empty.html [ Failure ] |
| accessibility/transformed-element.html [ Failure ] |
| |
| webkit.org/b/146233 fast/forms/listbox-visible-size.html [ Failure ] |
| |
| webkit.org/b/146495 accessibility/content-editable-as-textarea.html [ Timeout ] |
| webkit.org/b/146495 editing/selection/designmode-no-caret.html [ Timeout ] |
| |
| # Test requires hardcoded font names, which I do not have for this port. |
| fast/text/han-generic-font-families.html [ WontFix ] |
| fast/text/hangul-generic-font-families.html [ WontFix ] |
| |
| # Below tests need to have own expectataion files. |
| accessibility/aria-hidden-false-works-in-subtrees.html [ Missing ] |
| accessibility/radio-button-group-members.html [ Missing ] |
| editing/selection/designmode-no-caret.html [ Missing ] |
| accessibility/content-editable-as-textarea.html [ Missing ] |
| |
| webkit.org/b/146887 accessibility/aria-roledescription.html [ Failure ] |
| webkit.org/b/146887 accessibility/list-detection.html [ Failure ] |
| |
| # Text marker tests are not supported |
| webkit.org/b/153292 accessibility/text-marker [ Skip ] |
| |
| # This test hardcodes the result of a platform-dependent font lookup algorithm. |
| fast/text/fallback-language-han.html [ Skip ] |
| fast/text/fallback-language-han-2.html [ Skip ] |
| |
| # 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 ] |
| |
| # [EFL] REGRESSION: fullscreen tests fail with timeout |
| webkit.org/b/148518 fullscreen [ Skip ] |
| |
| # [EFL] REGRESSION: userscripts tests crash |
| webkit.org/b/148519 userscripts [ Skip ] |
| |
| # Media controls tests are OS X only |
| media/controls [ Skip ] |
| |
| # Those tests have been failed between r188692 and r189017. |
| webkit.org/b/148470 accessibility/scroll-to-global-point-iframe-nested.html [ Failure ] |
| webkit.org/b/148470 accessibility/scroll-to-global-point-iframe.html [ Failure ] |
| webkit.org/b/148470 accessibility/scroll-to-global-point-main-window.html [ Failure ] |
| webkit.org/b/148470 accessibility/scroll-to-global-point-nested.html [ Failure ] |
| webkit.org/b/148470 accessibility/scroll-to-make-visible-div-overflow.html [ Failure ] |
| webkit.org/b/148470 accessibility/scroll-to-make-visible-iframe.html [ Failure ] |
| webkit.org/b/148470 accessibility/scroll-to-make-visible-nested-2.html [ Failure ] |
| webkit.org/b/148470 accessibility/scroll-to-make-visible-nested.html [ Failure ] |
| webkit.org/b/148470 accessibility/scroll-to-make-visible-with-subfocus.html [ Failure ] |
| webkit.org/b/148470 editing/deleting/delete-by-word-002.html [ Failure ] |
| webkit.org/b/148470 editing/deleting/delete-ligature-001.html [ Failure ] |
| webkit.org/b/148470 editing/deleting/delete-ligature-002.html [ Failure ] |
| webkit.org/b/148470 editing/deleting/forward-delete-key.html [ Failure ] |
| webkit.org/b/148470 editing/deleting/smart-delete-003.html [ Failure ] |
| webkit.org/b/148470 editing/deleting/smart-delete-004.html [ Failure ] |
| webkit.org/b/148470 editing/deleting/smart-delete-across-editable-boundaries-2.html [ Failure ] |
| webkit.org/b/148470 editing/execCommand/findString-2.html [ Failure ] |
| webkit.org/b/148470 editing/input/caret-at-the-edge-of-contenteditable.html [ Failure ] |
| webkit.org/b/148470 editing/input/caret-at-the-edge-of-input.html [ Failure ] |
| webkit.org/b/148470 editing/input/reveal-caret-of-multiline-contenteditable.html [ Failure ] |
| webkit.org/b/148470 editing/input/reveal-caret-of-multiline-input.html [ Failure ] |
| webkit.org/b/148470 editing/input/reveal-caret-of-transformed-multiline-input.html [ Failure ] |
| webkit.org/b/148470 editing/inserting/typing-tab-designmode-forms.html [ Failure ] |
| webkit.org/b/148470 editing/inserting/typing-tab-designmode.html [ Failure ] |
| webkit.org/b/148470 editing/selection/14971.html [ Failure ] |
| webkit.org/b/148470 editing/selection/5333725.html [ Failure ] |
| webkit.org/b/148470 editing/selection/block-with-positioned-lastchild.html [ Failure ] |
| webkit.org/b/148470 editing/selection/caret-after-keypress.html [ Failure ] |
| webkit.org/b/148470 editing/selection/caret-ltr-2-left.html [ Failure ] |
| webkit.org/b/148470 editing/selection/caret-ltr-2.html [ Failure ] |
| webkit.org/b/148470 editing/selection/caret-ltr-right.html [ Failure ] |
| webkit.org/b/148470 editing/selection/caret-ltr.html [ Failure ] |
| webkit.org/b/148470 editing/selection/caret-rtl-2-left.html [ Failure ] |
| webkit.org/b/148470 editing/selection/caret-rtl-2.html [ Failure ] |
| webkit.org/b/148470 editing/selection/caret-rtl-right.html [ Failure ] |
| webkit.org/b/148470 editing/selection/caret-rtl.html [ Failure ] |
| webkit.org/b/148470 editing/selection/click-before-and-after-table.html [ Failure ] |
| webkit.org/b/148470 editing/selection/click-below-rtl-text.html [ Failure ] |
| webkit.org/b/148470 editing/selection/click-in-focusable-link-should-not-clear-selection.html [ Failure ] |
| webkit.org/b/148470 editing/selection/click-in-margins-inside-editable-div.html [ Failure ] |
| webkit.org/b/148470 editing/selection/click-in-padding-with-multiple-line-boxes.html [ Failure ] |
| webkit.org/b/148470 editing/selection/click-left-of-rtl-wrapping-text.html [ Failure ] |
| webkit.org/b/148470 editing/selection/click-on-block-image.html [ Failure ] |
| webkit.org/b/148470 editing/selection/click-outside-editable-div.html [ Failure ] |
| webkit.org/b/148470 editing/selection/collapse-selection-in-bidi.html [ Failure ] |
| webkit.org/b/148470 editing/selection/contenteditable-click-inside.html [ Failure ] |
| webkit.org/b/148470 editing/selection/crash-on-shift-click.html [ Failure ] |
| webkit.org/b/148470 editing/selection/directionality-after-undo-replace.html [ Failure ] |
| webkit.org/b/148470 editing/selection/double-click-selection-with-dom-mutation.html [ Failure ] |
| webkit.org/b/148470 editing/selection/drag-select-1.html [ Failure ] |
| webkit.org/b/148470 editing/selection/drag-select-rapidly.html [ Failure ] |
| webkit.org/b/148470 editing/selection/editable-div-clear-on-keydown.html [ Failure ] |
| webkit.org/b/148470 editing/selection/editable-links.html [ Failure ] |
| webkit.org/b/148470 editing/selection/empty-cell-right-click.html [ Failure ] |
| webkit.org/b/148470 editing/selection/extend-after-mouse-selection.html [ Failure ] |
| webkit.org/b/148470 editing/selection/last-empty-inline.html [ Failure ] |
| webkit.org/b/148470 editing/selection/mixed-editability-1.html [ Failure ] |
| webkit.org/b/148470 editing/selection/select-out-of-editable.html [ Failure ] |
| webkit.org/b/148470 editing/selection/select-out-of-floated-contenteditable.html [ Failure ] |
| webkit.org/b/148470 editing/selection/select-out-of-floated-input.html [ Failure ] |
| webkit.org/b/148470 editing/selection/select-out-of-floated-textarea.html [ Failure ] |
| webkit.org/b/148470 editing/selection/shift-click.html [ Failure ] |
| webkit.org/b/148470 editing/selection/user-select-all-with-single-click.html [ Failure ] |
| webkit.org/b/148470 editing/spelling/spellcheck-input-search-crash.html [ Failure ] |
| webkit.org/b/148470 editing/undo/undo-smart-delete-word.html [ Failure ] |
| webkit.org/b/148470 fast/backgrounds/gradient-background-leakage-hidpi.html [ Failure ] |
| webkit.org/b/148470 fast/block/float/relative-painted-twice.html [ Failure ] |
| webkit.org/b/148470 fast/canvas/canvas-as-image-hidpi.html [ Failure ] |
| webkit.org/b/148470 fast/css/active-display-none.html [ Failure ] |
| webkit.org/b/148470 fast/css/affected-by-hover-after-style-change.html [ Failure ] |
| webkit.org/b/148470 fast/css/hover-active-drag.html [ Failure ] |
| webkit.org/b/148470 fast/css/hover-affects-ancestor.html [ Failure ] |
| webkit.org/b/148470 fast/css/hover-display-block.html [ Failure ] |
| webkit.org/b/148470 fast/css/layerZOrderCrash.html [ Failure ] |
| webkit.org/b/148470 fast/css/resize-single-axis.html [ Failure ] |
| webkit.org/b/148470 fast/dom/HTMLTableColElement/resize-table-using-col-width.html [ Failure ] |
| webkit.org/b/148470 fast/dom/Window/window-lookup-precedence.html [ Failure ] |
| webkit.org/b/148470 fast/dom/hidden-iframe-no-focus.html [ Failure ] |
| webkit.org/b/148470 fast/events/clear-drag-state.html [ Failure ] |
| webkit.org/b/148470 fast/events/clientXY-in-zoom-and-scroll.html [ Failure ] |
| webkit.org/b/148470 fast/events/context-onmousedown-event.html [ Failure ] |
| webkit.org/b/148470 fast/events/drag-and-drop-set-drag-data-arguments.html [ Failure ] |
| webkit.org/b/148470 fast/events/focus-change-crash.html [ Failure ] |
| webkit.org/b/148470 fast/events/imagemap-norender-crash.html [ Failure ] |
| webkit.org/b/148470 fast/events/inputText-never-fired-on-keydown-cancel.html [ Failure ] |
| webkit.org/b/148470 fast/events/keydown-function-keys.html [ Failure ] |
| webkit.org/b/148470 fast/events/keydown-leftright-keys.html [ Failure ] |
| webkit.org/b/148470 fast/events/keydown-numpad-keys.html [ Failure ] |
| webkit.org/b/148470 fast/events/media-element-focus-tab.html [ Failure ] |
| webkit.org/b/148470 fast/events/mouse-click-events.html [ Failure ] |
| webkit.org/b/148470 fast/events/mouse-cursor-change.html [ Failure ] |
| webkit.org/b/148470 fast/events/mouse-cursor-no-mousemove.html [ Failure ] |
| webkit.org/b/148470 fast/events/mouse-focus-imagemap.html [ Failure ] |
| webkit.org/b/148470 fast/events/mouse-relative-position.html [ Failure ] |
| webkit.org/b/148470 fast/events/mousedown-inside-dragstart-should-not-cause-crash.html [ Failure ] |
| webkit.org/b/148470 fast/events/mouseout-dead-node.html [ Failure ] |
| webkit.org/b/148470 fast/events/onchange-passwordfield.html [ Failure ] |
| webkit.org/b/148470 fast/events/onchange-searchfield.html [ Failure ] |
| webkit.org/b/148470 fast/events/onchange-setvalue.html [ Failure ] |
| webkit.org/b/148470 fast/events/onchange-text-form-field.html [ Failure ] |
| webkit.org/b/148470 fast/events/onchange-textfield.html [ Failure ] |
| webkit.org/b/148470 fast/events/page-scaled-mouse-click.html [ Failure ] |
| webkit.org/b/148470 fast/events/popup-blocked-from-fake-user-gesture.html [ Failure ] |
| webkit.org/b/148470 fast/events/relative-offset-of-simulated-click.html [ Failure ] |
| webkit.org/b/148470 fast/events/remove-target-in-mouseup-deep.html [ Failure ] |
| webkit.org/b/148470 fast/events/remove-target-in-mouseup-insertback.html [ Failure ] |
| webkit.org/b/148470 fast/events/remove-target-in-mouseup-twice.html [ Failure ] |
| webkit.org/b/148470 fast/events/remove-target-in-mouseup.html [ Failure ] |
| webkit.org/b/148470 fast/events/right-click-focus.html [ Failure ] |
| webkit.org/b/148470 fast/events/scrollbar-double-click.html [ Failure ] |
| webkit.org/b/148470 fast/events/selectstart-by-arrow-keys-prevent-default.html [ Failure ] |
| webkit.org/b/148470 fast/events/selectstart-by-arrow-keys.html [ Failure ] |
| webkit.org/b/148470 fast/events/selectstart-by-double-triple-clicks.html [ Failure ] |
| webkit.org/b/148470 fast/events/selectstart-by-drag.html [ Failure ] |
| webkit.org/b/148470 fast/events/selectstart-by-single-click-with-shift.html [ Failure ] |
| webkit.org/b/148470 fast/events/selectstart-prevent-selection-on-right-click.html [ Failure ] |
| webkit.org/b/148470 fast/events/simulated-click-coords.html [ Failure ] |
| webkit.org/b/148470 fast/events/wheelevent-basic.html [ Failure ] |
| webkit.org/b/148470 fast/events/zoom-dblclick.html [ Failure ] |
| webkit.org/b/148470 fast/forms/access-key-for-all-elements.html [ Failure ] |
| webkit.org/b/148470 fast/forms/datalist/range-snap-to-datalist.html [ Failure ] |
| webkit.org/b/148470 fast/forms/disabled-mousedown-event.html [ Failure ] |
| webkit.org/b/148470 fast/forms/focus-change-on-keypress.html [ Failure ] |
| webkit.org/b/148470 fast/forms/focus-option-control-on-page.html [ Failure ] |
| webkit.org/b/148470 fast/forms/input-maxlength-inserting-in-middle.html [ Failure ] |
| webkit.org/b/148470 fast/forms/input-number-click.html [ Failure ] |
| webkit.org/b/148470 fast/forms/input-readonly-select.html [ Failure ] |
| webkit.org/b/148470 fast/forms/input-step-as-double.html [ Failure ] |
| webkit.org/b/148470 fast/forms/input-text-click-inside.html [ Failure ] |
| webkit.org/b/148470 fast/forms/input-text-double-click.html [ Failure ] |
| webkit.org/b/148470 fast/forms/input-text-option-delete.html [ Failure ] |
| webkit.org/b/148470 fast/forms/input-text-self-emptying-click.html [ Failure ] |
| webkit.org/b/148470 fast/forms/label/label-becomes-visible-while-clicking-on-label.html [ Failure ] |
| webkit.org/b/148470 fast/forms/listbox-deselect-scroll.html [ Failure ] |
| webkit.org/b/148470 fast/forms/listbox-selection-after-typeahead.html [ Failure ] |
| webkit.org/b/148470 fast/forms/listbox-selection.html [ Failure ] |
| webkit.org/b/148470 fast/forms/listbox-typeahead-cyrillic.html [ Failure ] |
| webkit.org/b/148470 fast/forms/listbox-typeahead-greek.html [ Failure ] |
| webkit.org/b/148470 fast/forms/listbox-typeahead-scroll.html [ Failure ] |
| webkit.org/b/148470 fast/forms/number/number-change-type-on-focus.html [ Failure ] |
| webkit.org/b/148470 fast/forms/number/number-input-changeevent.html [ Failure ] |
| webkit.org/b/148470 fast/forms/number/number-keyoperation.html [ Failure ] |
| webkit.org/b/148470 fast/forms/range/range-drag-when-toggled-disabled.html [ Failure ] |
| webkit.org/b/148470 fast/forms/range/range-drag.html [ Failure ] |
| webkit.org/b/148470 fast/forms/range/range-hit-test-with-padding.html [ Failure ] |
| webkit.org/b/148470 fast/forms/range/range-keyboard-oninput-event.html [ Failure ] |
| webkit.org/b/148470 fast/forms/range/range-slow-drag-to-edge.html [ Failure ] |
| webkit.org/b/148470 fast/forms/search-disabled-readonly.html [ Failure ] |
| webkit.org/b/148470 fast/forms/search-hide-cancel-on-cancel.html [ Failure ] |
| webkit.org/b/148470 fast/forms/select-accesskey.html [ Failure ] |
| webkit.org/b/148470 fast/forms/select-cache-desynchronization.html [ Failure ] |
| webkit.org/b/148470 fast/forms/select-listbox-focus-displaynone.html [ Failure ] |
| webkit.org/b/148470 fast/forms/select-type-ahead-non-latin.html [ Failure ] |
| webkit.org/b/148470 fast/forms/select/listbox-drag-in-non-multiple.html [ Failure ] |
| webkit.org/b/148470 fast/forms/select/menulist-oninput-fired.html [ Failure ] |
| webkit.org/b/148470 fast/forms/select/select-disabled.html [ Failure ] |
| webkit.org/b/148470 fast/forms/textarea-input-event.html [ Failure ] |
| webkit.org/b/148470 fast/forms/textarea-textlength.html [ Failure ] |
| webkit.org/b/148470 fast/forms/textarea-type-spaces.html [ Failure ] |
| webkit.org/b/148470 fast/forms/textinput-not-fired-on-enter-in-input.html [ Failure ] |
| webkit.org/b/148470 fast/html/details-click-controls.html [ Failure ] |
| webkit.org/b/148470 fast/html/details-keyboard-show-hide.html [ Failure ] |
| webkit.org/b/148470 fast/images/imagemap-case.html [ Failure ] |
| webkit.org/b/148470 fast/images/imagemap-dynamic-area-updates.html [ Failure ] |
| webkit.org/b/148470 fast/inline/relative-positioned-overflow.html [ Failure ] |
| webkit.org/b/148470 fast/masking/clip-path-selection.html [ Failure ] |
| webkit.org/b/148470 fast/regions/assert-hit-test-image.html [ Failure ] |
| webkit.org/b/148470 fast/regions/hover-on-child-in-region.html [ Failure ] |
| webkit.org/b/148470 fast/regions/overflow/overflow-3dtransformed-region.html [ Failure ] |
| webkit.org/b/148470 fast/regions/select-multiple-in-region.html [ Failure ] |
| webkit.org/b/148470 fast/repaint/4776765.html [ Failure ] |
| webkit.org/b/148470 fast/repaint/hidpi-content-inside-iframe-leaves-trails.html [ Failure ] |
| webkit.org/b/148470 fast/replaced/image-map-2.html [ Failure ] |
| webkit.org/b/148470 fast/table/hittest-self-painting.html [ Failure ] |
| webkit.org/b/148470 fast/text/international/thai-offsetForPosition-inside-character.html [ Failure ] |
| webkit.org/b/148470 fast/text/selection-in-initial-advance-region.html [ Failure ] |
| webkit.org/b/148470 fast/text/textIteratorNilRenderer.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.xhtml [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/dom/interfaces.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_canplaythrough.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/parse-a-srcset-attribute.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/select-an-image-source.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/update-the-source-set.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-datalist-element/datalistoptions.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-autocomplete.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/hidden.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/telephone.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/text.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/interfaces.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/focus.html [ Failure ] |
| webkit.org/b/148470 imported/w3c/indexeddb/idbcursor-advance.htm [ Failure ] |
| webkit.org/b/148470 imported/w3c/indexeddb/idbcursor-continue.htm [ Failure ] |
| webkit.org/b/148470 imported/w3c/indexeddb/idbcursor-direction-index.htm [ Failure ] |
| webkit.org/b/148470 imported/w3c/indexeddb/idbindex_get2.htm [ Failure ] |
| webkit.org/b/148470 imported/w3c/indexeddb/idbindex_getKey2.htm [ Failure ] |
| webkit.org/b/148470 scrollbars/scrollbar-drag-thumb-with-large-content.html [ Failure ] |
| webkit.org/b/148470 svg/text/foreignObject-repaint.xml [ Failure ] |
| webkit.org/b/148470 svg/text/select-text-svgfont.html [ Failure ] |
| webkit.org/b/148470 svg/text/select-textLength-spacing-squeeze-1.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-textLength-spacing-squeeze-2.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-textLength-spacing-squeeze-3.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-textLength-spacing-squeeze-4.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-textLength-spacing-stretch-1.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-textLength-spacing-stretch-2.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-textLength-spacing-stretch-3.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-textLength-spacing-stretch-4.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-textLength-spacingAndGlyphs-stretch-4.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-x-list-1.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-x-list-2.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-x-list-3.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-x-list-4.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-x-list-with-tspans-1.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-x-list-with-tspans-2.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-x-list-with-tspans-3.svg [ Failure ] |
| webkit.org/b/148470 svg/text/select-x-list-with-tspans-4.svg [ Failure ] |
| webkit.org/b/148470 svg/text/selection-doubleclick.svg [ Failure ] |
| |
| # Mocking the system language is not implemented in EFL. |
| fast/text/international/system-language [ Failure ] |
| fast/text/international/system-language/system-font-punctuation.html [ Missing ] |
| # These tests rely on iOS-specific font fallback. |
| fast/text/international/system-language/arabic-glyph-cache-fill-combine.html [ ImageOnlyFailure ] |
| fast/text/arabic-blacklisted-expected.html [ Pass ImageOnlyFailure ] |
| |
| webkit.org/b/149128 fast/text/control-characters [ ImageOnlyFailure ] |
| |
| # Below tests have been timeout since r188693. |
| webkit.org/b/148470 editing/spelling/design-mode-spellcheck-off.html [ Timeout ] |
| webkit.org/b/148470 fast/dom/HTMLAnchorElement/anchor-download-unset.html [ Timeout ] |
| webkit.org/b/148470 fast/dom/HTMLAnchorElement/anchor-nodownload.html [ Timeout ] |
| webkit.org/b/148470 fast/events/focus-change-crash2.html [ Timeout ] |
| webkit.org/b/148470 fast/events/popup-allowed-from-gesture-initiated-form-submit.html [ Timeout ] |
| webkit.org/b/148470 fast/events/touch/basic-single-touch-events.html [ Timeout ] |
| webkit.org/b/148470 fast/forms/formmethod-attribute-input-2.html [ Timeout ] |
| webkit.org/b/148470 fast/forms/range/range-type-change-onchange.html [ Timeout ] |
| webkit.org/b/148470 fast/forms/submit-while-you-submit.html [ Timeout ] |
| webkit.org/b/148470 fast/forms/type-after-focus-rule-shrink-width.html [ Timeout ] |
| webkit.org/b/148470 fast/frames/focus-controller-crash-change-event.html [ Timeout ] |
| webkit.org/b/148470 fast/history/gesture-before-onload-form-submit.html [ Timeout ] |
| webkit.org/b/148470 fast/history/gesture-before-onload-location-href.html [ Timeout ] |
| webkit.org/b/148470 fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ Timeout ] |
| webkit.org/b/148470 fast/replaced/no-focus-ring-iframe.html [ Timeout ] |
| webkit.org/b/148470 fullscreen/video-cursor-auto-hide.html [ Timeout ] |
| webkit.org/b/148470 http/tests/navigation/no-referrer-subframe.html [ Timeout ] |
| |
| webkit.org/b/149201 fast/css/text-overflow-ellipsis-text-align-center.html [ Failure ] |
| webkit.org/b/149201 fast/css/text-overflow-ellipsis-text-align-left.html [ Failure ] |
| webkit.org/b/149201 fast/css/text-overflow-ellipsis-text-align-right.html [ Failure ] |
| |
| webkit.org/b/149202 fast/forms/indeterminate-progress-inline-height.html [ Failure ] |
| webkit.org/b/149202 fast/forms/input-appearance-spinbutton-up.html [ Failure ] |
| webkit.org/b/149202 fast/forms/input-appearance-spinbutton.html [ Failure ] |
| webkit.org/b/149202 fast/forms/listbox-scrollbar-hit-test.html [ Failure ] |
| |
| # Expected result is missing. |
| webkit.org/b/149113 media/media-controls-play-button-updates.html [ Skip ] |
| |
| # Below test need to have own expectataion files after r190662. |
| fast/dom/HTMLProgressElement/native-progress-bar.html [ Missing ] |
| |
| # Below tests need to have own expectataion files after r190893 and r191119. |
| css2.1/tables/table-anonymous-objects-015.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-016.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-023.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-024.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-035.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-036.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-037.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-038.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-045.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-046.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-047.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-048.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-049.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-050.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-055.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-056.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-091.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-092.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-099.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-100.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-103.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-104.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-105.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-106.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-107.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-108.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-109.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-110.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-111.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-112.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-113.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-114.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-115.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-116.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-117.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-118.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-119.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-120.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-121.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-122.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-123.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-124.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-139.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-140.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-149.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-150.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-155.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-156.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-159.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-160.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-165.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-166.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-177.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-178.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-179.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-180.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-181.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-189.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-190.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-191.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-192.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-193.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-194.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-195.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-196.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-205.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-206.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-207.xht [ Missing ] |
| css2.1/tables/table-anonymous-objects-208.xht [ Missing ] |
| |
| # WIRELESS_PLAYBACK_TARGET not enabled. |
| media/airplay-target-availability.html |
| |
| webkit.org/b/151943 imported/blink/editing/execCommand/4128080-2.html [ Failure ] |
| webkit.org/b/151943 imported/blink/fast/events/click-with-large-negative-text-indent.html [ Failure ] |
| webkit.org/b/151943 imported/blink/fast/replaced/image-map-alt-content.html [ Failure ] |
| webkit.org/b/151943 imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase.html [ Failure ] |
| webkit.org/b/151943 imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive.html [ Failure ] |
| webkit.org/b/151943 imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase.html [ Failure ] |
| webkit.org/b/151943 imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code.html [ Failure ] |
| webkit.org/b/151943 imported/blink/media/track/media-element-move-to-new-document-assert.html [ Failure ] |
| |
| webkit.org/b/152602 loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-with-flag-from-subframe.html [ Crash ] |
| webkit.org/b/152602 loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-with-flag.html [ Crash ] |
| webkit.org/b/152602 loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-without-flag-from-subframe.html [ Crash ] |
| webkit.org/b/152602 loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-without-flag.html [ Crash ] |
| webkit.org/b/152602 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-with-flag-from-subframe.html [ Crash ] |
| webkit.org/b/152602 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-with-flag.html [ Crash ] |
| webkit.org/b/152602 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-without-flag-from-subframe.html [ Crash ] |
| webkit.org/b/152602 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-without-flag.html [ Crash ] |
| |
| webkit.org/b/153772 fast/shadow-dom/slot-removal-crash-2.html [ Timeout ] |
| |
| webkit.org/b/155505 http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-audio.html [ Skip ] |
| webkit.org/b/155505 webkit.org/b/153866 http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-video.html [ Skip ] |
| |