blob: 78f342cb80b944e67909de6f2c5cadc7466b3f38 [file] [log] [blame]
# We should keep the tests listed in the same order as they appear in the output.
# This makes it easier to look for differences on the actual output and
# what the skip list contains.
# Also, no grouping should occur. Every test for itself. An exception is when
# an entire directory of tests is to be skipped due to the feature being
# unsupported.
#
# You can get a list of actual failed/timed out/crashed/new tests by piping
# the output of running the tests to this command:
#
# egrep -- '-> (failed|timed out|crashed|new test)' | cut -d ' ' -f $n
#
# where $n would be replaced with 2 if you're running the run-webkit-tests script
# with the --verbose option, or 1 otherwise.
#
# To get the name of the tests only, for easy diff'ing, from this file,
# pipe it through the following:
#
# grep -v '^#' | grep -v '^$'
# The group of tests below are timing out. As we go through them
# and get more detailed information, we should attach bugs to them.
fast/xmlhttprequest/null-document-xmlhttprequest-open.html
fast/dom/null-document-location-replace-crash.html
fast/dom/null-document-location-put-crash.html
fast/dom/null-document-location-assign-crash.html
fast/dom/null-document-window-open-crash.html
# Fails because of timing out in the GTK 32-bit Debug bot
# (see bug https://bugs.webkit.org/show_bug.cgi?id=53992)
fast/loader/onload-willSendRequest-null-for-frame.html
# Intermittently timing out on Gtk Debug Bot:
# https://bugs.webkit.org/show_bug.cgi?id=33445
http/tests/incremental/split-hex-entities.pl
# Tests in accessibility/ directory
# An implementation of accessibilityController is required.
# Tests failing
accessibility/aria-checkbox-checked.html
accessibility/aria-combobox.html
accessibility/aria-help.html
accessibility/aria-hidden.html
accessibility/aria-hidden-with-elements.html
accessibility/aria-labelledby-on-input.html
accessibility/aria-labelledby-overrides-label.html
accessibility/aria-labelledby-stay-within.html
accessibility/aria-link-supports-press.html
accessibility/aria-list-and-listitem.html
accessibility/aria-option-role.html
accessibility/aria-presentational-role.html
accessibility/aria-readonly.html
accessibility/aria-roles.html
accessibility/aria-scrollbar-role.html
accessibility/aria-tables.html
accessibility/aria-tab-roles.html
accessibility/aria-text-role.html
accessibility/aria-used-on-image-maps.html
accessibility/button-press-action.html
accessibility/canvas.html
accessibility/editable-webarea-context-menu-point.html
accessibility/ellipsis-text.html
accessibility/iframe-bastardization.html
accessibility/ignore-spacer-elements.html
accessibility/image-link.html
accessibility/image-map1.html
accessibility/image-map2.html
accessibility/inline-continuations.html
accessibility/input-slider.html
accessibility/internal-link-anchors2.html
accessibility/label-for-control-hittest.html
accessibility/language-attribute.html
accessibility/legend.html
accessibility/lists.html
accessibility/media-element.html
accessibility/onclick-handlers.html
accessibility/placeholder.html
accessibility/plugin.html
accessibility/radio-button-group-members.html
accessibility/radio-button-title-label.html
accessibility/secure-textfield-title-ui.html
accessibility/selection-states.html
accessibility/table-attributes.html
accessibility/table-cells.html
accessibility/table-cell-spans.html
accessibility/table-detection.html
accessibility/table-one-cell.html
accessibility/table-sections.html
accessibility/table-with-aria-role.html
accessibility/table-with-rules.html
accessibility/textarea-insertion-point-line-number.html
accessibility/textarea-line-for-index.html
accessibility/textarea-selected-text-range.html
accessibility/th-as-title-ui.html
accessibility/transformed-element.html
accessibility/visible-elements.html
# Need support for dumping selection rectangles in pixel output
# https://bugs.webkit.org/show_bug.cgi?id=53647
editing/selection/transformed-selection-rects.html
# Blurring and focusing from LayoutTestController do not work.
# https://bugs.webkit.org/show_bug.cgi?id=53646
# Test results show a caret and focus ring when there shouldn't be.
editing/selection/caret-and-focus-ring.html
# Blur and focus events are not received for the following tests.
fast/events/blur-focus-window-should-blur-focus-element.html
fast/dom/Window/window-onFocus.html
fast/events/frame-tab-focus.html
# element.blur() and element.focus() does not seem to work always.
fast/forms/select-double-onchange.html
fast/forms/select-script-onchange.html
fast/html/tab-order.html
# Images do not seem to copy and paste properly
# https://bugs.webkit.org/show_bug.cgi?id=53645
editing/pasteboard/copy-standalone-image.html
# The box isn't empty after a test run with this test.
# https://bugs.webkit.org/show_bug.cgi?id=53644
editing/deleting/5408255.html
# Need proper frame loader callbacks reporting
# See https://bugs.webkit.org/show_bug.cgi?id=32170
http/tests/security/mixedContent/empty-url-plugin-in-frame.html
# Tests failing because of missing resource load delegate callbacks.
webarchive/loading/test-loading-archive.html
webarchive/loading/mainresource-null-mimetype-crash.html
webarchive/loading/missing-data.html
fast/loader/main-document-url-for-non-http-loads.html
# Tests failing because of missing policy delegate callbacks.
fast/loader/onload-policy-ignore-for-frame.html
fast/loader/policy-delegate-action-hit-test-zoomed.html
fast/loader/reload-policy-delegate.html
fast/loader/stop-provisional-loads.html
fast/loading/subframe-removes-itself.html
# This policy delegate is implemented, but it needs the DOM node path in the output.
fast/encoding/mailto-always-utf-8.html
# Missing output when page icon changes. We need some API exposing this event.
fast/dom/icon-url-property.html
# EventSender.scheduleAsynchronousClick unimplemented
# https://bugs.webkit.org/show_bug.cgi?id=53960
fast/events/popup-blocking-click-in-iframe.html
# Looks like a bug in the LayoutTestController global history support due to missing API.
fast/history/window-open.html
# All of these IDN encoding tests seem to fail.
fast/encoding/idn-security.html
# These two glyphs cannot be selected separately (verified in GtkLauncher)
fast/text/international/thai-offsetForPosition-inside-character.html
# Caret positioning is incorrect in this test.
fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html
# These failures appear to be bugs in the EventSender
# https://bugs.webkit.org/show_bug.cgi?id=53964
fast/forms/listbox-onchange.html
fast/forms/listbox-selection-2.html
fast/forms/option-mouseevents.html
# Ignored because we do not have OBJC bindings (via Chromium)
editing/pasteboard/paste-RTFD.html
editing/pasteboard/paste-TIFF.html
# These tests call dumpAsText, but still perform normal render tree dumps.
# https://bugs.webkit.org/show_bug.cgi?id=53955
fast/dom/object-embed-plugin-scripting.html
fast/dynamic/paused-event-dispatch.html
# Scrollbar issues.
# document.body.clientWidth includes vertical scrollbar size.
scrollbars/scrollbar-click-does-not-blur-content.html
# More issues where clientWith is incorrect, perhaps because of asynchronous
# main frame scrollbar behavior.
fast/dom/client-width-height-quirks.html
fast/dom/client-width-height.html
fast/overflow/scrollbar-restored.html
# The test below is not scrolled to the proper position. Perhaps because of
# asynchronous scrollbar behavior.
fast/css/font-weight-1.html
# Opened windows not properly passed statusbar, locationbar and toolbar properties
# https://bugs.webkit.org/show_bug.cgi?id=53956
fast/dom/Window/new-window-opener.html
# Probably failing because resizing is asynchronous.
# https://bugs.webkit.org/show_bug.cgi?id=53959
fast/dom/Window/window-resize-and-move-arguments.html
fast/dom/Window/window-resize.html
# The background is not clipped in this test, as observed in the pixel output.
fast/backgrounds/background-clip-text.html
# DeviceMotion and DeviceOrientation are not enabled by default.
fast/dom/Window/window-properties-device-orientation.html
fast/dom/DeviceMotion
fast/dom/DeviceOrientation
# Desktop notifications are not supported
fast/notifications
http/tests/notifications
# Deletion UI is a Mail-ism. We don't need to worry about this. (via Chromium)
editing/deleting/deletionUI-single-instance.html
fast/dom/Element/id-in-deletebutton.html
# WebKitGTK+ uses different keyboard accelerators than Safari. (via Chromium)
fast/events/option-tab.html
# We have no need to support Dashboard compatibility mode. (via Chromium)
fast/canvas/canvas-gradient-addStop-error.html
http/tests/xmlhttprequest/default-content-type-dashboard.html
http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html
svg/custom/embedded-svg-disallowed-in-dashboard.xml
svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html
svg/custom/manually-parsed-svg-disallowed-in-dashboard.html
svg/custom/svg-disallowed-in-dashboard-object.html
# Mac Safari under certain circumstances automatically places
# a caret in editable document even when none was requested programatically.
editing/selection/designmode-no-caret.html
# These tests expect a TIFF decoder. (via Chromium)
fast/images/embed-image.html
fast/images/object-image.html
# These tests require loading a PDF as an image, which we do not support. (via Chromium)
fast/images/pdf-as-background.html
fast/images/pdf-as-image-landscape.html
fast/images/pdf-as-image.html
fast/images/pdf-as-tiled-background.html
fast/replaced/pdf-as-image.html
# These fast XMLHttpRequest tests fail because 3D_CANVAS is not enabled.
fast/xmlhttprequest/xmlhttprequest-responsetype-abort.html
fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html
fast/xmlhttprequest/xmlhttprequest-responsetype-document.html
fast/xmlhttprequest/xmlhttprequest-responsetype-text.html
http/tests/xmlhttprequest/send-array-buffer.html
# Possible bug in eventSender.zoomPageOut() ? https://bugs.webkit.org/show_bug.cgi?id=30575
fast/dom/elementFromPoint-relative-to-viewport.html
# https://bugs.webkit.org/show_bug.cgi?id=51213
fast/dom/gc-11.html
# This test crashes whatever test follows it. Perhaps it's related to the previous failure.
fast/dom/gc-10.html
# https://bugs.webkit.org/show_bug.cgi?id=51242
fast/dom/global-constructors.html
# https://bugs.webkit.org/show_bug.cgi?id=53085
# Cairo doesn't support repeat-x and repeat-y
fast/canvas/patternfill-repeat.html
# This test is crashing when run along with other tests on the release build.
fast/dynamic/layer-hit-test-crash.html
# keygen element rendering is broken
# https://bugs.webkit.org/show_bug.cgi?id=54136
fast/html/keygen.html
# Hyphenation is not implemented yet.
fast/text/hyphenate-character.html
fast/text/hyphens.html
# Tests generating new results
fast/text/international/001.html
fast/text/international/002.html
fast/text/international/003.html
fast/text/international/bidi-AN-after-L.html
fast/text/international/bidi-AN-after-empty-run.html
fast/text/international/bidi-CS-after-AN.html
fast/text/international/bidi-L2-run-reordering.html
fast/text/international/bidi-LDB-2-CSS.html
fast/text/international/bidi-LDB-2-HTML.html
fast/text/international/bidi-LDB-2-formatting-characters.html
fast/text/international/bidi-control-chars-treated-as-ZWS.html
fast/text/international/bidi-european-terminators.html
fast/text/international/bidi-explicit-embedding.html
fast/text/international/bidi-ignored-for-first-child-inline.html
fast/text/international/bidi-innertext.html
fast/text/international/bidi-layout-across-linebreak.html
fast/text/international/bidi-linebreak-001.html
fast/text/international/bidi-linebreak-002.html
fast/text/international/bidi-linebreak-003.html
fast/text/international/bidi-listbox-atsui.html
fast/text/international/bidi-listbox.html
fast/text/international/bidi-menulist.html
fast/text/international/bidi-neutral-directionality-paragraph-start.html
fast/text/international/bidi-neutral-run.html
fast/text/international/bidi-override.html
fast/text/international/complex-character-based-fallback.html
fast/text/international/hebrew-vowels.html
fast/text/international/hindi-spacing.html
fast/text/international/hindi-whitespace.html
fast/text/international/pop-up-button-text-alignment-and-direction.html
fast/text/international/rtl-caret.html
fast/text/international/rtl-white-space-pre-wrap.html
fast/text/international/thai-line-breaks.html
fast/text/international/wrap-CJK-001.html
fast/text/whitespace/001.html
fast/text/whitespace/002.html
fast/text/whitespace/003.html
fast/text/whitespace/004.html
fast/text/whitespace/005.html
fast/text/whitespace/006.html
fast/text/whitespace/007.html
fast/text/whitespace/008.html
fast/text/whitespace/009.html
fast/text/whitespace/010.html
fast/text/whitespace/011.html
fast/text/whitespace/012.html
fast/text/whitespace/013.html
fast/text/whitespace/014.html
fast/text/whitespace/015.html
fast/text/whitespace/016.html
fast/text/whitespace/017.html
fast/text/whitespace/018.html
fast/text/whitespace/019.html
fast/text/whitespace/020.html
fast/text/whitespace/021.html
fast/text/whitespace/022.html
fast/text/whitespace/023.html
fast/text/whitespace/024.html
fast/text/whitespace/025.html
fast/text/whitespace/026.html
fast/text/whitespace/027.html
fast/text/whitespace/028.html
fast/text/whitespace/029.html
fast/text/whitespace/030.html
fast/text/whitespace/nbsp-mode-and-linewraps.html
fast/text/whitespace/normal-after-nowrap-breaking.html
fast/text/whitespace/nowrap-clear-float.html
fast/text/whitespace/pre-break-word.html
fast/text/whitespace/pre-newline-box-test.html
fast/text/whitespace/pre-wrap-last-char.html
fast/text/whitespace/pre-wrap-line-test.html
fast/text/whitespace/pre-wrap-overflow-selection.html
fast/text/whitespace/pre-wrap-spaces-after-newline.html
fast/text/whitespace/span-in-word-space-causes-overflow.html
fast/text/whitespace/tab-character-basics.html
fast/tokenizer/001.html
fast/tokenizer/002.html
fast/tokenizer/003.html
fast/tokenizer/external-script-document-write.html
fast/tokenizer/external-script-document-write_2.html
fast/tokenizer/missing-style-end-tag-1.html
fast/tokenizer/missing-style-end-tag-2.html
fast/tokenizer/script-after-frameset.html
fast/tokenizer/script_extra_close.html
fast/transforms/bounding-rect-zoom.html
fast/transforms/diamond.html
fast/transforms/identity-matrix.html
fast/transforms/matrix-01.html
fast/transforms/matrix-02.html
fast/transforms/overflow-with-transform.html
fast/transforms/skew-with-unitless-zero.html
fast/transforms/transform-on-inline.html
fast/transforms/transform-overflow.html
fast/transforms/transform-positioned-ancestor.html
fast/transforms/transform-table-row.html
fast/transforms/transformed-caret.html
fast/transforms/transformed-document-element.html
fast/transforms/transformed-focused-text-input.html
fast/transforms/transforms-with-opacity.html
fast/transforms/transforms-with-zoom.html
fast/xsl/document-function.xml
fast/xsl/xslt-enc16.xml
fast/xsl/xslt-enc16to16.xml
fast/xsl/xslt-enc-cyr.xml
fast/xsl/xslt-enc.xml
fast/xsl/xslt-entity.xml
fast/xsl/xslt-extra-content-at-end.xml
fast/xsl/xslt-import-depth.xml
fast/xsl/xslt-mismatched-tags-in-xslt.xml
fast/xsl/xslt-missing-namespace-in-xslt.xml
fast/xsl/xslt-relative-path.xml
fast/xsl/xslt_unicode.xml
# This port doesn't support v8 i18n extension.
fast/js/i18n-bindings-locale.html
# Tests in http/ directory
# Tests failing
http/tests/appcache/crash-when-navigating-away-then-back.html
http/tests/appcache/fallback.html
http/tests/appcache/foreign-iframe-main.html
http/tests/appcache/local-content.html
http/tests/appcache/manifest-redirect-2.html
http/tests/appcache/offline-access.html
http/tests/appcache/origin-quota.html
http/tests/appcache/resource-redirect-2.html
http/tests/cookies/double-quoted-value-with-semi-colon.html
http/tests/incremental/slow-utf8-text.pl
http/tests/loading/bad-scheme-subframe.html
http/tests/loading/bad-server-subframe.html
# Needed to cover the fix for <rdar://problem/6727495>
http/tests/loading/deleted-host-in-resource-load-delegate-callback.html
http/tests/loading/gmail-assert-on-load.html
http/tests/loading/preload-img-test.html
http/tests/loading/redirect-with-no-location-crash.html
http/tests/loading/text-content-type-with-binary-extension.html
http/tests/media/video-play-stall-seek.html
http/tests/media/video-play-stall.html
http/tests/media/video-seekable-stall.html
http/tests/mime/standard-mode-loads-stylesheet-with-empty-content-type.html
http/tests/mime/standard-mode-loads-stylesheet-with-text-css-and-invalid-type.html
http/tests/misc/acid3.html
http/tests/misc/isindex-formdata.html
http/tests/misc/policy-delegate-called-twice.html
http/tests/misc/prefetch-purpose.html
http/tests/misc/redirect-to-external-url.html
http/tests/misc/slow-preload-cancel.html
http/tests/misc/window-dot-stop.html
http/tests/navigation/reload-subframe-object.html
http/tests/plugins/npapi-response-headers.html
http/tests/plugins/post-url-file.html
http/tests/security/credentials-in-referer.html
http/tests/security/cross-frame-access-put.html
http/tests/security/feed-urls-from-remote.html
http/tests/security/local-video-source-from-remote.html
http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html
http/tests/security/mixedContent/data-url-iframe-in-main-frame.html
http/tests/security/mixedContent/data-url-script-in-iframe.html
http/tests/security/mixedContent/insecure-css-in-iframe.html
http/tests/security/mixedContent/insecure-css-in-main-frame.html
http/tests/security/mixedContent/insecure-iframe-in-iframe.html
http/tests/security/mixedContent/insecure-iframe-in-main-frame.html
http/tests/security/mixedContent/insecure-image-in-iframe.html
http/tests/security/mixedContent/insecure-image-in-main-frame.html
http/tests/security/mixedContent/insecure-script-in-iframe.html
http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html
http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe.html
http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html
http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe.html
http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html
http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow.html
http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html
http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html
http/tests/security/XFrameOptions/x-frame-options-deny.html
http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow.html
http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html
http/tests/xmlhttprequest/abort-should-cancel-load.html
http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers.html
http/tests/xmlhttprequest/basic-auth.html
http/tests/xmlhttprequest/logout.html
#We don't seem to support neither of these for now
http/tests/xmlhttprequest/cross-origin-authorization.html
http/tests/xmlhttprequest/cross-origin-cookie-storage.html
http/tests/xmlhttprequest/cross-origin-no-authorization.html
http/tests/xmlhttprequest/frame-load-cancelled-abort.html
http/tests/xmlhttprequest/frame-unload-abort-crash.html
http/tests/xmlhttprequest/response-encoding.html
http/tests/xmlhttprequest/state-after-network-error.html
http/tests/xmlhttprequest/supported-xml-content-types.html
http/tests/xmlhttprequest/upload-onload-event.html
http/tests/xmlhttprequest/upload-onprogress-event.html
http/tests/xmlhttprequest/upload-progress-events.html
http/tests/xmlhttprequest/xml-encoding.html
http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty.html
# Tests crashing - https://bugs.webkit.org/show_bug.cgi?id=51104
http/tests/cache/subresource-fragment-identifier.html
http/tests/misc/authentication-sent-to-redirect.html
# Tests crashing
http/tests/security/cross-origin-xsl-BLOCKED.html
http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html
# Tests generating new results
http/tests/loading/simple-subframe.html
http/tests/local/file-url-sent-as-referer.html
http/tests/misc/acid2-pixel.html
http/tests/misc/acid2.html
http/tests/misc/error404.pl
http/tests/misc/frame-access-during-load.html
http/tests/misc/generated-content-inside-table.html
http/tests/misc/iframe404.html
http/tests/misc/location-replace-crossdomain.html
http/tests/misc/willCacheResponse-delegate-callback.html
http/tests/multipart/invalid-image-data-standalone.html
http/tests/multipart/invalid-image-data.html
http/tests/multipart/policy-ignore-crash.php
http/tests/navigation/anchor-frames.html
http/tests/navigation/javascriptlink-frames.html
http/tests/navigation/post-basic.html
http/tests/navigation/post-frames.html
http/tests/navigation/post-goback1.html
http/tests/navigation/postredirect-basic.html
http/tests/navigation/postredirect-frames.html
http/tests/navigation/postredirect-goback1.html
http/tests/uri/css-href.php
http/tests/webarchive/cross-origin-stylesheet-crash.html
http/tests/webarchive/test-css-url-encoding-shift-jis.html
http/tests/webarchive/test-css-url-encoding-utf-8.html
http/tests/webarchive/test-css-url-encoding.html
http/tests/webarchive/test-preload-resources.html
# Tests in media/ directory
# Tests failing
media/video-controls-transformed.html
media/video-controls-zoomed.html
media/video-size-intrinsic-scale.html
media/video-seek-past-end-playing.html
# https://bugs.webkit.org/show_bug.cgi?id=30198
media/video-source-error.html
# https://bugs.webkit.org/show_bug.cgi?id=51602
media/controls-after-reload.html
media/controls-strict.html
media/video-display-toggle.html
media/controls-styling.html
media/video-volume-slider.html
media/video-controls-rendering.html
# Tests generating new results
media/video-aspect-ratio.html
# Requires media engine closed caption support
media/media-captions.html
# Test specific to QuickTime media engine
media/video-does-not-loop.html
# https://bugs.webkit.org/show_bug.cgi?id=50155
# crashes on GStreamer side when loading one of the media elements of
# the test
fast/events/tabindex-focus-blur-all.html
# Tests in plugins/ directory
# Tests failing, need to implement NPP_HandleEvent() in TestNetscapePlugin
plugins/embed-attributes-setting.html
plugins/get-url-with-blank-target.html
plugins/plugin-initiate-popup-window.html
# This test is for clients that choose to make the missing plugin indicator a button
plugins/clicking-missing-plugin-fires-delegate.html
# Tests generating new results
plugins/embed-attributes-style.html
plugins/netscape-dom-access.html
# Tests in security/ directory
# Tests failing
security/set-form-autocomplete-attribute.html
# https://bugs.webkit.org/show_bug.cgi?id=41903
plugins/return-negative-one-from-write.html
# Tests generating new results
security/block-test-no-port.html
security/block-test.html
# Tests in svg/ directory
# Tests failing
svg/filters/feColorMatrix-values.svg
svg/dom/altGlyph-dom.xhtml
svg/custom/getSubStringLength.html
svg/custom/getscreenctm-in-mixed-content2.xhtml
svg/custom/glyph-setting-d-attribute.svg
svg/custom/no-inherited-dashed-stroke.xhtml
svg/custom/relative-sized-shadow-tree-content-with-symbol.xhtml
svg/custom/relative-sized-use-on-symbol.xhtml
svg/custom/stroke-width-click.svg
svg/custom/svg-fonts-in-text-controls.html
svg/custom/use-elementInstance-event-target.svg
svg/custom/use-elementInstance-methods.svg
svg/custom/use-on-symbol-inside-pattern.svg
svg/custom/use-setAttribute-crash.svg
# flaky test (see https://bugs.webkit.org/show_bug.cgi?id=53989)
svg/custom/use-multiple-on-nested-disallowed-font.html
# This test needs to be looked at: runs on other platforms,
# may fail here due to debug output limitations.
# https://bugs.webkit.org/show_bug.cgi?id=25645
svg/custom/pattern-excessive-malloc.svg
# https://bugs.webkit.org/show_bug.cgi?id=49065
svg/animations/animate-path-nested-transforms.html
# Tests generating new results
svg/W3C-SVG-1.1/animate-elem-02-t.svg
svg/W3C-SVG-1.1/animate-elem-03-t.svg
svg/W3C-SVG-1.1/animate-elem-04-t.svg
svg/W3C-SVG-1.1/animate-elem-05-t.svg
svg/W3C-SVG-1.1/animate-elem-06-t.svg
svg/W3C-SVG-1.1/animate-elem-07-t.svg
svg/W3C-SVG-1.1/animate-elem-08-t.svg
svg/W3C-SVG-1.1/animate-elem-09-t.svg
svg/W3C-SVG-1.1/animate-elem-10-t.svg
svg/W3C-SVG-1.1/animate-elem-11-t.svg
svg/W3C-SVG-1.1/animate-elem-12-t.svg
svg/W3C-SVG-1.1/animate-elem-13-t.svg
svg/W3C-SVG-1.1/animate-elem-14-t.svg
svg/W3C-SVG-1.1/animate-elem-15-t.svg
svg/W3C-SVG-1.1/animate-elem-16-t.svg
svg/W3C-SVG-1.1/animate-elem-17-t.svg
svg/W3C-SVG-1.1/animate-elem-18-t.svg
svg/W3C-SVG-1.1/animate-elem-19-t.svg
svg/W3C-SVG-1.1/animate-elem-20-t.svg
svg/W3C-SVG-1.1/animate-elem-21-t.svg
svg/W3C-SVG-1.1/animate-elem-22-b.svg
svg/W3C-SVG-1.1/animate-elem-23-t.svg
svg/W3C-SVG-1.1/animate-elem-24-t.svg
svg/W3C-SVG-1.1/animate-elem-25-t.svg
svg/W3C-SVG-1.1/animate-elem-26-t.svg
svg/W3C-SVG-1.1/animate-elem-27-t.svg
svg/W3C-SVG-1.1/animate-elem-28-t.svg
svg/W3C-SVG-1.1/animate-elem-29-b.svg
svg/W3C-SVG-1.1/animate-elem-30-t.svg
svg/W3C-SVG-1.1/animate-elem-31-t.svg
svg/W3C-SVG-1.1/animate-elem-32-t.svg
svg/W3C-SVG-1.1/animate-elem-33-t.svg
svg/W3C-SVG-1.1/animate-elem-34-t.svg
svg/W3C-SVG-1.1/animate-elem-36-t.svg
svg/W3C-SVG-1.1/animate-elem-37-t.svg
svg/W3C-SVG-1.1/animate-elem-39-t.svg
svg/W3C-SVG-1.1/animate-elem-40-t.svg
svg/W3C-SVG-1.1/animate-elem-41-t.svg
svg/W3C-SVG-1.1/animate-elem-44-t.svg
svg/W3C-SVG-1.1/animate-elem-46-t.svg
svg/W3C-SVG-1.1/animate-elem-52-t.svg
svg/W3C-SVG-1.1/animate-elem-60-t.svg
svg/W3C-SVG-1.1/animate-elem-61-t.svg
svg/W3C-SVG-1.1/animate-elem-62-t.svg
svg/W3C-SVG-1.1/animate-elem-63-t.svg
svg/W3C-SVG-1.1/animate-elem-64-t.svg
svg/W3C-SVG-1.1/animate-elem-65-t.svg
svg/W3C-SVG-1.1/animate-elem-66-t.svg
svg/W3C-SVG-1.1/animate-elem-67-t.svg
svg/W3C-SVG-1.1/animate-elem-68-t.svg
svg/W3C-SVG-1.1/animate-elem-69-t.svg
svg/W3C-SVG-1.1/animate-elem-70-t.svg
svg/W3C-SVG-1.1/animate-elem-77-t.svg
svg/W3C-SVG-1.1/animate-elem-78-t.svg
svg/W3C-SVG-1.1/animate-elem-80-t.svg
svg/W3C-SVG-1.1/animate-elem-81-t.svg
svg/W3C-SVG-1.1/animate-elem-82-t.svg
svg/W3C-SVG-1.1/animate-elem-83-t.svg
svg/W3C-SVG-1.1/animate-elem-84-t.svg
svg/W3C-SVG-1.1/animate-elem-85-t.svg
svg/W3C-SVG-1.1/color-prof-01-f.svg
svg/W3C-SVG-1.1/color-prop-01-b.svg
svg/W3C-SVG-1.1/color-prop-02-f.svg
svg/W3C-SVG-1.1/color-prop-03-t.svg
svg/W3C-SVG-1.1/coords-coord-01-t.svg
svg/W3C-SVG-1.1/coords-coord-02-t.svg
svg/W3C-SVG-1.1/coords-trans-01-b.svg
svg/W3C-SVG-1.1/coords-trans-02-t.svg
svg/W3C-SVG-1.1/coords-trans-03-t.svg
svg/W3C-SVG-1.1/coords-trans-04-t.svg
svg/W3C-SVG-1.1/coords-trans-05-t.svg
svg/W3C-SVG-1.1/coords-trans-06-t.svg
svg/W3C-SVG-1.1/coords-units-01-b.svg
svg/W3C-SVG-1.1/coords-units-02-b.svg
svg/W3C-SVG-1.1/coords-units-03-b.svg
svg/W3C-SVG-1.1/coords-viewattr-01-b.svg
svg/W3C-SVG-1.1/coords-viewattr-02-b.svg
svg/W3C-SVG-1.1/coords-viewattr-03-b.svg
svg/W3C-SVG-1.1/extend-namespace-01-f.svg
svg/W3C-SVG-1.1/filters-blend-01-b.svg
svg/W3C-SVG-1.1/filters-color-01-b.svg
svg/W3C-SVG-1.1/filters-composite-02-b.svg
svg/W3C-SVG-1.1/filters-comptran-01-b.svg
svg/W3C-SVG-1.1/filters-conv-01-f.svg
svg/W3C-SVG-1.1/filters-diffuse-01-f.svg
svg/W3C-SVG-1.1/filters-displace-01-f.svg
svg/W3C-SVG-1.1/filters-example-01-b.svg
svg/W3C-SVG-1.1/filters-felem-01-b.svg
svg/W3C-SVG-1.1/filters-gauss-01-b.svg
svg/W3C-SVG-1.1/filters-image-01-b.svg
svg/W3C-SVG-1.1/filters-light-01-f.svg
svg/W3C-SVG-1.1/filters-light-04-f.svg
svg/W3C-SVG-1.1/filters-morph-01-f.svg
svg/W3C-SVG-1.1/filters-offset-01-b.svg
svg/W3C-SVG-1.1/filters-specular-01-f.svg
svg/W3C-SVG-1.1/filters-tile-01-b.svg
svg/W3C-SVG-1.1/filters-turb-01-f.svg
svg/W3C-SVG-1.1/fonts-desc-02-t.svg
svg/W3C-SVG-1.1/fonts-elem-01-t.svg
svg/W3C-SVG-1.1/fonts-elem-02-t.svg
svg/W3C-SVG-1.1/fonts-elem-03-b.svg
svg/W3C-SVG-1.1/fonts-elem-04-b.svg
svg/W3C-SVG-1.1/fonts-elem-05-t.svg
svg/W3C-SVG-1.1/fonts-elem-06-t.svg
svg/W3C-SVG-1.1/fonts-elem-07-b.svg
svg/W3C-SVG-1.1/fonts-glyph-02-t.svg
svg/W3C-SVG-1.1/fonts-glyph-03-t.svg
svg/W3C-SVG-1.1/fonts-glyph-04-t.svg
svg/W3C-SVG-1.1/fonts-kern-01-t.svg
svg/W3C-SVG-1.1/interact-cursor-01-f.svg
svg/W3C-SVG-1.1/interact-dom-01-b.svg
svg/W3C-SVG-1.1/interact-events-01-b.svg
svg/W3C-SVG-1.1/interact-order-01-b.svg
svg/W3C-SVG-1.1/interact-order-02-b.svg
svg/W3C-SVG-1.1/interact-order-03-b.svg
svg/W3C-SVG-1.1/interact-zoom-01-t.svg
svg/W3C-SVG-1.1/linking-a-01-b.svg
svg/W3C-SVG-1.1/linking-a-02-b.svg
svg/W3C-SVG-1.1/linking-a-03-b.svg
svg/W3C-SVG-1.1/linking-a-04-t.svg
svg/W3C-SVG-1.1/linking-a-05-t.svg
svg/W3C-SVG-1.1/linking-a-07-t.svg
svg/W3C-SVG-1.1/linking-uri-01-b.svg
svg/W3C-SVG-1.1/linking-uri-02-b.svg
svg/W3C-SVG-1.1/linking-uri-03-t.svg
svg/W3C-SVG-1.1/masking-intro-01-f.svg
svg/W3C-SVG-1.1/masking-mask-01-b.svg
svg/W3C-SVG-1.1/masking-opacity-01-b.svg
svg/W3C-SVG-1.1/masking-path-01-b.svg
svg/W3C-SVG-1.1/masking-path-02-b.svg
svg/W3C-SVG-1.1/masking-path-03-b.svg
svg/W3C-SVG-1.1/masking-path-04-b.svg
svg/W3C-SVG-1.1/masking-path-05-f.svg
svg/W3C-SVG-1.1/metadata-example-01-b.svg
svg/W3C-SVG-1.1/painting-fill-01-t.svg
svg/W3C-SVG-1.1/painting-fill-02-t.svg
svg/W3C-SVG-1.1/painting-fill-03-t.svg
svg/W3C-SVG-1.1/painting-fill-04-t.svg
svg/W3C-SVG-1.1/painting-fill-05-b.svg
svg/W3C-SVG-1.1/painting-marker-01-f.svg
svg/W3C-SVG-1.1/painting-marker-02-f.svg
svg/W3C-SVG-1.1/painting-marker-03-f.svg
svg/W3C-SVG-1.1/painting-render-01-b.svg
svg/W3C-SVG-1.1/painting-stroke-01-t.svg
svg/W3C-SVG-1.1/painting-stroke-02-t.svg
svg/W3C-SVG-1.1/painting-stroke-03-t.svg
svg/W3C-SVG-1.1/painting-stroke-04-t.svg
svg/W3C-SVG-1.1/painting-stroke-07-t.svg
svg/W3C-SVG-1.1/paths-data-01-t.svg
svg/W3C-SVG-1.1/paths-data-02-t.svg
svg/W3C-SVG-1.1/paths-data-03-f.svg
svg/W3C-SVG-1.1/paths-data-04-t.svg
svg/W3C-SVG-1.1/paths-data-05-t.svg
svg/W3C-SVG-1.1/paths-data-06-t.svg
svg/W3C-SVG-1.1/paths-data-07-t.svg
svg/W3C-SVG-1.1/paths-data-08-t.svg
svg/W3C-SVG-1.1/paths-data-09-t.svg
svg/W3C-SVG-1.1/paths-data-10-t.svg
svg/W3C-SVG-1.1/paths-data-12-t.svg
svg/W3C-SVG-1.1/paths-data-13-t.svg
svg/W3C-SVG-1.1/paths-data-14-t.svg
svg/W3C-SVG-1.1/paths-data-15-t.svg
svg/W3C-SVG-1.1/pservers-grad-01-b.svg
svg/W3C-SVG-1.1/pservers-grad-02-b.svg
svg/W3C-SVG-1.1/pservers-grad-03-b.svg
svg/W3C-SVG-1.1/pservers-grad-04-b.svg
svg/W3C-SVG-1.1/pservers-grad-05-b.svg
svg/W3C-SVG-1.1/pservers-grad-06-b.svg
svg/W3C-SVG-1.1/pservers-grad-07-b.svg
svg/W3C-SVG-1.1/pservers-grad-08-b.svg
svg/W3C-SVG-1.1/pservers-grad-09-b.svg
svg/W3C-SVG-1.1/pservers-grad-10-b.svg
svg/W3C-SVG-1.1/pservers-grad-11-b.svg
svg/W3C-SVG-1.1/pservers-grad-12-b.svg
svg/W3C-SVG-1.1/pservers-grad-13-b.svg
svg/W3C-SVG-1.1/pservers-grad-14-b.svg
svg/W3C-SVG-1.1/pservers-grad-15-b.svg
svg/W3C-SVG-1.1/pservers-grad-16-b.svg
svg/W3C-SVG-1.1/pservers-grad-17-b.svg
svg/W3C-SVG-1.1/pservers-grad-18-b.svg
svg/W3C-SVG-1.1/pservers-grad-19-b.svg
svg/W3C-SVG-1.1/pservers-pattern-01-b.svg
svg/W3C-SVG-1.1/render-elems-01-t.svg
svg/W3C-SVG-1.1/render-elems-02-t.svg
svg/W3C-SVG-1.1/render-elems-03-t.svg
svg/W3C-SVG-1.1/render-elems-06-t.svg
svg/W3C-SVG-1.1/render-elems-07-t.svg
svg/W3C-SVG-1.1/render-elems-08-t.svg
svg/W3C-SVG-1.1/render-groups-01-b.svg
svg/W3C-SVG-1.1/render-groups-03-t.svg
svg/W3C-SVG-1.1/script-handle-01-b.svg
svg/W3C-SVG-1.1/script-handle-02-b.svg
svg/W3C-SVG-1.1/script-handle-03-b.svg
svg/W3C-SVG-1.1/script-handle-04-b.svg
svg/W3C-SVG-1.1/shapes-circle-01-t.svg
svg/W3C-SVG-1.1/shapes-circle-02-t.svg
svg/W3C-SVG-1.1/shapes-ellipse-01-t.svg
svg/W3C-SVG-1.1/shapes-ellipse-02-t.svg
svg/W3C-SVG-1.1/shapes-intro-01-t.svg
svg/W3C-SVG-1.1/shapes-line-01-t.svg
svg/W3C-SVG-1.1/shapes-polygon-01-t.svg
svg/W3C-SVG-1.1/shapes-polyline-01-t.svg
svg/W3C-SVG-1.1/shapes-rect-01-t.svg
svg/W3C-SVG-1.1/shapes-rect-02-t.svg
svg/W3C-SVG-1.1/struct-cond-01-t.svg
svg/W3C-SVG-1.1/struct-cond-02-t.svg
svg/W3C-SVG-1.1/struct-cond-03-t.svg
svg/W3C-SVG-1.1/struct-defs-01-t.svg
svg/W3C-SVG-1.1/struct-dom-01-b.svg
svg/W3C-SVG-1.1/struct-dom-02-b.svg
svg/W3C-SVG-1.1/struct-dom-03-b.svg
svg/W3C-SVG-1.1/struct-dom-04-b.svg
svg/W3C-SVG-1.1/struct-dom-05-b.svg
svg/W3C-SVG-1.1/struct-dom-06-b.svg
svg/W3C-SVG-1.1/struct-frag-01-t.svg
svg/W3C-SVG-1.1/struct-frag-02-t.svg
svg/W3C-SVG-1.1/struct-frag-03-t.svg
svg/W3C-SVG-1.1/struct-frag-04-t.svg
svg/W3C-SVG-1.1/struct-frag-05-t.svg
svg/W3C-SVG-1.1/struct-frag-06-t.svg
svg/W3C-SVG-1.1/struct-group-01-t.svg
svg/W3C-SVG-1.1/struct-group-02-b.svg
svg/W3C-SVG-1.1/struct-group-03-t.svg
svg/W3C-SVG-1.1/struct-image-01-t.svg
svg/W3C-SVG-1.1/struct-image-02-b.svg
svg/W3C-SVG-1.1/struct-image-03-t.svg
svg/W3C-SVG-1.1/struct-image-04-t.svg
svg/W3C-SVG-1.1/struct-image-05-b.svg
svg/W3C-SVG-1.1/struct-image-06-t.svg
svg/W3C-SVG-1.1/struct-image-07-t.svg
svg/W3C-SVG-1.1/struct-image-08-t.svg
svg/W3C-SVG-1.1/struct-image-09-t.svg
svg/W3C-SVG-1.1/struct-image-10-t.svg
svg/W3C-SVG-1.1/struct-symbol-01-b.svg
svg/W3C-SVG-1.1/struct-use-01-t.svg
svg/W3C-SVG-1.1/struct-use-03-t.svg
svg/W3C-SVG-1.1/struct-use-05-b.svg
svg/W3C-SVG-1.1/styling-css-01-b.svg
svg/W3C-SVG-1.1/styling-css-02-b.svg
svg/W3C-SVG-1.1/styling-css-03-b.svg
svg/W3C-SVG-1.1/styling-css-04-f.svg
svg/W3C-SVG-1.1/styling-css-05-b.svg
svg/W3C-SVG-1.1/styling-css-06-b.svg
svg/W3C-SVG-1.1/styling-inherit-01-b.svg
svg/W3C-SVG-1.1/styling-pres-01-t.svg
svg/W3C-SVG-1.1/text-align-01-b.svg
svg/W3C-SVG-1.1/text-align-02-b.svg
svg/W3C-SVG-1.1/text-align-03-b.svg
svg/W3C-SVG-1.1/text-align-04-b.svg
svg/W3C-SVG-1.1/text-align-05-b.svg
svg/W3C-SVG-1.1/text-align-06-b.svg
svg/W3C-SVG-1.1/text-altglyph-01-b.svg
svg/W3C-SVG-1.1/text-deco-01-b.svg
svg/W3C-SVG-1.1/text-fonts-01-t.svg
svg/W3C-SVG-1.1/text-fonts-02-t.svg
svg/W3C-SVG-1.1/text-intro-05-t.svg
svg/W3C-SVG-1.1/text-path-01-b.svg
svg/W3C-SVG-1.1/text-spacing-01-b.svg
svg/W3C-SVG-1.1/text-text-01-b.svg
svg/W3C-SVG-1.1/text-text-03-b.svg
svg/W3C-SVG-1.1/text-text-04-t.svg
svg/W3C-SVG-1.1/text-text-05-t.svg
svg/W3C-SVG-1.1/text-text-06-t.svg
svg/W3C-SVG-1.1/text-text-07-t.svg
svg/W3C-SVG-1.1/text-text-08-b.svg
svg/W3C-SVG-1.1/text-tref-01-b.svg
svg/W3C-SVG-1.1/text-tselect-01-b.svg
svg/W3C-SVG-1.1/text-tselect-02-f.svg
svg/W3C-SVG-1.1/text-tspan-01-b.svg
svg/W3C-SVG-1.1/text-ws-01-t.svg
svg/W3C-SVG-1.1/text-ws-02-t.svg
svg/W3C-SVG-1.1/types-basicDOM-01-b.svg
svg/batik/filters/filterRegions.svg
svg/batik/masking/maskRegions.svg
svg/batik/paints/gradientLimit.svg
svg/batik/paints/patternPreserveAspectRatioA.svg
svg/batik/paints/patternRegionA.svg
svg/batik/paints/patternRegions.svg
svg/batik/text/longTextOnPath.svg
svg/batik/text/smallFonts.svg
svg/batik/text/textAnchor2.svg
svg/batik/text/textAnchor3.svg
svg/batik/text/textAnchor.svg
svg/batik/text/textDecoration2.svg
svg/batik/text/textEffect2.svg
svg/batik/text/textEffect3.svg
svg/batik/text/textEffect.svg
svg/batik/text/textFeatures.svg
svg/batik/text/textGlyphOrientationHorizontal.svg
svg/batik/text/textLayout2.svg
svg/batik/text/textLayout.svg
svg/batik/text/textLength.svg
svg/batik/text/textOnPath2.svg
svg/batik/text/textOnPath3.svg
svg/batik/text/textOnPath.svg
svg/batik/text/textOnPathSpaces.svg
svg/batik/text/textPCDATA.svg
svg/batik/text/textPosition2.svg
svg/batik/text/textPosition.svg
svg/batik/text/textProperties2.svg
svg/batik/text/textProperties.svg
svg/batik/text/textStyles.svg
svg/batik/text/verticalText.svg
svg/batik/text/verticalTextOnPath.svg
svg/batik/text/xmlSpace.svg
svg/carto.net/button.svg
svg/carto.net/colourpicker.svg
svg/carto.net/combobox.svg
svg/carto.net/scrollbar.svg
svg/carto.net/selectionlist.svg
svg/carto.net/slider.svg
svg/carto.net/tabgroup.svg
svg/carto.net/textbox.svg
svg/carto.net/window.svg
svg/css/css-box-min-width.html
svg/custom/SVGMatrix-interface.svg
svg/custom/SVGNumber-interface.svg
svg/custom/SVGPoint-interface.svg
svg/custom/SVGPoint-matrixTransform.svg
svg/custom/SVGRect-interface.svg
svg/custom/absolute-sized-svg-in-xhtml.xhtml
svg/custom/alignment-baseline-modes.svg
svg/custom/altglyph.svg
svg/custom/animate-path-discrete.svg
svg/custom/animate-path-morphing.svg
svg/custom/attribute-namespace-check.svg
svg/custom/baseval-animval-equality.svg
svg/custom/circle-move-invalidation.svg
svg/custom/circular-marker-reference-1.svg
svg/custom/circular-marker-reference-2.svg
svg/custom/circular-marker-reference-3.svg
svg/custom/circular-marker-reference-4.svg
svg/custom/class-baseValue.svg
svg/custom/class-selector.svg
svg/custom/clip-path-child-changes.svg
svg/custom/clip-path-href-changes.svg
svg/custom/clip-path-referencing-use2.svg
svg/custom/clip-path-referencing-use.svg
svg/custom/clip-path-units-changes.svg
svg/custom/clip-path-with-transform.svg
svg/custom/conditional-processing-outside-switch.svg
svg/custom/container-opacity-clip-viewBox.svg
svg/custom/control-points-for-S-and-T.svg
svg/custom/coords-relative-units-transforms.svg
svg/custom/create-metadata-element.svg
svg/custom/createelement.svg
svg/custom/css-pixels-dpi.svg
svg/custom/dasharrayOrigin.svg
svg/custom/deep-dynamic-updates.svg
svg/custom/display-none.svg
svg/custom/dominant-baseline-hanging.svg
svg/custom/dominant-baseline-modes.svg
svg/custom/dynamic-empty-path.svg
svg/custom/dynamic-svg-document-creation.svg
svg/custom/dynamic-viewBox.svg
svg/custom/empty-clip-path.svg
svg/custom/empty-merge.svg
svg/custom/evt-onload.svg
svg/custom/feComponentTransfer-Discrete.svg
svg/custom/feComponentTransfer-Gamma.svg
svg/custom/feComponentTransfer-Linear.svg
svg/custom/feComponentTransfer-Table.svg
svg/custom/feDisplacementMap-01.svg
svg/custom/fill-SVGPaint-interface.svg
svg/custom/fill-fallback.svg
svg/custom/fill-update.svg
svg/custom/focus-ring.svg
svg/custom/font-face-cascade-order.svg
svg/custom/font-face-simple.svg
svg/custom/foreign-object-skew.svg
svg/custom/foreignObject-crash-on-hover.xml
svg/custom/fractional-rects.svg
svg/custom/getPresentationAttribute.svg
svg/custom/getTransformToElement.svg
svg/custom/getscreenctm-in-mixed-content.xhtml
svg/custom/getsvgdocument.html
svg/custom/glyph-selection-lang-attribute.svg
svg/custom/gradient-add-stops.svg
svg/custom/gradient-attr-update.svg
svg/custom/gradient-cycle-detection.svg
svg/custom/gradient-deep-referencing.svg
svg/custom/gradient-rotated-bbox.svg
svg/custom/gradient-stop-corner-cases.svg
svg/custom/gradient-stop-style-change.svg
svg/custom/gradient-stroke-width.svg
svg/custom/grayscale-gradient-mask.svg
svg/custom/group-opacity.svg
svg/custom/hit-test-path-stroke.svg
svg/custom/hit-test-path.svg
svg/custom/hit-test-unclosed-subpaths.svg
svg/custom/hit-test-with-br.xhtml
svg/custom/hover-default-fill.svg
svg/custom/image-parent-translation.xhtml
svg/custom/image-small-width-height.svg
svg/custom/image-with-aspect-ratio-stretch.svg
svg/custom/image-with-prefix-in-webarchive.svg
svg/custom/image-with-transform-clip-filter.svg
svg/custom/inline-svg-in-xhtml.xml
svg/custom/inner-percent.svg
svg/custom/inner-svg-hit-test.svg
svg/custom/invalid-css.svg
svg/custom/invalid-fill-hex.svg
svg/custom/invalid-fill.svg
svg/custom/invalid-lengthlist.svg
svg/custom/invalid-transforms.svg
svg/custom/invisible-text-after-scrolling.xhtml
svg/custom/js-late-clipPath-and-object-creation.svg
svg/custom/js-late-clipPath-creation.svg
svg/custom/js-late-gradient-and-object-creation.svg
svg/custom/js-late-gradient-creation.svg
svg/custom/js-late-marker-and-object-creation.svg
svg/custom/js-late-marker-creation.svg
svg/custom/js-late-mask-and-object-creation.svg
svg/custom/js-late-mask-creation.svg
svg/custom/js-late-pattern-and-object-creation.svg
svg/custom/js-late-pattern-creation.svg
svg/custom/js-update-bounce.svg
svg/custom/js-update-container2.svg
svg/custom/js-update-container.svg
svg/custom/js-update-gradient.svg
svg/custom/js-update-image.svg
svg/custom/js-update-path-changes.svg
svg/custom/js-update-path-removal.svg
svg/custom/js-update-pattern-child.svg
svg/custom/js-update-pattern.svg
svg/custom/js-update-polygon-changes.svg
svg/custom/js-update-polygon-removal.svg
svg/custom/js-update-stop.svg
svg/custom/js-update-style.svg
svg/custom/js-update-transform-addition.svg
svg/custom/js-update-transform-changes.svg
svg/custom/junk-data.svg
svg/custom/large-bounding-box-percents.svg
svg/custom/linking-a-03-b-all.svg
svg/custom/linking-a-03-b-preserveAspectRatio.svg
svg/custom/linking-a-03-b-transform.svg
svg/custom/linking-a-03-b-viewBox-transform.svg
svg/custom/linking-a-03-b-viewBox.svg
svg/custom/linking-a-03-b-viewTarget.svg
svg/custom/linking-a-03-b-zoomAndPan.svg
svg/custom/marker-changes.svg
svg/custom/marker-child-changes.svg
svg/custom/marker-default-width-height.svg
svg/custom/marker-overflow-clip.svg
svg/custom/marker-viewBox-changes.svg
svg/custom/mask-changes.svg
svg/custom/mask-child-changes.svg
svg/custom/mask-excessive-malloc.svg
svg/custom/mask-inside-defs.svg
svg/custom/mask-with-all-units.svg
svg/custom/missing-xlink.svg
svg/custom/non-circular-marker-reference.svg
svg/custom/non-opaque-filters.svg
svg/custom/non-scaling-stroke.svg
svg/custom/path-bad-data.svg
svg/custom/path-textPath-simulation.svg
svg/custom/path-update.svg
svg/custom/pattern-cycle-detection.svg
svg/custom/pattern-deep-referencing.svg
svg/custom/pattern-in-defs.svg
svg/custom/pattern-rotate.svg
svg/custom/pattern-with-transformation.svg
svg/custom/pattern-y-offset.svg
svg/custom/percentage-of-html-parent.xhtml
svg/custom/percentage-rect2.svg
svg/custom/percentage-rect.svg
svg/custom/pointer-events-image.svg
svg/custom/pointer-events-path.svg
svg/custom/pointer-events-text.svg
svg/custom/poly-identify.svg
svg/custom/polyline-hittest.svg
svg/custom/polyline-invalid-points.svg
svg/custom/polyline-setattribute-points-null.svg
svg/custom/preserve-aspect-ratio-syntax.svg
svg/custom/prevent-default.svg
svg/custom/recursive-clippath.svg
svg/custom/repaint-on-image-bounds-change.svg
svg/custom/resource-client-removal.svg
svg/custom/rgbcolor-syntax.svg
svg/custom/root-container-opacity-clip-viewBox.svg
svg/custom/rootelement.svg
svg/custom/rootmost-svg-xy-attrs.xhtml
svg/custom/rounded-rects.svg
svg/custom/scroll-hit-test.xhtml
svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html
svg/custom/second-inline-text.xhtml
svg/custom/shape-rendering.svg
svg/custom/shapes-supporting-markers.svg
svg/custom/sheet-title.svg
svg/custom/simpleCDF.xml
svg/custom/stroke-fallback.svg
svg/custom/stroked-pattern.svg
svg/custom/struct-use-09-b.svg
svg/custom/style-attribute-font-size.svg
svg/custom/svg-absolute-children.svg
svg/custom/svg-float-border-padding.xml
svg/custom/svg-fonts-in-html.html
svg/custom/svg-overflow-types.svg
svg/custom/svgpolyparser-extra-space.svg
svg/custom/text-clip.svg
svg/custom/text-ctm.svg
svg/custom/text-decoration-visibility.svg
svg/custom/text-dom-01-f.svg
svg/custom/text-filter.svg
svg/custom/text-gradient-no-content.svg
svg/custom/text-hit-test.svg
svg/custom/text-image-opacity.svg
svg/custom/text-letter-spacing.svg
svg/custom/text-linking.svg
svg/custom/text-repaint-including-stroke.svg
svg/custom/text-whitespace-handling.svg
svg/custom/text-x-dx-lists.svg
svg/custom/text-x-override-in-tspan-child.svg
svg/custom/text-xy-updates.svg
svg/custom/transform-ignore-after-invalid.svg
svg/custom/transform-invalid.svg
svg/custom/transform-removeAttributeNS.svg
svg/custom/transform-scale-parse.svg
svg/custom/transform-with-ending-space.svg
svg/custom/tref-update.svg
svg/custom/use-clipped-hit.svg
svg/custom/use-css-events.svg
svg/custom/use-css-no-effect-on-shadow-tree.svg
svg/custom/use-detach.svg
svg/custom/use-dynamic-append.svg
svg/custom/use-empty-reference.svg
svg/custom/use-event-handler-on-referenced-element.svg
svg/custom/use-event-handler-on-use-element.svg
svg/custom/use-events-crash.svg
svg/custom/use-forward-refs.svg
svg/custom/use-instanceRoot-modifications.svg
svg/custom/use-modify-container-in-target.svg
svg/custom/use-modify-target-container.svg
svg/custom/use-modify-target-symbol.svg
svg/custom/use-nested-transform.svg
svg/custom/use-on-disallowed-foreign-object-1.svg
svg/custom/use-on-disallowed-foreign-object-2.svg
svg/custom/use-on-disallowed-foreign-object-3.svg
svg/custom/use-on-disallowed-foreign-object-4.svg
svg/custom/use-on-disallowed-foreign-object-5.svg
svg/custom/use-on-disallowed-foreign-object-6.svg
svg/custom/use-on-g-containing-foreignObject-and-image.svg
svg/custom/use-on-g-containing-symbol.svg
svg/custom/use-on-g-containing-use.svg
svg/custom/use-on-g.svg
svg/custom/use-on-non-svg-namespaced-element.svg
svg/custom/use-on-rect.svg
svg/custom/use-on-symbol.svg
svg/custom/use-on-text.svg
svg/custom/use-on-use.svg
svg/custom/use-property-changes-through-dom.svg
svg/custom/use-property-changes-through-svg-dom.svg
svg/custom/use-recalcStyle-crash.svg
svg/custom/use-recursion-1.svg
svg/custom/use-recursion-2.svg
svg/custom/use-recursion-3.svg
svg/custom/use-recursion-4.svg
svg/custom/use-referencing-nonexisting-symbol.svg
svg/custom/use-symbol-overflow.svg
svg/custom/use-transform.svg
svg/custom/viewBox-hit.svg
svg/custom/viewbox-syntax.svg
svg/custom/viewport-clip.svg
svg/custom/viewport-em.svg
svg/custom/viewport-no-width-height.svg
svg/custom/viewport-update2.svg
svg/custom/viewport-update.svg
svg/custom/visibility-override-clip.svg
svg/custom/visibility-override-filter.svg
svg/custom/visibility-override-mask.svg
svg/custom/visibility-override.svg
svg/custom/width-full-percentage.svg
svg/custom/xhtml-no-svg-renderer.xhtml
svg/custom/xml-stylesheet.svg
svg/filters/big-sized-filter-2.svg
svg/filters/big-sized-filter.svg
svg/filters/filterRes.svg
svg/filters/subRegion-one-effect.svg
svg/filters/subRegion-two-effects.svg
svg/hixie/cascade/001-broken.xml
svg/hixie/cascade/002.xml
svg/hixie/data-types/001.xml
svg/hixie/data-types/002.xhtml
svg/hixie/dynamic/002.xml
svg/hixie/dynamic/003.xml
svg/hixie/dynamic/004.xml
svg/hixie/dynamic/005.xml
svg/hixie/dynamic/006.xml
svg/hixie/error/001.xml
svg/hixie/error/002.xml
svg/hixie/error/003.xml
svg/hixie/error/004.xml
svg/hixie/error/005.xml
svg/hixie/error/006.xml
svg/hixie/error/007.xml
svg/hixie/error/008.xml
svg/hixie/error/009.xml
svg/hixie/error/010.xml
svg/hixie/error/011.xml
svg/hixie/error/012.xml
svg/hixie/error/013.xml
svg/hixie/error/014-test.xml
svg/hixie/error/014.xml
svg/hixie/error/015.xml
svg/hixie/error/016.xml
svg/hixie/error/017.xml
svg/hixie/links/001.xml
svg/hixie/links/002.xml
svg/hixie/links/003-broken.xml
svg/hixie/mixed/003.xml
svg/hixie/mixed/004.xml
svg/hixie/mixed/005.xml
svg/hixie/mixed/006.xml
svg/hixie/mixed/007.xml
svg/hixie/mixed/008.xml
svg/hixie/mixed/009.xml
svg/hixie/mixed/010.xml
svg/hixie/mixed/011.xml
svg/hixie/painting/001.xml
svg/hixie/perf/001.xml
svg/hixie/perf/002.xml
svg/hixie/perf/003.xml
svg/hixie/perf/004.xml
svg/hixie/perf/005.xml
svg/hixie/perf/006.xml
svg/hixie/perf/007.xml
svg/hixie/processing-model/003.xml
svg/hixie/processing-model/004.xml
svg/hixie/processing-model/005.xml
svg/hixie/rendering-model/001.xml
svg/hixie/rendering-model/002.xml
svg/hixie/rendering-model/003.xhtml
svg/hixie/rendering-model/003a.xml
svg/hixie/rendering-model/004.xhtml
svg/hixie/shapes/path/001.xml
svg/hixie/text/002.xml
svg/hixie/text/003.html
svg/hixie/text/003a.xml
svg/hixie/text/003b.xml
svg/hixie/transform/001.xml
svg/hixie/use/001.xml
svg/hixie/use/002-test.xml
svg/hixie/use/002.xml
svg/hixie/viewbox/001.xml
svg/hixie/viewbox/002.xml
svg/hixie/viewbox/003.xml
svg/hixie/viewbox/004.xml
svg/hixie/viewbox/preserveAspectRatio/001.xml
svg/hixie/viewbox/preserveAspectRatio/002.xml
svg/text/foreignObject-repaint.xml
svg/text/lengthAdjust-text-metrics.html
svg/text/kerning.svg
svg/text/multichar-glyph.svg
svg/text/text-align-01-b.svg
svg/text/text-align-02-b.svg
svg/text/text-align-03-b.svg
svg/text/text-align-04-b.svg
svg/text/text-align-05-b.svg
svg/text/text-align-06-b.svg
svg/text/text-altglyph-01-b.svg
svg/text/text-deco-01-b.svg
svg/text/text-fonts-01-t.svg
svg/text/text-fonts-02-t.svg
svg/text/text-gradient-positioning.svg
svg/text/text-intro-05-t.svg
svg/text/text-path-01-b.svg
svg/text/text-repaint-rects.xhtml
svg/text/text-spacing-01-b.svg
svg/text/text-text-01-b.svg
svg/text/text-text-03-b.svg
svg/text/text-text-04-t.svg
svg/text/text-text-05-t.svg
svg/text/text-text-06-t.svg
svg/text/text-text-07-t.svg
svg/text/text-text-08-b.svg
svg/text/text-tref-01-b.svg
svg/text/text-tselect-01-b.svg
svg/text/text-tselect-02-f.svg
svg/text/text-tspan-01-b.svg
svg/text/text-ws-01-t.svg
svg/text/text-ws-02-t.svg
svg/text/textPathBoundsBug.svg
svg/transforms/animated-path-inside-transformed-html.xhtml
svg/transforms/text-with-pattern-inside-transformed-html.xhtml
svg/transforms/text-with-pattern-with-svg-transform.svg
svg/webarchive/svg-cursor-subresources.svg
svg/webarchive/svg-feimage-subresources.svg
svg/webarchive/svg-script-subresouces.svg
svg/custom/resource-invalidate-on-target-update.svg
svg/clip-path
# Tests in tables/ directory
# Tests generating new results
tables/mozilla/bugs/45621.html
tables/mozilla/bugs/adforce_imgis_com.html
tables/mozilla/bugs/bug625.html
tables/mozilla/bugs/bug641-1.html
tables/mozilla/bugs/bug641-2.html
tables/mozilla/bugs/bug647.html
tables/mozilla/bugs/bug650.html
tables/mozilla/bugs/bug709.html
tables/mozilla/bugs/bug727.html
tables/mozilla/bugs/bug963.html
tables/mozilla/bugs/bug965.html
tables/mozilla/bugs/bug1055-1.html
tables/mozilla/bugs/bug1067-1.html
tables/mozilla/bugs/bug1067-2.html
tables/mozilla/bugs/bug1163-1.html
tables/mozilla/bugs/bug1188.html
tables/mozilla/bugs/bug1220.html
tables/mozilla/bugs/bug1224.html
tables/mozilla/bugs/bug1261.html
tables/mozilla/bugs/bug1271.html
tables/mozilla/bugs/bug1296.html
tables/mozilla/bugs/bug1302.html
tables/mozilla/bugs/bug1318.html
tables/mozilla/bugs/bug1430.html
tables/mozilla/bugs/bug1474.html
tables/mozilla/bugs/bug1800.html
tables/mozilla/bugs/bug1802.html
tables/mozilla/bugs/bug1802s.html
tables/mozilla/bugs/bug1809.html
tables/mozilla/bugs/bug1818-1.html
tables/mozilla/bugs/bug1818-2.html
tables/mozilla/bugs/bug1818-3.html
tables/mozilla/bugs/bug1818-4.html
tables/mozilla/bugs/bug1818-5.html
tables/mozilla/bugs/bug1818-6.html
tables/mozilla/bugs/bug1828.html
tables/mozilla/bugs/bug2050.html
tables/mozilla/bugs/bug2065.html
tables/mozilla/bugs/bug2123.html
tables/mozilla/bugs/bug2267.html
tables/mozilla/bugs/bug2296.html
tables/mozilla/bugs/bug2469.html
tables/mozilla/bugs/bug2479-1.html
tables/mozilla/bugs/bug2479-2.html
tables/mozilla/bugs/bug2479-3.html
tables/mozilla/bugs/bug2479-4.html
tables/mozilla/bugs/bug2509.html
tables/mozilla/bugs/bug2516.html
tables/mozilla/bugs/bug2585.html
tables/mozilla/bugs/bug2684.html
tables/mozilla/bugs/bug2757.html
tables/mozilla/bugs/bug2763.html
tables/mozilla/bugs/bug2773.html
tables/mozilla/bugs/bug2886-2.html
tables/mozilla/bugs/bug2886.html
tables/mozilla/bugs/bug2947.html
tables/mozilla/bugs/bug2954.html
tables/mozilla/bugs/bug2962.html
tables/mozilla/bugs/bug2973.html
tables/mozilla/bugs/bug2981-1.html
tables/mozilla/bugs/bug2981-2.html
tables/mozilla/bugs/bug2997.html
tables/mozilla/bugs/bug3037-1.html
tables/mozilla/bugs/bug3037-2.html
tables/mozilla/bugs/bug3103.html
tables/mozilla/bugs/bug3191.html
tables/mozilla/bugs/bug3260.html
tables/mozilla/bugs/bug3263.html
tables/mozilla/bugs/bug3309-1.html
tables/mozilla/bugs/bug3309-2.html
tables/mozilla/bugs/bug3454.html
tables/mozilla/bugs/bug3681-1.html
tables/mozilla/bugs/bug3681-2.html
tables/mozilla/bugs/bug3718.html
tables/mozilla/bugs/bug3977.html
tables/mozilla/bugs/bug4093.html
tables/mozilla/bugs/bug4284.html
tables/mozilla/bugs/bug4382.html
tables/mozilla/bugs/bug4385.html
tables/mozilla/bugs/bug4427.html
tables/mozilla/bugs/bug4429.html
tables/mozilla/bugs/bug4501.html
tables/mozilla/bugs/bug4520.html
tables/mozilla/bugs/bug4523.html
tables/mozilla/bugs/bug4527.html
tables/mozilla/bugs/bug4576.html
tables/mozilla/bugs/bug4739.html
tables/mozilla/bugs/bug4803.html
tables/mozilla/bugs/bug4849-2.html
tables/mozilla/bugs/bug4849.html
tables/mozilla/bugs/bug5188.html
tables/mozilla/bugs/bug5538.html
tables/mozilla/bugs/bug5797.html
tables/mozilla/bugs/bug5798.html
tables/mozilla/bugs/bug5799.html
tables/mozilla/bugs/bug5835.html
tables/mozilla/bugs/bug5838.html
tables/mozilla/bugs/bug6184.html
tables/mozilla/bugs/bug6304.html
tables/mozilla/bugs/bug6404.html
tables/mozilla/bugs/bug6674.html
tables/mozilla/bugs/bug7112-1.html
tables/mozilla/bugs/bug7112-2.html
tables/mozilla/bugs/bug7121-1.html
tables/mozilla/bugs/bug7342.html
tables/mozilla/bugs/bug7471.html
tables/mozilla/bugs/bug7714.html
tables/mozilla/bugs/bug8032-1.html
tables/mozilla/bugs/bug8032-2.html
tables/mozilla/bugs/bug8361.html
tables/mozilla/bugs/bug8381.html
tables/mozilla/bugs/bug8411.xml
tables/mozilla/bugs/bug8858.html
tables/mozilla/bugs/bug8950.html
tables/mozilla/bugs/bug9024.html
tables/mozilla/bugs/bug9072.html
tables/mozilla/bugs/bug9123-1.html
tables/mozilla/bugs/bug9123-2.html
tables/mozilla/bugs/bug9271-1.html
tables/mozilla/bugs/bug9271-2.html
tables/mozilla/bugs/bug9879-1.html
tables/mozilla/bugs/bug10009.html
tables/mozilla/bugs/bug10036.html
tables/mozilla/bugs/bug10039.html
tables/mozilla/bugs/bug10269-1.html
tables/mozilla/bugs/bug10269-2.html
tables/mozilla/bugs/bug10296-1.html
tables/mozilla/bugs/bug10296-2.html
tables/mozilla/bugs/bug10565.html
tables/mozilla/bugs/bug10633.html
tables/mozilla/bugs/bug11026.html
tables/mozilla/bugs/bug11321.html
tables/mozilla/bugs/bug11384q.html
tables/mozilla/bugs/bug11384s.html
tables/mozilla/bugs/bug11944.html
tables/mozilla/bugs/bug12008.html
tables/mozilla/bugs/bug12268.html
tables/mozilla/bugs/bug12384.html
tables/mozilla/bugs/bug12709.html
tables/mozilla/bugs/bug12908-1.html
tables/mozilla/bugs/bug12908-2.html
tables/mozilla/bugs/bug12910-2.html
tables/mozilla/bugs/bug12910.html
tables/mozilla/bugs/bug13105.html
tables/mozilla/bugs/bug13118.html
tables/mozilla/bugs/bug13169.html
tables/mozilla/bugs/bug13196.html
tables/mozilla/bugs/bug13484.html
tables/mozilla/bugs/bug13526.html
tables/mozilla/bugs/bug14159-1.html
tables/mozilla/bugs/bug14159-3.html
tables/mozilla/bugs/bug14323.html
tables/mozilla/bugs/bug14929.html
tables/mozilla/bugs/bug15247.html
tables/mozilla/bugs/bug15544.html
tables/mozilla/bugs/bug15933.html
tables/mozilla/bugs/bug16012.html
tables/mozilla/bugs/bug16252.html
tables/mozilla/bugs/bug17130-1.html
tables/mozilla/bugs/bug17130-2.html
tables/mozilla/bugs/bug17138.html
tables/mozilla/bugs/bug17168.html
tables/mozilla/bugs/bug17548.html
tables/mozilla/bugs/bug17587.html
tables/mozilla/bugs/bug18359.html
tables/mozilla/bugs/bug18440.html
tables/mozilla/bugs/bug18558.html
tables/mozilla/bugs/bug18664.html
tables/mozilla/bugs/bug18955.html
tables/mozilla/bugs/bug19061-1.html
tables/mozilla/bugs/bug19061-2.html
tables/mozilla/bugs/bug19356.html
tables/mozilla/bugs/bug19599.html
tables/mozilla/bugs/bug20579.html
tables/mozilla/bugs/bug20804.html
tables/mozilla/bugs/bug21299.html
tables/mozilla/bugs/bug21918.html
tables/mozilla/bugs/bug22019.html
tables/mozilla/bugs/bug22246-2.html
tables/mozilla/bugs/bug22246-2a.html
tables/mozilla/bugs/bug22246-3.html
tables/mozilla/bugs/bug22246-3a.html
tables/mozilla/bugs/bug22513.html
tables/mozilla/bugs/bug23072.html
tables/mozilla/bugs/bug23151.html
tables/mozilla/bugs/bug23235.html
tables/mozilla/bugs/bug23299.html
tables/mozilla/bugs/bug23994.html
tables/mozilla/bugs/bug24200.html
tables/mozilla/bugs/bug24503.html
tables/mozilla/bugs/bug24627.html
tables/mozilla/bugs/bug24661.html
tables/mozilla/bugs/bug24880.html
tables/mozilla/bugs/bug25004.html
tables/mozilla/bugs/bug25074.html
tables/mozilla/bugs/bug25086.html
tables/mozilla/bugs/bug25367.html
tables/mozilla/bugs/bug25663.html
tables/mozilla/bugs/bug26178.html
tables/mozilla/bugs/bug26553.html
tables/mozilla/bugs/bug27038-1.html
tables/mozilla/bugs/bug27038-2.html
tables/mozilla/bugs/bug27038-3.html
tables/mozilla/bugs/bug27993-1.html
tables/mozilla/bugs/bug28341.html
tables/mozilla/bugs/bug28928.html
tables/mozilla/bugs/bug28933.html
tables/mozilla/bugs/bug29058-1.html
tables/mozilla/bugs/bug29058-3.html
tables/mozilla/bugs/bug29157.html
tables/mozilla/bugs/bug29314.html
tables/mozilla/bugs/bug29326.html
tables/mozilla/bugs/bug29429.html
tables/mozilla/bugs/bug30273.html
tables/mozilla/bugs/bug30332-1.html
tables/mozilla/bugs/bug30332-2.html
tables/mozilla/bugs/bug30418.html
tables/mozilla/bugs/bug30559.html
tables/mozilla/bugs/bug30692.html
tables/mozilla/bugs/bug30985.html
tables/mozilla/bugs/bug32205-2.html
tables/mozilla/bugs/bug32205-3.html
tables/mozilla/bugs/bug32205-5.html
tables/mozilla/bugs/bug32447.html
tables/mozilla/bugs/bug32841.html
tables/mozilla/bugs/bug33137.html
tables/mozilla/bugs/bug33855.html
tables/mozilla/bugs/bug34176.html
tables/mozilla/bugs/bug34538.html
tables/mozilla/bugs/bug35662.html
tables/mozilla/bugs/bug38916.html
tables/mozilla/bugs/bug39209.html
tables/mozilla/bugs/bug40828.html
tables/mozilla/bugs/bug41890.html
tables/mozilla/bugs/bug42187.html
tables/mozilla/bugs/bug42443.html
tables/mozilla/bugs/bug43039.html
tables/mozilla/bugs/bug43204.html
tables/mozilla/bugs/bug43854-1.html
tables/mozilla/bugs/bug43854-2.html
tables/mozilla/bugs/bug44505.html
tables/mozilla/bugs/bug44523.html
tables/mozilla/bugs/bug45055-2.html
tables/mozilla/bugs/bug45055.html
tables/mozilla/bugs/bug45350.html
tables/mozilla/bugs/bug45486.html
tables/mozilla/bugs/bug46268-1.html
tables/mozilla/bugs/bug46268-2.html
tables/mozilla/bugs/bug46268-3.html
tables/mozilla/bugs/bug46268-5.html
tables/mozilla/bugs/bug46268.html
tables/mozilla/bugs/bug46368-1.html
tables/mozilla/bugs/bug46368-2.html
tables/mozilla/bugs/bug46480-1.html
tables/mozilla/bugs/bug46480-2.html
tables/mozilla/bugs/bug46623-1.html
tables/mozilla/bugs/bug46623-2.html
tables/mozilla/bugs/bug46924.html
tables/mozilla/bugs/bug46944.html
tables/mozilla/bugs/bug47432.html
tables/mozilla/bugs/bug48028-1.html
tables/mozilla/bugs/bug48028-2.html
tables/mozilla/bugs/bug48827.html
tables/mozilla/bugs/bug50695-1.html
tables/mozilla/bugs/bug50695-2.html
tables/mozilla/bugs/bug51037.html
tables/mozilla/bugs/bug51140.html
tables/mozilla/bugs/bug51727.html
tables/mozilla/bugs/bug52505.html
tables/mozilla/bugs/bug52506.html
tables/mozilla/bugs/bug53690-1.html
tables/mozilla/bugs/bug53690-2.html
tables/mozilla/bugs/bug53891.html
tables/mozilla/bugs/bug54450.html
tables/mozilla/bugs/bug55527.html
tables/mozilla/bugs/bug55545.html
tables/mozilla/bugs/bug55694.html
tables/mozilla/bugs/bug55789.html
tables/mozilla/bugs/bug56201.html
tables/mozilla/bugs/bug56405.html
tables/mozilla/bugs/bug56563.html
tables/mozilla/bugs/bug57300.html
tables/mozilla/bugs/bug57378.html
tables/mozilla/bugs/bug57828-2.html
tables/mozilla/bugs/bug57828.html
tables/mozilla/bugs/bug58402-1.html
tables/mozilla/bugs/bug59354.html
tables/mozilla/bugs/bug60013.html
tables/mozilla/bugs/bug60749.html
tables/mozilla/bugs/bug60804.html
tables/mozilla/bugs/bug60807.html
tables/mozilla/bugs/bug60992.html
tables/mozilla/bugs/bug63785.html
tables/mozilla/bugs/bug67864.html
tables/mozilla/bugs/bug67915-1.html
tables/mozilla/bugs/bug68912.html
tables/mozilla/bugs/bug68998.html
tables/mozilla/bugs/bug69187.html
tables/mozilla/bugs/bug69382-1.html
tables/mozilla/bugs/bug69382-2.html
tables/mozilla/bugs/bug72359.xml
tables/mozilla/bugs/bug73321.html
tables/mozilla/bugs/bug75250.html
tables/mozilla/bugs/bug78162.html
tables/mozilla/bugs/bug80762-1.html
tables/mozilla/bugs/bug81934.html
tables/mozilla/bugs/bug82946-1.html
tables/mozilla/bugs/bug82946-2.html
tables/mozilla/bugs/bug83786.html
tables/mozilla/bugs/bug86220.html
tables/mozilla/bugs/bug86708.html
tables/mozilla/bugs/bug88035-1.html
tables/mozilla/bugs/bug88035-2.html
tables/mozilla/bugs/bug88524.html
tables/mozilla/bugs/bug92143.html
tables/mozilla/bugs/bug92647-2.html
tables/mozilla/bugs/bug92868.html
tables/mozilla/bugs/bug93363.html
tables/mozilla/bugs/bug96334.html
tables/mozilla/bugs/bug96343.html
tables/mozilla/bugs/bug97138.html
tables/mozilla/bugs/bug97383.html
tables/mozilla/bugs/bug98196.html
tables/mozilla/bugs/bug99923.html
tables/mozilla/bugs/bug99948.html
tables/mozilla/bugs/bug100334.html
tables/mozilla/bugs/bug101201.html
tables/mozilla/bugs/bug101674.html
tables/mozilla/bugs/bug102145-1.html
tables/mozilla/bugs/bug102145-2.html
tables/mozilla/bugs/bug102145-3.html
tables/mozilla/bugs/bug102145-4.html
tables/mozilla/bugs/bug103533.html
tables/mozilla/bugs/bug106158-1.html
tables/mozilla/bugs/bug106158-2.html
tables/mozilla/bugs/bug106795.html
tables/mozilla/bugs/bug106816.html
tables/mozilla/bugs/bug108340.html
tables/mozilla/bugs/bug109043.html
tables/mozilla/bugs/bug110566.html
tables/mozilla/bugs/bug113235-1.html
tables/mozilla/bugs/bug113235-2.html
tables/mozilla/bugs/bug113235-3.html
tables/mozilla/bugs/bug113424.html
tables/mozilla/bugs/bug119786.html
tables/mozilla/bugs/bug120107.html
tables/mozilla/bugs/bug120364.html
tables/mozilla/bugs/bug123862.html
tables/mozilla/bugs/bug126742.html
tables/mozilla/bugs/bug127267.html
tables/mozilla/bugs/bug128229.html
tables/mozilla/bugs/bug131020-2.html
tables/mozilla/bugs/bug131020.html
tables/mozilla/bugs/bug131020_iframe.html
tables/mozilla/bugs/bug133756-1.html
tables/mozilla/bugs/bug133756-2.html
tables/mozilla/bugs/bug133948.html
tables/mozilla/bugs/bug137388-1.html
tables/mozilla/bugs/bug137388-2.html
tables/mozilla/bugs/bug137388-3.html
tables/mozilla/bugs/bug138725.html
tables/mozilla/bugs/bug139524-1.html
tables/mozilla/bugs/bug139524-2.html
tables/mozilla/bugs/bug139524-3.html
tables/mozilla/bugs/bug139524-4.html
tables/mozilla/bugs/bug145572.html
tables/mozilla/bugs/bug149275-1.html
tables/mozilla/bugs/bug149275-2.html
tables/mozilla/bugs/bug154780.html
tables/mozilla/bugs/bug157890.html
tables/mozilla/bugs/bug159108.html
tables/mozilla/bugs/bug175455-4.html
tables/mozilla/bugs/bug194024.html
tables/mozilla/bugs/bug196870.html
tables/mozilla/bugs/bug215629.html
tables/mozilla/bugs/bug219693-1.html
tables/mozilla/bugs/bug219693-2.html
tables/mozilla/bugs/bug220536.html
tables/mozilla/bugs/bug221784-1.html
tables/mozilla/bugs/bug221784-2.html
tables/mozilla/bugs/bug222336.html
tables/mozilla/bugs/bug222467.html
tables/mozilla/bugs/bug222846.html
tables/mozilla/bugs/bug227123.xml
tables/mozilla/bugs/bug269566.html
tables/mozilla/bugs/bug275625.html
tables/mozilla/bugs/bug277062.html
tables/mozilla/bugs/bug278266.html
tables/mozilla/bugs/bug278385.html
tables/mozilla/collapsing_borders/bug41262-3.html
tables/mozilla/collapsing_borders/bug41262-4.html
tables/mozilla/collapsing_borders/bug127040.html
tables/mozilla/core/bloomberg.html
tables/mozilla/core/borders.html
tables/mozilla/core/box_sizing.html
tables/mozilla/core/captions.html
tables/mozilla/core/cell_heights.html
tables/mozilla/core/col_span.html
tables/mozilla/core/col_widths_auto_auto.html
tables/mozilla/core/col_widths_auto_autoFix.html
tables/mozilla/core/col_widths_auto_autoFixPer.html
tables/mozilla/core/col_widths_auto_autoPer.html
tables/mozilla/core/col_widths_auto_fix.html
tables/mozilla/core/col_widths_auto_fixPer.html
tables/mozilla/core/col_widths_auto_per.html
tables/mozilla/core/col_widths_fix_auto.html
tables/mozilla/core/col_widths_fix_autoFix.html
tables/mozilla/core/col_widths_fix_autoFixPer.html
tables/mozilla/core/col_widths_fix_autoPer.html
tables/mozilla/core/col_widths_fix_fix.html
tables/mozilla/core/col_widths_fix_fixPer.html
tables/mozilla/core/col_widths_fix_per.html
tables/mozilla/core/margins.html
tables/mozilla/core/misc.html
tables/mozilla/core/nested1.html
tables/mozilla/core/one_row.html
tables/mozilla/core/row_span.html
tables/mozilla/core/table_frame.html
tables/mozilla/core/table_heights.html
tables/mozilla/core/table_rules.html
tables/mozilla/core/table_widths.html
tables/mozilla/dom/appendCol2.html
tables/mozilla/dom/appendRowsExpand1.html
tables/mozilla/dom/appendTbodyExpand1.html
tables/mozilla/dom/deleteCellsRebuild1.html
tables/mozilla/dom/deleteCellsShrink1.html
tables/mozilla/dom/deleteCellsShrink2.html
tables/mozilla/dom/deleteCol1.html
tables/mozilla/dom/deleteCol2.html
tables/mozilla/dom/deleteCol3.html
tables/mozilla/dom/deleteColGroup1.html
tables/mozilla/dom/deleteColGroup2.html
tables/mozilla/dom/deleteRowsRebuild1.html
tables/mozilla/dom/deleteRowsShrink1.html
tables/mozilla/dom/deleteTbodyExpand1.html
tables/mozilla/dom/deleteTbodyRebuild1.html
tables/mozilla/dom/insertCellsExpand1.html
tables/mozilla/dom/insertCellsExpand2.html
tables/mozilla/dom/insertCellsRebuild1.html
tables/mozilla/dom/insertCellsRebuild2.html
tables/mozilla/dom/insertColGroups1.html
tables/mozilla/dom/insertColGroups2.html
tables/mozilla/dom/insertCols1.html
tables/mozilla/dom/insertCols2.html
tables/mozilla/dom/insertCols3.html
tables/mozilla/dom/insertCols4.html
tables/mozilla/dom/insertCols5.html
tables/mozilla/dom/insertRowsExpand1.html
tables/mozilla/dom/insertRowsRebuild1.html
tables/mozilla/dom/tableDom.html
tables/mozilla/marvin/backgr_index.html
tables/mozilla/marvin/backgr_layers-opacity.html
tables/mozilla/marvin/backgr_position-table.html
tables/mozilla/marvin/backgr_simple-table-cell.html
tables/mozilla/marvin/backgr_simple-table-column-group.html
tables/mozilla/marvin/backgr_simple-table-column.html
tables/mozilla/marvin/backgr_simple-table-row-group.html
tables/mozilla/marvin/backgr_simple-table-row.html
tables/mozilla/marvin/backgr_simple-table.html
tables/mozilla/marvin/body_col.html
tables/mozilla/marvin/body_tbody.html
tables/mozilla/marvin/body_tfoot.html
tables/mozilla/marvin/body_thead.html
tables/mozilla/marvin/col_span.html
tables/mozilla/marvin/colgroup_align_center.html
tables/mozilla/marvin/colgroup_align_justify.html
tables/mozilla/marvin/colgroup_align_left.html
tables/mozilla/marvin/colgroup_align_right.html
tables/mozilla/marvin/colgroup_span.html
tables/mozilla/marvin/colgroup_valign_baseline.html
tables/mozilla/marvin/colgroup_valign_bottom.html
tables/mozilla/marvin/colgroup_valign_middle.html
tables/mozilla/marvin/colgroup_valign_top.html
tables/mozilla/marvin/colgroup_width_pct.html
tables/mozilla/marvin/colgroup_width_px.html
tables/mozilla/marvin/table_frame_border.html
tables/mozilla/marvin/table_frame_box.html
tables/mozilla/marvin/table_overflow_hidden_td.html
tables/mozilla/marvin/table_overflow_td_dynamic_deactivate.html
tables/mozilla/marvin/table_row_align_center.html
tables/mozilla/marvin/table_row_align_left.html
tables/mozilla/marvin/table_row_align_right.html
tables/mozilla/marvin/table_rules_all.html
tables/mozilla/marvin/table_rules_groups.html
tables/mozilla/marvin/table_rules_none.html
tables/mozilla/marvin/tables_align_center.html
tables/mozilla/marvin/tables_align_left.html
tables/mozilla/marvin/tables_align_right.html
tables/mozilla/marvin/tables_bgcolor_aqua.html
tables/mozilla/marvin/tables_bgcolor_aqua_rgb.html
tables/mozilla/marvin/tables_bgcolor_black.html
tables/mozilla/marvin/tables_bgcolor_black_rgb.html
tables/mozilla/marvin/tables_bgcolor_blue.html
tables/mozilla/marvin/tables_bgcolor_blue_rgb.html
tables/mozilla/marvin/tables_bgcolor_fuchsia.html
tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb.html
tables/mozilla/marvin/tables_bgcolor_gray.html
tables/mozilla/marvin/tables_bgcolor_gray_rgb.html
tables/mozilla/marvin/tables_bgcolor_green.html
tables/mozilla/marvin/tables_bgcolor_green_rgb.html
tables/mozilla/marvin/tables_bgcolor_lime.html
tables/mozilla/marvin/tables_bgcolor_lime_rgb.html
tables/mozilla/marvin/tables_bgcolor_maroon.html
tables/mozilla/marvin/tables_bgcolor_maroon_rgb.html
tables/mozilla/marvin/tables_bgcolor_navy.html
tables/mozilla/marvin/tables_bgcolor_navy_rgb.html
tables/mozilla/marvin/tables_bgcolor_olive.html
tables/mozilla/marvin/tables_bgcolor_olive_rgb.html
tables/mozilla/marvin/tables_bgcolor_purple.html
tables/mozilla/marvin/tables_bgcolor_purple_rgb.html
tables/mozilla/marvin/tables_bgcolor_red.html
tables/mozilla/marvin/tables_bgcolor_red_rgb.html
tables/mozilla/marvin/tables_bgcolor_silver.html
tables/mozilla/marvin/tables_bgcolor_silver_rgb.html
tables/mozilla/marvin/tables_bgcolor_teal.html
tables/mozilla/marvin/tables_bgcolor_teal_rgb.html
tables/mozilla/marvin/tables_bgcolor_white.html
tables/mozilla/marvin/tables_bgcolor_white_rgb.html
tables/mozilla/marvin/tables_bgcolor_yellow.html
tables/mozilla/marvin/tables_bgcolor_yellow_rgb.html
tables/mozilla/marvin/tables_border_0.html
tables/mozilla/marvin/tables_border_1.html
tables/mozilla/marvin/tables_border_2.html
tables/mozilla/marvin/tables_border_3.html
tables/mozilla/marvin/tables_caption_align_bot.html
tables/mozilla/marvin/tables_caption_align_top.html
tables/mozilla/marvin/tables_cellpadding.html
tables/mozilla/marvin/tables_cellpadding_pct.html
tables/mozilla/marvin/tables_cellspacing.html
tables/mozilla/marvin/tables_class.html
tables/mozilla/marvin/tables_default.html
tables/mozilla/marvin/tables_id.html
tables/mozilla/marvin/tables_row_th_nowrap.html
tables/mozilla/marvin/tables_style.html
tables/mozilla/marvin/tables_td_align_center.html
tables/mozilla/marvin/tables_td_align_left.html
tables/mozilla/marvin/tables_td_align_right.html
tables/mozilla/marvin/tables_td_colspan.html
tables/mozilla/marvin/tables_td_height.html
tables/mozilla/marvin/tables_td_nowrap.html
tables/mozilla/marvin/tables_td_rowspan.html
tables/mozilla/marvin/tables_td_width.html
tables/mozilla/marvin/tables_th_align_center.html
tables/mozilla/marvin/tables_th_align_left.html
tables/mozilla/marvin/tables_th_align_right.html
tables/mozilla/marvin/tables_th_colspan.html
tables/mozilla/marvin/tables_th_height.html
tables/mozilla/marvin/tables_th_rowspan.html
tables/mozilla/marvin/tables_th_width.html
tables/mozilla/marvin/tables_width_percent.html
tables/mozilla/marvin/tables_width_px.html
tables/mozilla/marvin/tbody_align_center.html
tables/mozilla/marvin/tbody_align_char.html
tables/mozilla/marvin/tbody_align_justify.html
tables/mozilla/marvin/tbody_align_left.html
tables/mozilla/marvin/tbody_align_right.html
tables/mozilla/marvin/tbody_char.html
tables/mozilla/marvin/tbody_valign_baseline.html
tables/mozilla/marvin/tbody_valign_bottom.html
tables/mozilla/marvin/tbody_valign_middle.html
tables/mozilla/marvin/tbody_valign_top.html
tables/mozilla/marvin/td_valign_baseline.html
tables/mozilla/marvin/td_valign_bottom.html
tables/mozilla/marvin/td_valign_middle.html
tables/mozilla/marvin/td_valign_top.html
tables/mozilla/marvin/tfoot_align_center.html
tables/mozilla/marvin/tfoot_align_char.html
tables/mozilla/marvin/tfoot_align_justify.html
tables/mozilla/marvin/tfoot_align_left.html
tables/mozilla/marvin/tfoot_align_right.html
tables/mozilla/marvin/tfoot_char.html
tables/mozilla/marvin/tfoot_valign_baseline.html
tables/mozilla/marvin/tfoot_valign_bottom.html
tables/mozilla/marvin/tfoot_valign_middle.html
tables/mozilla/marvin/tfoot_valign_top.html
tables/mozilla/marvin/th_valign_baseline.html
tables/mozilla/marvin/th_valign_bottom.html
tables/mozilla/marvin/th_valign_middle.html
tables/mozilla/marvin/th_valign_top.html
tables/mozilla/marvin/thead_align_center.html
tables/mozilla/marvin/thead_align_char.html
tables/mozilla/marvin/thead_align_justify.html
tables/mozilla/marvin/thead_align_left.html
tables/mozilla/marvin/thead_align_right.html
tables/mozilla/marvin/thead_char.html
tables/mozilla/marvin/thead_valign_baseline.html
tables/mozilla/marvin/thead_valign_bottom.html
tables/mozilla/marvin/thead_valign_middle.html
tables/mozilla/marvin/thead_valign_top.html
tables/mozilla/marvin/tr_bgcolor_aqua_rgb.html
tables/mozilla/marvin/tr_bgcolor_black.html
tables/mozilla/marvin/tr_bgcolor_black_rgb.html
tables/mozilla/marvin/tr_bgcolor_blue.html
tables/mozilla/marvin/tr_bgcolor_blue_rgb.html
tables/mozilla/marvin/tr_bgcolor_fuchsia.html
tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb.html
tables/mozilla/marvin/tr_bgcolor_gray.html
tables/mozilla/marvin/tr_bgcolor_gray_rgb.html
tables/mozilla/marvin/tr_bgcolor_green.html
tables/mozilla/marvin/tr_bgcolor_green_rgb.html
tables/mozilla/marvin/tr_bgcolor_lime.html
tables/mozilla/marvin/tr_bgcolor_lime_rgb.html
tables/mozilla/marvin/tr_bgcolor_maroon.html
tables/mozilla/marvin/tr_bgcolor_maroon_rgb.html
tables/mozilla/marvin/tr_bgcolor_navy.html
tables/mozilla/marvin/tr_bgcolor_navy_rgb.html
tables/mozilla/marvin/tr_bgcolor_olive.html
tables/mozilla/marvin/tr_bgcolor_olive_rgb.html
tables/mozilla/marvin/tr_bgcolor_purple.html
tables/mozilla/marvin/tr_bgcolor_purple_rgb.html
tables/mozilla/marvin/tr_bgcolor_red.html
tables/mozilla/marvin/tr_bgcolor_red_rgb.html
tables/mozilla/marvin/tr_bgcolor_silver.html
tables/mozilla/marvin/tr_bgcolor_silver_rgb.html
tables/mozilla/marvin/tr_bgcolor_teal.html
tables/mozilla/marvin/tr_bgcolor_teal_rgb.html
tables/mozilla/marvin/tr_bgcolor_white.html
tables/mozilla/marvin/tr_bgcolor_white_rgb.html
tables/mozilla/marvin/tr_bgcolor_yellow.html
tables/mozilla/marvin/tr_bgcolor_yellow_rgb.html
tables/mozilla/marvin/tr_valign_baseline.html
tables/mozilla/marvin/tr_valign_bottom.html
tables/mozilla/marvin/tr_valign_middle.html
tables/mozilla/marvin/tr_valign_top.html
tables/mozilla/marvin/x_caption_align_bottom.xml
tables/mozilla/marvin/x_caption_align_top.xml
tables/mozilla/marvin/x_caption_class.xml
tables/mozilla/marvin/x_caption_id.xml
tables/mozilla/marvin/x_caption_style.xml
tables/mozilla/marvin/x_col_align_center.xml
tables/mozilla/marvin/x_col_align_char.xml
tables/mozilla/marvin/x_col_align_justify.xml
tables/mozilla/marvin/x_col_align_left.xml
tables/mozilla/marvin/x_col_align_right.xml
tables/mozilla/marvin/x_col_span.xml
tables/mozilla/marvin/x_col_valign_baseline.xml
tables/mozilla/marvin/x_col_valign_bottom.xml
tables/mozilla/marvin/x_col_valign_middle.xml
tables/mozilla/marvin/x_col_valign_top.xml
tables/mozilla/marvin/x_col_width_pct.xml
tables/mozilla/marvin/x_col_width_px.xml
tables/mozilla/marvin/x_col_width_rel.xml
tables/mozilla/marvin/x_colgroup_align_center.xml
tables/mozilla/marvin/x_colgroup_align_char.xml
tables/mozilla/marvin/x_colgroup_align_justify.xml
tables/mozilla/marvin/x_colgroup_align_left.xml
tables/mozilla/marvin/x_colgroup_align_right.xml
tables/mozilla/marvin/x_colgroup_span.xml
tables/mozilla/marvin/x_colgroup_valign_baseline.xml
tables/mozilla/marvin/x_colgroup_valign_bottom.xml
tables/mozilla/marvin/x_colgroup_valign_middle.xml
tables/mozilla/marvin/x_colgroup_valign_top.xml
tables/mozilla/marvin/x_colgroup_width_pct.xml
tables/mozilla/marvin/x_colgroup_width_rel.xml
tables/mozilla/marvin/x_table.xml
tables/mozilla/marvin/x_table_align_center.xml
tables/mozilla/marvin/x_table_align_left.xml
tables/mozilla/marvin/x_table_align_right.xml
tables/mozilla/marvin/x_table_bgcolor_name.xml
tables/mozilla/marvin/x_table_bgcolor_rgb.xml
tables/mozilla/marvin/x_table_border.xml
tables/mozilla/marvin/x_table_border_none.xml
tables/mozilla/marvin/x_table_border_px.xml
tables/mozilla/marvin/x_table_cellpadding.xml
tables/mozilla/marvin/x_table_cellpadding_pct.xml
tables/mozilla/marvin/x_table_cellspacing.xml
tables/mozilla/marvin/x_table_cellspacing_pct.xml
tables/mozilla/marvin/x_table_class.xml
tables/mozilla/marvin/x_table_frame_void.xml
tables/mozilla/marvin/x_table_id.xml
tables/mozilla/marvin/x_table_rules_groups.xml
tables/mozilla/marvin/x_table_rules_none.xml
tables/mozilla/marvin/x_table_style.xml
tables/mozilla/marvin/x_table_width_pct.xml
tables/mozilla/marvin/x_table_width_px.xml
tables/mozilla/marvin/x_tbody_align_center.xml
tables/mozilla/marvin/x_tbody_align_char.xml
tables/mozilla/marvin/x_tbody_align_justify.xml
tables/mozilla/marvin/x_tbody_align_left.xml
tables/mozilla/marvin/x_tbody_align_right.xml
tables/mozilla/marvin/x_tbody_class.xml
tables/mozilla/marvin/x_tbody_id.xml
tables/mozilla/marvin/x_tbody_style.xml
tables/mozilla/marvin/x_tbody_valign_baseline.xml
tables/mozilla/marvin/x_tbody_valign_bottom.xml
tables/mozilla/marvin/x_tbody_valign_middle.xml
tables/mozilla/marvin/x_tbody_valign_top.xml
tables/mozilla/marvin/x_td_align_center.xml
tables/mozilla/marvin/x_td_align_char.xml
tables/mozilla/marvin/x_td_align_justify.xml
tables/mozilla/marvin/x_td_align_left.xml
tables/mozilla/marvin/x_td_align_right.xml
tables/mozilla/marvin/x_td_bgcolor_name.xml
tables/mozilla/marvin/x_td_bgcolor_rgb.xml
tables/mozilla/marvin/x_td_class.xml
tables/mozilla/marvin/x_td_colspan.xml
tables/mozilla/marvin/x_td_height.xml
tables/mozilla/marvin/x_td_id.xml
tables/mozilla/marvin/x_td_nowrap.xml
tables/mozilla/marvin/x_td_rowspan.xml
tables/mozilla/marvin/x_td_style.xml
tables/mozilla/marvin/x_td_valign_baseline.xml
tables/mozilla/marvin/x_td_valign_bottom.xml
tables/mozilla/marvin/x_td_valign_middle.xml
tables/mozilla/marvin/x_td_valign_top.xml
tables/mozilla/marvin/x_td_width.xml
tables/mozilla/marvin/x_tfoot_align_center.xml
tables/mozilla/marvin/x_tfoot_align_char.xml
tables/mozilla/marvin/x_tfoot_align_justify.xml
tables/mozilla/marvin/x_tfoot_align_left.xml
tables/mozilla/marvin/x_tfoot_align_right.xml
tables/mozilla/marvin/x_tfoot_class.xml
tables/mozilla/marvin/x_tfoot_id.xml
tables/mozilla/marvin/x_tfoot_style.xml
tables/mozilla/marvin/x_tfoot_valign_baseline.xml
tables/mozilla/marvin/x_tfoot_valign_bottom.xml
tables/mozilla/marvin/x_tfoot_valign_middle.xml
tables/mozilla/marvin/x_tfoot_valign_top.xml
tables/mozilla/marvin/x_th_align_center.xml
tables/mozilla/marvin/x_th_align_char.xml
tables/mozilla/marvin/x_th_align_justify.xml
tables/mozilla/marvin/x_th_align_left.xml
tables/mozilla/marvin/x_th_align_right.xml
tables/mozilla/marvin/x_th_bgcolor_name.xml
tables/mozilla/marvin/x_th_bgcolor_rgb.xml
tables/mozilla/marvin/x_th_class.xml
tables/mozilla/marvin/x_th_colspan.xml
tables/mozilla/marvin/x_th_height.xml
tables/mozilla/marvin/x_th_id.xml
tables/mozilla/marvin/x_th_nowrap.xml
tables/mozilla/marvin/x_th_rowspan.xml
tables/mozilla/marvin/x_th_style.xml
tables/mozilla/marvin/x_th_valign_baseline.xml
tables/mozilla/marvin/x_th_valign_bottom.xml
tables/mozilla/marvin/x_th_valign_middle.xml
tables/mozilla/marvin/x_th_valign_top.xml
tables/mozilla/marvin/x_th_width.xml
tables/mozilla/marvin/x_thead_align_center.xml
tables/mozilla/marvin/x_thead_align_char.xml
tables/mozilla/marvin/x_thead_align_justify.xml
tables/mozilla/marvin/x_thead_align_left.xml
tables/mozilla/marvin/x_thead_align_right.xml
tables/mozilla/marvin/x_thead_class.xml
tables/mozilla/marvin/x_thead_id.xml
tables/mozilla/marvin/x_thead_style.xml
tables/mozilla/marvin/x_thead_valign_baseline.xml
tables/mozilla/marvin/x_thead_valign_bottom.xml
tables/mozilla/marvin/x_thead_valign_middle.xml
tables/mozilla/marvin/x_thead_valign_top.xml
tables/mozilla/marvin/x_tr_align_center.xml
tables/mozilla/marvin/x_tr_align_char.xml
tables/mozilla/marvin/x_tr_align_justify.xml
tables/mozilla/marvin/x_tr_align_left.xml
tables/mozilla/marvin/x_tr_align_right.xml
tables/mozilla/marvin/x_tr_bgcolor_name.xml
tables/mozilla/marvin/x_tr_bgcolor_rgb.xml
tables/mozilla/marvin/x_tr_class.xml
tables/mozilla/marvin/x_tr_id.xml
tables/mozilla/marvin/x_tr_style.xml
tables/mozilla/marvin/x_tr_valign_baseline.xml
tables/mozilla/marvin/x_tr_valign_bottom.xml
tables/mozilla/marvin/x_tr_valign_middle.xml
tables/mozilla/marvin/x_tr_valign_top.xml
tables/mozilla/other/body_col.html
tables/mozilla/other/cell_widths.html
tables/mozilla/other/cellspacing.html
tables/mozilla/other/move_row.html
tables/mozilla/other/ms.html
tables/mozilla/other/nested2.html
tables/mozilla/other/nestedTables.html
tables/mozilla/other/padding.html
tables/mozilla/other/slashlogo.html
tables/mozilla/other/test3.html
tables/mozilla/other/test6.html
tables/mozilla/other/wa_table_thtd_rowspan.html
tables/mozilla/other/wa_table_tr_align.html
tables/mozilla_expected_failures/bugs/97619.html
tables/mozilla_expected_failures/bugs/bug1010.html
tables/mozilla_expected_failures/bugs/bug1055-2.html
tables/mozilla_expected_failures/bugs/bug1128.html
tables/mozilla_expected_failures/bugs/bug1164.html
tables/mozilla_expected_failures/bugs/bug1262.html
tables/mozilla_expected_failures/bugs/bug1647.html
tables/mozilla_expected_failures/bugs/bug1725.html
tables/mozilla_expected_failures/bugs/bug2479-5.html
tables/mozilla_expected_failures/bugs/bug3105.html
tables/mozilla_expected_failures/bugs/bug3166-1.html
tables/mozilla_expected_failures/bugs/bug3166-2.html
tables/mozilla_expected_failures/bugs/bug3166-3.html
tables/mozilla_expected_failures/bugs/bug3166-4.html
tables/mozilla_expected_failures/bugs/bug3166-5.html
tables/mozilla_expected_failures/bugs/bug3166-6.html
tables/mozilla_expected_failures/bugs/bug3166-7.html
tables/mozilla_expected_failures/bugs/bug3166-8.html
tables/mozilla_expected_failures/bugs/bug3166-9.html
tables/mozilla_expected_failures/bugs/bug3166-10.html
tables/mozilla_expected_failures/bugs/bug3166-11.html
tables/mozilla_expected_failures/bugs/bug3166-12.html
tables/mozilla_expected_failures/bugs/bug3166-13.html
tables/mozilla_expected_failures/bugs/bug3166-14.html
tables/mozilla_expected_failures/bugs/bug3166-15.html
tables/mozilla_expected_failures/bugs/bug3166-16.html
tables/mozilla_expected_failures/bugs/bug3166-17.html
tables/mozilla_expected_failures/bugs/bug3166-18.html
tables/mozilla_expected_failures/bugs/bug3517.html
tables/mozilla_expected_failures/bugs/bug4294.html
tables/mozilla_expected_failures/bugs/bug6933.html
tables/mozilla_expected_failures/bugs/bug7113.html
tables/mozilla_expected_failures/bugs/bug7121-2.html
tables/mozilla_expected_failures/bugs/bug7243.html
tables/mozilla_expected_failures/bugs/bug8499.html
tables/mozilla_expected_failures/bugs/bug9879-1.html
tables/mozilla_expected_failures/bugs/bug10140.html
tables/mozilla_expected_failures/bugs/bug10216.html
tables/mozilla_expected_failures/bugs/bug11331.html
tables/mozilla_expected_failures/bugs/bug11945.html
tables/mozilla_expected_failures/bugs/bug14007-1.html
tables/mozilla_expected_failures/bugs/bug14007-2.html
tables/mozilla_expected_failures/bugs/bug14159-2.html
tables/mozilla_expected_failures/bugs/bug14489.html
tables/mozilla_expected_failures/bugs/bug17826.html
tables/mozilla_expected_failures/bugs/bug18770.html
tables/mozilla_expected_failures/bugs/bug19526.html
tables/mozilla_expected_failures/bugs/bug21518.html
tables/mozilla_expected_failures/bugs/bug22122.html
tables/mozilla_expected_failures/bugs/bug23847.html
tables/mozilla_expected_failures/bugs/bug24880-1.html
tables/mozilla_expected_failures/bugs/bug25707.html
tables/mozilla_expected_failures/bugs/bug27993-2.html
tables/mozilla_expected_failures/bugs/bug29058-2.html
tables/mozilla_expected_failures/bugs/bug32205-1.html
tables/mozilla_expected_failures/bugs/bug32205-4.html
tables/mozilla_expected_failures/bugs/bug33784.html
tables/mozilla_expected_failures/bugs/bug42043.html
tables/mozilla_expected_failures/bugs/bug45621.html
tables/mozilla_expected_failures/bugs/bug46268-4.html
tables/mozilla_expected_failures/bugs/bug47163.html
tables/mozilla_expected_failures/bugs/bug51000.html
tables/mozilla_expected_failures/bugs/bug56024.html
tables/mozilla_expected_failures/bugs/bug58402-2.html
tables/mozilla_expected_failures/bugs/bug59252.html
tables/mozilla_expected_failures/bugs/bug61042-1.html
tables/mozilla_expected_failures/bugs/bug61042-2.html
tables/mozilla_expected_failures/bugs/bug65372.html
tables/mozilla_expected_failures/bugs/bug67915-2.html
tables/mozilla_expected_failures/bugs/bug72393.html
tables/mozilla_expected_failures/bugs/bug73629.html
tables/mozilla_expected_failures/bugs/bug80762-2.html
tables/mozilla_expected_failures/bugs/bug85016.html
tables/mozilla_expected_failures/bugs/bug89315.html
tables/mozilla_expected_failures/bugs/bug91057.html
tables/mozilla_expected_failures/bugs/bug92647-1.html
tables/mozilla_expected_failures/bugs/bug92868_1.html
tables/mozilla_expected_failures/bugs/bug101759.html
tables/mozilla_expected_failures/bugs/bug104898.html
tables/mozilla_expected_failures/bugs/bug106336.html
tables/mozilla_expected_failures/bugs/bug106966.html
tables/mozilla_expected_failures/bugs/bug128876.html
tables/mozilla_expected_failures/bugs/bug131020-3.html
tables/mozilla_expected_failures/bugs/bug178855.xml
tables/mozilla_expected_failures/bugs/bug220653.html
tables/mozilla_expected_failures/collapsing_borders/bug41262-1.html
tables/mozilla_expected_failures/collapsing_borders/bug41262-5.html
tables/mozilla_expected_failures/collapsing_borders/bug41262-6.html
tables/mozilla_expected_failures/core/backgrounds.html
tables/mozilla_expected_failures/core/captions1.html
tables/mozilla_expected_failures/core/captions2.html
tables/mozilla_expected_failures/core/captions3.html
tables/mozilla_expected_failures/core/col_span2.html
tables/mozilla_expected_failures/core/cols1.html
tables/mozilla_expected_failures/core/columns.html
tables/mozilla_expected_failures/core/conflicts.html
tables/mozilla_expected_failures/core/standards1.html
tables/mozilla_expected_failures/dom/appendCells1.html
tables/mozilla_expected_failures/dom/appendCellsRebuild1.html
tables/mozilla_expected_failures/dom/appendCol1.html
tables/mozilla_expected_failures/dom/appendColGroup1.html
tables/mozilla_expected_failures/dom/insertTbodyExpand1.html
tables/mozilla_expected_failures/dom/insertTbodyRebuild1.html
tables/mozilla_expected_failures/marvin/backgr_border-table-cell.html
tables/mozilla_expected_failures/marvin/backgr_border-table-column-group.html
tables/mozilla_expected_failures/marvin/backgr_border-table-column.html
tables/mozilla_expected_failures/marvin/backgr_border-table-quirks.html
tables/mozilla_expected_failures/marvin/backgr_border-table-row-group.html
tables/mozilla_expected_failures/marvin/backgr_border-table-row.html
tables/mozilla_expected_failures/marvin/backgr_border-table.html
tables/mozilla_expected_failures/marvin/backgr_fixed-bg.html
tables/mozilla_expected_failures/marvin/backgr_layers-hide.html
tables/mozilla_expected_failures/marvin/backgr_layers-show.html
tables/mozilla_expected_failures/marvin/backgr_position-table-cell.html
tables/mozilla_expected_failures/marvin/backgr_position-table-column-group.html
tables/mozilla_expected_failures/marvin/backgr_position-table-column.html
tables/mozilla_expected_failures/marvin/backgr_position-table-row-group.html
tables/mozilla_expected_failures/marvin/backgr_position-table-row.html
tables/mozilla_expected_failures/marvin/table_frame_above.html
tables/mozilla_expected_failures/marvin/table_frame_below.html
tables/mozilla_expected_failures/marvin/table_frame_hsides.html
tables/mozilla_expected_failures/marvin/table_frame_lhs.html
tables/mozilla_expected_failures/marvin/table_frame_rhs.html
tables/mozilla_expected_failures/marvin/table_frame_void.html
tables/mozilla_expected_failures/marvin/table_frame_vsides.html
tables/mozilla_expected_failures/marvin/table_overflow_caption.html
tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom.html
tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden.html
tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table.html
tables/mozilla_expected_failures/marvin/table_overflow_caption_left.html
tables/mozilla_expected_failures/marvin/table_overflow_caption_right.html
tables/mozilla_expected_failures/marvin/table_overflow_caption_top.html
tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow.html
tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row.html
tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table.html
tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html
tables/mozilla_expected_failures/marvin/table_overflow_hidden_table.html
tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody.html
tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr.html
tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell.html
tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling.html
tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row.html
tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling.html
tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table.html
tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption.html
tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody.html
tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling.html
tables/mozilla_expected_failures/marvin/table_overflow_td_align_right.html
tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate.html
tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom.html
tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle.html
tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top.html
tables/mozilla_expected_failures/marvin/table_rules_cols.html
tables/mozilla_expected_failures/marvin/table_rules_rows.html
tables/mozilla_expected_failures/marvin/tables_caption_align_left.html
tables/mozilla_expected_failures/marvin/tables_caption_align_right.html
tables/mozilla_expected_failures/marvin/tables_cellspacing_pct.html
tables/mozilla_expected_failures/marvin/x_caption_align_left.xml
tables/mozilla_expected_failures/marvin/x_caption_align_right.xml
tables/mozilla_expected_failures/marvin/x_colgroup_width_px.xml
tables/mozilla_expected_failures/marvin/x_table_frame_above.xml
tables/mozilla_expected_failures/marvin/x_table_frame_below.xml
tables/mozilla_expected_failures/marvin/x_table_frame_border.xml
tables/mozilla_expected_failures/marvin/x_table_frame_box.xml
tables/mozilla_expected_failures/marvin/x_table_frame_hsides.xml
tables/mozilla_expected_failures/marvin/x_table_frame_lhs.xml
tables/mozilla_expected_failures/marvin/x_table_frame_rhs.xml
tables/mozilla_expected_failures/marvin/x_table_frame_vsides.xml
tables/mozilla_expected_failures/marvin/x_table_rules_all.xml
tables/mozilla_expected_failures/marvin/x_table_rules_cols.xml
tables/mozilla_expected_failures/marvin/x_table_rules_rows.xml
tables/mozilla_expected_failures/other/empty_cells.html
tables/mozilla_expected_failures/other/test4.html
# Tests generating new results
webarchive/adopt-attribute-styled-body-webarchive.html
webarchive/adopt-attribute-styled-node-webarchive.html
webarchive/adopt-inline-styled-node-webarchive.html
webarchive/archive-empty-frame-dom.html
webarchive/archive-empty-frame-source.html
webarchive/archive-with-unencoded-url.html
webarchive/doctype.html
webarchive/loading/cache-expired-subresource.html
webarchive/test-body-background.html
webarchive/test-css-import.html
webarchive/test-css-url-resources-in-stylesheets.html
webarchive/test-css-url-resources-inline-styles.html
webarchive/test-duplicate-resources.html
webarchive/test-frameset.html
webarchive/test-img-src.html
webarchive/test-input-src.html
webarchive/test-link-href.html
webarchive/test-link-rel-icon.html
webarchive/test-object-data.html
webarchive/test-script-src.html
webarchive/test-table-background.html
webarchive/test-td-background.html
webarchive/test-xml-stylesheet.xml
# Tests that failed because we don't have an eventSender implementation
editing/input/scroll-viewport-page-up-down.html
http/tests/plugins/plugin-document-has-focus.html
# Requires expected results that we don't have atm
editing/inserting/break-blockquote-after-delete.html
fast/backgrounds/size/backgroundSize20.html
fast/backgrounds/size/backgroundSize21.html
fast/backgrounds/size/backgroundSize22.html
fast/canvas/image-pattern-rotate.html
fast/css/attribute-selector-dynamic.xml
fast/css/font-smoothing.html
fast/css/nested-floating-relative-position-percentages.html
fast/css/nth-child-dynamic.html
fast/css/positioned-overflow-scroll.html
fast/css/pseudo-cache-stale.html
fast/css/rem-dynamic-scaling.html
fast/css/rem-units-on-root.html
fast/css/text-rendering.html
fast/dom/HTMLTableColElement/resize-table-using-col-width.html
fast/overflow/overflow-with-local-background-attachment.html
fast/overflow/position-fixed-transform-clipping.html
fast/repaint/background-generated.html
fast/repaint/background-misaligned.html
fast/repaint/float-in-new-block-with-layout-delta.html
fast/repaint/float-new-in-block.html
fast/repaint/line-in-scrolled-clipped-block.html
fast/repaint/positioned-document-element.html
fast/text/international/khmer-selection.html
fast/text/text-letter-spacing.html
svg/batik/filters/feTile.svg
svg/custom/createImageElement.svg
svg/custom/createImageElement2.xhtml
svg/custom/gradient-userSpaceOnUse-with-percentage.svg
svg/custom/js-update-image-and-display2.svg
svg/custom/js-update-image-and-display3.svg
svg/custom/js-update-image-and-display.svg
svg/custom/mask-with-default-value.svg
svg/custom/outer-svg-unknown-feature.svg
svg/filters/feComposite.svg
svg/filters/feMerge.svg
svg/filters/feMerge-wrong-input.svg
svg/filters/feOffset.svg
svg/filters/feTile.svg
svg/filters/filter-source-position.svg
svg/filters/filteredImage.svg
svg/filters/sourceAlpha.svg
svg/filters/subRegion-in-userSpace.svg
# ------------------
# Tests with bugs attached : Enable these tests again once these bugs are fixed.
# ------------------
# See Bug #27905 - http://bugs.webkit.org/show_bug.cgi?id=27905
# Missing resource load callback ability in DRT
http/tests/loading/redirect-methods.html
http/tests/misc/favicon-loads-with-images-disabled.html
# See Bug #28668 - https://bugs.webkit.org/show_bug.cgi?id=28668
http/tests/appcache/auth.html
# New test infrastructure required -- need isolated worlds
# See https://bugs.webkit.org/show_bug.cgi?id=31508
http/tests/security/isolatedWorld
# Missing DRT ability return a null request for willSendRequest redirect calls
http/tests/misc/will-send-request-returns-null-on-redirect.html
# Canvas security issues https://bugs.webkit.org/show_bug.cgi?id=30580
http/tests/security/canvas-remote-read-data-url-svg-image.html
# https://bugs.webkit.org/show_bug.cgi?id=30577
editing/selection/move-left-right.html
# Probably related to https://bugs.webkit.org/show_bug.cgi?id=27637
http/tests/security/mixedContent/insecure-plugin-in-iframe.html
http/tests/loading/basic-auth-resend-wrong-credentials.html
# https://bugs.webkit.org/show_bug.cgi?id=30680
media/audio-delete-while-step-button-clicked.html
# https://bugs.webkit.org/show_bug.cgi?id=30594
fast/dom/Window/window-properties.html
# https://bugs.webkit.org/show_bug.cgi?id=30620
fast/xsl/sort-locale.xml
# ASSERTION FAILED: currentThread() == m_openingThread in WebCore::SQLiteDatabase::sqlite3Handle()
# https://bugs.webkit.org/show_bug.cgi?id=30814
storage
fast/js/excessive-comma-usage.html
# https://bugs.webkit.org/show_bug.cgi?id=39346
fast/workers/storage
# https://bugs.webkit.org/show_bug.cgi?id=30816
fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll.html
# https://bugs.webkit.org/show_bug.cgi?id=30818
fast/css/opacity-float.html
# https://bugs.webkit.org/show_bug.cgi?id=30724
fast/loader/opaque-base-url.html
# https://bugs.webkit.org/show_bug.cgi?id=53986
svg/text/caret-in-svg-text.xhtml
# No User Scripts
userscripts/script-not-run-for-fragments.html
userscripts/script-run-at-end.html
userscripts/script-run-at-start.html
userscripts/user-script-all-frames.html
userscripts/user-script-audio-document.html
userscripts/user-script-image-document.html
userscripts/user-script-plugin-document.html
userscripts/user-script-top-frame-only.html
userscripts/user-script-video-document.html
userscripts/user-style-top-frame-only.html
userscripts/window-onerror-for-isolated-world-1.html
userscripts/window-onerror-for-isolated-world-2.html
# No authentication challenge handling
http/tests/loading/basic-credentials-sent-automatically.html
# This port doesn't support detecting slow unload handlers.
fast/dom/Window/slow-unload-handler.html
fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html
# This port doesn't have a global history delegate yet
http/tests/globalhistory
# Ruby tests
fast/ruby/ruby-beforeafter.html
fast/ruby/ruby-empty-rt.html
fast/ruby/ruby-inline-table.html
fast/ruby/ruby-length.html
fast/ruby/ruby-run-break.html
fast/ruby/ruby-runs-spans.html
fast/ruby/ruby-runs.html
fast/ruby/ruby-simple-rp.html
fast/ruby/ruby-simple.html
fast/ruby/ruby-trailing.html
fast/ruby/rubyDOM-insert-rt.html
fast/ruby/rubyDOM-insert-text1.html
fast/ruby/rubyDOM-insert-text2.html
fast/ruby/rubyDOM-insert-text3.html
fast/ruby/rubyDOM-remove-rt1.html
fast/ruby/rubyDOM-remove-rt2.html
fast/ruby/rubyDOM-remove-text1.html
fast/ruby/rubyDOM-remove-text2.html
# New color correction tests
fast/css/color-correction-backgrounds-and-text.html
fast/css/color-correction-on-backgrounds.html
fast/css/color-correction-on-text.html
fast/css/color-correction.html
fast/css/color-correction-on-box-shadow.html
fast/css/color-correction-on-text-shadow.html
# Flakey test
platform/gtk/accessibility/name-from-label.html
# Test crashing on release bot
# See https://bugs.webkit.org/show_bug.cgi?id=31433
plugins/document-open.html
# Tests failing once in a while
fast/events/overflow-events.html
http/tests/xmlhttprequest/interactive-state.html
# Need to add functionality to DumpRenderTree to handle error pages
fast/history/back-forward-reset-after-error-handling.html
# Tests requiring 3D_RENDERING and ACCELERATED_COMPOSITING support
transforms/3d
compositing
# Missing textInputController
editing/selection/mixed-editability-10.html
editing/selection/5825350-1.html
editing/selection/5825350-2.html
# Missing layoutTestController.removeOriginAccessWhitelistEntry()
http/tests/xmlhttprequest/origin-whitelisting-removal.html
# Fails because of new behaviour enforced by libsoup
# See: https://bugzilla.gnome.org/show_bug.cgi?id=603825
fast/cookies/local-file-can-set-cookies.html
# These tests require touch support
fast/events/touch
# https://bugs.webkit.org/show_bug.cgi?id=32604
# Fails on the release bot because of, apparently, rouding errors
svg/custom/path-getTotalLength.svg
# Times out, see https://bugs.webkit.org/show_bug.cgi?id=33026
http/tests/xmlhttprequest/simple-cross-origin-progress-events.html
# Fails on and off (more often fails) on the release bot
media/event-attributes.html
# GTK+ does not have layoutTestController.setWillSendRequestClearHeader.
http/tests/security/no-referrer.html
# GTK+ does not have layoutTestController.setWillSendRequestReturnsNull.
fast/loader/onload-willSendRequest-null-for-script.html
fast/loader/willSendRequest-null-for-preload.html
# GTK+ does not have layoutTestController.setDomainRelaxationForbiddenForURLScheme
http/tests/security/setDomainRelaxationForbiddenForURLScheme.html
# Only fails on Gtk bot - https://bugs.webkit.org/show_bug.cgi?id=33835
svg/custom/use-instanceRoot-event-bubbling.xhtml
# New failure after http://trac.webkit.org/changeset/53758
scrollbars/scrollbar-middleclick-nopaste.html
# Relies on WebKit API [WebView _loadBackForwardListFromOtherView:]
fast/loader/crash-copying-backforwardlist.html
# Implement LayoutTestController::callShouldCloseOnWebView()
fast/events/onbeforeunload-focused-iframe.html
# Crashes on debug bots, see https://bugs.webkit.org/show_bug.cgi?id=35085
plugins/iframe-shims.html
fast/loader/loadInProgress.html
# Needs platform specific API implemented in DRT, maybe not relevant for non-Mac and non-Windows ports
fast/loader/api-test-new-window-data-load-base-url.html
fast/loader/api-test-go-to-current-back-forward-item.html
# Failure may be related to DRT; console message also has full file
# path instead of just the file name
# See https://bugs.webkit.org/show_bug.cgi?id=35086
fast/xmlhttprequest/xmlhttprequest-no-file-access.html
fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html
# Fails on GTK release bots, see https://bugs.webkit.org/show_bug.cgi?id=51027
plugins/refcount-leaks.html
# Fails on GTK bots, see https://bugs.webkit.org/show_bug.cgi?id=35144
plugins/set-status.html
# Fails on 32bits Debug bot, see https://bugs.webkit.org/show_bug.cgi?id=35158
fast/forms/restore-selection-after-layout.html
# Needs to make sure the redirect-chain scenario in https://bugs.webkit.org/show_bug.cgi?id=31410 works
# See https://bugs.webkit.org/show_bug.cgi?id=35300
http/tests/loading/307-after-303-after-post.html
# DumpRenderTree code to enable Java is currently a no-op
java
# https://bugs.webkit.org/show_bug.cgi?id=35824 - Doesn't apply to platforms that don't enforce the CFNetwork-style 3rd party cookie policy
http/tests/cookies/third-party-cookie-relaxing.html
# For some reason crashes when run with all tests. Passes individually.
fast/forms/multiple-form-submission-protection-mouse.html
# https://bugs.webkit.org/show_bug.cgi?id=36003
# mouseScrollBy() and continuousMouseScrollBy() are not yet implemented in the GTK EventSender API.
fast/events/remove-child-onscroll.html
fast/events/platform-wheelevent-in-scrolling-div.html
fast/events/continuous-platform-wheelevent-in-scrolling-div.html
fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html
fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html
# Needs mock support, and build slave Geolocation service
# See https://bugs.webkit.org/show_bug.cgi?id=36053
fast/dom/Geolocation/callback-exception.html
fast/dom/Geolocation/delayed-permission-allowed-for-multiple-requests.html
fast/dom/Geolocation/delayed-permission-allowed.html
fast/dom/Geolocation/delayed-permission-denied-for-multiple-requests.html
fast/dom/Geolocation/delayed-permission-denied.html
fast/dom/Geolocation/error.html
fast/dom/Geolocation/maximum-age.html
fast/dom/Geolocation/multiple-requests.html
fast/dom/Geolocation/no-page-cache.html
fast/dom/Geolocation/permission-denied-already-clear-watch.html
fast/dom/Geolocation/position-string.html
fast/dom/Geolocation/reentrant-error.html
fast/dom/Geolocation/reentrant-permission-denied.html
fast/dom/Geolocation/reentrant-success.html
fast/dom/Geolocation/success.html
fast/dom/Geolocation/timeout-clear-watch.html
fast/dom/Geolocation/timeout.html
fast/dom/Geolocation/timestamp.html
fast/dom/Geolocation/watch.html
fast/dom/Geolocation/window-close-crash.html
# We're not quite ready to run these tests, because the slaves need
# Geoclue support. If we implement support for the mock geolocation service
# maybe we can avoid this.
# See https://bugs.webkit.org/show_bug.cgi?id=35674
fast/dom/Geolocation/permission-denied-already-error.html
fast/dom/Geolocation/permission-denied-already-success.html
fast/dom/Geolocation/permission-denied-stops-watches.html
fast/dom/Geolocation/permission-denied.html
# As explained in https://bugs.webkit.org/show_bug.cgi?id=34372 this
# test seems to suffer from a race condition that just turned to the
# failing side with the normalization of priorities; it used to fail
# consistently for me locally (kov@webkit.org), and now passes from
# time to time, but the situation is inversed in the bot, so I'm
# skipping it.
# See also https://bugs.webkit.org/show_bug.cgi?id=36165
media/video-played-collapse.html
# This test crashes sometimes.
# https://bugs.webkit.org/show_bug.cgi?id=36228
plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html
# Misses setMediaType() implementation
fast/media/print-restores-previous-mediatype.html
# fast/loader/stateobjects/replacestate-in-iframe.html caused infinite loop
# https://bugs.webkit.org/show_bug.cgi?id=36467
fast/loader/stateobjects/replacestate-in-iframe.html
# Fails on GTK+ since https://bugs.webkit.org/show_bug.cgi?id=25195 got in
# See https://bugs.webkit.org/show_bug.cgi?id=36627 for what's needed
# for a real fix.
editing/selection/extend-after-mouse-selection.html
editing/deleting/non-smart-delete.html
fast/repaint/no-caret-repaint-in-non-content-editable-element.html
fast/runin/generated2.html
fast/runin/generated3.html
fast/runin/generated4.html
# MediaPlayerPrivateGStreamer doesn't return to NETWORK_IDLE and hence doesn't fire a suspend event
# https://bugs.webkit.org/show_bug.cgi?id=37034
http/tests/media/video-play-suspend.html
# Need to add functionality to DumpRenderTree to handle scrollbar police changes
fast/overflow/scrollbar-restored-and-then-locked.html
# https://bugs.webkit.org/show_bug.cgi?id=37532
fast/js/kde/string-1-n.html
# https://bugs.webkit.org/show_bug.cgi?id=37534
fast/js/kde/string-2-n.html
# https://bugs.webkit.org/show_bug.cgi?id=50868
inspector/debugger-step-out.html
inspector/styles-source-lines-inline.html
#https://bugs.webkit.org/show_bug.cgi?id=37537
plugins/npruntime/round-trip-npobject.html
# https://bugs.webkit.org/show_bug.cgi?id=37539
svg/custom/use-on-clip-path-with-transformation.svg
# https://bugs.webkit.org/show_bug.cgi?id=37544
svg/custom/use-instanceRoot-as-event-target.xhtml
# https://bugs.webkit.org/show_bug.cgi?id=37550
fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html
# https://bugs.webkit.org/show_bug.cgi?id=37557
http/tests/misc/image-blocked-src-change.html
# https://bugs.webkit.org/show_bug.cgi?id=37560
svg/dom/SVGScriptElement/script-set-href.svg
# https://bugs.webkit.org/show_bug.cgi?id=37562
plugins/update-widgets-crash.html
# https://bugs.webkit.org/show_bug.cgi?id=37572
plugins/open-and-close-window-with-plugin.html
# https://bugs.webkit.org/show_bug.cgi?id=37574
plugins/window-open.html
# https://bugs.webkit.org/show_bug.cgi?id=37613
printing
editing/execCommand/print.html
# https://bugs.webkit.org/show_bug.cgi?id=37616
fast/workers/shared-worker-frame-lifecycle.html
# https://bugs.webkit.org/show_bug.cgi?id=37623
scrollbars/scrollbar-crash-on-refresh.html
# https://bugs.webkit.org/show_bug.cgi?id=37914
fast/frames/frame-crash-with-page-cache.html
# https://bugs.webkit.org/show_bug.cgi?id=38569
http/tests/workers/text-encoding.html
# Some results are one pixel off on the 64-bit bot or
# have other rounding errors.
# https://bugs.webkit.org/show_bug.cgi?id=39022
css1/box_properties/acid_test.html
fast/css/zoom-body-scroll.html
svg/custom/svg-fonts-with-no-element-reference.html
svg/filters/parent-children-with-same-filter.svg
svg/overflow/overflow-on-inner-svg-element.svg
svg/custom/recursive-filter.svg
fast/repaint/moving-shadow-on-container.html
fast/repaint/moving-shadow-on-path.html
svg/css/composite-shadow-example.html
svg/css/composite-shadow-with-opacity.html
svg/css/stars-with-shadow.html
svg/custom/gradient-with-1d-boundingbox.svg
svg/custom/relative-sized-inner-svg.xhtml
svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml
# This test shows a 1 pixel difference, but only the 32-bit debug bot.
fast/text/emphasis.html
# New test needs enhanced frameloader delegate logging in DRT
# Discussed in https://bugs.webkit.org/show_bug.cgi?id=38928
fast/loader/recursive-before-unload-crash.html
fast/loader/null-request-after-willSendRequest.html
# Need to dump context menu items on eventSender.contextClick(true).
# https://bugs.webkit.org/show_bug.cgi?id=39102
editing/spelling/context-menu-suggestions.html
editing/selection/context-menu-on-text.html
# IndexedDB is not yet enabled.
storage/indexeddb
# https://bugs.webkit.org/show_bug.cgi?id=40153
fast/dom/Geolocation/callback-to-remote-context.html
fast/dom/Geolocation/callback-to-remote-context2.html
fast/dom/Geolocation/callback-to-deleted-context.html
fast/dom/Geolocation/disconnected-frame.html
fast/dom/Geolocation/disconnected-frame-already.html
fast/dom/Geolocation/disconnected-frame-permission-denied.html
# Some input type=range tests fail because of the size
# of the slider thumb in GTK+ themes.
fast/forms/slider-mouse-events.html
fast/forms/slider-zoomed.html
# Link prefetch is disabled by default
fast/dom/HTMLLinkElement/link-and-subresource-test.html
fast/dom/HTMLLinkElement/prefetch.html
fast/dom/HTMLLinkElement/prefetch-onload.html
# Tests failing because the context menu is grabbing mouse events.
# https://bugs.webkit.org/show_bug.cgi?id=40601
fast/events/mouse-click-events.html
fast/events/mouseup-from-button2.html
fast/events/right-click-focus.html
editing/selection/5354455-1.html
editing/selection/5354455-2.html
media/controls-right-click-on-timebar.html
# Gtk doesn't implement dumpResourceResponseMIMETypes which is required for the
# preloader tests.
fast/preloader
http/tests/mime/uppercase-mime-type.html
# SVG tests that seem to produce incorrect output
svg/custom/marker-strokeWidth-changes.svg
svg/zoom/text/zoom-hixie-mixed-009.xml
svg/custom/mask-on-multiple-objects.svg
svg/filters/filter-clip.svg
fast/backgrounds/animated-svg-as-mask.html
fast/backgrounds/svg-as-mask.html
svg/W3C-SVG-1.1/filters-turb-02-f.svg
svg/custom/absolute-sized-content-with-resources.xhtml
svg/custom/marker-child-changes-css.svg
svg/custom/mask-colorspace.svg
svg/custom/recursive-mask.svg
svg/filters/feGaussianBlur.svg
svg/transforms/text-with-mask-with-svg-transform.svg
svg/zoom/page/zoom-mask-with-percentages.svg
svg/css/circle-in-mask-with-shadow.svg
svg/filters/shadow-on-filter.svg
svg/filters/shadow-on-rect-with-filter.svg
svg/css/clippath-with-shadow.svg
# The following canvas test cases from http://philip.html5.org/tests/canvas/suite/tests/
# fail for Mac and can likely be removed from this Skipped list when they are removed from
# the Mac Skipped list.
canvas/philip/tests/2d.drawImage.broken.html
#NOTE: 2d.composite.operation.clear is failing because we support the "clear" composite op
#without our vendor prefix since it was around in canvas before the spec was written.
canvas/philip/tests/2d.composite.operation.clear.html
canvas/philip/tests/2d.composite.operation.darker.html
canvas/philip/tests/2d.composite.operation.highlight.html
canvas/philip/tests/2d.composite.uncovered.fill.copy.html
canvas/philip/tests/2d.composite.uncovered.fill.destination-atop.html
canvas/philip/tests/2d.composite.uncovered.fill.destination-in.html
canvas/philip/tests/2d.composite.uncovered.fill.source-in.html
canvas/philip/tests/2d.composite.uncovered.fill.source-out.html
canvas/philip/tests/2d.composite.uncovered.image.copy.html
canvas/philip/tests/2d.composite.uncovered.image.destination-atop.html
canvas/philip/tests/2d.composite.uncovered.image.destination-in.html
canvas/philip/tests/2d.composite.uncovered.image.source-in.html
canvas/philip/tests/2d.composite.uncovered.image.source-out.html
canvas/philip/tests/2d.composite.uncovered.pattern.copy.html
canvas/philip/tests/2d.composite.uncovered.pattern.destination-atop.html
canvas/philip/tests/2d.composite.uncovered.pattern.destination-in.html
canvas/philip/tests/2d.composite.uncovered.pattern.source-in.html
canvas/philip/tests/2d.composite.uncovered.pattern.source-out.html
canvas/philip/tests/2d.drawImage.broken.html
canvas/philip/tests/2d.drawImage.null.html
canvas/philip/tests/2d.fillStyle.parse.system.html
canvas/philip/tests/2d.gradient.radial.cone.front.html
canvas/philip/tests/2d.gradient.radial.cone.top.html
canvas/philip/tests/2d.gradient.radial.inside2.html
canvas/philip/tests/2d.gradient.radial.inside3.html
canvas/philip/tests/2d.gradient.radial.outside1.html
canvas/philip/tests/2d.imageData.create1.type.html
canvas/philip/tests/2d.imageData.create2.type.html
canvas/philip/tests/2d.imageData.get.source.negative.html
canvas/philip/tests/2d.imageData.get.source.outside.html
canvas/philip/tests/2d.imageData.get.type.html
canvas/philip/tests/2d.line.cap.closed.html
canvas/philip/tests/2d.line.join.parallel.html
canvas/philip/tests/2d.line.miter.lineedge.html
canvas/philip/tests/2d.missingargs.html
canvas/philip/tests/2d.path.arcTo.ensuresubpath.2.html
canvas/philip/tests/2d.path.clip.empty.html
canvas/philip/tests/2d.pattern.image.broken.html
canvas/philip/tests/2d.shadow.enable.blur.html
canvas/philip/tests/2d.shadow.enable.x.html
canvas/philip/tests/2d.shadow.enable.y.html
canvas/philip/tests/2d.shadow.gradient.alpha.html
canvas/philip/tests/2d.shadow.gradient.basic.html
canvas/philip/tests/2d.shadow.gradient.transparent.2.html
canvas/philip/tests/2d.strokeRect.zero.4.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/2d.text.draw.fill.maxWidth.fontface.html
canvas/philip/tests/2d.text.draw.space.collapse.end.html
canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html
canvas/philip/tests/2d.text.draw.space.collapse.other.html
canvas/philip/tests/2d.text.draw.space.collapse.space.html
canvas/philip/tests/2d.text.draw.space.collapse.start.html
canvas/philip/tests/2d.text.font.parse.basic.html
canvas/philip/tests/2d.text.font.parse.complex.html
canvas/philip/tests/2d.text.font.parse.invalid.html
canvas/philip/tests/2d.text.font.parse.size.percentage.html
canvas/philip/tests/2d.text.font.parse.size.percentage.default.html
canvas/philip/tests/2d.text.font.parse.system.html
canvas/philip/tests/2d.text.measure.width.space.html
canvas/philip/tests/toDataURL.jpeg.alpha.html
canvas/philip/tests/type.prototype.html
# These tests are failing for us, but not for Mac. This likely
# indicates platform specific problems.
canvas/philip/tests/2d.shadow.transform.2.html
canvas/philip/tests/2d.drawImage.floatsource.html
canvas/philip/tests/2d.drawImage.self.2.html
canvas/philip/tests/2d.gradient.radial.cone.behind.html
canvas/philip/tests/2d.gradient.radial.cone.beside.html
canvas/philip/tests/2d.gradient.radial.cone.shape2.html
canvas/philip/tests/2d.gradient.radial.touch1.html
canvas/philip/tests/2d.gradient.radial.touch2.html
canvas/philip/tests/2d.gradient.radial.touch3.html
canvas/philip/tests/2d.path.arc.selfintersect.1.html
canvas/philip/tests/2d.path.arc.shape.3.html
canvas/philip/tests/2d.path.arc.zeroradius.html
canvas/philip/tests/2d.path.arcTo.collinear.2.html
canvas/philip/tests/2d.path.arcTo.collinear.3.html
canvas/philip/tests/2d.path.closePath.nextpoint.html
canvas/philip/tests/2d.path.rect.selfintersect.html
canvas/philip/tests/2d.path.rect.zero.6.html
canvas/philip/tests/2d.pattern.paint.repeatx.coord1.html
canvas/philip/tests/2d.pattern.paint.repeatx.outside.html
canvas/philip/tests/2d.pattern.paint.repeaty.coord1.html
canvas/philip/tests/2d.pattern.paint.repeaty.outside.html
canvas/philip/tests/toDataURL.jpeg.quality.basic.html
# Failing tests after sync with Philip Taylor's upstream tests
canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html
canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6.html
canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html
canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html
canvas/philip/tests/2d.imageData.put.wrongtype.html
canvas/philip/tests/2d.pattern.image.incomplete.empty.html
canvas/philip/tests/2d.pattern.image.incomplete.omitted.html
# Fake italics do not work: https://bugs.webkit.org/show_bug.cgi?id=40856
fast/text/fake-italic.html
# https://bugs.webkit.org/show_bug.cgi?id=44235
media/video-zoom-controls.html
# Need to implement inner-spin-button or outer-spin-button
fast/forms/input-appearance-spinbutton-disabled-readonly.html
fast/forms/input-number-events.html
fast/forms/input-spinbutton-capturing.html
# Tests that user modal dialogs fail in the DRT for some reason.
# https://bugs.webkit.org/show_bug.cgi?id=53600
fast/events/show-modal-dialog-onblur-onfocus.html
fast/events/scroll-event-during-modal-dialog.html
fast/harness/show-modal-dialog.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T10.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T11.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T2.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T2.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T4.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T4.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T6.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T6.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T8.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T8.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T10.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T11.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T1.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T1.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T3.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T5.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T5.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T7.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T7.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9.html
sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9.html
# pastes a space instead of a tab
# https://bugs.webkit.org/show_bug.cgi?id=38437
editing/pasteboard/5761530-1.html
# Speech input is not yet enabled.
fast/speech
# Missing DRT API.
http/tests/loading/preload-slow-loading.php
# Directory upload is not enabled.
fast/forms/input-file-directory-upload.html
# Need setPrinting. See https://bugs.webkit.org/show_bug.cgi?id=20011
printing/setPrinting.html
# Web Timing is not enabled.
# https://bugs.webkit.org/show_bug.cgi?id=42432
fast/dom/Window/window-properties-performance.html
fast/dom/navigation-type-back-forward.html
fast/dom/navigation-type-navigate.html
fast/dom/navigation-type-reload.html
fast/dom/webtiming.html
fast/dom/webtiming-navigate-within-document.html
fast/dom/webtiming-document-open.html
http/tests/misc/webtiming-origins.html
http/tests/misc/webtiming-one-redirect.php
http/tests/misc/webtiming-slow-load.php
http/tests/misc/webtiming-ssl.php
http/tests/misc/webtiming-two-redirects.php
# Accuracy problems in the results
# https://bugs.webkit.org/show_bug.cgi?id=42624
svg/dom/path-parser.html
# Advanced credential handling
http/tests/security/401-logout/401-logout.php
http/tests/xmlhttprequest/remember-bad-password.html
# Still failing, looks like bugs in the EventSender drag-and-drop
fast/css/user-drag-none.html
fast/events/5056619.html
# Tests that fail because they assume a certain number of mouse
# movements during drags or fail only in Xvfb
http/tests/local/drag-over-remote-content.html
http/tests/security/drag-over-remote-content-iframe.html
fast/events/drag-in-frames.html
http/tests/misc/bubble-drag-events.html
fast/events/content-changed-during-drop.html
editing/pasteboard/drop-link.html
# https://bugs.webkit.org/show_bug.cgi?id=52882
http/tests/security/drag-drop-same-unique-origin.html
# [Soup] ResourceHandleSoup does not ever call didSendData for file uploads
# https://bugs.webkit.org/show_bug.cgi?id=52090
http/tests/local/formdata/upload-events.html
fast/files/workers/worker-apply-blob-url-to-xhr.html
fast/files/apply-blob-url-to-xhr.html
# [Soup] ResourceHandleSoup does not handle encodedBlobData
# https://bugs.webkit.org/show_bug.cgi?id=52092
http/tests/local/blob/send-data-blob.html
http/tests/local/blob/send-hybrid-blob.html
http/tests/local/blob/send-sliced-data-blob.html
http/tests/local/formdata/send-form-data-with-sliced-file.html
# [GTK] Dragging images and links results in a DataTransfer object containing a non-empty files array
# https://bugs.webkit.org/show_bug.cgi?id=52094
editing/pasteboard/files-during-page-drags.html
# The feature was disabled due to a compatibility issue.
# https://bugs.webkit.org/show_bug.cgi?id=40520
fast/forms/interactive-validation-lost-focusable.html
fast/forms/interactive-validation-prevented.html
# Tests that seem to be Mac only, assume that smart drag-and-drop
# is enabled or assume platform-dependent sizing.
http/tests/security/dataTransfer-set-data-file-url.html
fast/events/ondragenter.html
editing/pasteboard/smart-drag-drop.html
editing/selection/drag-start-event-client-x-y.html
editing/selection/doubleclick-beside-cr-span.html
# Flaky due to JSC debugger issue.
# https://bugs.webkit.org/show_bug.cgi?id=43034
inspector/debugger-breakpoints-not-activated-on-reload.html
# Fails because multiple clicks in a row in the same place
# register as a triple-click even though the mouse have moved
# outside of the double-click distance.
editing/selection/5195166-1.html
# https://bugs.webkit.org/show_bug.cgi?id=51325
editing/selection/extend-by-character-003.html
# https://bugs.webkit.org/show_bug.cgi?id=51699
editing/selection/extend-by-character-004.html
editing/selection/extend-by-character-005.html
# flaky test (see https://bugs.webkit.org/show_bug.cgi?id=53074)
editing/selection/extend-selection-bidi.html
# Remaining Sputnik failures
# https://bugs.webkit.org/show_bug.cgi?id=43568
sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3.html
sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html
sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html
sputnik/Unicode/Unicode_510/S7.6_A3.1.html
# The following Sputnik tests fail on debug builds.
sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T1.html
sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T2.html
sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T1.html
sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T2.html
sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.3.html
sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.4.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A1.1_T2.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A1.2_T2.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A1.1_T1.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A1.2_T1.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A3.1_T1.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A3.1_T2.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A3.2_T1.html
sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A3.2_T2.html
sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A13_T1.html
sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A13_T2.html
sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A14_T1.html
sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A14_T2.html
sputnik/Unicode/Unicode_218/S7.6_A5.3_T2.html
sputnik/Unicode/Unicode_320/S7.6_A3.1.html
sputnik/Unicode/Unicode_320/S7.6_A3.2.html
sputnik/Unicode/Unicode_320/S7.6_A5.3_T2.html
sputnik/Unicode/Unicode_410/S7.6_A3.1.html
sputnik/Unicode/Unicode_410/S7.6_A3.2.html
sputnik/Unicode/Unicode_410/S7.6_A5.3_T2.html
sputnik/Unicode/Unicode_500/S7.6_A3.1.html
sputnik/Unicode/Unicode_500/S7.6_A3.2.html
sputnik/Unicode/Unicode_500/S7.6_A5.3_T2.html
sputnik/Unicode/Unicode_510/S7.6_A3.2.html
sputnik/Unicode/Unicode_510/S7.6_A5.3_T2.html
# The following Sputnik tests fail on the 32bit release bot
sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html
sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T1.html
sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T2.html
sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T3.html
sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T4.html
sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T5.html
sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T6.html
sputnik/Unicode/Unicode_510/S7.6_A3.2.html
sputnik/Unicode/Unicode_510/S7.6_A5.3_T1.html
sputnik/Unicode/Unicode_510/S7.6_A5.3_T2.html
# Still working out flakiness issues with the perf tests.
# https://bugs.webkit.org/show_bug.cgi?id=44199
perf/
# https://bugs.webkit.org/show_bug.cgi?id=43332
inspector/dom-breakpoints.html
# [GTK] r65681 broke a couple GTK+ a11y tests
# https://bugs.webkit.org/show_bug.cgi?id=44316
platform/gtk/accessibility/object-attributes.html
platform/gtk/accessibility/title-and-alt.html
# [GTK] GTK+ does not support hyphenation
# https://bugs.webkit.org/show_bug.cgi?id=44478
fast/text/hyphenate-first-word.html
fast/text/hyphenate-locale.html
# fails on 32-bits debug bot
# https://bugs.webkit.org/show_bug.cgi?id=50389
media/video-volume.html
# https://bugs.webkit.org/show_bug.cgi?id=44932
canvas/philip/tests/2d.path.isPointInPath.edge.html
# viewport meta tag support
# https://bugs.webkit.org/show_bug.cgi?id=47481
fast/viewport/viewport-45.html
# viewport meta tag tests that differ from the Opera results
fast/viewport/viewport-65.html
fast/viewport/viewport-82.html
fast/viewport/viewport-84.html
fast/viewport/viewport-87.html
fast/viewport/viewport-126.html
fast/viewport/viewport-127.html
# Pre-HMTL5 parser quirks only apply to the mac port for now.
fast/parser/pre-html5-parser-quirks.html
# FileSystem API is not supported.
fast/filesystem
http/tests/local/fileapi
# Needs more investigation like QT
fast/dom/nodesFromRect-links-and-text.html
fast/dom/nodesFromRect-inner-documents.html
# https://bugs.webkit.org/show_bug.cgi?id=46644
fast/text/large-text-composed-char-dos.html
# LayoutTestController::addUserScript not implemented for gtk
plugins/plugin-document-load-prevented-userscript.html
# https://bugs.webkit.org/show_bug.cgi?id=46942
http/tests/websocket/tests/bad-sub-protocol-control-chars.html
# https://bugs.webkit.org/show_bug.cgi?id=47244
editing/pasteboard/dataTransfer-setData-getData.html
# https://bugs.webkit.org/show_bug.cgi?id=47564
platform/gtk/accessibility/aria-table-hierarchy.html
# Requires WebP support.
fast/images/webp-image-decoding.html
# https://bugs.webkit.org/show_bug.cgi?id=47832
http/tests/inspector/console-xhr-logging.html
# https://bugs.webkit.org/show_bug.cgi?id=50872
http/tests/misc/dns-prefetch-control.html
# The following tests requires the DRT's dumpUserGestureInFrameLoadCallbacks
# method. But that method is not implemented in gtk port since gtk port can't
# not get user gesture in frameload callbacks.
# The related bugs are https://bugs.webkit.org/show_bug.cgi?id=47849/47817.
fast/frames/location-redirect-user-gesture.html
fast/frames/meta-refresh-user-gesture.html
# This test passes locally, but does not pass on the bots. Perhaps
# it is an issue with the version of Cairo on the bots.
# https://bugs.webkit.org/show_bug.cgi?id=49052
fast/canvas/pointInPath.html
# https://bugs.webkit.org/show_bug.cgi?id=49177
fast/events/scroll-after-click-on-tab-index.html
# https://bugs.webkit.org/show_bug.cgi?id=49179
animations/stop-animation-on-suspend.html
# computedStyleIncludingVisitedInfo is not implemented
# https://bugs.webkit.org/show_bug.cgi?id=37336
fast/history/nested-visited-test.html
fast/history/self-is-visited.html
fast/history/sibling-visited-test.html
fast/history/multiple-classes-visited.html
# Rounding color problems inside pixman
# https://bugs.webkit.org/show_bug.cgi?id=49964
fast/canvas/canvas-getImageData.html
fast/canvas/canvas-fillPath-shadow.html
fast/canvas/canvas-strokePath-shadow.html
fast/canvas/canvas-transforms-fillRect-shadow.html
fast/canvas/canvas-scale-strokePath-shadow.html
# https://bugs.webkit.org/show_bug.cgi?id=47727
mathml/presentation
# While zooming we sometimes appear to have ~1 pixel differences
# with font metrics to other ports
# https://bugs.webkit.org/show_bug.cgi?id=50313
css3/zoom-coords.xhtml
svg/zoom/page/zoom-zoom-coords.xhtml
# https://bugs.webkit.org/show_bug.cgi?id=50441
media/controls-drag-timebar.html
# https://bugs.webkit.org/show_bug.cgi?id=50518
media/controls-without-preload.html
# https://bugs.webkit.org/show_bug.cgi?id=50740
editing/spelling/spelling-backspace-between-lines.html
editing/spelling/spellcheck-paste.html
# https://bugs.webkit.org/show_bug.cgi?id=50873
fast/dom/StyleSheet/detached-style-2.html
fast/dom/StyleSheet/detached-style-pi-2.xhtml
fast/dom/StyleSheet/detached-style-pi.xhtml
fast/dom/StyleSheet/detached-style.html
# https://bugs.webkit.org/show_bug.cgi?id=50886
fast/dom/Window/timer-resume-on-navigation-back.html
# For https://bugs.webkit.org/show_bug.cgi?id=50758
# These require DRT setSerializeHTTPLoads implementation to be reliable.
http/tests/local/link-stylesheet-load-order.html
http/tests/local/link-stylesheet-load-order-preload.html
# Request ENABLE(REQUEST_ANIMATION_FRAME) support
fast/animation
# https://bugs.webkit.org/show_bug.cgi?id=51380
http/tests/inspector/console-websocket-error.html
# Passing just a username or just a password to
# layoutTestController.queueLoad() does not work
http/tests/xmlhttprequest/basic-auth-nouser.html
http/tests/xmlhttprequest/basic-auth-nopassword.html
# https://bugs.webkit.org/show_bug.cgi?id=52297
editing/input/page-up-down-scrolls.html
# DRT does not obey layoutTestController.addURLToRedirect()
http/tests/loading/cross-origin-XHR-willLoadRequest.html
# https://bugs.webkit.org/show_bug.cgi?id=52798
http/tests/security/local-CSS-from-remote.html
http/tests/security/local-JavaScript-from-remote.html
http/tests/security/local-iFrame-from-remote.html
http/tests/security/local-image-from-remote.html
http/tests/security/local-user-CSS-from-remote.html
# This test is skipped because it assumes we cannot play RTSP, but we can.
# See https://bugs.webkit.org/show_bug.cgi?id=53056
media/unsupported-rtsp.html
# https://bugs.webkit.org/show_bug.cgi?id=53247
media/audio-delete-while-slider-thumb-clicked.html
# https://bugs.webkit.org/show_bug.cgi?id=53428
http/tests/misc/favicon-as-image.html
# Need an implementation of setSelectTrailingWhitespace
# https://bugs.webkit.org/show_bug.cgi?id=53603
editing/selection/doubleclick-whitespace.html
# Need an implementation of PlainTextController
# https://bugs.webkit.org/show_bug.cgi?id=53605
editing/text-iterator/basic-iteration.html
# https://bugs.webkit.org/show_bug.cgi?id=53683
http/tests/websocket/tests/url-with-credential.html
http/tests/websocket/tests/url-with-empty-query.html
http/tests/websocket/tests/simple.html
http/tests/websocket/tests/cross-origin.html
# LayoutTestController needs layoutTestController.displayInvalidatedRegion
# https://bugs.webkit.org/show_bug.cgi?id=54073
plugins/invalidate_rect.html
# Need to source the "WeightWatcher" fonts for this test.
fast/css/font-weight-1.html