# 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 '^$' # 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 # Missing delegates: # Tests failing because of missing resource load delegate callbacks. 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 # WebKitGTK+ does not support webarchives. (via Chromium) webarchive http/tests/webarchive svg/webarchive svg/custom/image-with-prefix-in-webarchive.svg # 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 # [GTK] GTK+ does not support hyphenation # https://bugs.webkit.org/show_bug.cgi?id=44478 fast/text/hyphenate-character.html fast/text/hyphens.html fast/text/hyphenate-first-word.html fast/text/hyphenate-locale.html # 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/origin-quota.html http/tests/cookies/double-quoted-value-with-semi-colon.html http/tests/loading/bad-scheme-subframe.html http/tests/loading/bad-server-subframe.html # Needed to cover the fix for http/tests/loading/deleted-host-in-resource-load-delegate-callback.html http/tests/loading/gmail-assert-on-load.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/policy-delegate-called-twice.html http/tests/misc/prefetch-purpose.html http/tests/misc/redirect-to-external-url.html http/tests/misc/window-dot-stop.html http/tests/multipart/policy-ignore-crash.php # Rendering of multipart images is broken. # https://bugs.webkit.org/show_bug.cgi?id=54251 http/tests/multipart/invalid-image-data.html # This one times out. http/tests/multipart/invalid-image-data-standalone.html http/tests/plugins/npapi-response-headers.html http/tests/plugins/post-url-file.html http/tests/security/feed-urls-from-remote.html http/tests/security/mixedContent/insecure-css-in-main-frame.html http/tests/security/mixedContent/insecure-iframe-in-main-frame.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/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/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/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 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 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 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/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/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 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=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 # crashes because of a failing ASSERT (see https://bugs.webkit.org/show_bug.cgi?id=54470) svg/text/select-textLength-spacing-squeeze-1.svg # 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 # 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/debugger-step-out.html inspector/styles/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 # The following tests differ between the 64-bit and 32-bit bots and sometimes # between debug and release builds. These failures are likely due to rounding # errors or differences in software versions between the bots. # https://bugs.webkit.org/show_bug.cgi?id=39022 css1/box_properties/acid_test.html fast/css/zoom-body-scroll.html fast/repaint/moving-shadow-on-container.html fast/repaint/moving-shadow-on-path.html fast/text/emphasis.html fast/text/international/hindi-whitespace.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/recursive-filter.svg svg/custom/relative-sized-inner-svg.xhtml svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml 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/W3C-SVG-1.1/animate-elem-36-t.svg svg/W3C-SVG-1.1/animate-elem-40-t.svg svg/W3C-SVG-1.1/animate-elem-80-t.svg svg/W3C-SVG-1.1/extend-namespace-01-f.svg svg/W3C-SVG-1.1/filters-conv-01-f.svg svg/W3C-SVG-1.1/metadata-example-01-b.svg # These two started to fail in 64bit debug bot svg/W3C-SVG-1.1-SE/types-dom-02-f.svg svg/W3C-SVG-1.1-SE/types-dom-05-b.svg svg/W3C-SVG-1.1/paths-data-03-f.svg svg/batik/filters/filterRegions.svg svg/batik/text/textOnPath3.svg svg/custom/empty-merge.svg svg/custom/feDisplacementMap-01.svg # https://bugs.webkit.org/show_bug.cgi?id=54210 fast/text/atsui-multiple-renderers.html fast/text/atsui-negative-spacing-features.html fast/text/atsui-spacing-features.html # https://bugs.webkit.org/show_bug.cgi?id=54194 fast/text/midword-break-after-breakable-char.html # https://bugs.webkit.org/show_bug.cgi?id=54191 fast/text/capitalize-boundaries.html # https://bugs.webkit.org/show_bug.cgi?id=54189 fast/replaced/border-radius-clip.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 shadow in this image is square, while it should be shaped like the layer above. svg/W3C-SVG-1.1/filters-example-01-b.svg # This should show a series of circles, but instead shows a series of squares. svg/W3C-SVG-1.1/filters-offset-01-b.svg # The boxes here are totally opaque, but should be partially transparent. svg/W3C-SVG-1.1/masking-mask-01-b.svg # The text is not clipped properly in the following tests. Masking seem broken entirely. svg/W3C-SVG-1.1/masking-path-01-b.svg svg/W3C-SVG-1.1/masking-path-04-b.svg svg/W3C-SVG-1.1/masking-intro-01-f.svg svg/batik/masking/maskRegions.svg svg/batik/text/textEffect2.svg svg/custom/js-late-mask-creation.svg svg/custom/js-late-mask-and-object-creation.svg svg/custom/mask-change.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 # No matching language preference set svg/W3C-SVG-1.1/struct-cond-02-t.svg # The pixel output shows two broken images instead of the sunset. svg/W3C-SVG-1.1/struct-image-04-t.svg # The gradient limits seem broken in this test. svg/batik/paints/gradientLimit.svg # The middle circle on both rectangles is missing in the pixel output. svg/custom/circular-marker-reference-2.svg svg/custom/non-circular-marker-reference.svg # The gradient is missing on the first line of text svg/custom/js-late-gradient-and-object-creation.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.imageData.create1.type.html canvas/philip/tests/2d.imageData.create2.type.html canvas/philip/tests/2d.imageData.get.type.html canvas/philip/tests/2d.missingargs.html canvas/philip/tests/2d.pattern.image.broken.html canvas/philip/tests/2d.text.draw.baseline.bottom.html canvas/philip/tests/2d.text.draw.baseline.hanging.html canvas/philip/tests/2d.text.draw.baseline.ideographic.html canvas/philip/tests/2d.text.draw.baseline.middle.html canvas/philip/tests/2d.text.draw.baseline.top.html canvas/philip/tests/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.drawImage.floatsource.html canvas/philip/tests/2d.drawImage.self.2.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.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 # This test crashes: https://bugs.webkit.org/show_bug.cgi?id=54234 fast/files/apply-blob-url-to-xhr.html # Fails with "Received error from worker: ReferenceError: Can't find variable: revokeObjectURL # Should recheck it when the above bug is fixed. fast/files/workers/worker-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/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 # flaky test in the GTK 64-bit Debug bot (see https://bugs.webkit.org/show_bug.cgi?id=53995) editing/selection/end-of-document.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/debugger/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 # 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 http/tests/security/filesystem-iframe-from-remote.html # 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=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 # 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 # https://bugs.webkit.org/show_bug.cgi?id=54389 http/tests/misc/generated-content-inside-table.html