kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 1 | # =========================================================================== # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 2 | # Categories of Skipped Tests # |
| 3 | # =========================================================================== # |
| 4 | # |
| 5 | # Note:Try to add newly skipped tests to the appropriate category. If you create |
| 6 | # a new category, be sure to list it here. If all else fails you can just |
| 7 | # add to the 'unsorted' category at the bottom. |
| 8 | # Where a test is a layout test, rather than plaintext, it can help to run |
| 9 | # it with '--platform mac --ignore-metrics' and add or create a section |
| 10 | # in the category to indicate whether it still failed. |
| 11 | # |
| 12 | # List of Categories: |
| 13 | # |
| 14 | # - Permanently Skipped Tests. |
laszlo.1.gombos@nokia.com | 81aefba | 2011-06-03 08:22:42 +0000 | [diff] [blame] | 15 | # - Disabled features. |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 16 | # - Feature not supported yet. |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 17 | # - Drag and Drop Support in DRT. |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 18 | # - Failing HTTP tests. |
| 19 | # - Failing xmlhttprequest tests |
| 20 | # - Failing inserting tests. |
| 21 | # - Failing pasteboard tests. |
| 22 | # - Failing plugins tests. |
| 23 | # - Failing execCommand tests. |
| 24 | # - Failing Sputnik tests |
| 25 | # - Fluctuating/flakey tests |
| 26 | # - failing media tests |
| 27 | # - Crashing tests due to re-enabled Phonon support in Buildbot's Qt |
| 28 | # - Missing features in our DumpRenderTree implementation |
| 29 | # - failing editing/input tests |
| 30 | # - Failing SVG tests |
| 31 | # - failing animations tests |
joepeck@webkit.org | b948123 | 2010-08-04 02:29:16 +0000 | [diff] [blame] | 32 | # - failing application cache quota tests |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 33 | # - Failing CSS Tests |
| 34 | # - Failing dom/xhtml tests |
| 35 | # - Failing editing/deleting tests |
| 36 | # - Failing editing/selection tests. |
| 37 | # - Failing editing/spelling tests |
| 38 | # - failing editing/style tests |
| 39 | # - failing undo tests |
| 40 | # - failing unsupported-content tests |
| 41 | # - failing fast tests |
| 42 | # - failing fonts tests |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 43 | # - failing security tests |
| 44 | # - failing tables tests |
| 45 | # - Failed canvas tests from http://philip.html5.org/tests/canvas/suite/tests/ |
| 46 | # - failing transforms tests |
| 47 | # - failing printing tests |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 48 | # - failing websocket tests |
| 49 | # - new tests without expected results |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 50 | # - Qt 4.7 related bugs |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 51 | # - new skipped tests yet to be sorted |
| 52 | |
| 53 | |
| 54 | # =========================================================================== # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 55 | # Permanently Skipped Tests. # |
| 56 | # =========================================================================== # |
| 57 | |
| 58 | # ----- tests that use Objective-C so can never be supported |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 59 | editing/pasteboard/paste-RTFD.html |
| 60 | editing/pasteboard/paste-TIFF.html |
| 61 | |
| 62 | # Skip mac API specific tests |
| 63 | fast/loader/stop-provisional-loads.html |
| 64 | |
| 65 | # =========================================================================== # |
laszlo.1.gombos@nokia.com | 81aefba | 2011-06-03 08:22:42 +0000 | [diff] [blame] | 66 | # Disabled features. # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 67 | # =========================================================================== # |
laszlo.1.gombos@nokia.com | 81aefba | 2011-06-03 08:22:42 +0000 | [diff] [blame] | 68 | |
| 69 | # ENABLE(FULLSCREEN_API) is disabled. |
| 70 | fullscreen |
| 71 | |
| 72 | # ENABLE(INPUT_COLOR) is disabled. |
| 73 | fast/forms/color |
| 74 | |
| 75 | # ENABLE(INPUT_SPEECH) is disabled. |
| 76 | fast/speech |
| 77 | |
| 78 | # ENABLE(MEDIA_STREAM) is disabled. |
| 79 | fast/dom/MediaStream |
| 80 | |
| 81 | # ENABLE(DIRECTORY_UPLOAD) is disabled. |
| 82 | fast/forms/input-file-directory-upload.html |
| 83 | |
| 84 | # ENABLE(INDEXED_DATABASE) is disabled. |
| 85 | storage/indexeddb |
| 86 | |
| 87 | # ENABLE(REQUEST_ANIMATION_FRAME) is disabled. |
| 88 | fast/animation |
| 89 | |
| 90 | # ENABLE(ANIMATION_API) is disabled. |
| 91 | animations/animation-api-1.html |
| 92 | |
| 93 | # ENABLE(WEB_ARCHIVE) is disabled. |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 94 | svg/custom/image-with-prefix-in-webarchive.svg |
| 95 | http/tests/webarchive |
| 96 | webarchive |
| 97 | svg/webarchive |
| 98 | |
laszlo.1.gombos@nokia.com | 81aefba | 2011-06-03 08:22:42 +0000 | [diff] [blame] | 99 | # ENABLE(FILE_SYSTEM) is disabled. |
| 100 | fast/filesystem |
| 101 | http/tests/filesystem |
| 102 | http/tests/security/filesystem-iframe-from-remote.html |
| 103 | |
| 104 | # ENABLE(QUOTA) is disabled. |
| 105 | storage/storageinfo-query-usage.html |
| 106 | storage/storageinfo-request-quota.html |
| 107 | storage/storageinfo-no-callbacks.html |
| 108 | |
| 109 | # ENABLE(WEBGL) is disabled. |
| 110 | http/tests/canvas/webgl |
| 111 | compositing/webgl |
| 112 | |
| 113 | # ENABLE(LINK_PREFETCH) is disabled. |
| 114 | fast/dom/HTMLLinkElement/link-and-subresource-test.html |
| 115 | fast/dom/HTMLLinkElement/prefetch.html |
| 116 | fast/dom/HTMLLinkElement/prefetch-beforeload.html |
| 117 | fast/dom/HTMLLinkElement/prefetch-onerror.html |
| 118 | fast/dom/HTMLLinkElement/prefetch-onload.html |
| 119 | fast/dom/HTMLLinkElement/prefetch-too-many-clients.html |
| 120 | fast/dom/HTMLLinkElement/prerender.html |
| 121 | fast/dom/HTMLLinkElement/subresource.html |
| 122 | http/tests/misc/link-rel-prefetch-and-subresource.html |
| 123 | http/tests/misc/prefetch-purpose.html |
| 124 | |
| 125 | # ENABLE(DASHBOARD_SUPPORT) is disabled |
| 126 | http/tests/xmlhttprequest/default-content-type-dashboard.html |
| 127 | http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html |
| 128 | svg/custom/embedded-svg-disallowed-in-dashboard.xml |
| 129 | svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html |
| 130 | svg/custom/manually-parsed-svg-disallowed-in-dashboard.html |
| 131 | svg/custom/svg-disallowed-in-dashboard-object.html |
| 132 | |
| 133 | # USE(V8) |
| 134 | |
| 135 | # v8 i18n extension. |
| 136 | fast/js/i18n-bindings-locale.html |
| 137 | |
| 138 | # JSC does not support setIsolatedWorldSecurityOrigin, (http://webkit.org/b/61540) |
| 139 | http/tests/security/isolatedWorld/cross-origin-xhr.html |
| 140 | |
adele@apple.com | b9d22b1 | 2010-07-09 01:01:14 +0000 | [diff] [blame] | 141 | # This test is for clients that choose to make the missing plugin indicator a button |
| 142 | plugins/clicking-missing-plugin-fires-delegate.html |
| 143 | |
commit-queue@webkit.org | c8368ca | 2011-03-12 05:38:13 +0000 | [diff] [blame] | 144 | # StorageTracker is not enabled. |
| 145 | storage/domstorage/localstorage/storagetracker |
| 146 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 147 | # ----- No User Scripts |
| 148 | userscripts |
bweinstein@apple.com | ba39193 | 2010-09-30 06:26:13 +0000 | [diff] [blame] | 149 | plugins/plugin-document-load-prevented-userscript.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 150 | |
| 151 | # ------ Doesn't support WOFF yet. |
| 152 | fast/css/font-face-woff.html |
| 153 | |
| 154 | # accessibility support |
| 155 | accessibility |
| 156 | |
| 157 | # Tests requiring 3D_RENDERING and ACCELERATED_COMPOSITING support |
| 158 | transforms/3d |
| 159 | compositing |
| 160 | |
| 161 | fast/loader/subframe-navigate-during-main-frame-load.html |
| 162 | |
mitz@apple.com | b210765 | 2010-06-21 16:54:52 +0000 | [diff] [blame] | 163 | # Hyphenation is not implemented yet. |
| 164 | fast/text/hyphenate-character.html |
| 165 | fast/text/hyphens.html |
ossy@webkit.org | ccf3f74 | 2011-03-16 15:49:17 +0000 | [diff] [blame] | 166 | fast/text/soft-hyphen-4.html |
vestbo@webkit.org | 6fa1358 | 2009-09-29 14:25:21 +0000 | [diff] [blame] | 167 | |
commit-queue@webkit.org | 92c9cfa | 2010-08-23 09:49:29 +0000 | [diff] [blame] | 168 | # https://bugs.webkit.org/show_bug.cgi?id=43332 |
pfeldman@chromium.org | 003e601 | 2011-02-15 10:55:28 +0000 | [diff] [blame] | 169 | inspector/debugger/dom-breakpoints.html |
podivilov@chromium.org | eabad08 | 2011-03-17 15:46:27 +0000 | [diff] [blame] | 170 | inspector/debugger/event-listener-breakpoints.html |
podivilov@chromium.org | 4fb37d1 | 2011-03-15 15:12:14 +0000 | [diff] [blame] | 171 | inspector/debugger/xhr-breakpoints.html |
commit-queue@webkit.org | 92c9cfa | 2010-08-23 09:49:29 +0000 | [diff] [blame] | 172 | |
podivilov@chromium.org | ebf9d3a | 2011-02-28 18:23:06 +0000 | [diff] [blame] | 173 | # https://bugs.webkit.org/show_bug.cgi?id=40300 |
| 174 | inspector/debugger/live-edit.html |
| 175 | |
qi.2.zhang@nokia.com | 6d4b51c | 2011-06-06 23:31:52 +0000 | [diff] [blame] | 176 | # Needs rebaseline |
bdakin@apple.com | 04df637 | 2011-04-07 04:39:55 +0000 | [diff] [blame] | 177 | fast/repaint/scale-page-shrink.html |
bdakin@apple.com | de72288 | 2011-04-02 23:46:28 +0000 | [diff] [blame] | 178 | |
kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 179 | # =========================================================================== # |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 180 | # Drag and Drop Support in DRT. # |
| 181 | # =========================================================================== # |
| 182 | # Drag n drop support on DRT cannot work at the moment because Qt's drag'n'drop |
| 183 | # relies on an X event getting to the main window. In the absence of being able |
| 184 | # to receive this event, running windowless, DRT cannot tell what is being dropped and where. |
| 185 | # Bug: https://bugs.webkit.org/show_bug.cgi?id=31332 |
| 186 | |
| 187 | http/tests/misc/bubble-drag-events.html |
| 188 | http/tests/security/drag-over-remote-content-iframe.html |
| 189 | http/tests/local/drag-over-remote-content.html |
| 190 | http/tests/local/fileapi |
| 191 | http/tests/security/drag-drop-same-unique-origin.html |
commit-queue@webkit.org | 222d6cc | 2011-05-26 04:16:36 +0000 | [diff] [blame] | 192 | http/tests/misc/drag-not-loaded-image.html |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 193 | # CONSOLE MESSAGE: line 72: TypeError: Result of expression 'eventSender.beginDragWithFiles' [undefined] is not a function. |
| 194 | http/tests/local/blob/send-hybrid-blob.html |
| 195 | http/tests/local/blob/send-sliced-data-blob.html |
| 196 | http/tests/local/formdata |
| 197 | |
laszlo.1.gombos@nokia.com | 7a39f24 | 2011-06-04 11:35:00 +0000 | [diff] [blame] | 198 | fast/files/apply-blob-url-to-img.html |
| 199 | fast/files/apply-blob-url-to-xhr.html |
| 200 | fast/files/file-reader-abort.html |
| 201 | fast/files/read-blob-async.html |
| 202 | fast/files/read-file-async.html |
| 203 | fast/files/workers/worker-apply-blob-url-to-xhr.html |
| 204 | fast/files/workers/worker-read-blob-async.html |
| 205 | fast/files/workers/worker-read-blob-sync.html |
| 206 | fast/files/workers/worker-read-file-async.html |
| 207 | fast/files/workers/worker-read-file-sync.html |
| 208 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 209 | editing/pasteboard/drag-image-in-about-blank-frame.html |
| 210 | editing/pasteboard/files-during-page-drags.html |
ossy@webkit.org | fa85c29 | 2011-06-01 11:03:05 +0000 | [diff] [blame] | 211 | editing/pasteboard/drag-drop-list.html |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 212 | editing/pasteboard/4947130.html |
| 213 | editing/pasteboard/copy-standalone-image.html |
| 214 | editing/pasteboard/drag-drop-dead-frame.html |
| 215 | editing/pasteboard/drag-drop-input-textarea.html |
leo.yang@torchmobile.com.cn | 08a9c22 | 2011-05-25 01:26:53 +0000 | [diff] [blame] | 216 | editing/pasteboard/drag-drop-input-in-svg.svg |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 217 | editing/pasteboard/drag-drop-iframe-refresh-crash.html |
| 218 | editing/pasteboard/drag-drop-modifies-page.html |
| 219 | editing/pasteboard/drag-drop-url-text.html |
morrita@google.com | ccce70a | 2011-03-15 05:50:57 +0000 | [diff] [blame] | 220 | editing/pasteboard/drop-file-svg.html |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 221 | editing/pasteboard/drag-image-to-contenteditable-in-iframe.html |
| 222 | editing/pasteboard/drag-selected-image-to-contenteditable.html |
| 223 | editing/pasteboard/drop-link.html |
| 224 | editing/pasteboard/drop-text-without-selection.html |
| 225 | editing/pasteboard/emacs-ctrl-a-k-y.html |
| 226 | editing/pasteboard/emacs-ctrl-k-y-001.html |
| 227 | editing/pasteboard/smart-drag-drop.html |
| 228 | editing/pasteboard/subframe-dragndrop-1.html |
| 229 | editing/pasteboard/get-data-text-plain-drop.html |
| 230 | editing/pasteboard/drop-text-events.html |
| 231 | editing/pasteboard/drop-text-events-sideeffect.html |
| 232 | |
ossy@webkit.org | 8424d09 | 2011-05-03 22:16:47 +0000 | [diff] [blame] | 233 | # data-transfer-items is not a default build option |
| 234 | # See bug https://bugs.webkit.org/show_bug.cgi?id=60068 |
| 235 | editing/pasteboard/data-transfer-items.html |
| 236 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 237 | # Missing drag & drop functionality in DRT |
| 238 | editing/pasteboard/drop-inputtext-acquires-style.html |
| 239 | fast/css/user-drag-none.html |
zimmermann@webkit.org | fc6a236 | 2011-06-01 08:02:19 +0000 | [diff] [blame] | 240 | svg/as-image/drag-svg-as-image.html |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 241 | fast/forms/slider-delete-while-dragging-thumb.html |
| 242 | |
dcheng@chromium.org | 122eceb | 2011-06-01 21:13:06 +0000 | [diff] [blame] | 243 | # EventSender::dumpFilenameBeingDragged not implemented. |
| 244 | # https://bugs.webkit.org/show_bug.cgi?id=61828 |
| 245 | fast/events/drag-image-filename.html |
| 246 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 247 | # ------- missing drag-and-drop support |
| 248 | # See bug https://bugs.webkit.org/show_bug.cgi?id=31332 |
| 249 | fast/events/drag-parent-node.html |
| 250 | fast/events/drag-and-drop.html |
| 251 | fast/events/drag-and-drop-dataTransfer-types-nocrash.html |
| 252 | fast/events/drag-and-drop-fire-drag-dragover.html |
| 253 | fast/events/ondrop-text-html.html |
yael.aharon@nokia.com | 757e8e0 | 2011-05-27 12:48:21 +0000 | [diff] [blame] | 254 | fast/events/dropzone-001.html |
| 255 | fast/events/dropzone-002.html |
| 256 | fast/events/dropzone-003.html |
| 257 | fast/events/dropzone-004.html |
| 258 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 259 | # caused by: http://trac.webkit.org/changeset/52192 |
| 260 | http/tests/misc/drag-over-iframe-invalid-source-crash.html |
| 261 | |
| 262 | # Missing eventSender.beginDragWithFiles() |
| 263 | fast/dom/Window/window-postmessage-clone-frames.html |
| 264 | |
| 265 | # ------- missing eventSender.beginDragWithFiles |
| 266 | editing/pasteboard/dataTransfer-setData-getData.html |
| 267 | editing/pasteboard/file-drag-to-editable.html |
| 268 | editing/pasteboard/file-input-files-access.html |
| 269 | fast/dom/Window/window-postmessage-clone.html |
| 270 | fast/events/drag-to-navigate.html |
| 271 | fast/events/prevent-drag-to-navigate.html |
| 272 | fast/forms/get-file-upload.html |
| 273 | fast/forms/input-file-re-render.html |
| 274 | fast/events/drag-file-crash.html |
| 275 | http/tests/security/clipboard/clipboard-file-access.html |
| 276 | |
| 277 | # =========================================================================== # |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 278 | # Failing HTTP tests. # |
| 279 | # =========================================================================== # |
| 280 | |
| 281 | # no expected results |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 282 | http/tests/misc/favicon-as-image.html |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 283 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 284 | # https://bugs.webkit.org/show_bug.cgi?id=34004 |
| 285 | # [Qt] http/tests/misc/slow-loading-mask.html timed out. |
| 286 | http/tests/misc/slow-loading-mask.html |
| 287 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 288 | # https://bugs.webkit.org/show_bug.cgi?id=45455 |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 289 | http/tests/cookies/third-party-cookie-relaxing.html |
| 290 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 291 | # No authentication challenge handling |
| 292 | http/tests/loading/basic-credentials-sent-automatically.html |
| 293 | http/tests/loading/basic-auth-resend-wrong-credentials.html |
| 294 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 295 | # This needs more attention! |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 296 | http/tests/misc/acid3.html |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 297 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 298 | # Page reload does not send any cache control headers. |
| 299 | # https://bugs.webkit.org/show_bug.cgi?id=45598 |
| 300 | # Fixed in Qt 4.8 |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 301 | http/tests/misc/refresh-headers.php |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 302 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 303 | # Benign pixel differences except for: |
| 304 | # +selection start: position 0 of child 5 {IMG} of body |
| 305 | # +selection end: position 1 of child 5 {IMG} of body |
| 306 | # at end. |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 307 | http/tests/security/dataTransfer-set-data-file-url.html |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 308 | |
| 309 | # Fails with a mysterious unrelated whitespace difference |
| 310 | # We should find out what dumpAsText() is doing wrong |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 311 | http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 312 | |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 313 | # - FAIL: Subframe did not finish loading. |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 314 | http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 315 | |
kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 316 | # Disabled HTTP subdirs for now, needs investigation. |
kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 317 | http/tests/media |
kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 318 | |
robert@webkit.org | ddd9ea5 | 2010-07-03 10:00:40 +0000 | [diff] [blame] | 319 | # --- Failing navigation tests |
| 320 | #CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: fillTestForm |
| 321 | #CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: scrollDocDown |
| 322 | http/tests/navigation/javascriptlink-goback.html |
| 323 | http/tests/navigation/metaredirect-goback.html |
| 324 | http/tests/navigation/timerredirect-goback.html |
| 325 | |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 326 | # QtWebKit has no multipart support |
| 327 | # https://bugs.webkit.org/show_bug.cgi?id=47059 |
| 328 | # https://webkit.org/b/47060 |
tony@chromium.org | c2d88fd | 2010-06-24 03:25:54 +0000 | [diff] [blame] | 329 | http/tests/multipart/invalid-image-data.html |
ossy@webkit.org | b9765c1 | 2009-10-19 14:42:56 +0000 | [diff] [blame] | 330 | http/tests/multipart/invalid-image-data-standalone.html |
robert@webkit.org | e1934c6 | 2011-01-19 22:14:45 +0000 | [diff] [blame] | 331 | http/tests/misc/timer-vs-loading.html |
tony@chromium.org | c2d88fd | 2010-06-24 03:25:54 +0000 | [diff] [blame] | 332 | http/tests/multipart/policy-ignore-crash.php |
ossy@webkit.org | b9765c1 | 2009-10-19 14:42:56 +0000 | [diff] [blame] | 333 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 334 | # =========================================================================== # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 335 | # Failing xmlhttprequest tests # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 336 | # =========================================================================== # |
hausmann@webkit.org | fc43c8d | 2009-07-17 14:44:11 +0000 | [diff] [blame] | 337 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 338 | # DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail: |
| 339 | # https://bugs.webkit.org/show_bug.cgi?id=32961 |
robert@webkit.org | f22ff11 | 2011-04-20 20:28:49 +0000 | [diff] [blame] | 340 | # Passes against Qt trunk (4e2d549e8b2e34c5bd4c77a4a6eba99ed0912168) but not 4.7.2 |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 341 | http/tests/xmlhttprequest/basic-auth-default.html |
| 342 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 343 | # Skip xmlhttprequest tests - NETWORK_ERR: XMLHttpRequest Exception 101: A network error occured in synchronous requests. |
| 344 | http/tests/xmlhttprequest/logout.html |
| 345 | http/tests/xmlhttprequest/methods-async.html |
| 346 | http/tests/xmlhttprequest/workers/shared-worker-methods.html |
lars | aa8a9ac1 | 2007-10-24 12:33:19 +0000 | [diff] [blame] | 347 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 348 | # Caused by the way Qt caches network connections using user@hostname as the key |
| 349 | # See https://bugs.webkit.org/show_bug.cgi?id=37084 and http://bugreports.qt.nokia.com/browse/QTBUG-9619 |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 350 | # Fixed in Qt 4.8 |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 351 | http/tests/xmlhttprequest/re-login-async.html |
| 352 | http/tests/xmlhttprequest/re-login.html |
| 353 | |
| 354 | # DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail: |
| 355 | # https://bugs.webkit.org/show_bug.cgi?id=32961 |
robert@webkit.org | f22ff11 | 2011-04-20 20:28:49 +0000 | [diff] [blame] | 356 | # Passes against Qt trunk (4e2d549e8b2e34c5bd4c77a4a6eba99ed0912168) but not 4.7.2 |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 357 | http/tests/xmlhttprequest/failed-auth.html |
| 358 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 359 | # Missing DRT ability to set accept cookie policy |
robert@webkit.org | b97bd2a | 2011-01-19 21:25:05 +0000 | [diff] [blame] | 360 | # https://bugs.webkit.org/show_bug.cgi?id=45455 |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 361 | http/tests/xmlhttprequest/cross-origin-cookie-storage.html |
| 362 | |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 363 | # Still fail with Qt 4.7.1 |
| 364 | http/tests/xmlhttprequest/cache-override.html |
| 365 | http/tests/xmlhttprequest/cross-origin-authorization.html |
| 366 | http/tests/xmlhttprequest/cross-origin-no-authorization.html |
| 367 | http/tests/xmlhttprequest/methods-lower-case.html |
| 368 | http/tests/xmlhttprequest/methods.html |
| 369 | http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html |
| 370 | http/tests/xmlhttprequest/workers/methods-async.html |
| 371 | http/tests/xmlhttprequest/workers/methods.html |
| 372 | http/tests/xmlhttprequest/workers/shared-worker-methods-async.html |
| 373 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 374 | # =========================================================================== # |
| 375 | # Failing inserting tests. # |
| 376 | # =========================================================================== # |
| 377 | # ---- rendertree results OK but suspicious diffs. |
| 378 | editing/inserting/4960120-1.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 379 | editing/inserting/before-after-input-element.html |
| 380 | |
| 381 | # ---- rendertree results OK but diff in editing delegate msgs. |
| 382 | editing/inserting/insert-tab-003.html |
| 383 | editing/inserting/insert-text-with-newlines.html |
| 384 | # Missing textInputController.firstRectForCharacterRange() |
| 385 | editing/inserting/caret-position.html |
xji@chromium.org | 5fa610d | 2010-11-30 00:12:47 +0000 | [diff] [blame] | 386 | fast/dom/tab-in-right-alignment.html |
justin.garcia@apple.com | 0ce7391 | 2011-01-10 05:46:56 +0000 | [diff] [blame] | 387 | svg/text/caret-in-svg-text.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 388 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 389 | editing/inserting/5994480-2.html |
commit-queue@webkit.org | 8a4754e | 2011-05-12 17:35:34 +0000 | [diff] [blame] | 390 | editing/inserting/typing-at-end-of-line.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 391 | |
ariya@webkit.org | e2166ec | 2010-12-24 04:06:26 +0000 | [diff] [blame] | 392 | # http://bugreports.qt.nokia.com/browse/QTBUG-15566 |
| 393 | http/tests/xmlhttprequest/basic-auth-nouser.html |
| 394 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 395 | # =========================================================================== # |
| 396 | # Failing pasteboard tests. # |
| 397 | # =========================================================================== # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 398 | #------ safe to skip. Qt results same as chromium's. Mac drops the 'b' in the final bar, |
| 399 | #------ that looks like a bug. |
| 400 | editing/pasteboard/interchange-newline-2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 401 | # ----- Results appear correct but have suspicious rendertree differences. |
| 402 | editing/pasteboard/pasting-tabs.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 403 | # ----- Rendertree results OK but differences in editing delegate message due to rendering. |
| 404 | # ----- This looks safe to unskip. |
| 405 | editing/pasteboard/paste-xml.xhtml |
dcheng@chromium.org | e5c807a | 2011-03-08 04:49:37 +0000 | [diff] [blame] | 406 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 407 | # =========================================================================== # |
| 408 | # Failing plugins tests. # |
| 409 | # =========================================================================== # |
| 410 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 411 | # ---- https://bugs.webkit.org/show_bug.cgi?id=36721 |
| 412 | plugins/get-url-with-blank-target.html |
robert@webkit.org | 8b52a23 | 2010-06-13 13:29:34 +0000 | [diff] [blame] | 413 | |
robert@webkit.org | ce6930a | 2011-05-20 11:35:24 +0000 | [diff] [blame] | 414 | # ---- plugins rendered in incorrect position ? |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 415 | plugins/embed-attributes-style.html |
robert@webkit.org | ce6930a | 2011-05-20 11:35:24 +0000 | [diff] [blame] | 416 | |
robert@webkit.org | ce6930a | 2011-05-20 11:35:24 +0000 | [diff] [blame] | 417 | # https://bugs.webkit.org/show_bug.cgi?id=60722 |
commit-queue@webkit.org | 21c56c1 | 2011-05-15 14:07:35 +0000 | [diff] [blame] | 418 | http/tests/plugins/plugin-document-has-focus.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 419 | |
robert@webkit.org | ce6930a | 2011-05-20 11:35:24 +0000 | [diff] [blame] | 420 | # [Qt] wrong ref count of npobject |
| 421 | # https://bugs.webkit.org/show_bug.cgi?id=49749 |
| 422 | plugins/refcount-leaks.html |
| 423 | |
| 424 | # https://bugs.webkit.org/show_bug.cgi?id=45455 |
| 425 | http/tests/plugins/third-party-cookie-accept-policy.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 426 | |
| 427 | # =========================================================================== # |
| 428 | # Failing Sputnik tests # |
| 429 | # =========================================================================== # |
jamesr@google.com | 9476e9b | 2011-02-08 03:55:13 +0000 | [diff] [blame] | 430 | 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 |
| 431 | sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T1.html |
| 432 | sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T2.html |
| 433 | sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T3.html |
| 434 | sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T4.html |
| 435 | sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T5.html |
| 436 | sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T6.html |
| 437 | sputnik/Unicode/Unicode_500/S7.6_A3.1.html |
| 438 | sputnik/Unicode/Unicode_500/S7.6_A3.2.html |
| 439 | sputnik/Unicode/Unicode_500/S7.6_A5.3_T1.html |
| 440 | sputnik/Unicode/Unicode_500/S7.6_A5.3_T2.html |
| 441 | sputnik/Unicode/Unicode_510/S15.5.4.16_A1.html |
| 442 | sputnik/Unicode/Unicode_510/S15.5.4.18_A1.html |
| 443 | sputnik/Unicode/Unicode_510/S7.6_A1.1_T1.html |
| 444 | sputnik/Unicode/Unicode_510/S7.6_A1.1_T2.html |
| 445 | sputnik/Unicode/Unicode_510/S7.6_A1.1_T4.html |
| 446 | sputnik/Unicode/Unicode_510/S7.6_A2.2_T1.html |
| 447 | sputnik/Unicode/Unicode_510/S7.6_A2.2_T2.html |
| 448 | sputnik/Unicode/Unicode_510/S7.6_A2.3.html |
| 449 | sputnik/Unicode/Unicode_510/S7.6_A3.1.html |
| 450 | sputnik/Unicode/Unicode_510/S7.6_A3.2.html |
| 451 | sputnik/Unicode/Unicode_510/S7.6_A5.2_T1.html |
| 452 | sputnik/Unicode/Unicode_510/S7.6_A5.2_T2.html |
| 453 | sputnik/Unicode/Unicode_510/S7.6_A5.2_T4.html |
| 454 | sputnik/Unicode/Unicode_510/S7.6_A5.2_T7.html |
| 455 | sputnik/Unicode/Unicode_510/S7.6_A5.2_T8.html |
| 456 | sputnik/Unicode/Unicode_510/S7.6_A5.2_T9.html |
| 457 | sputnik/Unicode/Unicode_510/S7.6_A5.3_T1.html |
| 458 | sputnik/Unicode/Unicode_510/S7.6_A5.3_T2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 459 | |
| 460 | # Failing Sputnik tests on 32 bit |
jamesr@google.com | 9476e9b | 2011-02-08 03:55:13 +0000 | [diff] [blame] | 461 | sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html |
| 462 | sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 463 | |
| 464 | # Failing Sputnik test on 64 bit |
jamesr@google.com | 9476e9b | 2011-02-08 03:55:13 +0000 | [diff] [blame] | 465 | sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Percent/S11.5.3_A4_T2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 466 | |
| 467 | # Timed out Sputnik tests on ARM |
jamesr@google.com | 9476e9b | 2011-02-08 03:55:13 +0000 | [diff] [blame] | 468 | sputnik/Unicode/Unicode_218/S7.6_A3.1.html |
| 469 | sputnik/Unicode/Unicode_218/S7.6_A3.2.html |
| 470 | sputnik/Unicode/Unicode_218/S7.6_A5.3_T1.html |
| 471 | sputnik/Unicode/Unicode_218/S7.6_A5.3_T2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 472 | |
| 473 | # =========================================================================== # |
ossy@webkit.org | 0627c41 | 2009-10-26 12:32:10 +0000 | [diff] [blame] | 474 | # Fluctuating/flakey tests |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 475 | # =========================================================================== # |
ossy@webkit.org | 5c83558 | 2010-01-04 10:05:07 +0000 | [diff] [blame] | 476 | animations/3d/transform-origin-vs-functions.html |
hausmann@webkit.org | e66110c | 2009-09-22 13:16:17 +0000 | [diff] [blame] | 477 | animations/change-one-anim.html |
ossy@webkit.org | 2d266ea | 2009-12-08 00:59:30 +0000 | [diff] [blame] | 478 | fast/frames/sandboxed-iframe-plugins.html |
ossy@webkit.org | 94880d3 | 2009-12-10 07:29:40 +0000 | [diff] [blame] | 479 | fast/frames/sandboxed-iframe-scripting.html |
ossy@webkit.org | 3c47f42 | 2009-12-11 17:30:08 +0000 | [diff] [blame] | 480 | fast/frames/sandboxed-iframe-storage.html |
ossy@webkit.org | 0627c41 | 2009-10-26 12:32:10 +0000 | [diff] [blame] | 481 | http/tests/cookies/simple-cookies-max-age.html |
ossy@webkit.org | ee20b07 | 2009-12-26 09:40:23 +0000 | [diff] [blame] | 482 | http/tests/cookies/simple-cookies-expired.html |
ossy@webkit.org | 0627c41 | 2009-10-26 12:32:10 +0000 | [diff] [blame] | 483 | http/tests/xmlhttprequest/workers/close.html |
ossy@webkit.org | 6b34fc0 | 2009-10-26 17:54:28 +0000 | [diff] [blame] | 484 | http/tests/xmlhttprequest/workers/shared-worker-close.html |
ossy@webkit.org | 3da4ced | 2010-02-16 23:55:05 +0000 | [diff] [blame] | 485 | |
ossy@webkit.org | 576ee87 | 2009-10-26 17:10:26 +0000 | [diff] [blame] | 486 | transitions/change-values-during-transition.html |
vestbo@webkit.org | ce2d866 | 2009-09-03 16:09:54 +0000 | [diff] [blame] | 487 | |
abecsi@webkit.org | e8b53b5 | 2010-07-13 13:43:06 +0000 | [diff] [blame] | 488 | # http/tests/inspector/resource-har-conversion.html is failing on the release bot after r63191 |
| 489 | # webkit.org/b/42162 |
| 490 | http/tests/inspector/resource-har-conversion.html |
| 491 | |
yurys@chromium.org | 6db6382 | 2011-03-16 08:18:29 +0000 | [diff] [blame] | 492 | # [Qt] Some inspector test fail intermittently |
| 493 | # https://bugs.webkit.org/show_bug.cgi?id=42090 |
| 494 | http/tests/inspector/network/network-size.html |
| 495 | # This test consistently fails if run with --singly flag |
| 496 | inspector/timeline/timeline-paint.html |
| 497 | |
| 498 | # https://bugs.webkit.org/show_bug.cgi?id=56453 |
| 499 | # This test will fail if it's the first inspector test to run. |
| 500 | inspector/styles/styles-add-blank-property.html |
| 501 | |
| 502 | # [Qt] New fails caused by change(s) between r79317-r79320. |
yurys@chromium.org | 6db6382 | 2011-03-16 08:18:29 +0000 | [diff] [blame] | 503 | http/tests/inspector/change-iframe-src.html |
podivilov@chromium.org | f4d0ae1 | 2011-03-30 13:53:58 +0000 | [diff] [blame] | 504 | inspector/debugger/open-close-open.html |
yurys@chromium.org | 6db6382 | 2011-03-16 08:18:29 +0000 | [diff] [blame] | 505 | |
yurys@chromium.org | 8b852cc | 2011-05-20 16:15:08 +0000 | [diff] [blame] | 506 | # [Qt] This tests' fails probably has same reason as test inspector/debugger/open-close-open.html. |
| 507 | http/tests/inspector/network/network-open-load-reopen.html |
| 508 | http/tests/inspector/network/network-close-load-open.html |
| 509 | http/tests/inspector/network/network-clear-after-disabled.html |
| 510 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 511 | # [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot |
| 512 | # Fails caused by layoutTestController.display() in fast/frames/flattening/frameset-flattening-subframe-resize.html |
| 513 | # https://bugs.webkit.org/show_bug.cgi?id=37334 |
| 514 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 515 | # Tests that currently fail but perhaps used to work at some point. |
| 516 | fast/dom/open-and-close-by-DOM.html |
| 517 | fast/dom/Window/new-window-opener.html |
| 518 | fast/forms/001.html |
| 519 | fast/forms/focus2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 520 | fast/frames/001.html |
| 521 | fast/text/monospace-width-cache.html |
| 522 | |
| 523 | # Tests that fail randomly. Is this style related? |
| 524 | fast/forms/listbox-width-change.html |
| 525 | fast/forms/plaintext-mode-2.html |
| 526 | fast/forms/menulist-width-change.html |
| 527 | |
ossy@webkit.org | 33fb4ee | 2011-04-08 07:21:32 +0000 | [diff] [blame] | 528 | # Flaky Test: fast/events/tabindex-focus-blur-all.html |
| 529 | # https://bugs.webkit.org/show_bug.cgi?id=52115 |
| 530 | fast/events/tabindex-focus-blur-all.html |
| 531 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 532 | # =========================================================================== # |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 533 | # failing media tests |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 534 | # =========================================================================== # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 535 | |
ossy@webkit.org | 22df467 | 2011-04-06 21:31:55 +0000 | [diff] [blame] | 536 | # [Qt] media tests are flakey |
| 537 | # https://bugs.webkit.org/show_bug.cgi?id=57983 |
| 538 | media |
| 539 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 540 | # https://bugs.webkit.org/show_bug.cgi?id=38376 |
| 541 | media/media-document-audio-size.html |
| 542 | |
| 543 | media/invalid-media-url-crash.html |
| 544 | |
| 545 | # [Qt] media/media-can-play-ogg.html crashes intermittently on the bot |
| 546 | # https://bugs.webkit.org/show_bug.cgi?id=39481 |
| 547 | media/audio-only-video-intrinsic-size.html |
| 548 | |
ossy@webkit.org | 4fb1428 | 2011-02-23 11:05:43 +0000 | [diff] [blame] | 549 | # [Qt] media/controls-without-preload.html is flakey |
| 550 | # https://bugs.webkit.org/show_bug.cgi?id=55028 |
| 551 | media/controls-without-preload.html |
| 552 | |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 553 | media/audio-controls-rendering.html |
alexis.menard@openbossa.org | 54ce743 | 2011-04-06 18:50:06 +0000 | [diff] [blame] | 554 | media/video-currentTime.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 555 | media/audio-data-url.html |
alexis.menard@openbossa.org | 54ce743 | 2011-04-06 18:50:06 +0000 | [diff] [blame] | 556 | media/audio-delete-while-slider-thumb-clicked.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 557 | media/audio-delete-while-step-button-clicked.html |
alexis.menard@openbossa.org | 54ce743 | 2011-04-06 18:50:06 +0000 | [diff] [blame] | 558 | media/audio-mpeg-supported.html |
| 559 | media/audio-mpeg4-supported.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 560 | media/audio-no-installed-engines.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 561 | media/controls-after-reload.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 562 | media/controls-drag-timebar.html |
| 563 | media/controls-right-click-on-timebar.html |
| 564 | media/controls-strict.html |
| 565 | media/controls-styling.html |
| 566 | media/event-attributes.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 567 | media/media-captions.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 568 | media/media-fullscreen-inline.html |
| 569 | media/media-fullscreen-not-in-document.html |
| 570 | media/media-load-event.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 571 | media/unsupported-rtsp.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 572 | media/video-aspect-ratio.html |
| 573 | media/video-autoplay.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 574 | media/video-canvas-source.html |
andreas.kling@nokia.com | 6d0d3ff | 2010-10-29 23:44:29 +0000 | [diff] [blame] | 575 | media/video-canvas-alpha.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 576 | media/video-click-dblckick-standalone.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 577 | media/video-controls-rendering.html |
| 578 | media/video-controls-transformed.html |
| 579 | media/video-controls-visible-audio-only.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 580 | media/video-controls-zoomed.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 581 | media/video-currentTime-set.html |
| 582 | media/video-display-aspect-ratio.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 583 | media/video-display-toggle.html |
| 584 | media/video-document-types.html |
philn@webkit.org | 5fe0236 | 2010-05-03 15:18:31 +0000 | [diff] [blame] | 585 | media/video-duration-known-after-eos.html |
inferno@chromium.org | 5f2ea74 | 2010-12-30 08:29:04 +0000 | [diff] [blame] | 586 | media/video-element-other-namespace-crash.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 587 | media/video-empty-source.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 588 | media/video-layer-crash.html |
| 589 | media/video-load-networkState.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 590 | media/video-loop.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 591 | media/video-no-audio.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 592 | media/video-pause-empty-events.html |
alexis.menard@openbossa.org | 54ce743 | 2011-04-06 18:50:06 +0000 | [diff] [blame] | 593 | media/video-pause-immediately.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 594 | media/video-played-collapse.html |
| 595 | media/video-played-ranges-1.html |
| 596 | media/video-played-reset.html |
| 597 | media/video-play-empty-events.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 598 | media/video-replaces-poster.html |
| 599 | media/video-reverse-play-duration.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 600 | media/video-seeking.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 601 | media/video-seek-past-end-paused.html |
| 602 | media/video-seek-past-end-playing.html |
| 603 | media/video-size.html |
| 604 | media/video-size-intrinsic-scale.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 605 | media/video-source-error.html |
| 606 | media/video-source-error-no-candidate.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 607 | media/video-source-type.html |
| 608 | media/video-source-type-params.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 609 | media/video-timeupdate-during-playback.html |
| 610 | media/video-timeupdate-reverse-play.html |
| 611 | media/video-transformed.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 612 | media/video-volume-slider.html |
| 613 | media/video-width-height.html |
| 614 | media/video-zoom-controls.html |
| 615 | media/video-zoom.html |
| 616 | |
vestbo@webkit.org | 27e2a15 | 2010-08-17 21:36:26 +0000 | [diff] [blame] | 617 | # Video size reported as 0,0 due to how size-hints are reported by QtMultimedia |
| 618 | media/video-poster-delayed.html |
| 619 | |
eric.carlson@apple.com | e28be34 | 2010-08-30 17:18:32 +0000 | [diff] [blame] | 620 | # Test specific to QuickTime media engine |
| 621 | media/video-does-not-loop.html |
| 622 | |
philn@webkit.org | 8212a4f | 2010-09-02 08:25:45 +0000 | [diff] [blame] | 623 | # https://bugs.webkit.org/show_bug.cgi?id=45093 |
| 624 | media/media-can-play-mpeg4-video.html |
| 625 | |
eric.carlson@apple.com | 501c3c9 | 2010-11-01 18:18:43 +0000 | [diff] [blame] | 626 | # https://bugs.webkit.org/show_bug.cgi?id=48617 |
| 627 | media/video-seek-by-small-increment.html |
| 628 | |
philn@webkit.org | 6b4764e | 2010-12-07 20:47:00 +0000 | [diff] [blame] | 629 | # requires video.buffered to be able to return multiple timeranges |
| 630 | http/tests/media/video-buffered.html |
| 631 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 632 | # ============================================================================= # |
| 633 | # Crashing tests due to re-enabled Phonon support in Buildbot's Qt # |
| 634 | # Skip these until a proper solution for the Phonon related crashes found. # |
| 635 | # ============================================================================= # |
ossy@webkit.org | a7b93ac | 2009-12-04 10:37:26 +0000 | [diff] [blame] | 636 | #reproducible command: WebKitTools/Scripts/run-webkit-tests fast/runin/nonblock-runin.html fast/table/ |
| 637 | #crashed: fast/table/"random_test" |
| 638 | #crasher: |
| 639 | fast/runin/nonblock-runin.html |
| 640 | |
| 641 | #reproducible command: WebKitTools/Scripts/run-webkit-tests http/tests/security/local-video-source-from-remote.html http/tests/security/local-video-src-from-remote.html |
| 642 | #crashed: http/tests/security/local-video-src-from-remote.html |
| 643 | #crasher: |
| 644 | http/tests/security/local-video-source-from-remote.html |
| 645 | |
vestbo@webkit.org | afc5012 | 2009-09-04 15:34:44 +0000 | [diff] [blame] | 646 | # ============================================================================= # |
| 647 | # Missing features in our DumpRenderTree implementation # |
| 648 | # ============================================================================= # |
| 649 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 650 | # DumpRenderTree code to enable Java is currently a no-op |
| 651 | java |
| 652 | |
| 653 | # Missing DRT ability to override 'standard' preferences. |
| 654 | fast/dom/Window/timer-resume-on-navigation-back.html |
| 655 | loader/go-back-to-different-window-size.html |
| 656 | |
aroben@apple.com | 9a72513 | 2010-11-30 15:25:59 +0000 | [diff] [blame] | 657 | # Missing layoutTestController.findString() http://webkit.org/b/50236 |
mitz@apple.com | b642f7c | 2010-11-30 07:25:39 +0000 | [diff] [blame] | 658 | editing/text-iterator/findString.html |
| 659 | |
ossy@webkit.org | dc9d733 | 2009-10-20 14:25:31 +0000 | [diff] [blame] | 660 | # Missing layoutTestController.setAlwaysAcceptCookies() |
ossy@webkit.org | 17aff38 | 2009-10-26 11:58:58 +0000 | [diff] [blame] | 661 | http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html |
ossy@webkit.org | dc9d733 | 2009-10-20 14:25:31 +0000 | [diff] [blame] | 662 | |
ossy@webkit.org | 4032abd | 2010-12-08 11:23:34 +0000 | [diff] [blame] | 663 | # Missing layoutTestController.testRepaint() |
| 664 | fast/repaint/table-writing-modes-h.html |
| 665 | fast/repaint/table-writing-modes-v.html |
ossy@webkit.org | c22c277 | 2010-12-20 09:23:58 +0000 | [diff] [blame] | 666 | fast/repaint/text-emphasis-h.html |
| 667 | fast/repaint/text-emphasis-v.html |
ossy@webkit.org | 4032abd | 2010-12-08 11:23:34 +0000 | [diff] [blame] | 668 | |
robert@webkit.org | d1b7044 | 2010-06-19 11:02:54 +0000 | [diff] [blame] | 669 | # This requires didClearWindowObjectForFrameInIsolatedWorld foo in FrameLoaderClient |
| 670 | http/tests/security/isolatedWorld/didClearWindowObject.html |
| 671 | # This needs more investigation |
| 672 | http/tests/security/isolatedWorld/world-reuse.html |
ossy@webkit.org | 420f04c | 2010-01-22 12:56:31 +0000 | [diff] [blame] | 673 | |
ossy@webkit.org | 2df68bd | 2010-04-19 16:41:05 +0000 | [diff] [blame] | 674 | # Missing layoutTestController.dumpWillCacheResponse |
| 675 | http/tests/misc/willCacheResponse-delegate-callback.html |
vestbo@webkit.org | afc5012 | 2009-09-04 15:34:44 +0000 | [diff] [blame] | 676 | |
ossy@webkit.org | fd8bb22 | 2010-12-15 08:10:13 +0000 | [diff] [blame] | 677 | # Missing layoutTestController.setHandlesAuthenticationChallenges() |
| 678 | http/tests/misc/authentication-sent-to-redirect.html |
| 679 | |
ossy@webkit.org | b9765c1 | 2009-10-19 14:42:56 +0000 | [diff] [blame] | 680 | # ------- broken ICO file decoding |
| 681 | fast/images/favicon-as-image.html |
| 682 | fast/images/icon-0colors.html |
| 683 | fast/images/icon-decoding.html |
| 684 | |
ossy@webkit.org | 5de9958 | 2009-11-09 11:08:58 +0000 | [diff] [blame] | 685 | # ------- missing ruby annotation support for japanese fonts |
rolandsteiner@chromium.org | 131f358 | 2010-10-13 07:25:57 +0000 | [diff] [blame] | 686 | fast/ruby/ruby-beforeafter.html |
ossy@webkit.org | 5de9958 | 2009-11-09 11:08:58 +0000 | [diff] [blame] | 687 | fast/ruby/ruby-empty-rt.html |
| 688 | fast/ruby/ruby-length.html |
| 689 | fast/ruby/ruby-run-break.html |
| 690 | fast/ruby/ruby-runs-spans.html |
| 691 | fast/ruby/ruby-runs.html |
| 692 | fast/ruby/ruby-simple-rp.html |
| 693 | fast/ruby/ruby-simple.html |
| 694 | fast/ruby/ruby-trailing.html |
| 695 | fast/ruby/rubyDOM-insert-rt.html |
| 696 | fast/ruby/rubyDOM-insert-text1.html |
| 697 | fast/ruby/rubyDOM-insert-text2.html |
| 698 | fast/ruby/rubyDOM-insert-text3.html |
| 699 | fast/ruby/rubyDOM-remove-rt1.html |
| 700 | fast/ruby/rubyDOM-remove-rt2.html |
| 701 | fast/ruby/rubyDOM-remove-text1.html |
| 702 | fast/ruby/rubyDOM-remove-text2.html |
| 703 | |
ossy@webkit.org | a5d0ad0 | 2011-04-13 00:18:04 +0000 | [diff] [blame] | 704 | # [Qt] http/tests/misc/favicon-loads-with-icon-loading-override.html fails |
| 705 | # https://bugs.webkit.org/show_bug.cgi?id=58396 |
| 706 | http/tests/misc/favicon-loads-with-icon-loading-override.html |
| 707 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 708 | # ============================================================================= # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 709 | # Failing SVG tests |
| 710 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 711 | |
| 712 | svg/batik/filters/feTile.svg |
| 713 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 714 | svg/dom/length-list-parser.html |
| 715 | svg/css/group-with-shadow.svg |
| 716 | svg/filters/big-sized-filter-2.svg |
| 717 | svg/filters/big-sized-filter.svg |
| 718 | svg/filters/feDisplacementMap.svg |
| 719 | svg/filters/filterRes.svg |
| 720 | svg/css/composite-shadow-example.html |
| 721 | svg/css/composite-shadow-with-opacity.html |
lars | fe7751b | 2007-10-05 08:57:06 +0000 | [diff] [blame] | 722 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 723 | # --- to be reviewed |
| 724 | svg/batik/filters/filterRegions.svg |
| 725 | svg/batik/masking/maskRegions.svg |
| 726 | svg/batik/paints/gradientLimit.svg |
| 727 | svg/batik/paints/patternPreserveAspectRatioA.svg |
| 728 | svg/batik/paints/patternRegionA.svg |
| 729 | svg/batik/paints/patternRegions.svg |
| 730 | svg/batik/text/longTextOnPath.svg |
| 731 | svg/batik/text/smallFonts.svg |
| 732 | svg/batik/text/textAnchor2.svg |
| 733 | svg/batik/text/textAnchor3.svg |
| 734 | svg/batik/text/textAnchor.svg |
| 735 | svg/batik/text/textDecoration2.svg |
| 736 | svg/batik/text/textEffect2.svg |
| 737 | svg/batik/text/textEffect3.svg |
| 738 | svg/batik/text/textEffect.svg |
| 739 | svg/batik/text/textFeatures.svg |
| 740 | svg/batik/text/textGlyphOrientationHorizontal.svg |
| 741 | svg/batik/text/textLayout2.svg |
| 742 | svg/batik/text/textLayout.svg |
| 743 | svg/batik/text/textLength.svg |
| 744 | svg/batik/text/textOnPath2.svg |
| 745 | svg/batik/text/textOnPath3.svg |
| 746 | svg/batik/text/textOnPathSpaces.svg |
| 747 | svg/batik/text/textOnPath.svg |
| 748 | svg/batik/text/textPCDATA.svg |
| 749 | svg/batik/text/textPosition2.svg |
| 750 | svg/batik/text/textPosition.svg |
| 751 | svg/batik/text/textProperties2.svg |
| 752 | svg/batik/text/textProperties.svg |
| 753 | svg/batik/text/textStyles.svg |
| 754 | svg/batik/text/verticalTextOnPath.svg |
| 755 | svg/batik/text/verticalText.svg |
| 756 | svg/batik/text/xmlSpace.svg |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 757 | svg/custom/group-opacity.svg |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 758 | svg/custom/hit-test-with-br.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 759 | svg/custom/text-linking.svg |
ossy@webkit.org | 05ae9dd | 2011-02-18 23:42:03 +0000 | [diff] [blame] | 760 | svg/custom/feComponentTransfer-Discrete.svg |
| 761 | svg/custom/feComponentTransfer-Gamma.svg |
| 762 | svg/custom/feComponentTransfer-Linear.svg |
| 763 | svg/custom/feComponentTransfer-Table.svg |
| 764 | svg/custom/feDisplacementMap-01.svg |
| 765 | svg/custom/foreign-object-skew.svg |
| 766 | svg/custom/grayscale-gradient-mask.svg |
| 767 | svg/custom/js-late-clipPath-and-object-creation.svg |
| 768 | svg/custom/js-late-clipPath-creation.svg |
| 769 | svg/custom/js-late-pattern-and-object-creation.svg |
| 770 | svg/custom/js-late-pattern-creation.svg |
| 771 | svg/custom/junk-data.svg |
ossy@webkit.org | 05ae9dd | 2011-02-18 23:42:03 +0000 | [diff] [blame] | 772 | svg/custom/missing-xlink.svg |
| 773 | svg/custom/path-bad-data.svg |
| 774 | svg/custom/percentage-rect.svg |
| 775 | svg/custom/pointer-events-image.svg |
ossy@webkit.org | 05ae9dd | 2011-02-18 23:42:03 +0000 | [diff] [blame] | 776 | svg/custom/visibility-override-filter.svg |
| 777 | svg/custom/stroke-width-click.svg |
| 778 | svg/css/css-box-min-width.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 779 | svg/hixie/dynamic/005.xml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 780 | svg/hixie/error/013.xml |
| 781 | svg/hixie/processing-model/003.xml |
| 782 | svg/hixie/processing-model/004.xml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 783 | svg/text/text-fonts-01-t.svg |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 784 | svg/text/text-intro-05-t.svg |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 785 | svg/text/text-tselect-02-f.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 786 | svg/W3C-SVG-1.1/animate-elem-08-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 787 | svg/W3C-SVG-1.1/animate-elem-80-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 788 | svg/W3C-SVG-1.1/coords-viewattr-01-b.svg |
| 789 | svg/W3C-SVG-1.1/coords-viewattr-02-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 790 | svg/W3C-SVG-1.1/filters-image-01-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 791 | svg/W3C-SVG-1.1/filters-offset-01-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 792 | svg/W3C-SVG-1.1/fonts-desc-02-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 793 | svg/W3C-SVG-1.1/fonts-glyph-04-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 794 | svg/W3C-SVG-1.1/linking-a-03-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 795 | svg/W3C-SVG-1.1/masking-path-04-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 796 | svg/W3C-SVG-1.1/metadata-example-01-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 797 | svg/W3C-SVG-1.1/paths-data-10-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 798 | svg/W3C-SVG-1.1/shapes-polyline-01-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 799 | svg/W3C-SVG-1.1/struct-cond-02-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 800 | svg/W3C-SVG-1.1/struct-use-01-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 801 | svg/W3C-SVG-1.1/text-fonts-01-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 802 | svg/W3C-SVG-1.1/text-intro-05-t.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 803 | svg/W3C-SVG-1.1/text-tselect-02-f.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 804 | svg/carto.net/button.svg |
| 805 | svg/carto.net/colourpicker.svg |
| 806 | svg/carto.net/combobox.svg |
| 807 | svg/carto.net/scrollbar.svg |
| 808 | svg/carto.net/selectionlist.svg |
| 809 | svg/carto.net/slider.svg |
| 810 | svg/carto.net/tabgroup.svg |
| 811 | svg/carto.net/textbox.svg |
| 812 | svg/carto.net/window.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 813 | svg/hixie/cascade/001-broken.xml |
| 814 | svg/hixie/cascade/002.xml |
| 815 | svg/hixie/data-types/001.xml |
| 816 | svg/hixie/data-types/002.xhtml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 817 | svg/hixie/dynamic/003.xml |
| 818 | svg/hixie/dynamic/004.xml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 819 | svg/hixie/dynamic/006.xml |
| 820 | svg/hixie/error/001.xml |
| 821 | svg/hixie/error/002.xml |
| 822 | svg/hixie/error/003.xml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 823 | svg/hixie/error/007.xml |
| 824 | svg/hixie/error/008.xml |
| 825 | svg/hixie/error/009.xml |
| 826 | svg/hixie/error/010.xml |
| 827 | svg/hixie/error/011.xml |
| 828 | svg/hixie/error/012.xml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 829 | svg/hixie/error/014-test.xml |
| 830 | svg/hixie/error/014.xml |
| 831 | svg/hixie/error/015.xml |
| 832 | svg/hixie/error/016.xml |
| 833 | svg/hixie/error/017.xml |
| 834 | svg/hixie/links/001.xml |
| 835 | svg/hixie/links/002.xml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 836 | svg/hixie/mixed/003.xml |
| 837 | svg/hixie/mixed/004.xml |
| 838 | svg/hixie/mixed/005.xml |
| 839 | svg/hixie/mixed/006.xml |
| 840 | svg/hixie/mixed/008.xml |
| 841 | svg/hixie/mixed/009.xml |
| 842 | svg/hixie/mixed/010.xml |
| 843 | svg/hixie/mixed/011.xml |
| 844 | svg/hixie/painting/001.xml |
| 845 | svg/hixie/perf/001.xml |
| 846 | svg/hixie/perf/002.xml |
| 847 | svg/hixie/perf/003.xml |
| 848 | svg/hixie/perf/004.xml |
| 849 | svg/hixie/perf/005.xml |
| 850 | svg/hixie/perf/006.xml |
| 851 | svg/hixie/perf/007.xml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 852 | svg/hixie/processing-model/005.xml |
| 853 | svg/hixie/rendering-model/001.xml |
| 854 | svg/hixie/rendering-model/002.xml |
| 855 | svg/hixie/rendering-model/003.xhtml |
| 856 | svg/hixie/rendering-model/003a.xml |
| 857 | svg/hixie/rendering-model/004.xhtml |
| 858 | svg/hixie/shapes/path/001.xml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 859 | svg/hixie/text/002.xml |
| 860 | svg/hixie/text/003.html |
| 861 | svg/hixie/text/003a.xml |
| 862 | svg/hixie/text/003b.xml |
| 863 | svg/hixie/transform/001.xml |
| 864 | svg/hixie/use/001.xml |
| 865 | svg/hixie/use/002-test.xml |
| 866 | svg/hixie/use/002.xml |
| 867 | svg/hixie/viewbox/001.xml |
| 868 | svg/hixie/viewbox/002.xml |
| 869 | svg/hixie/viewbox/003.xml |
| 870 | svg/hixie/viewbox/004.xml |
| 871 | svg/hixie/viewbox/preserveAspectRatio/001.xml |
| 872 | svg/hixie/viewbox/preserveAspectRatio/002.xml |
hausmann@webkit.org | a181487 | 2008-05-07 14:21:40 +0000 | [diff] [blame] | 873 | svg/W3C-SVG-1.1/struct-frag-01-t.svg |
| 874 | svg/css/getComputedStyle-basic.xhtml |
hausmann@webkit.org | a181487 | 2008-05-07 14:21:40 +0000 | [diff] [blame] | 875 | svg/dom/SVGRectElement/rect-modify-rx.svg |
| 876 | svg/hixie/dynamic/002.xml |
| 877 | svg/hixie/mixed/007.xml |
hausmann@webkit.org | 9f6c293 | 2008-05-26 12:29:11 +0000 | [diff] [blame] | 878 | |
ossy@webkit.org | 91b5de1 | 2011-03-16 16:52:49 +0000 | [diff] [blame] | 879 | # --- missing test fonts |
| 880 | svg/W3C-I18N/g-dirLTR-ubNone.svg |
| 881 | svg/W3C-I18N/g-dirLTR-ubOverride.svg |
| 882 | svg/W3C-I18N/g-dirRTL-ubNone.svg |
| 883 | svg/W3C-I18N/g-dirRTL-ubOverride.svg |
| 884 | svg/W3C-I18N/text-anchor-dirLTR-anchorEnd.svg |
| 885 | svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle.svg |
| 886 | svg/W3C-I18N/text-anchor-dirLTR-anchorStart.svg |
| 887 | svg/W3C-I18N/text-anchor-dirNone-anchorEnd.svg |
| 888 | svg/W3C-I18N/text-anchor-dirNone-anchorMiddle.svg |
| 889 | svg/W3C-I18N/text-anchor-dirNone-anchorStart.svg |
| 890 | svg/W3C-I18N/text-anchor-dirRTL-anchorEnd.svg |
| 891 | svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle.svg |
| 892 | svg/W3C-I18N/text-anchor-dirRTL-anchorStart.svg |
| 893 | svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd.svg |
| 894 | svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle.svg |
| 895 | svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart.svg |
| 896 | svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd.svg |
| 897 | svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle.svg |
| 898 | svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart.svg |
| 899 | svg/W3C-I18N/text-anchor-no-markup.svg |
| 900 | svg/W3C-I18N/text-dirLTR-ubNone.svg |
| 901 | svg/W3C-I18N/text-dirLTR-ubOverride.svg |
| 902 | svg/W3C-I18N/text-dirRTL-ubNone.svg |
| 903 | svg/W3C-I18N/text-dirRTL-ubOverride.svg |
| 904 | svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context.svg |
| 905 | svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context.svg |
| 906 | svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context.svg |
| 907 | svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context.svg |
| 908 | svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context.svg |
| 909 | svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context.svg |
| 910 | svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context.svg |
| 911 | svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context.svg |
| 912 | svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context.svg |
| 913 | svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context.svg |
| 914 | svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context.svg |
| 915 | svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context.svg |
| 916 | svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context.svg |
| 917 | svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context.svg |
| 918 | svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context.svg |
| 919 | svg/W3C-I18N/tspan-direction-ltr.svg |
| 920 | svg/W3C-I18N/tspan-direction-rtl.svg |
ossy@webkit.org | 752f648 | 2011-03-16 17:22:50 +0000 | [diff] [blame] | 921 | svg/W3C-SVG-1.1/text-fonts-01-t.svg |
| 922 | svg/W3C-SVG-1.1/text-intro-05-t.svg |
| 923 | svg/W3C-SVG-1.1/text-tselect-02-f.svg |
ossy@webkit.org | 91b5de1 | 2011-03-16 16:52:49 +0000 | [diff] [blame] | 924 | svg/W3C-SVG-1.1-SE/text-intro-02-b.svg |
| 925 | svg/W3C-SVG-1.1-SE/text-intro-05-t.svg |
| 926 | svg/W3C-SVG-1.1-SE/text-intro-09-b.svg |
| 927 | svg/text/bidi-reorder-value-lists.svg |
| 928 | svg/text/bidi-text-anchor-direction.svg |
| 929 | svg/text/bidi-text-query.svg |
| 930 | svg/text/bidi-tspans.svg |
ossy@webkit.org | 752f648 | 2011-03-16 17:22:50 +0000 | [diff] [blame] | 931 | svg/text/text-fonts-01-t.svg |
| 932 | svg/text/text-intro-05-t.svg |
| 933 | svg/text/text-tselect-02-f.svg |
ossy@webkit.org | 91b5de1 | 2011-03-16 16:52:49 +0000 | [diff] [blame] | 934 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 935 | # ============================================================================= # |
| 936 | # failing animations tests |
| 937 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 938 | # Needs expected results |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 939 | animations/animation-drt-api.html |
| 940 | animations/animation-drt-api-multiple-keyframes.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 941 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 942 | # ============================================================================= # |
| 943 | # Failing CSS Tests |
| 944 | # ============================================================================= # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 945 | # REGRESSION (r53450) - skipped until fix |
| 946 | # https://bugs.webkit.org/show_bug.cgi?id=33834 |
| 947 | css1/box_properties/acid_test.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 948 | |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 949 | css2.1/t010403-shand-font-02-b.html |
| 950 | css2.1/t010403-shand-font-03-b.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 951 | css2.1/t0511-c21-pseud-link-02-e.html |
| 952 | css2.1/t0511-c21-pseud-link-03-e.html |
| 953 | css2.1/t051201-c23-first-line-00-b.html |
| 954 | css2.1/t051202-c24-first-lttr-00-b.html |
| 955 | css2.1/t051202-c26-psudo-nest-00-c.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 956 | css2.1/t0602-c13-inh-underlin-00-e.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 957 | css2.1/t0804-c5507-ipadn-r-02-b-ag.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 958 | css2.1/t0805-c5522-brdr-02-e.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 959 | css2.1/t0905-c414-flt-fit-01-d-g.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 960 | css2.1/t0905-c5525-flthw-00-c-g.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 961 | css2.1/t0905-c5526-flthw-00-c-g.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 962 | css2.1/t1004-c43-rpl-ibx-00-d-ag.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 963 | css2.1/t100801-c42-ibx-ht-00-d-a.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 964 | css2.1/t100801-c544-valgn-01-d-ag.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 965 | css2.1/t100801-c548-ln-ht-02-b-ag.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 966 | css2.1/t1008-c44-ln-box-00-d-ag.html |
| 967 | css2.1/t1008-c44-ln-box-01-d-ag.html |
| 968 | css2.1/t1008-c44-ln-box-02-d-ag.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 969 | css2.1/t1202-counters-04-b.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 970 | css2.1/t1601-c547-indent-00-b-a.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 971 | css2.1/t1602-c43-center-00-d-ag.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 972 | css2.1/t1604-c541-word-sp-00-b-a.html |
| 973 | css2.1/t1604-c541-word-sp-01-b-a.html |
| 974 | css2.1/t1604-c542-letter-sp-00-b-a.html |
| 975 | css2.1/t1604-c542-letter-sp-01-b-a.html |
| 976 | css2.1/t1605-c545-txttrans-00-b-ag.html |
hausmann@webkit.org | a4200b64 | 2009-09-30 12:16:33 +0000 | [diff] [blame] | 977 | css2.1/t140201-c534-bgreps-00-c-ag.html |
| 978 | css2.1/t140201-c534-bgreps-01-c-ag.html |
| 979 | css2.1/t140201-c534-bgreps-02-c-ag.html |
| 980 | css2.1/t140201-c534-bgreps-03-c-ag.html |
| 981 | css2.1/t140201-c534-bgreps-04-c-ag.html |
| 982 | css2.1/t140201-c534-bgreps-05-c-ag.html |
hausmann@webkit.org | a4200b64 | 2009-09-30 12:16:33 +0000 | [diff] [blame] | 983 | css2.1/t140201-c537-bgfxps-00-c-ag.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 984 | |
| 985 | # ============================================================================= # |
| 986 | # Failing dom/xhtml tests |
| 987 | # ============================================================================= # |
| 988 | dom/xhtml/level3/core/canonicalform08.xhtml |
| 989 | dom/xhtml/level3/core/canonicalform09.xhtml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 990 | dom/xhtml/level3/core/documentgetinputencoding03.xhtml |
| 991 | dom/xhtml/level3/core/entitygetinputencoding02.xhtml |
| 992 | dom/xhtml/level3/core/entitygetxmlversion02.xhtml |
| 993 | dom/xhtml/level3/core/nodegetbaseuri05.xhtml |
| 994 | dom/xhtml/level3/core/nodegetbaseuri07.xhtml |
| 995 | dom/xhtml/level3/core/nodegetbaseuri09.xhtml |
| 996 | dom/xhtml/level3/core/nodegetbaseuri10.xhtml |
| 997 | dom/xhtml/level3/core/nodegetbaseuri11.xhtml |
| 998 | dom/xhtml/level3/core/nodegetbaseuri15.xhtml |
| 999 | dom/xhtml/level3/core/nodegetbaseuri17.xhtml |
| 1000 | dom/xhtml/level3/core/nodegetbaseuri18.xhtml |
| 1001 | dom/xhtml/level3/core/nodelookupnamespaceuri01.xhtml |
| 1002 | dom/xhtml/level3/core/nodelookupprefix19.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1003 | |
| 1004 | # ============================================================================= # |
| 1005 | # Failing editing/deleting tests |
| 1006 | # ============================================================================= # |
| 1007 | |
| 1008 | # -- fail with --platform mac --ignore-metrics |
| 1009 | editing/deleting/delete-ligature-001.html |
| 1010 | editing/deleting/delete-ligature-002.html |
| 1011 | editing/deleting/delete-ligature-003.html |
| 1012 | editing/deleting/delete-block-table.html |
| 1013 | editing/deleting/delete-line-end-ws-002.html |
| 1014 | editing/deleting/deletionUI-single-instance.html |
| 1015 | editing/deleting/collapse-whitespace-3587601-fix.html |
| 1016 | editing/deleting/delete-3608430-fix.html |
| 1017 | editing/deleting/delete-3608462-fix.html |
| 1018 | editing/deleting/delete-3800834-fix.html |
| 1019 | editing/deleting/delete-4083333-fix.html |
| 1020 | editing/deleting/delete-and-undo.html |
| 1021 | editing/deleting/delete-at-paragraph-boundaries-008.html |
| 1022 | editing/deleting/delete-block-merge-contents-018.html |
| 1023 | editing/deleting/delete-block-merge-contents-021.html |
| 1024 | editing/deleting/delete-block-merge-contents-022.html |
| 1025 | editing/deleting/delete-br-007.html |
| 1026 | editing/deleting/delete-contiguous-ws-001.html |
| 1027 | editing/deleting/delete-leading-ws-001.html |
| 1028 | editing/deleting/delete-listitem-001.html |
| 1029 | editing/deleting/delete-listitem-002.html |
| 1030 | editing/deleting/delete-tab-001.html |
| 1031 | editing/deleting/delete-tab-002.html |
| 1032 | editing/deleting/delete-tab-003.html |
| 1033 | editing/deleting/delete-tab-004.html |
| 1034 | editing/deleting/delete-ws-fixup-001.html |
| 1035 | editing/deleting/delete-ws-fixup-002.html |
| 1036 | editing/deleting/delete-ws-fixup-003.html |
| 1037 | editing/deleting/delete-ws-fixup-004.html |
| 1038 | editing/deleting/forward-delete.html |
| 1039 | editing/deleting/smart-delete-002.html |
| 1040 | |
robert@webkit.org | 1585794 | 2010-05-03 15:39:54 +0000 | [diff] [blame] | 1041 | # =========================================================================== # |
| 1042 | # Failing editing/selection tests. # |
| 1043 | # =========================================================================== # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1044 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1045 | # This seems to pass now! |
| 1046 | editing/selection/extend-selection-after-double-click.html |
| 1047 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1048 | # -- fail with --platform mac --ignore-metrics |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1049 | editing/selection/doubleclick-beside-cr-span.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1050 | editing/selection/drag-start-event-client-x-y.html |
| 1051 | editing/selection/hit-test-anonymous.html |
| 1052 | editing/selection/4895428-1.html |
| 1053 | editing/selection/4895428-4.html |
| 1054 | editing/selection/5057506-2.html |
| 1055 | editing/selection/5057506.html |
| 1056 | editing/selection/5232159.html |
| 1057 | editing/selection/5333725.html |
| 1058 | editing/selection/click-start-of-line.html |
| 1059 | editing/selection/contains-boundaries.html |
| 1060 | editing/selection/designmode-no-caret.html |
| 1061 | editing/selection/drag-to-contenteditable-iframe.html |
| 1062 | editing/selection/fake-drag.html |
| 1063 | editing/selection/inline-closest-leaf-child.html |
| 1064 | editing/selection/mixed-editability-1.html |
| 1065 | editing/selection/select-from-textfield-outwards.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1066 | editing/selection/4983858.html |
| 1067 | editing/selection/end-of-document.html |
| 1068 | editing/selection/move-left-right.html |
| 1069 | editing/selection/select-all-001.html |
| 1070 | editing/selection/select-all-002.html |
| 1071 | editing/selection/select-all-003.html |
| 1072 | editing/selection/5081257-1.html |
| 1073 | editing/selection/5081257-2.html |
| 1074 | editing/selection/5234383-1.html |
| 1075 | editing/selection/5234383-2.html |
| 1076 | editing/selection/7152-1.html |
| 1077 | editing/selection/7152-2.html |
| 1078 | editing/selection/drag-in-iframe.html |
| 1079 | editing/selection/editable-html-element.html |
| 1080 | editing/selection/editable-non-editable-crash.html |
| 1081 | editing/selection/move-between-blocks-no-001.html |
| 1082 | editing/selection/move-past-trailing-space.html |
| 1083 | editing/selection/replace-selection-1.html |
| 1084 | editing/selection/select-all-005.html |
| 1085 | editing/selection/select-all-006.html |
| 1086 | editing/selection/select-box.html |
| 1087 | |
ossy@webkit.org | 7a5a5b6 | 2011-01-21 12:16:20 +0000 | [diff] [blame] | 1088 | # https://bugs.webkit.org/show_bug.cgi?id=52883 |
| 1089 | editing/selection/rtl-move-selection-right-left.html |
| 1090 | |
commit-queue@webkit.org | ddd8f6d | 2010-08-17 01:19:45 +0000 | [diff] [blame] | 1091 | # [Qt] editing tests fails after r54980 |
| 1092 | # https://bugs.webkit.org/show_bug.cgi?id=35145 |
commit-queue@webkit.org | ddd8f6d | 2010-08-17 01:19:45 +0000 | [diff] [blame] | 1093 | editing/selection/extend-after-mouse-selection.html |
| 1094 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1095 | # stderr |
| 1096 | editing/selection/editable-links.html |
| 1097 | editing/selection/drag-text-delay.html |
| 1098 | |
| 1099 | # https://bugs.webkit.org/show_bug.cgi?id=38656 |
| 1100 | editing/selection/shift-click.html |
| 1101 | |
| 1102 | # -- pass with --platform mac --ignore-metrics |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1103 | editing/selection/extend-selection-bidi.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1104 | editing/selection/selection-background.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1105 | editing/selection/4397952.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1106 | editing/selection/4932260-1.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1107 | editing/selection/5007143-2.html |
| 1108 | editing/selection/5007143.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1109 | editing/selection/caret-rtl-2.html |
| 1110 | editing/selection/caret-rtl.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1111 | editing/selection/iframe.html |
| 1112 | editing/selection/image-before-linebreak.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1113 | editing/selection/mixed-editability-2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1114 | editing/selection/move-by-character-6.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1115 | editing/selection/select-element-paragraph-boundary.html |
robert@webkit.org | 1585794 | 2010-05-03 15:39:54 +0000 | [diff] [blame] | 1116 | |
ojan@chromium.org | 1ce008c | 2010-07-08 23:51:58 +0000 | [diff] [blame] | 1117 | # https://bugs.webkit.org/show_bug.cgi?id=41918 |
| 1118 | editing/selection/5195166-1.html |
robert@webkit.org | 1585794 | 2010-05-03 15:39:54 +0000 | [diff] [blame] | 1119 | |
philn@webkit.org | fd50428 | 2010-09-21 06:54:09 +0000 | [diff] [blame] | 1120 | # and https://bugs.webkit.org/show_bug.cgi?id=45021 |
| 1121 | media/context-menu-actions.html |
philn@webkit.org | 88a209f | 2010-09-16 16:06:46 +0000 | [diff] [blame] | 1122 | |
ossy@webkit.org | 1deabf2 | 2011-01-24 14:24:10 +0000 | [diff] [blame] | 1123 | # RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line |
| 1124 | # https://bugs.webkit.org/show_bug.cgi?id=51517 |
| 1125 | editing/selection/extend-to-line-boundary.html |
| 1126 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1127 | # ============================================================================= # |
| 1128 | # Failing editing/spelling tests |
| 1129 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1130 | # Need to dump context menu items on eventSender.contextClick(true). |
| 1131 | # https://bugs.webkit.org/show_bug.cgi?id=39103 |
| 1132 | editing/spelling/context-menu-suggestions.html |
| 1133 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1134 | # -- fail with --platform mac --ignore-metrics |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1135 | editing/spelling/inline_spelling_markers.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1136 | editing/spelling/spelling-linebreak.html |
| 1137 | |
| 1138 | # -- pass with --platform mac --ignore-metrics |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1139 | editing/spelling/spellcheck-attribute.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1140 | editing/spelling/spelling.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1141 | |
ossy@webkit.org | 5a7bf75 | 2011-03-02 14:45:44 +0000 | [diff] [blame] | 1142 | # textInputController.hasMarkedText() is not implemented. |
| 1143 | editing/input/setting-input-value-cancel-ime-composition.html |
| 1144 | |
commit-queue@webkit.org | 77ba145 | 2010-09-03 10:36:04 +0000 | [diff] [blame] | 1145 | # textInputController.hasSpellingMarkers() is not implemented. |
morrita@google.com | 3cb95c7 | 2010-11-05 04:58:51 +0000 | [diff] [blame] | 1146 | editing/spelling/spelling-hasspellingmarker.html |
commit-queue@webkit.org | 77ba145 | 2010-09-03 10:36:04 +0000 | [diff] [blame] | 1147 | |
adele@apple.com | aeeb7f1 | 2011-03-28 21:48:28 +0000 | [diff] [blame] | 1148 | # textInputController.hasGrammarMarkers() is not implemented. |
| 1149 | editing/spelling/grammar.html |
| 1150 | |
morrita@google.com | 00b3f0f | 2010-09-09 03:26:17 +0000 | [diff] [blame] | 1151 | # https://bugs.webkit.org/show_bug.cgi?id=45435 |
| 1152 | editing/spelling/spelling-backspace-between-lines.html |
| 1153 | |
morrita@google.com | d165d1d | 2010-10-28 10:41:58 +0000 | [diff] [blame] | 1154 | editing/spelling/spelling-attribute-change.html |
morrita@google.com | 447109a | 2010-11-02 06:34:26 +0000 | [diff] [blame] | 1155 | editing/spelling/spelling-attribute-at-child.html |
morrita@google.com | d165d1d | 2010-10-28 10:41:58 +0000 | [diff] [blame] | 1156 | |
morrita@google.com | 7a18fee | 2010-12-13 06:06:19 +0000 | [diff] [blame] | 1157 | # EditorClient::requestCheckingOfString() is not implemented |
| 1158 | editing/spelling/spellcheck-paste.html |
| 1159 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1160 | # ============================================================================= # |
| 1161 | # failing editing/style tests |
| 1162 | # ============================================================================= # |
| 1163 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1164 | editing/style/style-3681552-fix-002.html |
| 1165 | editing/style/apple-style-editable-mix.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1166 | editing/style/style-3681552-fix-001.html |
| 1167 | editing/style/typing-style-001.html |
| 1168 | editing/style/typing-style-002.html |
| 1169 | editing/style/unbold-in-bold.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1170 | editing/style/4916887.html |
| 1171 | editing/style/5017613-1.html |
| 1172 | editing/style/5017613-2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1173 | editing/style/5228141.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1174 | editing/style/block-style-001.html |
| 1175 | editing/style/block-style-002.html |
| 1176 | editing/style/block-style-003.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1177 | editing/style/block-styles-007.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1178 | editing/style/designmode.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1179 | editing/style/highlight.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1180 | editing/style/style-boundary-002.html |
| 1181 | editing/style/style-boundary-003.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1182 | editing/style/style-boundary-005.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1183 | |
| 1184 | # ============================================================================= # |
| 1185 | # failing undo tests |
| 1186 | # ============================================================================= # |
| 1187 | |
| 1188 | # -- pass with --platform mac --ignore-metrics |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1189 | editing/undo/5378473.html |
| 1190 | editing/undo/redo-typing-001.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1191 | editing/undo/undo-misspellings.html |
| 1192 | editing/undo/undo-typing-001.html |
| 1193 | |
| 1194 | # -- fail with --platform mac --ignore-metrics |
| 1195 | editing/undo/4063751.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1196 | editing/undo/undo-combined-delete-boundary.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1197 | editing/undo/undo-combined-delete.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1198 | editing/undo/undo-delete-boundary.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1199 | editing/undo/undo-delete.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1200 | editing/undo/undo-forward-delete-boundary.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1201 | editing/undo/undo-forward-delete.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1202 | |
| 1203 | # ============================================================================= # |
| 1204 | # failing unsupported-content tests |
| 1205 | # ============================================================================= # |
| 1206 | # -- pass with --platform mac --ignore-metrics |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1207 | editing/unsupported-content/list-delete-001.html |
| 1208 | editing/unsupported-content/list-delete-003.html |
| 1209 | editing/unsupported-content/list-type-after.html |
| 1210 | editing/unsupported-content/list-type-before.html |
| 1211 | editing/unsupported-content/table-delete-001.html |
| 1212 | editing/unsupported-content/table-delete-002.html |
| 1213 | editing/unsupported-content/table-delete-003.html |
| 1214 | editing/unsupported-content/table-type-after.html |
| 1215 | editing/unsupported-content/table-type-before.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1216 | |
| 1217 | |
| 1218 | # ============================================================================= # |
| 1219 | # failing fast tests |
| 1220 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1221 | |
ossy@webkit.org | 70d3e78 | 2011-04-05 10:35:36 +0000 | [diff] [blame] | 1222 | # [Qt] fast/ruby/overhang* tests fail |
| 1223 | # https://bugs.webkit.org/show_bug.cgi?id=57824 |
| 1224 | fast/ruby/overhang-horizontal.html |
| 1225 | fast/ruby/overhang-vertical.html |
| 1226 | |
ossy@webkit.org | 71bb4c5 | 2010-06-14 20:05:21 +0000 | [diff] [blame] | 1227 | # [Qt] fast/text/justify-padding-distribution.html fails |
| 1228 | # https://bugs.webkit.org/show_bug.cgi?id=40584 |
| 1229 | fast/text/justify-padding-distribution.html |
| 1230 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1231 | # Failing tests introduced by changing the default font sizes to |
| 1232 | # conform other platforms. Probably caused by previously hidden bugs. |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1233 | fast/history/history_reload.html |
| 1234 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1235 | # This test fails because Qt does not support conditionals in unicode special casing. |
| 1236 | # See also http://trolltech.com/developer/task-tracker/index_html?id=212870&method=entry |
| 1237 | fast/css/case-transform.html |
| 1238 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1239 | # New test hangs QT bot |
| 1240 | # Discussed in https://bugs.webkit.org/show_bug.cgi?id=38928 |
| 1241 | fast/loader/recursive-before-unload-crash.html |
| 1242 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1243 | # REGRESSION (r53450) - skipped until fix |
| 1244 | # https://bugs.webkit.org/show_bug.cgi?id=33834 |
| 1245 | fast/forms/textarea-scrollbar-height.html |
| 1246 | # Final four tests before Qt buildbot is green |
| 1247 | # https://bugs.webkit.org/show_bug.cgi?id=27914 |
| 1248 | fast/css/positioned-overflow-scroll.html |
| 1249 | fast/dom/prototype-inheritance-2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1250 | # This port doesn't support detecting slow unload handlers. |
| 1251 | fast/dom/Window/slow-unload-handler.html |
| 1252 | fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html |
| 1253 | # Need rebaseline: https://bugs.webkit.org/show_bug.cgi?id=26830 |
| 1254 | fast/multicol/single-line.html |
| 1255 | # validationMessage: https://bugs.webkit.org/show_bug.cgi?id=27959 |
| 1256 | fast/forms/validationMessage.html |
| 1257 | fast/css/color-correction-backgrounds-and-text.html |
| 1258 | fast/css/color-correction-on-background-image.html |
| 1259 | fast/css/color-correction-on-backgrounds.html |
| 1260 | fast/css/color-correction-on-box-shadow.html |
| 1261 | fast/css/color-correction-on-text-shadow.html |
| 1262 | fast/css/color-correction-on-text.html |
| 1263 | fast/css/color-correction-untagged-images.html |
| 1264 | fast/css/color-correction.html |
| 1265 | |
| 1266 | fast/block/positioning/relative-positioned-inline-container.html |
| 1267 | fast/repaint/block-selection-gap-in-composited-layer.html |
| 1268 | fast/repaint/block-selection-gap-in-table-cell.html |
| 1269 | fast/repaint/block-selection-gap-stale-cache-2.html |
| 1270 | fast/repaint/block-selection-gap-stale-cache.html |
| 1271 | fast/repaint/inline-overflow.html |
| 1272 | fast/repaint/inline-relative-positioned.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1273 | # eventSender missing touchCancel() and cancelTouchPoint() |
| 1274 | fast/events/touch/send-oncancel-event.html |
| 1275 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1276 | # Relies on WebKit API [WebView _loadBackForwardListFromOtherView:] |
| 1277 | fast/loader/crash-copying-backforwardlist.html |
| 1278 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1279 | # Needs platform specific API implemented in DRT, maybe not relevant for non-Mac and non-Windows ports |
| 1280 | fast/loader/api-test-new-window-data-load-base-url.html |
| 1281 | fast/loader/api-test-go-to-current-back-forward-item.html |
| 1282 | |
| 1283 | # Slider tests that need new results |
| 1284 | fast/forms/slider-padding.html |
| 1285 | fast/forms/slider-thumb-shared-style.html |
| 1286 | fast/forms/slider-thumb-stylability.html |
| 1287 | fast/forms/slider-zoomed.html |
| 1288 | fast/forms/slider-mouse-events.html |
| 1289 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1290 | # For some reason crashes when run with all tests. Passes individually. |
| 1291 | fast/forms/multiple-form-submission-protection-mouse.html |
| 1292 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1293 | # https://bugs.webkit.org/show_bug.cgi?id=35973 |
| 1294 | fast/multicol/hit-test-above-or-below.html |
| 1295 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1296 | # Not sure why this is failing on Qt. |
| 1297 | # https://bugs.webkit.org/show_bug.cgi?id=37697 |
| 1298 | fast/url/host.html |
| 1299 | |
| 1300 | # -- fail with --platform mac --ignore-metrics |
| 1301 | fast/box-sizing/percentage-height.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1302 | fast/dom/focus-contenteditable.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1303 | fast/dom/isindex-002.html |
| 1304 | # seems to trigger some bugs/missing features in QTextCodec |
| 1305 | fast/encoding/char-encoding.html |
| 1306 | # QUrl::from/toACE seems to be stricter than what ICU does. |
| 1307 | fast/encoding/idn-security.html |
| 1308 | fast/encoding/xmacroman-encoding-test.html |
| 1309 | fast/encoding/GBK/EUC-CN.html |
| 1310 | fast/encoding/GBK/chinese.html |
| 1311 | fast/encoding/GBK/cn-gb.html |
| 1312 | fast/encoding/GBK/csgb2312.html |
| 1313 | fast/encoding/GBK/csgb231280.html |
| 1314 | fast/encoding/GBK/gb2312.html |
| 1315 | fast/encoding/GBK/gb_2312-80.html |
| 1316 | fast/encoding/GBK/gbk.html |
| 1317 | fast/encoding/GBK/iso-ir-58.html |
| 1318 | fast/encoding/GBK/x-euc-cn.html |
| 1319 | fast/encoding/GBK/x-gbk.html |
| 1320 | fast/events/autoscroll.html |
| 1321 | fast/events/click-count.html |
| 1322 | fast/events/content-changed-during-drop.html |
| 1323 | fast/events/js-keyboard-event-creation.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1324 | fast/events/keypress-insert-tab.html |
| 1325 | fast/events/ondragenter.html |
| 1326 | fast/events/reveal-link-when-focused.html |
| 1327 | fast/events/standalone-image-drag-to-editable.html |
| 1328 | fast/events/updateLayoutForHitTest.html |
| 1329 | fast/forms/input-selectedoption.html |
| 1330 | fast/forms/drag-into-textarea.html |
| 1331 | fast/forms/input-readonly-autoscroll.html |
| 1332 | fast/forms/input-text-click-outside.html |
| 1333 | fast/forms/input-text-drag-down.html |
| 1334 | fast/forms/input-text-scroll-left-on-blur.html |
| 1335 | fast/forms/listbox-onchange.html |
| 1336 | fast/forms/listbox-selection-2.html |
| 1337 | fast/forms/listbox-selection.html |
| 1338 | fast/forms/onselect-textarea.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1339 | fast/forms/select-writing-direction-natural.html |
| 1340 | fast/forms/tabbing-input-iframe.html |
| 1341 | fast/forms/textAreaLineHeight.html |
| 1342 | fast/forms/textarea-scroll-height.html |
| 1343 | fast/forms/textarea-scrollbar.html |
| 1344 | fast/forms/textarea-scrolled-type.html |
| 1345 | fast/frames/iframe-window-focus.html |
| 1346 | fast/html/keygen.html |
| 1347 | fast/invalid/missing-end-tag.xhtml |
| 1348 | fast/invalid/residual-style.html |
| 1349 | fast/js/string-capitalization.html |
| 1350 | fast/lists/drag-into-marker.html |
| 1351 | fast/overflow/clip-rects-fixed-ancestor.html |
| 1352 | fast/overflow/overflow-rtl.html |
| 1353 | fast/overflow/overflow-x-y.html |
| 1354 | fast/overflow/scroll-nested-positioned-layer-in-overflow.html |
| 1355 | fast/overflow/scrollRevealButton.html |
| 1356 | fast/parser/external-entities.xml |
| 1357 | fast/parser/xhtml-alternate-entities.xml |
| 1358 | fast/repaint/box-shadow-h.html |
| 1359 | fast/repaint/box-shadow-v.html |
| 1360 | fast/repaint/fixed.html |
| 1361 | fast/repaint/flexible-box-overflow-horizontal.html |
| 1362 | fast/repaint/flexible-box-overflow.html |
| 1363 | fast/repaint/inline-block-overflow.html |
| 1364 | fast/repaint/layer-child-outline.html |
| 1365 | fast/repaint/layer-outline-horizontal.html |
| 1366 | fast/repaint/layer-outline.html |
| 1367 | fast/repaint/list-marker.html |
| 1368 | fast/repaint/overflow-outline-repaint.html |
| 1369 | fast/repaint/selection-gap-overflow-scroll.html |
| 1370 | fast/repaint/table-cell-vertical-overflow.html |
| 1371 | fast/repaint/text-selection-rect-in-overflow-2.html |
| 1372 | fast/repaint/text-selection-rect-in-overflow.html |
| 1373 | fast/repaint/text-shadow-horizontal.html |
| 1374 | fast/repaint/text-shadow.html |
| 1375 | fast/replaced/width100percent-textarea.html |
| 1376 | fast/table/giantCellspacing.html |
| 1377 | fast/text/atsui-pointtooffset-calls-cg.html |
| 1378 | fast/text/atsui-rtl-override-selection.html |
| 1379 | fast/text/in-rendered-text-rtl.html |
| 1380 | fast/text/large-text-composed-char-dos.html |
| 1381 | fast/text/international/002.html |
| 1382 | fast/block/positioning/absolute-in-inline-rtl-4.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1383 | fast/canvas/canvas-gradient-addStop-error.html |
| 1384 | fast/css/zoom-body-scroll.html |
| 1385 | fast/dom/Element/getBoundingClientRect.html |
| 1386 | fast/dom/Element/getClientRects.html |
| 1387 | fast/dom/Range/getBoundingClientRect.html |
| 1388 | fast/dom/Range/getClientRects.html |
| 1389 | fast/dom/tabindex-clamp.html |
| 1390 | fast/dom/HTMLScriptElement/nested-execution.html |
| 1391 | fast/dom/Window/webkitConvertPoint.html |
| 1392 | fast/encoding/char-encoding-mac.html |
| 1393 | fast/encoding/hebrew/8859-8-e.html |
| 1394 | fast/encoding/hebrew/8859-8-i.html |
| 1395 | fast/encoding/hebrew/logical.html |
| 1396 | fast/events/crash-on-mutate-during-drop.html |
| 1397 | fast/forms/option-mouseevents.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1398 | fast/forms/text-control-intrinsic-widths.html |
| 1399 | fast/forms/textarea-metrics.html |
| 1400 | fast/history/window-open.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1401 | fast/dom/HTMLDocument/hasFocus.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1402 | fast/dom/Range/range-expand.html |
| 1403 | fast/encoding/char-decoding.html |
| 1404 | fast/encoding/frame-default-enc.html |
| 1405 | fast/encoding/invalid-xml.html |
| 1406 | fast/events/attempt-scroll-with-no-scrollbars.html |
| 1407 | fast/events/key-events-in-input-button.html |
| 1408 | fast/forms/input-radio-checked-tab.html |
| 1409 | fast/frames/onlyCommentInIFrame.html |
| 1410 | fast/invalid/junk-data.xml |
| 1411 | fast/loader/text-document-wrapping.html |
| 1412 | fast/overflow/005.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1413 | fast/repaint/inline-outline-repaint.html |
| 1414 | fast/text/find-case-folding.html |
| 1415 | fast/text/large-text-composed-char.html |
| 1416 | fast/text/basic/014.html |
xji@chromium.org | e66fb08 | 2011-01-25 00:58:57 +0000 | [diff] [blame] | 1417 | fast/text/international/cjk-segmentation.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1418 | fast/text/international/rtl-white-space-pre-wrap.html |
| 1419 | fast/text/whitespace/pre-wrap-overflow-selection.html |
| 1420 | fast/block/basic/text-indent-rtl.html |
| 1421 | fast/block/float/026.html |
| 1422 | fast/block/float/028.html |
| 1423 | fast/block/float/editable-text-overlapping-float.html |
| 1424 | fast/block/margin-collapse/103.html |
| 1425 | fast/block/positioning/auto/006.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1426 | fast/css/text-overflow-ellipsis-bidi.html |
| 1427 | fast/css/text-overflow-ellipsis.html |
| 1428 | fast/css/text-overflow-ellipsis-strict.html |
| 1429 | fast/dom/HTMLTextAreaElement/reset-textarea.html |
| 1430 | fast/dom/icon-url-property.html |
| 1431 | fast/dynamic/008.html |
| 1432 | fast/encoding/char-decoding-mac.html |
| 1433 | fast/encoding/hebrew/csISO88598I.html |
| 1434 | fast/events/offsetX-offsetY.html |
| 1435 | fast/forms/basic-textareas.html |
| 1436 | fast/forms/box-shadow-override.html |
| 1437 | fast/forms/button-white-space.html |
| 1438 | fast/forms/disabled-select-change-index.html |
| 1439 | fast/forms/file-input-direction.html |
| 1440 | fast/forms/file-input-disabled.html |
| 1441 | fast/forms/form-element-geometry.html |
| 1442 | fast/forms/hidden-input-file.html |
| 1443 | fast/forms/input-appearance-height.html |
| 1444 | fast/forms/input-appearance-width.html |
| 1445 | fast/forms/input-disabled-color.html |
| 1446 | fast/forms/input-table.html |
| 1447 | fast/forms/input-value.html |
| 1448 | fast/forms/listbox-deselect-scroll.html |
| 1449 | fast/forms/listbox-hit-test-zoomed.html |
| 1450 | fast/forms/negativeLineHeight.html |
| 1451 | fast/forms/placeholder-pseudo-style.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1452 | fast/forms/textarea-align.html |
| 1453 | fast/forms/textarea-setinnerhtml.html |
| 1454 | fast/forms/textarea-width.html |
| 1455 | fast/inline/inline-borders-with-bidi-override.html |
| 1456 | fast/layers/scroll-rect-to-visible.html |
| 1457 | fast/layers/video-layer.html |
| 1458 | fast/media/mq-transform-02.html |
| 1459 | fast/media/mq-transform-03.html |
| 1460 | fast/overflow/image-selection-highlight.html |
| 1461 | fast/overflow/infiniteRecursionGuard.html |
| 1462 | fast/overflow/overflow_hidden.html |
| 1463 | fast/overflow/overflow-text-hit-testing.html |
| 1464 | fast/overflow/unreachable-overflow-rtl-bug.html |
| 1465 | fast/parser/entity-comment-in-textarea.html |
| 1466 | fast/parser/open-comment-in-textarea.html |
| 1467 | fast/repaint/focus-ring.html |
| 1468 | fast/repaint/selection-after-delete.html |
| 1469 | fast/repaint/selection-after-remove.html |
| 1470 | fast/repaint/shadow-multiple-horizontal.html |
| 1471 | fast/repaint/shadow-multiple-strict-horizontal.html |
| 1472 | fast/repaint/shadow-multiple-strict-vertical.html |
| 1473 | fast/repaint/shadow-multiple-vertical.html |
| 1474 | fast/replaced/border-radius-clip.html |
| 1475 | fast/table/003.html |
| 1476 | fast/table/cell-pref-width-invalidation.html |
| 1477 | fast/text/atsui-spacing-features.html |
tony@chromium.org | 7ca6bde | 2010-11-17 23:41:36 +0000 | [diff] [blame] | 1478 | fast/text/atsui-negative-spacing-features.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1479 | fast/text/basic/015.html |
| 1480 | fast/text/capitalize-boundaries.html |
| 1481 | fast/text/complex-text-opacity.html |
| 1482 | fast/text/embed-at-end-of-pre-wrap-line.html |
| 1483 | fast/text/international/003.html |
| 1484 | fast/text/international/bidi-AN-after-empty-run.html |
| 1485 | fast/text/international/bidi-layout-across-linebreak.html |
| 1486 | fast/text/international/bidi-LDB-2-formatting-characters.html |
| 1487 | fast/text/international/bidi-LDB-2-HTML.html |
| 1488 | fast/text/international/bidi-listbox-atsui.html |
| 1489 | fast/text/international/bidi-listbox.html |
| 1490 | fast/text/international/bidi-override.html |
| 1491 | fast/text/line-breaks-after-white-space.html |
| 1492 | fast/text/trailing-white-space-2.html |
| 1493 | fast/text/trailing-white-space.html |
| 1494 | fast/text/whitespace/normal-after-nowrap-breaking.html |
| 1495 | fast/text/whitespace/pre-break-word.html |
| 1496 | fast/text/whitespace/pre-wrap-line-test.html |
| 1497 | fast/text/whitespace/pre-wrap-spaces-after-newline.html |
| 1498 | fast/text/whitespace/tab-character-basics.html |
| 1499 | fast/text/word-break.html |
| 1500 | fast/text/word-break-run-rounding.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1501 | |
| 1502 | # -- timedout with --platform mac --ignore-metrics |
| 1503 | fast/events/5056619.html |
| 1504 | fast/events/drag-in-frames.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1505 | fast/text/international/thai-line-breaks.html |
| 1506 | |
| 1507 | # --crashed with --platform mac --ignore-metrics |
| 1508 | fast/text/midword-break-after-breakable-char.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1509 | |
| 1510 | |
| 1511 | # -- pass with --platform mac --ignore-metrics |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1512 | fast/backgrounds/animated-gif-as-background.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1513 | fast/backgrounds/opacity-on-document-element.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1514 | fast/block/basic/010.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1515 | fast/block/float/004.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1516 | fast/block/float/010.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1517 | fast/block/float/017.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1518 | fast/block/float/021.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1519 | fast/block/float/032.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1520 | fast/block/float/br-with-clear.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1521 | fast/block/float/float-in-float-hit-testing.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1522 | fast/block/float/independent-align-positioning.html |
| 1523 | fast/block/float/multiple-float-positioning.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1524 | fast/block/margin-collapse/006.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1525 | fast/block/margin-collapse/055.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1526 | fast/block/positioning/001.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1527 | fast/block/positioning/047.html |
| 1528 | fast/block/positioning/051.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1529 | fast/block/positioning/056.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1530 | fast/block/positioning/061.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1531 | fast/block/positioning/absolute-in-inline-ltr-2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1532 | fast/block/positioning/absolute-in-inline-ltr.html |
| 1533 | fast/block/positioning/absolute-in-inline-rtl-2.html |
| 1534 | fast/block/positioning/absolute-in-inline-rtl-3.html |
| 1535 | fast/block/positioning/absolute-in-inline-rtl.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1536 | fast/block/positioning/move-with-auto-width.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1537 | fast/borders/border-image-omit-right-slice.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1538 | fast/borders/borderRadiusAllStylesAllCorners.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1539 | fast/borders/borderRadiusDashed01.html |
| 1540 | fast/borders/borderRadiusDashed02.html |
| 1541 | fast/borders/borderRadiusDashed03.html |
| 1542 | fast/borders/borderRadiusDotted01.html |
| 1543 | fast/borders/borderRadiusDotted02.html |
| 1544 | fast/borders/borderRadiusDotted03.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1545 | fast/borders/svg-as-border-image-2.html |
| 1546 | fast/borders/svg-as-border-image.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1547 | fast/compact/001.html |
| 1548 | fast/compact/002.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1549 | fast/css/apple-prefix.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1550 | fast/css/beforeSelectorOnCodeElement.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1551 | fast/css/ex-after-font-variant.html |
yuzo@google.com | 98fae23 | 2010-07-20 06:23:03 +0000 | [diff] [blame] | 1552 | fast/css/font-face-download-error.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1553 | fast/css/font-face-locally-installed.html |
yuzo@google.com | 62a37c2 | 2010-07-06 08:27:08 +0000 | [diff] [blame] | 1554 | fast/css/font-face-multiple-ranges-for-unicode-range.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1555 | fast/css/font-face-unicode-range.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1556 | fast/css/font-weight-1.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1557 | fast/css/percentage-non-integer.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1558 | fast/css/rtl-ordering.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1559 | fast/css/text-security.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1560 | fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1561 | fast/dom/HTMLImageElement/image-alt-text.html |
morrita@google.com | 6294b7b | 2010-06-18 05:48:31 +0000 | [diff] [blame] | 1562 | # meter-element.html is temporally disabled.We need to rebaseline. |
morrita@google.com | 9622191b | 2010-06-18 06:11:23 +0000 | [diff] [blame] | 1563 | fast/dom/HTMLMeterElement/meter-element.html |
morrita@google.com | abc3f55 | 2010-06-28 13:07:44 +0000 | [diff] [blame] | 1564 | # progress-bar-value-pseudo-element.html and progress-element.html is temporally disabled. |
| 1565 | # We need to rebaseline. |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1566 | fast/dom/Window/btoa-pnglet.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1567 | fast/dynamic/containing-block-change.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1568 | fast/dynamic/floating-to-positioned-2.html |
| 1569 | fast/dynamic/floating-to-positioned.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1570 | fast/encoding/denormalised-voiced-japanese-chars.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1571 | fast/encoding/invalid-UTF-8.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1572 | fast/events/focusingUnloadedFrame.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1573 | fast/flexbox/002.html |
| 1574 | fast/flexbox/003.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1575 | fast/forms/focus-selection-input.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1576 | fast/forms/input-type-text-min-width.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1577 | fast/forms/listbox-clip.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1578 | fast/forms/menulist-clip.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1579 | fast/forms/menulist-narrow-width.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1580 | fast/forms/menulist-restrict-line-height.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1581 | fast/forms/minWidthPercent.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1582 | fast/forms/onchange-enter-submit.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1583 | fast/forms/searchfield-heights.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1584 | fast/forms/select-visual-hebrew.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1585 | fast/forms/visual-hebrew-text-field.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1586 | fast/gradients/background-clipped.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1587 | fast/gradients/generated-gradients.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1588 | fast/gradients/simple-gradients.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1589 | fast/images/pdf-as-background.html |
| 1590 | fast/images/pdf-as-image-landscape.html |
| 1591 | fast/images/pdf-as-tiled-background.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1592 | fast/inline-block/001.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1593 | fast/inline/continuation-outlines-with-layers.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1594 | fast/inline/continuation-outlines.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1595 | fast/inline/drawStyledEmptyInlinesWithWS.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1596 | fast/invalid/016.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1597 | fast/invalid/019.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1598 | fast/layers/add-layer-with-nested-stacking.html |
| 1599 | fast/layers/inline-dirty-z-order-lists.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1600 | fast/layers/remove-layer-with-nested-stacking.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1601 | fast/layers/self-painting-outline.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1602 | fast/lists/003.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1603 | fast/media/mq-animation.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1604 | fast/media/mq-js-media-except-01.html |
| 1605 | fast/media/mq-js-media-except-02.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1606 | fast/overflow/table-overflow-float.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1607 | fast/parser/fonts.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1608 | fast/repaint/4774354.html |
| 1609 | fast/repaint/4776765.html |
| 1610 | fast/repaint/backgroundSizeRepaint.html |
| 1611 | fast/repaint/body-background-image.html |
| 1612 | fast/repaint/border-fit-lines.html |
| 1613 | fast/repaint/border-radius-repaint.html |
| 1614 | fast/repaint/border-repaint-glitch.html |
| 1615 | fast/repaint/box-shadow-dynamic.html |
| 1616 | fast/repaint/bugzilla-3509.html |
| 1617 | fast/repaint/bugzilla-5699.html |
| 1618 | fast/repaint/bugzilla-6278.html |
| 1619 | fast/repaint/bugzilla-6388.html |
| 1620 | fast/repaint/bugzilla-6473.html |
| 1621 | fast/repaint/bugzilla-7235.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1622 | fast/repaint/button-spurious-layout-hint.html |
| 1623 | fast/repaint/caret-outside-block.html |
| 1624 | fast/repaint/change-transform.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1625 | fast/repaint/clip-with-layout-delta.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1626 | fast/repaint/clipped-relative.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1627 | fast/repaint/containing-block-position-change.html |
| 1628 | fast/repaint/continuation-after-outline.html |
| 1629 | fast/repaint/control-clip.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1630 | fast/repaint/create-layer-repaint.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1631 | fast/repaint/delete-into-nested-block.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1632 | fast/repaint/dynamic-table-vertical-alignment-change.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1633 | fast/repaint/float-move-during-layout.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1634 | fast/repaint/float-overflow-right.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1635 | fast/repaint/float-overflow.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1636 | fast/repaint/focus-layers.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1637 | fast/repaint/inline-color-change.html |
| 1638 | fast/repaint/invisible-objects.html |
| 1639 | fast/repaint/layout-state-only-positioned.html |
| 1640 | fast/repaint/layout-state-relative.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1641 | fast/repaint/line-flow-with-floats-1.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1642 | fast/repaint/line-flow-with-floats-10.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1643 | fast/repaint/line-flow-with-floats-2.html |
| 1644 | fast/repaint/line-flow-with-floats-3.html |
| 1645 | fast/repaint/line-flow-with-floats-4.html |
| 1646 | fast/repaint/line-flow-with-floats-5.html |
| 1647 | fast/repaint/line-flow-with-floats-6.html |
| 1648 | fast/repaint/line-flow-with-floats-7.html |
| 1649 | fast/repaint/line-flow-with-floats-8.html |
| 1650 | fast/repaint/line-flow-with-floats-9.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1651 | fast/repaint/line-overflow.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1652 | fast/repaint/lines-with-layout-delta.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1653 | fast/repaint/list-marker-2.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1654 | fast/repaint/make-children-non-inline.html |
| 1655 | fast/repaint/opacity-change-on-overflow-float.html |
| 1656 | fast/repaint/outline-child-repaint.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1657 | fast/repaint/outline-inset.html |
| 1658 | fast/repaint/outline-repaint-glitch.html |
| 1659 | fast/repaint/outline-shrinking.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1660 | fast/repaint/overflow-clip-subtree-layout.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1661 | fast/repaint/overflow-delete-line.html |
hamaji@chromium.org | a801264 | 2010-03-30 06:15:21 +0000 | [diff] [blame] | 1662 | fast/repaint/overflow-scroll-body-appear.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1663 | fast/repaint/overflow-scroll-delete.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1664 | fast/repaint/reflection-redraw.html |
| 1665 | fast/repaint/reflection-repaint-test.html |
| 1666 | fast/repaint/renderer-destruction-by-invalidateSelection-crash.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1667 | fast/repaint/repaint-resized-overflow.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1668 | fast/repaint/selected-replaced.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1669 | fast/repaint/selection-clear.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1670 | fast/repaint/static-to-positioned.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1671 | fast/repaint/subtree-root-clip-2.html |
| 1672 | fast/repaint/subtree-root-clip-3.html |
| 1673 | fast/repaint/subtree-root-clip.html |
| 1674 | fast/repaint/subtree-root-skipped.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1675 | fast/repaint/table-cell-collapsed-border.html |
| 1676 | fast/repaint/table-cell-move.html |
| 1677 | fast/repaint/table-collapsed-border.html |
| 1678 | fast/repaint/table-extra-bottom-grow.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1679 | fast/repaint/table-two-pass-layout-overpaint.html |
| 1680 | fast/repaint/text-append-dirty-lines.html |
| 1681 | fast/repaint/transform-absolute-child.html |
| 1682 | fast/repaint/transform-absolute-in-positioned-container.html |
| 1683 | fast/repaint/transform-disable-layoutstate.html |
| 1684 | fast/repaint/transform-layout-repaint.html |
| 1685 | fast/repaint/transform-relative-position.html |
| 1686 | fast/repaint/transform-repaint-descendants.html |
| 1687 | fast/repaint/transform-replaced-shadows.html |
| 1688 | fast/repaint/transform-translate.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1689 | fast/replaced/image-solid-color-with-alpha.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1690 | fast/replaced/pdf-as-image.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1691 | fast/replaced/width100percent-menulist.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1692 | fast/text/apply-start-width-after-skipped-text.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1693 | fast/text/atsui-multiple-renderers.html |
| 1694 | fast/text/atsui-partial-selection.html |
| 1695 | fast/text/atsui-small-caps-punctuation-size.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1696 | fast/text/basic/003.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1697 | fast/text/basic/013.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1698 | fast/text/basic/generic-family-reset.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1699 | fast/text/bidi-embedding-pop-and-push-same.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1700 | fast/text/cg-fallback-bolding.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1701 | fast/text/cg-vs-atsui.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1702 | fast/text/drawBidiText.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1703 | fast/text/fixed-pitch-control-characters.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1704 | fast/text/international/001.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1705 | fast/text/international/bidi-AN-after-L.html |
| 1706 | fast/text/international/bidi-CS-after-AN.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1707 | fast/text/international/bidi-L2-run-reordering.html |
| 1708 | fast/text/international/bidi-LDB-2-CSS.html |
| 1709 | fast/text/international/bidi-control-chars-treated-as-ZWS.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1710 | fast/text/international/bidi-european-terminators.html |
| 1711 | fast/text/international/bidi-explicit-embedding.html |
| 1712 | fast/text/international/bidi-ignored-for-first-child-inline.html |
| 1713 | fast/text/international/bidi-innertext.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1714 | fast/text/international/bidi-linebreak-001.html |
| 1715 | fast/text/international/bidi-linebreak-002.html |
| 1716 | fast/text/international/bidi-linebreak-003.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1717 | fast/text/international/bidi-neutral-directionality-paragraph-start.html |
| 1718 | fast/text/international/bidi-neutral-run.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1719 | fast/text/international/complex-character-based-fallback.html |
| 1720 | fast/text/international/danda-space.html |
| 1721 | fast/text/international/hindi-spacing.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1722 | fast/text/international/rtl-caret.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1723 | fast/text/international/thai-baht-space.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1724 | fast/text/letter-spacing-negative-opacity.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1725 | fast/text/line-breaks.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1726 | fast/text/selection-painted-separately.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1727 | fast/text/soft-hyphen-2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1728 | fast/text/whitespace/001.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1729 | fast/text/whitespace/002.html |
| 1730 | fast/text/whitespace/003.html |
| 1731 | fast/text/whitespace/004.html |
| 1732 | fast/text/whitespace/005.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1733 | fast/text/whitespace/010.html |
| 1734 | fast/text/whitespace/011.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1735 | fast/text/whitespace/015.html |
| 1736 | fast/text/whitespace/016.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1737 | fast/text/whitespace/024.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1738 | fast/text/wide-zero-width-space.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1739 | fast/text/word-break-soft-hyphen.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1740 | fast/text/word-space.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1741 | |
| 1742 | # ------- failures due to missing support for particular XSLT features |
| 1743 | # xsl:output |
| 1744 | fast/xsl/xslt-doc-enc.xml |
| 1745 | fast/xsl/xslt-url.xml |
| 1746 | fast/xsl/default-html.html |
| 1747 | fast/xsl/xslt-text.html |
| 1748 | fast/xsl/xslt-entity.xml |
| 1749 | fast/xsl/xslt-extra-content-at-end.xml |
| 1750 | # external entities support |
| 1751 | fast/xsl/dtd-in-source-document.xml |
| 1752 | fast/xsl/xslt-second-level-import.xml |
| 1753 | fast/parser/external-entities-in-xslt.xml |
| 1754 | # exslt:node-set() function |
| 1755 | fast/xsl/exslt-node-set.xml |
| 1756 | # xsl:import |
| 1757 | fast/xsl/import-after-comment.xml |
| 1758 | fast/xsl/xslt-import-depth.xml |
| 1759 | fast/xsl/xslt-nested-stylesheets.xml |
| 1760 | # xsl:attribute-set |
| 1761 | fast/xsl/mozilla-tests.xml |
| 1762 | # xsl:sort: lang and case-order |
| 1763 | fast/xsl/sort-locale.xml |
| 1764 | fast/xsl/sort-unicode.xml |
| 1765 | # output formatting issues (might be related to the lack of xsl:output support) |
| 1766 | fast/xsl/xslt-processor.html |
| 1767 | # to be investigated |
| 1768 | fast/xsl/xslt-enc16.xml |
| 1769 | fast/xsl/xslt-enc16to16.xml |
| 1770 | fast/xsl/xslt-enc-cyr.xml |
| 1771 | fast/xsl/xslt-enc.xml |
| 1772 | fast/xsl/xslt-relative-path.xml |
| 1773 | fast/xsl/xslt-missing-namespace-in-xslt.xml |
| 1774 | fast/xsl/xslt_unicode.xml |
| 1775 | |
ap@apple.com | 97b0118 | 2010-11-18 18:31:17 +0000 | [diff] [blame] | 1776 | # https://bugs.webkit.org/show_bug.cgi?id=49743 |
| 1777 | fast/xsl/import-non-document-node.xhtml |
| 1778 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1779 | fast/forms/drag-out-of-textarea.html |
| 1780 | fast/frames/frame-src-attribute.html |
| 1781 | fast/overflow/003.xml |
| 1782 | fast/text/international/bidi-menulist.html |
xji@chromium.org | 8de4b3f | 2011-02-08 18:37:15 +0000 | [diff] [blame] | 1783 | fast/text/international/pop-up-button-text-alignment-and-direction.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1784 | fast/text/international/wrap-CJK-001.html |
| 1785 | fast/xpath/string-value.html |
| 1786 | |
ossy@webkit.org | 752f648 | 2011-03-16 17:22:50 +0000 | [diff] [blame] | 1787 | # --- missing test fonts |
| 1788 | fast/blockflow/japanese-ruby-horizontal-bt.html |
| 1789 | fast/blockflow/japanese-ruby-vertical-lr.html |
| 1790 | fast/blockflow/japanese-ruby-vertical-rl.html |
| 1791 | fast/blockflow/japanese-lr-selection.html |
| 1792 | fast/blockflow/japanese-lr-text.html |
| 1793 | fast/blockflow/japanese-rl-selection.html |
| 1794 | fast/blockflow/japanese-rl-text.html |
| 1795 | fast/blockflow/japanese-ruby-horizontal-bt.html |
| 1796 | fast/blockflow/japanese-ruby-vertical-lr.html |
| 1797 | fast/blockflow/japanese-ruby-vertical-rl.html |
| 1798 | fast/repaint/japanese-rl-selection-clear.html |
| 1799 | fast/repaint/japanese-rl-selection-repaint.html |
| 1800 | fast/text/international/bidi-mirror-he-ar.html |
| 1801 | fast/text/international/bold-bengali.html |
| 1802 | fast/text/international/hebrew-vowels.html |
| 1803 | fast/text/international/plane2.html |
| 1804 | fast/text/international/vertical-text-glyph-test.html |
| 1805 | fast/text/international/vertical-text-metrics-test.html |
| 1806 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1807 | # ============================================================================= # |
| 1808 | # failing fonts tests |
| 1809 | # ============================================================================= # |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1810 | fonts/cursive.html |
| 1811 | fonts/default.html |
| 1812 | fonts/fantasy.html |
| 1813 | fonts/monospace.html |
| 1814 | fonts/sans-serif.html |
| 1815 | fonts/serif.html |
yuzo@google.com | 0cdcbbe | 2010-03-15 08:33:18 +0000 | [diff] [blame] | 1816 | printing/return-from-printing-mode.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1817 | |
| 1818 | # ============================================================================= # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1819 | # failing security tests |
| 1820 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1821 | # https://bugs.webkit.org/show_bug.cgi?id=39160 |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1822 | security/block-test-no-port.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1823 | security/block-test.html |
| 1824 | |
| 1825 | # ============================================================================= # |
| 1826 | # failing tables tests |
| 1827 | # ============================================================================= # |
| 1828 | |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1829 | tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom.html |
| 1830 | tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden.html |
| 1831 | tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1832 | tables/mozilla_expected_failures/marvin/table_overflow_caption.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1833 | tables/mozilla_expected_failures/marvin/table_overflow_caption_left.html |
| 1834 | tables/mozilla_expected_failures/marvin/table_overflow_caption_right.html |
| 1835 | tables/mozilla_expected_failures/marvin/table_overflow_caption_top.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1836 | tables/mozilla_expected_failures/marvin/table_overflow_hidden_table.html |
| 1837 | tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody.html |
| 1838 | tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1839 | tables/mozilla/marvin/colgroup_width_pct.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1840 | tables/mozilla/marvin/table_overflow_hidden_td.html |
ossy@webkit.org | bada65d | 2011-02-21 19:33:23 +0000 | [diff] [blame] | 1841 | tables/mozilla_expected_failures/bugs/bug178855.xml |
| 1842 | tables/mozilla_expected_failures/bugs/bug2479-5.html |
ossy@webkit.org | 8ebb1a2 | 2011-02-22 12:12:52 +0000 | [diff] [blame] | 1843 | tables/mozilla/bugs/bug12384.html |
| 1844 | tables/mozilla/bugs/bug99948.html |
aroben@apple.com | 73e8762 | 2009-04-03 21:21:23 +0000 | [diff] [blame] | 1845 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1846 | # ============================================================================= # |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1847 | # Failed canvas tests from http://philip.html5.org/tests/canvas/suite/tests/ |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1848 | # ============================================================================= # |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1849 | canvas/philip/tests/2d.composite.operation.clear.html |
| 1850 | canvas/philip/tests/2d.composite.operation.darker.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1851 | canvas/philip/tests/2d.composite.uncovered.fill.copy.html |
| 1852 | canvas/philip/tests/2d.composite.uncovered.fill.destination-atop.html |
| 1853 | canvas/philip/tests/2d.composite.uncovered.fill.destination-in.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1854 | canvas/philip/tests/2d.composite.uncovered.image.copy.html |
| 1855 | canvas/philip/tests/2d.composite.uncovered.image.destination-atop.html |
| 1856 | canvas/philip/tests/2d.composite.uncovered.image.destination-in.html |
| 1857 | canvas/philip/tests/2d.composite.uncovered.image.source-in.html |
| 1858 | canvas/philip/tests/2d.composite.uncovered.image.source-out.html |
| 1859 | canvas/philip/tests/2d.composite.uncovered.pattern.copy.html |
| 1860 | canvas/philip/tests/2d.composite.uncovered.pattern.destination-atop.html |
| 1861 | canvas/philip/tests/2d.composite.uncovered.pattern.destination-in.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1862 | canvas/philip/tests/2d.drawImage.broken.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1863 | canvas/philip/tests/2d.gradient.radial.cone.behind.html |
| 1864 | canvas/philip/tests/2d.gradient.radial.cone.beside.html |
| 1865 | canvas/philip/tests/2d.gradient.radial.cone.bottom.html |
| 1866 | canvas/philip/tests/2d.gradient.radial.cone.cylinder.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1867 | canvas/philip/tests/2d.gradient.radial.cone.shape2.html |
| 1868 | canvas/philip/tests/2d.gradient.radial.cone.top.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1869 | canvas/philip/tests/2d.gradient.radial.touch1.html |
| 1870 | canvas/philip/tests/2d.gradient.radial.touch2.html |
| 1871 | canvas/philip/tests/2d.gradient.radial.touch3.html |
| 1872 | canvas/philip/tests/2d.imageData.create1.type.html |
| 1873 | canvas/philip/tests/2d.imageData.create2.type.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1874 | canvas/philip/tests/2d.imageData.get.type.html |
oliver@apple.com | 6da1c31 | 2011-02-24 00:04:41 +0000 | [diff] [blame] | 1875 | canvas/philip/tests/2d.imageData.object.round.html |
| 1876 | canvas/philip/tests/2d.imageData.object.wrap.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1877 | canvas/philip/tests/2d.imageData.put.unchanged.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1878 | canvas/philip/tests/2d.line.cap.open.html |
| 1879 | canvas/philip/tests/2d.line.join.open.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1880 | canvas/philip/tests/2d.missingargs.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1881 | canvas/philip/tests/2d.path.quadraticCurveTo.shape.html |
andreas.kling@nokia.com | f67d596 | 2010-07-18 00:11:35 +0000 | [diff] [blame] | 1882 | canvas/philip/tests/2d.path.quadraticCurveTo.scaled.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1883 | canvas/philip/tests/2d.path.stroke.scale2.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1884 | canvas/philip/tests/2d.pattern.image.broken.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1885 | canvas/philip/tests/2d.text.draw.baseline.bottom.html |
| 1886 | canvas/philip/tests/2d.text.draw.baseline.hanging.html |
| 1887 | canvas/philip/tests/2d.text.draw.baseline.ideographic.html |
| 1888 | canvas/philip/tests/2d.text.draw.baseline.middle.html |
| 1889 | canvas/philip/tests/2d.text.draw.baseline.top.html |
| 1890 | canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface.html |
| 1891 | canvas/philip/tests/2d.text.draw.fontface.notinpage.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1892 | canvas/philip/tests/2d.text.draw.space.collapse.end.html |
| 1893 | canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html |
| 1894 | canvas/philip/tests/2d.text.draw.space.collapse.other.html |
| 1895 | canvas/philip/tests/2d.text.draw.space.collapse.space.html |
| 1896 | canvas/philip/tests/2d.text.draw.space.collapse.start.html |
| 1897 | canvas/philip/tests/2d.text.font.parse.basic.html |
| 1898 | canvas/philip/tests/2d.text.font.parse.complex.html |
| 1899 | canvas/philip/tests/2d.text.font.parse.invalid.html |
| 1900 | canvas/philip/tests/2d.text.font.parse.size.percentage.default.html |
| 1901 | canvas/philip/tests/2d.text.font.parse.size.percentage.html |
| 1902 | canvas/philip/tests/2d.text.font.parse.system.html |
| 1903 | canvas/philip/tests/2d.text.measure.width.space.html |
| 1904 | canvas/philip/tests/2d.transformation.setTransform.skewed.html |
| 1905 | canvas/philip/tests/2d.transformation.transform.skewed.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 1906 | canvas/philip/tests/type.prototype.html |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1907 | |
ossy@webkit.org | 07c4a80 | 2010-06-09 14:33:28 +0000 | [diff] [blame] | 1908 | # [Qt] canvas/philip/tests/2d.path.stroke.overlap.html fails with Qt-4.6.2 or higher |
| 1909 | # https://bugs.webkit.org/show_bug.cgi?id=40362 |
| 1910 | canvas/philip/tests/2d.path.stroke.overlap.html |
| 1911 | |
andreas.kling@nokia.com | e82d168 | 2010-08-25 20:08:20 +0000 | [diff] [blame] | 1912 | |
andreas.kling@nokia.com | 7817c16 | 2010-11-07 13:49:39 +0000 | [diff] [blame] | 1913 | # Failing tests after sync with Philip Taylor's upstream tests |
| 1914 | canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html |
| 1915 | canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6.html |
| 1916 | canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html |
| 1917 | canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html |
| 1918 | canvas/philip/tests/2d.imageData.put.wrongtype.html |
| 1919 | canvas/philip/tests/2d.pattern.image.incomplete.empty.html |
| 1920 | canvas/philip/tests/2d.pattern.image.incomplete.omitted.html |
andreas.kling@nokia.com | 7817c16 | 2010-11-07 13:49:39 +0000 | [diff] [blame] | 1921 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1922 | # ============================================================================= # |
| 1923 | # failing transforms tests |
| 1924 | # ============================================================================= # |
commit-queue@webkit.org | aa3fc33 | 2011-05-12 06:00:31 +0000 | [diff] [blame] | 1925 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1926 | # -- pass with --platform mac --ignore-metrics |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1927 | transforms/2d/hindi-rotated.html |
| 1928 | |
| 1929 | # ============================================================================= # |
| 1930 | # failing printing tests |
| 1931 | # ============================================================================= # |
| 1932 | printing/compositing-layer-printing.html |
| 1933 | # Printing related layout test failure has no results, but obvious error message |
| 1934 | # https://bugs.webkit.org/show_bug.cgi?id=27913 |
| 1935 | printing/media-queries-print.html |
| 1936 | |
| 1937 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1938 | # new tests without expected results |
| 1939 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1940 | editing/selection/transformed-selection-rects.html |
| 1941 | svg/W3C-SVG-1.1/filters-light-04-f.svg |
| 1942 | |
| 1943 | # ============================================================================= # |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 1944 | # Qt 4.7 related bugs |
| 1945 | # ============================================================================= # |
| 1946 | |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 1947 | # [Qt] editing/execCommand/move-selection-back-line.html fails with Qt 4.7.1 |
| 1948 | # https://bugs.webkit.org/show_bug.cgi?id=50144 |
| 1949 | editing/execCommand/move-selection-back-line.html |
| 1950 | |
| 1951 | # [Qt] fast/forms/textarea-appearance-wrap.html fails with Qt 4.7.1 |
| 1952 | # https://bugs.webkit.org/show_bug.cgi?id=50145 |
| 1953 | fast/forms/textarea-appearance-wrap.html |
| 1954 | |
| 1955 | # [Qt] 4 css2.1/t1202-counter tests fail with Qt 4.7.1 |
| 1956 | # https://bugs.webkit.org/show_bug.cgi?id=50146 |
| 1957 | css2.1/t1202-counter-09-b.html |
| 1958 | css2.1/t1202-counter-15-b.html |
| 1959 | css2.1/t1202-counters-09-b.html |
| 1960 | css2.1/t1202-counters-15-b.html |
| 1961 | |
| 1962 | # [Qt] 4 fast/text tests fail with Qt 4.7.1 |
| 1963 | # https://bugs.webkit.org/show_bug.cgi?id=50147 |
| 1964 | fast/text/format-control.html |
| 1965 | fast/text/justification-padding-mid-word.html |
| 1966 | fast/text/zero-width-characters.html |
| 1967 | fast/text/international/khmer-selection.html |
| 1968 | |
| 1969 | # 3 media tests fail with Qt version 4.6.3 and 4.7.0 |
| 1970 | # https://bugs.webkit.org/show_bug.cgi?id=46249 |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 1971 | media/video-can-play-type.html |
| 1972 | media/video-delay-load-event.html |
| 1973 | |
| 1974 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1975 | # new skipped tests yet to be sorted |
| 1976 | # ============================================================================= # |
eric@webkit.org | 05a35f4 | 2010-06-16 09:12:04 +0000 | [diff] [blame] | 1977 | |
ossy@webkit.org | 9cf6649 | 2010-06-26 01:11:01 +0000 | [diff] [blame] | 1978 | # [Qt] fast/text/bidi-explicit-embedding-past-end.html fails |
| 1979 | # https://bugs.webkit.org/show_bug.cgi?id=41241 |
| 1980 | fast/text/bidi-explicit-embedding-past-end.html |
commit-queue@webkit.org | 6501d60 | 2010-07-01 11:11:01 +0000 | [diff] [blame] | 1981 | |
tkent@chromium.org | 072de1d | 2010-07-14 07:43:12 +0000 | [diff] [blame] | 1982 | # Need to implement inner-spin-button or outer-spin-button |
| 1983 | fast/forms/input-appearance-spinbutton-disabled-readonly.html |
tkent@chromium.org | eb14de0 | 2011-02-16 04:14:29 +0000 | [diff] [blame] | 1984 | fast/forms/input-appearance-spinbutton-layer.html |
tkent@chromium.org | 3d10af9 | 2010-07-23 00:32:24 +0000 | [diff] [blame] | 1985 | fast/forms/input-number-events.html |
tkent@chromium.org | 1e56d8c | 2010-08-25 09:37:35 +0000 | [diff] [blame] | 1986 | fast/forms/input-spinbutton-capturing.html |
tkent@chromium.org | 508868b | 2011-04-07 07:03:22 +0000 | [diff] [blame] | 1987 | fast/forms/input-number-large-padding.html |
tkent@chromium.org | 072de1d | 2010-07-14 07:43:12 +0000 | [diff] [blame] | 1988 | |
ossy@webkit.org | 1fdca60 | 2010-07-08 21:02:32 +0000 | [diff] [blame] | 1989 | # [Qt] fast/dom/beforeload/script-before-load-dynamic.html is crashy-flakey |
| 1990 | # https://bugs.webkit.org/show_bug.cgi?id=41452 |
| 1991 | fast/dom/beforeload/remove-video-in-beforeload-listener.html |
ossy@webkit.org | bbc7a00 | 2010-07-12 17:28:07 +0000 | [diff] [blame] | 1992 | |
hamaji@chromium.org | d58d8e0 | 2010-07-16 06:25:48 +0000 | [diff] [blame] | 1993 | # Need setPrinting. See https://bugs.webkit.org/show_bug.cgi?id=20011 |
| 1994 | printing/setPrinting.html |
tonyg@chromium.org | 4562d5c | 2010-07-16 16:38:52 +0000 | [diff] [blame] | 1995 | |
ossy@webkit.org | 0676555 | 2010-12-17 13:07:20 +0000 | [diff] [blame] | 1996 | # Web Timing related bugs |
| 1997 | # https://bugs.webkit.org/show_bug.cgi?id=51245 |
tonyg@chromium.org | 4562d5c | 2010-07-16 16:38:52 +0000 | [diff] [blame] | 1998 | fast/dom/webtiming.html |
ossy@webkit.org | 0676555 | 2010-12-17 13:07:20 +0000 | [diff] [blame] | 1999 | http/tests/misc/webtiming-ssl.php |
ossy@webkit.org | 0f9c820 | 2011-01-06 12:48:54 +0000 | [diff] [blame] | 2000 | http/tests/misc/webtiming-origins.html |
| 2001 | http/tests/misc/webtiming-slow-load.php |
ap@apple.com | ce37139 | 2010-07-21 17:20:30 +0000 | [diff] [blame] | 2002 | |
| 2003 | # Advanced credential handling |
| 2004 | http/tests/security/401-logout/401-logout.php |
| 2005 | http/tests/xmlhttprequest/remember-bad-password.html |
abarth@webkit.org | bfd9948 | 2010-07-21 22:46:47 +0000 | [diff] [blame] | 2006 | |
tkent@chromium.org | 70b6299 | 2011-05-11 09:11:36 +0000 | [diff] [blame] | 2007 | # Need to call Settings::setInteractiveFormValidationEnabled(true). |
tkent@chromium.org | a216646 | 2010-07-27 07:31:39 +0000 | [diff] [blame] | 2008 | fast/forms/interactive-validation-prevented.html |
tkent@chromium.org | 3db9c3d | 2011-03-02 07:04:18 +0000 | [diff] [blame] | 2009 | fast/forms/interactive-validation-attach-assertion.html |
tkent@chromium.org | e625ce8 | 2011-03-10 23:32:54 +0000 | [diff] [blame] | 2010 | fast/forms/interactive-validation-assertion-by-validate-twice.html |
tkent@chromium.org | 32441d2 | 2011-03-15 00:53:53 +0000 | [diff] [blame] | 2011 | fast/forms/interactive-validation-select-crash.html |
tkent@chromium.org | 9a74a07 | 2011-03-24 03:48:22 +0000 | [diff] [blame] | 2012 | fast/forms/interactive-validation-crash-by-style-override.html |
tkent@chromium.org | 70b6299 | 2011-05-11 09:11:36 +0000 | [diff] [blame] | 2013 | # Need to call Settings::setValidationMessageTimerMagnification(-1) in DRT. |
tkent@chromium.org | 6f499f0 | 2011-03-30 04:14:46 +0000 | [diff] [blame] | 2014 | fast/forms/validation-message-appearance.html |
tkent@chromium.org | 70b6299 | 2011-05-11 09:11:36 +0000 | [diff] [blame] | 2015 | fast/forms/validation-message-on-checkbox.html |
| 2016 | fast/forms/validation-message-on-listbox.html |
| 2017 | fast/forms/validation-message-on-menulist.html |
| 2018 | fast/forms/validation-message-on-radio.html |
| 2019 | fast/forms/validation-message-on-textarea.html |
tkent@chromium.org | a216646 | 2010-07-27 07:31:39 +0000 | [diff] [blame] | 2020 | |
ossy@webkit.org | e9265b6 | 2010-07-22 14:26:45 +0000 | [diff] [blame] | 2021 | # [Qt] REGRESSION(63862): animations/play-state.html fails intermittently |
| 2022 | # https://bugs.webkit.org/show_bug.cgi?id=42821 |
| 2023 | animations/play-state.html |
ossy@webkit.org | 15e4f1e | 2010-07-23 11:24:22 +0000 | [diff] [blame] | 2024 | |
ossy@webkit.org | e1b8b02 | 2010-11-05 22:34:00 +0000 | [diff] [blame] | 2025 | # [Qt] animations tests fails which uses suspend/resume |
ossy@webkit.org | 1c91c61 | 2010-08-12 12:00:06 +0000 | [diff] [blame] | 2026 | # https://bugs.webkit.org/show_bug.cgi?id=43905 |
| 2027 | animations/suspend-resume-animation.html |
ossy@webkit.org | e1b8b02 | 2010-11-05 22:34:00 +0000 | [diff] [blame] | 2028 | animations/suspend-resume-animation-events.html |
| 2029 | animations/stop-animation-on-suspend.html |
ossy@webkit.org | 1c91c61 | 2010-08-12 12:00:06 +0000 | [diff] [blame] | 2030 | |
vestbo@webkit.org | 1c70198 | 2010-07-27 10:05:22 +0000 | [diff] [blame] | 2031 | # Assumes spesific metrics |
| 2032 | # See http://code.google.com/p/chromium/issues/detail?id=19897 |
| 2033 | svg/custom/getscreenctm-in-mixed-content2.xhtml |
mrobinson@webkit.org | b2e8fca | 2010-08-02 17:28:23 +0000 | [diff] [blame] | 2034 | |
ojan@chromium.org | 6d277a4 | 2010-08-18 20:51:44 +0000 | [diff] [blame] | 2035 | # Still working out flakiness issues with the perf tests. |
| 2036 | # https://bugs.webkit.org/show_bug.cgi?id=44199 |
| 2037 | perf/ |
| 2038 | |
jianli@chromium.org | 35cdf14 | 2010-08-05 18:19:13 +0000 | [diff] [blame] | 2039 | # BlodBuilder is not enabled |
| 2040 | http/tests/local/blob/send-data-blob.html |
commit-queue@webkit.org | 5c31424 | 2010-08-21 10:11:19 +0000 | [diff] [blame] | 2041 | |
mitz@apple.com | 963e24a | 2010-09-03 19:33:05 +0000 | [diff] [blame] | 2042 | # https://bugs.webkit.org/show_bug.cgi?id=45194 |
| 2043 | fast/text/decomposed-after-stacked-diacritics.html |
andreas.kling@nokia.com | e17b50c | 2010-09-12 18:35:58 +0000 | [diff] [blame] | 2044 | |
kenneth@webkit.org | 8a9df01 | 2010-09-13 10:37:28 +0000 | [diff] [blame] | 2045 | # viewport meta tag tests that differ from the Opera results |
| 2046 | fast/viewport/viewport-65.html |
| 2047 | fast/viewport/viewport-82.html |
| 2048 | fast/viewport/viewport-84.html |
| 2049 | fast/viewport/viewport-87.html |
| 2050 | fast/viewport/viewport-126.html |
| 2051 | fast/viewport/viewport-127.html |
andreas.kling@nokia.com | dcd3424 | 2010-09-13 11:35:48 +0000 | [diff] [blame] | 2052 | |
| 2053 | # viewport meta tag tests that fail on the bot for yet unknown reasons |
| 2054 | fast/viewport/viewport-6.html |
andreas.kling@nokia.com | dcd3424 | 2010-09-13 11:35:48 +0000 | [diff] [blame] | 2055 | fast/viewport/viewport-58.html |
ossy@webkit.org | 9e9989b | 2010-09-20 15:18:17 +0000 | [diff] [blame] | 2056 | |
| 2057 | # [Qt]REGRESSION? (r67762): 23 layout tests fail |
| 2058 | # https://bugs.webkit.org/show_bug.cgi?id=46093 |
| 2059 | svg/custom/use-font-face-crash.svg |
| 2060 | svg/zoom/text/zoom-coords-viewattr-01-b.svg |
ossy@webkit.org | 9e9989b | 2010-09-20 15:18:17 +0000 | [diff] [blame] | 2061 | http/tests/misc/slow-loading-image-in-pattern.html |
aestes@apple.com | 7fb43f6 | 2010-09-20 23:01:12 +0000 | [diff] [blame] | 2062 | |
| 2063 | # Pre-HMTL5 parser quirks only apply to the mac port for now. |
| 2064 | fast/parser/pre-html5-parser-quirks.html |
| 2065 | |
ossy@webkit.org | 754f0b5 | 2010-10-01 08:21:08 +0000 | [diff] [blame] | 2066 | # https://bugs.webkit.org/show_bug.cgi?id=46966 |
| 2067 | # [Qt] fast/media/color-does-not-include-alpha.html fails |
| 2068 | fast/media/color-does-not-include-alpha.html |
abarth@webkit.org | f7a1087 | 2010-10-18 07:53:10 +0000 | [diff] [blame] | 2069 | |
| 2070 | # Requires WebP support. |
| 2071 | fast/images/webp-image-decoding.html |
ossy@webkit.org | 7d75cd3 | 2010-11-01 15:27:33 +0000 | [diff] [blame] | 2072 | |
ossy@webkit.org | 2ff28be | 2010-11-04 11:17:40 +0000 | [diff] [blame] | 2073 | # [Qt] svg/animations/animate-path-nested-transforms.html fails |
| 2074 | # https://bugs.webkit.org/show_bug.cgi?id=48987 |
| 2075 | svg/animations/animate-path-nested-transforms.html |
ossy@webkit.org | a06fcfd | 2010-11-10 11:03:01 +0000 | [diff] [blame] | 2076 | svg/animations/animate-text-nested-transforms.html |
ossy@webkit.org | 33f5332 | 2010-11-08 09:12:49 +0000 | [diff] [blame] | 2077 | |
| 2078 | # [Qt] REGRESSION (r71465): editing/selection/after-line-break.html fails |
| 2079 | # https://bugs.webkit.org/show_bug.cgi?id=49127 |
| 2080 | editing/selection/after-line-break.html |
ossy@webkit.org | da5108e | 2010-11-09 10:39:04 +0000 | [diff] [blame] | 2081 | |
| 2082 | # [Qt] REGRESSION (r71582): Two editing tests fail |
| 2083 | # https://bugs.webkit.org/show_bug.cgi?id=49243 |
| 2084 | editing/deleting/delete-line-011.html |
| 2085 | editing/pasteboard/paste-4039777-fix.html |
tony@chromium.org | 25124ac | 2010-11-18 19:00:14 +0000 | [diff] [blame] | 2086 | |
rniwa@webkit.org | b6ce501 | 2010-11-30 04:31:35 +0000 | [diff] [blame] | 2087 | # REGRESSION(r72861): editing/selection/click-left-of-rtl-wrapping-text.html and modify-up-on-rtl-wrapping-text.html fail on all but Mac platform |
| 2088 | # https://bugs.webkit.org/show_bug.cgi?id=50204 |
| 2089 | editing/selection/click-left-of-rtl-wrapping-text.html |
| 2090 | editing/selection/modify-up-on-rtl-wrapping-text.html |
ossy@webkit.org | 1a61971 | 2010-12-01 17:04:29 +0000 | [diff] [blame] | 2091 | |
antti@apple.com | a48e936 | 2010-12-13 20:30:49 +0000 | [diff] [blame] | 2092 | # For https://bugs.webkit.org/show_bug.cgi?id=50758 |
| 2093 | # These require DRT setSerializeHTTPLoads implementation to be reliable. |
| 2094 | http/tests/local/link-stylesheet-load-order.html |
| 2095 | http/tests/local/link-stylesheet-load-order-preload.html |
antti@apple.com | 5080b13 | 2011-03-31 23:32:34 +0000 | [diff] [blame] | 2096 | fast/preloader/document-write.html |
| 2097 | fast/preloader/document-write-2.html |
ossy@webkit.org | 1346f8a | 2010-12-20 09:55:23 +0000 | [diff] [blame] | 2098 | |
| 2099 | # [Qt] fast/text/emphasis-overlap.html fails |
| 2100 | # https://bugs.webkit.org/show_bug.cgi?id=51324 |
| 2101 | fast/text/emphasis-overlap.html |
laszlo.1.gombos@nokia.com | c40ff5f | 2011-01-03 18:12:54 +0000 | [diff] [blame] | 2102 | |
rniwa@webkit.org | d70045e | 2011-01-04 19:04:07 +0000 | [diff] [blame] | 2103 | # REGRESSION(r74971): [Qt] /editing/selection/caret-bidi-first-and-last-letters.html fails |
| 2104 | # https://bugs.webkit.org/show_bug.cgi?id=51884 |
ossy@webkit.org | e445a84 | 2011-01-04 20:34:49 +0000 | [diff] [blame] | 2105 | editing/selection/caret-bidi-first-and-last-letters.html |
ossy@webkit.org | 7d70c73 | 2011-01-10 14:49:09 +0000 | [diff] [blame] | 2106 | |
ossy@webkit.org | 8c6f5b8 | 2011-01-10 18:53:50 +0000 | [diff] [blame] | 2107 | # [Qt] fast/text/emphasis-avoid-ruby.html fails |
| 2108 | # https://bugs.webkit.org/show_bug.cgi?id=52155 |
| 2109 | fast/text/emphasis-avoid-ruby.html |
ossy@webkit.org | 4fbb6bb | 2011-01-11 13:26:40 +0000 | [diff] [blame] | 2110 | |
| 2111 | # https://bugs.webkit.org/show_bug.cgi?id=42578 |
| 2112 | # [Qt] DRT sideeffect revealed by r63657 and r75305 |
| 2113 | fast/tokenizer/flush-characters-in-document-write-evil.html |
| 2114 | fast/tokenizer/flush-characters-in-document-write.html |
| 2115 | fast/viewport/viewport-128.html |
ossy@webkit.org | 4fbb6bb | 2011-01-11 13:26:40 +0000 | [diff] [blame] | 2116 | fast/xmlhttprequest/null-document-xmlhttprequest-open.html |
| 2117 | fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html |
ossy@webkit.org | 146ded8 | 2011-01-18 08:43:30 +0000 | [diff] [blame] | 2118 | |
jer.noble@apple.com | eb64058 | 2011-01-21 02:18:47 +0000 | [diff] [blame] | 2119 | # [Qt] LayoutTests/media/video-currentTime-delay.html fails |
| 2120 | # https://bugs.webkit.org/show_bug.cgi?id=52859 |
| 2121 | media/video-currentTime-delay.html |
ossy@webkit.org | a994972 | 2011-02-03 13:43:39 +0000 | [diff] [blame] | 2122 | |
ossy@webkit.org | 0559c6d | 2011-02-03 23:54:10 +0000 | [diff] [blame] | 2123 | # small text which is scaled to be large renders pixelated |
| 2124 | # https://bugs.webkit.org/show_bug.cgi?id=12448 |
| 2125 | css3/zoom-coords.xhtml |
| 2126 | svg/zoom/page/zoom-zoom-coords.xhtml |
jer.noble@apple.com | 45787e1 | 2011-02-05 07:35:54 +0000 | [diff] [blame] | 2127 | |
| 2128 | # [Qt] media/video-frame-accurate-seek.html fails |
| 2129 | # https://bugs.webkit.org/show_bug.cgi?id=53843 |
| 2130 | media/video-frame-accurate-seek.html |
robert@webkit.org | f2792e1 | 2011-02-06 10:46:45 +0000 | [diff] [blame] | 2131 | |
morrita@google.com | 4c99e4f | 2011-02-07 02:20:27 +0000 | [diff] [blame] | 2132 | # https://bugs.webkit.org/show_bug.cgi?id=53030 |
| 2133 | html5lib/runner.html |
| 2134 | |
robert@webkit.org | f2792e1 | 2011-02-06 10:46:45 +0000 | [diff] [blame] | 2135 | # [Qt] fast/notifications/notifications-document-close-crash.html fails after r77738 |
| 2136 | # https://bugs.webkit.org/show_bug.cgi?id=53868 |
| 2137 | fast/notifications/notifications-document-close-crash.html |
| 2138 | |
ossy@webkit.org | 4c35d4b | 2011-02-18 07:30:08 +0000 | [diff] [blame] | 2139 | # [Qt]REGRESSION(r78846): editing/selection/mixed-editability-10.html |
| 2140 | # https://bugs.webkit.org/show_bug.cgi?id=54725 |
| 2141 | editing/selection/mixed-editability-10.html |
ossy@webkit.org | d98f980 | 2011-02-18 21:40:40 +0000 | [diff] [blame] | 2142 | |
jer.noble@apple.com | e6ff40d | 2011-02-22 20:40:28 +0000 | [diff] [blame] | 2143 | # [Qt] Generate results for media/audio-repaint.html and media/media-document-audio-repaint.html |
| 2144 | # https://bugs.webkit.org/show_bug.cgi?id=54984 |
| 2145 | media/audio-repaint.html |
ossy@webkit.org | 76e5fa9 | 2011-02-22 22:00:43 +0000 | [diff] [blame] | 2146 | media/media-document-audio-repaint.html |
| 2147 | |
pfeldman@chromium.org | 81b45e5 | 2011-02-28 15:26:44 +0000 | [diff] [blame] | 2148 | # [Qt] XML Viewer fails due to specifics in the parser implementation |
| 2149 | # https://bugs.webkit.org/show_bug.cgi?id=55302 |
commit-queue@webkit.org | 7e3b8ab | 2011-03-31 19:27:30 +0000 | [diff] [blame] | 2150 | http/tests/xmlviewer/extensions-api.html |
pfeldman@chromium.org | 81b45e5 | 2011-02-28 15:26:44 +0000 | [diff] [blame] | 2151 | http/tests/xmlviewer/dumpAsText/svg.xml |
pfeldman@chromium.org | 81b45e5 | 2011-02-28 15:26:44 +0000 | [diff] [blame] | 2152 | http/tests/xmlviewer/dumpAsText/xlink.xml |
| 2153 | http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251.xml |
| 2154 | http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8.xml |
| 2155 | http/tests/xmlviewer/dumpAsText/xmlviewer.xml |
| 2156 | http/tests/xmlviewer/dumpAsText/xsl-stylesheet.xml |
| 2157 | http/tests/xmlviewer/dumpAsText/xul.xml |
commit-queue@webkit.org | 283a016 | 2011-03-04 05:13:10 +0000 | [diff] [blame] | 2158 | |
ossy@webkit.org | 00e7c36 | 2011-03-04 12:37:04 +0000 | [diff] [blame] | 2159 | # [Qt] Two http auth tests fail with Qt 4.7.2 |
| 2160 | # https://bugs.webkit.org/show_bug.cgi?id=55767 |
| 2161 | http/tests/appcache/auth.html |
| 2162 | http/tests/xmlhttprequest/basic-auth.html |
commit-queue@webkit.org | bad43c0 | 2011-03-19 21:28:57 +0000 | [diff] [blame] | 2163 | |
| 2164 | # LayoutTestController::clearApplicationCacheForOrigin is not implemented |
| 2165 | http/tests/appcache/origin-delete.html |
commit-queue@webkit.org | 13f1be6 | 2011-03-23 00:57:31 +0000 | [diff] [blame] | 2166 | # LayoutTestController::getOriginsWithApplicationCache is not implemented |
| 2167 | http/tests/appcache/origins-with-appcache.html |
commit-queue@webkit.org | 4168acc | 2011-05-11 01:47:03 +0000 | [diff] [blame] | 2168 | # LayoutTestController::applicationCacheDiskUsageForOrigin isn't implemented - https://bugs.webkit.org/show_bug.cgi?id=57127 |
| 2169 | http/tests/appcache/origin-usage.html |
commit-queue@webkit.org | 895428d | 2011-03-21 14:40:33 +0000 | [diff] [blame] | 2170 | |
morrita@google.com | 72c85b8 | 2011-04-01 15:59:19 +0000 | [diff] [blame] | 2171 | # Needs rebaseline |
| 2172 | fast/dom/HTMLMeterElement/meter-element.html |
| 2173 | fast/dom/HTMLMeterElement/meter-boundary-values.html |
| 2174 | fast/dom/HTMLMeterElement/meter-optimums.html |
| 2175 | fast/dom/HTMLMeterElement/meter-styles-changing-pseudo.html |
| 2176 | fast/dom/HTMLMeterElement/meter-styles.html |
| 2177 | |
commit-queue@webkit.org | 895428d | 2011-03-21 14:40:33 +0000 | [diff] [blame] | 2178 | # https://bugs.webkit.org/show_bug.cgi?id=56691 |
| 2179 | http/tests/inspector/network/network-size-chunked.html |
commit-queue@webkit.org | fc684af | 2011-03-24 21:17:58 +0000 | [diff] [blame] | 2180 | http/tests/inspector/network/network-size-sync.html |
aestes@apple.com | bb90bb6 | 2011-03-29 04:36:28 +0000 | [diff] [blame] | 2181 | |
ossy@webkit.org | 768a8bb | 2011-03-30 18:23:11 +0000 | [diff] [blame] | 2182 | # [Qt] media/video-playbackrate.html fails |
| 2183 | # https://bugs.webkit.org/show_bug.cgi?id=57476 |
ossy@webkit.org | 427f2ad | 2011-03-29 22:59:41 +0000 | [diff] [blame] | 2184 | media/video-playbackrate.html |
ossy@webkit.org | 768a8bb | 2011-03-30 18:23:11 +0000 | [diff] [blame] | 2185 | |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 2186 | # New tests without Qt specific expected files. Need investigation. |
| 2187 | animations/3d/matrix-transform-type-animation.html |
| 2188 | fast/backgrounds/background-position-parsing.html |
| 2189 | fast/backgrounds/positioned-root.html |
| 2190 | fast/backgrounds/table-root.html |
| 2191 | fast/block/basic/percent-height-inside-anonymous-block.html |
| 2192 | fast/block/float/float-forced-below-other-floats.html |
| 2193 | fast/block/lineboxcontain/block-font.html |
| 2194 | fast/block/lineboxcontain/block-glyphs-replaced.html |
| 2195 | fast/block/lineboxcontain/block-glyphs.html |
| 2196 | fast/block/lineboxcontain/block-replaced.html |
| 2197 | fast/block/lineboxcontain/block.html |
| 2198 | fast/block/lineboxcontain/font-replaced.html |
| 2199 | fast/block/lineboxcontain/font.html |
| 2200 | fast/block/lineboxcontain/glyphs.html |
| 2201 | fast/block/lineboxcontain/inline-box-replaced.html |
| 2202 | fast/block/lineboxcontain/inline-box-vertical.html |
| 2203 | fast/block/lineboxcontain/inline-box.html |
| 2204 | fast/block/lineboxcontain/inline-replaced.html |
| 2205 | fast/block/lineboxcontain/inline.html |
| 2206 | fast/block/lineboxcontain/none.html |
| 2207 | fast/block/lineboxcontain/parsing-invalid.html |
| 2208 | fast/block/lineboxcontain/replaced.html |
| 2209 | fast/block/positioning/complex-positioned-movement.html |
| 2210 | fast/block/positioning/differing-writing-modes-replaced.html |
| 2211 | fast/block/positioning/differing-writing-modes.html |
| 2212 | fast/block/positioning/rtl-static-positioning-inline-block.html |
| 2213 | fast/block/positioning/rtl-static-positioning.html |
| 2214 | fast/block/positioning/static-distance-with-positioned-ancestor.html |
| 2215 | fast/block/positioning/static-inline-position-dynamic.html |
| 2216 | fast/block/positioning/table-cell-static-position.html |
| 2217 | fast/block/positioning/trailing-space-test.html |
| 2218 | fast/block/positioning/auto/vertical-lr/001.html |
| 2219 | fast/block/positioning/auto/vertical-lr/002.html |
| 2220 | fast/block/positioning/auto/vertical-lr/003.html |
| 2221 | fast/block/positioning/auto/vertical-lr/004.html |
| 2222 | fast/block/positioning/auto/vertical-lr/005.html |
| 2223 | fast/block/positioning/auto/vertical-lr/006.html |
| 2224 | fast/block/positioning/auto/vertical-lr/007.html |
| 2225 | fast/block/positioning/auto/vertical-rl/001.html |
| 2226 | fast/block/positioning/auto/vertical-rl/002.html |
| 2227 | fast/block/positioning/auto/vertical-rl/003.html |
| 2228 | fast/block/positioning/auto/vertical-rl/004.html |
| 2229 | fast/block/positioning/auto/vertical-rl/005.html |
| 2230 | fast/block/positioning/auto/vertical-rl/006.html |
| 2231 | fast/block/positioning/auto/vertical-rl/007.html |
| 2232 | fast/block/positioning/vertical-lr/001.html |
| 2233 | fast/block/positioning/vertical-lr/002.html |
| 2234 | fast/block/positioning/vertical-lr/003.html |
| 2235 | fast/block/positioning/vertical-lr/004.html |
| 2236 | fast/block/positioning/vertical-lr/005.html |
| 2237 | fast/block/positioning/vertical-lr/006.html |
| 2238 | fast/block/positioning/vertical-rl/001.html |
| 2239 | fast/block/positioning/vertical-rl/002.html |
| 2240 | fast/block/positioning/vertical-rl/003.html |
| 2241 | fast/block/positioning/vertical-rl/004.html |
| 2242 | fast/block/positioning/vertical-rl/005.html |
| 2243 | fast/block/positioning/vertical-rl/006.html |
| 2244 | fast/blockflow/Kusa-Makura-background-canvas.html |
| 2245 | fast/blockflow/border-image-horizontal-bt.html |
| 2246 | fast/blockflow/border-image-vertical-lr.html |
| 2247 | fast/blockflow/border-image-vertical-rl.html |
| 2248 | fast/blockflow/border-vertical-lr.html |
| 2249 | fast/blockflow/broken-ideograph-small-caps.html |
| 2250 | fast/blockflow/broken-ideographic-font.html |
| 2251 | fast/blockflow/fallback-orientation.html |
| 2252 | fast/blockflow/japanese-rl-text-with-broken-font.html |
| 2253 | fast/blockflow/text-orientation-basic.html |
| 2254 | fast/blockflow/vertical-align-table-baseline.html |
| 2255 | fast/blockflow/vertical-baseline-alignment.html |
| 2256 | fast/blockflow/vertical-font-fallback.html |
| 2257 | fast/borders/rtl-border-01.html |
| 2258 | fast/borders/rtl-border-02.html |
| 2259 | fast/borders/rtl-border-03.html |
| 2260 | fast/borders/rtl-border-04.html |
| 2261 | fast/borders/rtl-border-05.html |
| 2262 | fast/box-shadow/box-shadow-radius.html |
| 2263 | fast/box-shadow/box-shadow-transformed.html |
| 2264 | fast/box-shadow/inset-box-shadow-radius.html |
| 2265 | fast/box-shadow/inset-box-shadows.html |
| 2266 | fast/box-shadow/inset-with-extraordinary-radii-and-border.html |
| 2267 | fast/box-shadow/shadow-buffer-partial.html |
| 2268 | fast/box-shadow/shadow-tiling-artifact.html |
| 2269 | fast/css-generated-content/table-row-before-after.html |
| 2270 | fast/css/font-face-in-shadow-DOM.html |
| 2271 | fast/css/h1-in-section-elements.html |
| 2272 | fast/css/input-search-padding.html |
| 2273 | fast/css/line-height-determined-by-primary-font.html |
| 2274 | fast/css/transformed-mask.html |
| 2275 | fast/dom/34176.html |
| 2276 | fast/dom/52776.html |
| 2277 | fast/dom/HTMLInputElement/input-slider-update.html |
| 2278 | fast/dom/HTMLMeterElement/meter-appearances-capacity.html |
| 2279 | fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy.html |
| 2280 | fast/dynamic/text-combine.html |
| 2281 | fast/forms/basic-textareas-quirks.html |
| 2282 | fast/forms/input-appearance-spinbutton-visibility.html |
| 2283 | fast/forms/input-placeholder-visibility-1.html |
| 2284 | fast/forms/input-placeholder-visibility-2.html |
| 2285 | fast/forms/input-placeholder-visibility-3.html |
| 2286 | fast/forms/listbox-bidi-align.html |
| 2287 | fast/forms/placeholder-position.html |
| 2288 | fast/forms/select-listbox-multiple-no-focusring.html |
| 2289 | fast/forms/textarea-placeholder-visibility-1.html |
| 2290 | fast/forms/textarea-placeholder-visibility-2.html |
| 2291 | fast/forms/textfield-focus-ring.html |
| 2292 | fast/history/visited-link-background-color.html |
| 2293 | fast/images/gray-scale-jpeg-with-color-profile.html |
| 2294 | fast/images/gray-scale-png-with-color-profile.html |
| 2295 | fast/images/imagemap-circle-focus-ring.html |
| 2296 | fast/images/imagemap-focus-ring-zero-outline-width.html |
| 2297 | fast/images/imagemap-polygon-focus-ring.html |
| 2298 | fast/images/pixel-crack-image-background-webkit-transform-scale.html |
| 2299 | fast/images/support-broken-image-delegate.html |
| 2300 | fast/inline/continuation-outlines-with-layers-2.html |
| 2301 | fast/inline/inline-box-background-long-image.html |
| 2302 | fast/inline/inline-box-background-repeat-x.html |
| 2303 | fast/inline/inline-box-background-repeat-y.html |
| 2304 | fast/inline/inline-box-background.html |
| 2305 | fast/multicol/max-height-columns-block.html |
| 2306 | fast/multicol/positioned-split.html |
| 2307 | fast/multicol/scrolling-overflow.html |
| 2308 | fast/multicol/vertical-lr/column-count-with-rules.html |
| 2309 | fast/multicol/vertical-rl/column-count-with-rules.html |
| 2310 | fast/overflow/overflow-update-transform.html |
| 2311 | fast/repaint/block-layout-inline-children-float-positioned.html |
| 2312 | fast/repaint/gradients-em-stops-repaint.html |
| 2313 | fast/repaint/iframe-scroll-repaint.html |
| 2314 | fast/repaint/inline-horizontal-bt-overflow.html |
| 2315 | fast/repaint/inline-vertical-lr-overflow.html |
| 2316 | fast/repaint/inline-vertical-rl-overflow.html |
| 2317 | fast/repaint/repaint-across-writing-mode-boundary.html |
| 2318 | fast/repaint/search-field-cancel.html |
| 2319 | fast/repaint/select-option-background-color.html |
| 2320 | fast/repaint/selection-rl.html |
| 2321 | fast/repaint/slider-thumb-drag-release.html |
| 2322 | fast/replaced/vertical-lr/absolute-position-percentage-width.html |
| 2323 | fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom.html |
| 2324 | fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right.html |
| 2325 | fast/replaced/vertical-rl/absolute-position-percentage-width.html |
| 2326 | fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom.html |
| 2327 | fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right.html |
| 2328 | fast/ruby/base-shorter-than-text.html |
| 2329 | fast/ruby/nested-ruby.html |
| 2330 | fast/table/colspanMinWidth-vertical.html |
| 2331 | fast/table/dynamic-descendant-percentage-height.html |
| 2332 | fast/table/relative-position-containment.html |
| 2333 | fast/table/relative-position-offsets.html |
| 2334 | fast/table/relative-position-stacking.html |
| 2335 | fast/table/table-and-parts-outline.html |
| 2336 | fast/table/table-continuation-outline-paint-crash.html |
| 2337 | fast/text/decorations-transformed.html |
| 2338 | fast/text/emphasis-combined-text.html |
| 2339 | fast/text/emphasis-vertical.html |
| 2340 | fast/text/emphasis.html |
| 2341 | fast/text/hyphenate-first-word.html |
| 2342 | fast/text/hyphenate-limit-before-after.html |
| 2343 | fast/text/hyphenate-locale.html |
| 2344 | fast/text/justify-ideograph-complex.html |
| 2345 | fast/text/justify-ideograph-leading-expansion.html |
| 2346 | fast/text/justify-ideograph-simple.html |
| 2347 | fast/text/justify-ideograph-vertical.html |
| 2348 | fast/text/international/text-combine-image-test.html |
| 2349 | printing/simultaneous-position-float-change.html |
| 2350 | svg/W3C-SVG-1.1-SE/text-tspan-02-b.svg |
| 2351 | svg/css/path-gradient-stroke-shadow.svg |
| 2352 | svg/css/shadow-changes.svg |
| 2353 | svg/css/text-shadow-multiple.xhtml |
| 2354 | svg/custom/SVGPaint-mutate-attribute.svg |
| 2355 | svg/custom/SVGPaint-mutate-inline-style.svg |
| 2356 | svg/custom/animate-target-id-changed.svg |
| 2357 | svg/custom/animate-target-removed-from-document.svg |
| 2358 | svg/custom/image-rescale-clip.html |
| 2359 | svg/custom/mask-colorspace.svg |
| 2360 | svg/custom/nested-pattern-boundingBoxModeContent.svg |
| 2361 | svg/custom/path-zero-strokewidth.svg |
| 2362 | svg/custom/pattern-referencing-preserve-aspect-ratio.svg |
| 2363 | svg/custom/svg-curve-with-relative-cordinates.html |
| 2364 | svg/custom/use-invalid-pattern.svg |
| 2365 | svg/filters/feColorMatrix-offset.svg |
| 2366 | svg/filters/filterRes1.svg |
| 2367 | svg/filters/filterRes2.svg |
| 2368 | svg/filters/filterRes3.svg |
| 2369 | svg/filters/parent-children-with-same-filter.svg |
| 2370 | svg/repaint/filter-repaint.svg |
| 2371 | svg/text/bidi-embedded-direction.svg |
| 2372 | svg/text/font-size-below-point-five-2.svg |
| 2373 | svg/text/font-size-below-point-five.svg |
| 2374 | svg/text/scaled-font.svg |
| 2375 | svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg |
| 2376 | svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg |
| 2377 | svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg |
| 2378 | svg/text/select-textLength-spacingAndGlyphs-squeeze-4.svg |
| 2379 | svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg |
| 2380 | svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg |
| 2381 | svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg |
| 2382 | svg/text/small-fonts-2.svg |
| 2383 | svg/text/small-fonts-3.svg |
| 2384 | svg/text/small-fonts-in-html5.html |
| 2385 | svg/text/small-fonts.svg |
| 2386 | svg/text/text-midpoint-split-bug.svg |
| 2387 | svg/text/text-path-middle-align.svg |
ossy@webkit.org | f09f514 | 2011-04-09 17:24:32 +0000 | [diff] [blame] | 2388 | transitions/default-timing-function.html |
| 2389 | http/tests/inspector/console-websocket-error.html |
ossy@webkit.org | aaeaf4e | 2011-04-12 08:39:34 +0000 | [diff] [blame] | 2390 | |
| 2391 | # [Qt] 9 tests have different results on 64 bit and/or in debug mode compared to 32 bit and/or release mode |
| 2392 | # [Qt] 6 tests have different results on 64 bit compared to 32 bit |
| 2393 | # https://bugs.webkit.org/show_bug.cgi?id=52810 |
| 2394 | # https://bugs.webkit.org/show_bug.cgi?id=52812 |
| 2395 | fast/repaint/moving-shadow-on-container.html |
| 2396 | fast/repaint/moving-shadow-on-path.html |
ossy@webkit.org | aaeaf4e | 2011-04-12 08:39:34 +0000 | [diff] [blame] | 2397 | svg/clip-path/deep-nested-clip-in-mask-different-unitTypes.svg |
| 2398 | svg/css/stars-with-shadow.html |
| 2399 | svg/custom/circular-marker-reference-1.svg |
| 2400 | svg/custom/circular-marker-reference-2.svg |
| 2401 | svg/custom/circular-marker-reference-3.svg |
| 2402 | svg/custom/circular-marker-reference-4.svg |
ossy@webkit.org | 4512b59 | 2011-06-06 14:57:30 +0000 | [diff] [blame] | 2403 | svg/custom/embedding-external-svgs.xhtml |
ossy@webkit.org | aaeaf4e | 2011-04-12 08:39:34 +0000 | [diff] [blame] | 2404 | svg/custom/empty-merge.svg |
| 2405 | svg/custom/non-circular-marker-reference.svg |
| 2406 | svg/custom/non-scaling-stroke-markers.svg |
ossy@webkit.org | 6cd3a60 | 2011-06-06 12:23:09 +0000 | [diff] [blame] | 2407 | svg/custom/object-sizing-explicit-width-height.xhtml |
ossy@webkit.org | aaeaf4e | 2011-04-12 08:39:34 +0000 | [diff] [blame] | 2408 | svg/custom/recursive-filter.svg |
| 2409 | svg/custom/relative-sized-inner-svg.xhtml |
| 2410 | svg/custom/relative-sized-use-on-symbol.xhtml |
| 2411 | svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml |
| 2412 | svg/custom/resource-invalidate-on-target-update.svg |
| 2413 | svg/custom/stroked-pattern.svg |
| 2414 | svg/custom/text-rotated-gradient.svg |
| 2415 | svg/custom/use-css-events.svg |
| 2416 | svg/custom/use-detach.svg |
| 2417 | svg/custom/use-on-symbol-inside-pattern.svg |
| 2418 | svg/filters/feColorMatrix-values.svg |
| 2419 | svg/filters/filteredImage.svg |
| 2420 | svg/overflow/overflow-on-inner-svg-element.svg |
ossy@webkit.org | add524a | 2011-04-14 20:24:20 +0000 | [diff] [blame] | 2421 | svg/text/text-align-05-b.svg |
ossy@webkit.org | aaeaf4e | 2011-04-12 08:39:34 +0000 | [diff] [blame] | 2422 | svg/W3C-SVG-1.1/animate-elem-06-t.svg |
| 2423 | svg/W3C-SVG-1.1/extend-namespace-01-f.svg |
| 2424 | svg/W3C-SVG-1.1/painting-marker-03-f.svg |
| 2425 | svg/W3C-SVG-1.1/paths-data-03-f.svg |
| 2426 | svg/W3C-SVG-1.1-SE/types-dom-05-b.svg |
| 2427 | svg/W3C-SVG-1.1/struct-frag-02-t.svg |
| 2428 | svg/W3C-SVG-1.1/struct-frag-03-t.svg |
| 2429 | svg/W3C-SVG-1.1/text-align-04-b.svg |
| 2430 | svg/zoom/page/zoom-mask-with-percentages.svg |
ossy@webkit.org | 997847f | 2011-04-12 11:09:05 +0000 | [diff] [blame] | 2431 | |
| 2432 | # [Qt] inspector/styles/styles-disable-then-enable.html make inspector/styles/styles-iframe.html fail in debug mode |
| 2433 | # https://bugs.webkit.org/show_bug.cgi?id=58313 |
| 2434 | inspector/styles/styles-disable-then-enable.html |
ossy@webkit.org | 9267fe6 | 2011-04-14 09:56:25 +0000 | [diff] [blame] | 2435 | |
ossy@webkit.org | 1f3c2b5 | 2011-04-14 18:33:24 +0000 | [diff] [blame] | 2436 | # [Qt] fast/transforms/scrollIntoView-transformed.html fails |
| 2437 | # https://bugs.webkit.org/show_bug.cgi?id=58559 |
| 2438 | fast/transforms/scrollIntoView-transformed.html |
andreas.kling@nokia.com | 1d825bc | 2011-04-15 20:56:18 +0000 | [diff] [blame] | 2439 | |
| 2440 | # Stuff Kling broke while happy-hacking DRT (r84010, r84012) |
| 2441 | fast/css/font-face-repeated-url.html |
andreas.kling@nokia.com | d8690d6 | 2011-05-09 14:06:43 +0000 | [diff] [blame] | 2442 | |
| 2443 | # We cannot implement FrameLoaderClient::canHandleRequest() since QNAM doesn't know |
| 2444 | # whether or not a given scheme is supported prior to createRequest(). |
| 2445 | # This means we will never reach FrameLoaderClient::dispatchUnableToImplementPolicy() |
| 2446 | # due to spaceballs:// being an unhandled scheme, and thus the expected warning |
| 2447 | # will not be in the output. |
andreas.kling@nokia.com | 1d825bc | 2011-04-15 20:56:18 +0000 | [diff] [blame] | 2448 | http/tests/misc/redirect-to-external-url.html |
kinuko@chromium.org | 66e0cf7 | 2011-04-15 23:58:43 +0000 | [diff] [blame] | 2449 | |
evan@chromium.org | 9c3b504 | 2011-04-18 22:58:38 +0000 | [diff] [blame] | 2450 | # Expose title direction in WebKit API |
| 2451 | # https://bugs.webkit.org/show_bug.cgi?id=58845 |
| 2452 | fast/dom/title-directionality.html |
rniwa@webkit.org | 2c8b9b4 | 2011-04-19 21:15:18 +0000 | [diff] [blame] | 2453 | |
| 2454 | # fast/text/zero-width-characters-complex-script fails on Chrome and Qt on Linux |
| 2455 | # https://bugs.webkit.org/show_bug.cgi?id=58741 |
| 2456 | fast/text/zero-width-characters-complex-script.html |
ossy@webkit.org | b19bdf0 | 2011-04-20 10:57:51 +0000 | [diff] [blame] | 2457 | |
ossy@webkit.org | 6407167 | 2011-04-22 11:24:29 +0000 | [diff] [blame] | 2458 | # [Qt]fast/url/idna tests fail |
| 2459 | # https://bugs.webkit.org/show_bug.cgi?id=59187 |
| 2460 | fast/url/idna2003.html |
| 2461 | fast/url/idna2008.html |
xji@chromium.org | eca4100 | 2011-04-23 01:09:28 +0000 | [diff] [blame] | 2462 | |
| 2463 | # https://bugs.webkit.org/show_bug.cgi?id=59265 |
| 2464 | editing/selection/move-by-word-visually.html |
ossy@webkit.org | 837f11a | 2011-04-25 17:47:28 +0000 | [diff] [blame] | 2465 | |
| 2466 | # [Qt] New tests introduced in r84742 fail |
| 2467 | # https://bugs.webkit.org/show_bug.cgi?id=59334 |
| 2468 | http/tests/misc/will-send-request-returns-null-on-redirect.html |
| 2469 | http/tests/security/XFrameOptions/x-frame-options-deny.html |
| 2470 | http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html |
ossy@webkit.org | bf23db9 | 2011-04-27 15:44:29 +0000 | [diff] [blame] | 2471 | |
| 2472 | # [Qt] Migrate to Debian Squeeze |
| 2473 | # https://bugs.webkit.org/show_bug.cgi?id=59609 |
| 2474 | fast/workers/storage/use-same-database-in-page-and-workers.html |
| 2475 | svg/W3C-SVG-1.1/struct-image-06-t.svg |
| 2476 | http/tests/loading/preload-slow-loading.php |
| 2477 | http/tests/security/contentSecurityPolicy/media-src-allowed.html |
| 2478 | http/tests/security/contentSecurityPolicy/media-src-blocked.html |
dino@apple.com | 9173d97 | 2011-04-29 18:15:06 +0000 | [diff] [blame] | 2479 | |
commit-queue@webkit.org | 084ff96 | 2011-05-09 11:00:47 +0000 | [diff] [blame] | 2480 | # This platform does not support the Page Visibility API. |
| 2481 | fast/events/page-visibility-iframe-delete-test.html |
| 2482 | fast/events/page-visibility-iframe-move-test.html |
| 2483 | fast/events/page-visibility-iframe-propagation-test.html |
| 2484 | fast/events/page-visibility-transition-test.html |
andreas.kling@nokia.com | 3b5690e | 2011-05-09 15:23:01 +0000 | [diff] [blame] | 2485 | |
| 2486 | # Fails with Qt 4.7.3. |
| 2487 | http/tests/inspector/network/download.html |
| 2488 | http/tests/inspector/network/x-frame-options-deny.html |
ossy@webkit.org | 88951fd | 2011-05-10 12:30:44 +0000 | [diff] [blame] | 2489 | |
commit-queue@webkit.org | ef45a5d | 2011-05-17 00:50:20 +0000 | [diff] [blame] | 2490 | # Unskip after implementing LayoutTestController::setDefersLoading and ::goBack. |
| 2491 | loader/navigation-while-deferring-loads.html |
| 2492 | |
ossy@webkit.org | 88951fd | 2011-05-10 12:30:44 +0000 | [diff] [blame] | 2493 | # [Qt] fast/events/backspace-nagivates-back fails on Qt bots (Mac and Linux) |
| 2494 | # https://bugs.webkit.org/show_bug.cgi?id=60311 |
| 2495 | fast/events/backspace-navigates-back.html |
ossy@webkit.org | 5a20201 | 2011-05-14 08:48:19 +0000 | [diff] [blame] | 2496 | |
| 2497 | # [Qt]fast/events/remove-target-in-mouseup* tests fail |
| 2498 | # https://bugs.webkit.org/show_bug.cgi?id=60833 |
| 2499 | fast/events/remove-target-in-mouseup-deep.html |
| 2500 | fast/events/remove-target-in-mouseup-insertback.html |
| 2501 | fast/events/remove-target-in-mouseup-twice.html |
| 2502 | fast/events/remove-target-in-mouseup.html |
| 2503 | |
rniwa@webkit.org | b60f9a2 | 2011-05-24 19:51:54 +0000 | [diff] [blame] | 2504 | # [Qt] Selectstart event tests added by r87096 are failing on Qt |
| 2505 | # https://bugs.webkit.org/show_bug.cgi?id=61322 |
| 2506 | fast/events/selectstart-by-double-triple-clicks.html |
| 2507 | fast/events/selectstart-by-drag.html |
mihaip@chromium.org | 7ef8e03 | 2011-05-26 19:53:00 +0000 | [diff] [blame] | 2508 | |
morrita@google.com | ed0e016 | 2011-06-01 02:25:47 +0000 | [diff] [blame] | 2509 | # LayoutTestController::setTextDirection is not implemented. |
| 2510 | fast/html/set-text-direction.html |
| 2511 | |
mihaip@chromium.org | 7ef8e03 | 2011-05-26 19:53:00 +0000 | [diff] [blame] | 2512 | # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540) |
| 2513 | http/tests/security/isolatedWorld/cross-origin-xhr.html |
dglazkov@chromium.org | b4a8037 | 2011-06-02 20:15:34 +0000 | [diff] [blame] | 2514 | |
| 2515 | # https://bugs.webkit.org/show_bug.cgi?id=61074 |
| 2516 | fast/harness/internals-object.html |
ossy@webkit.org | 2499077 | 2011-06-06 11:12:21 +0000 | [diff] [blame] | 2517 | |
| 2518 | # failing new tests |
| 2519 | fast/block/float/overhanging-tall-block.html |
| 2520 | fast/backgrounds/border-radius-split-background-image.html |
| 2521 | fast/backgrounds/border-radius-split-background.html |
| 2522 | fast/blockflow/border-styles-vertical-lr.html |
| 2523 | fast/blockflow/border-styles-vertical-rl.html |
| 2524 | fast/borders/border-antialiasing.html |
| 2525 | fast/borders/border-styles-split.html |
| 2526 | fast/borders/mixed-border-styles-radius2.html |
| 2527 | fast/box-shadow/scaled-box-shadow.html |
| 2528 | fast/box-shadow/single-pixel-shadow.html |
| 2529 | fast/text/selection-rect-rounding.html |
ossy@webkit.org | 4c825ae | 2011-06-06 13:33:22 +0000 | [diff] [blame] | 2530 | svg/as-object/object-box-sizing-no-width-height.html |
ossy@webkit.org | 2499077 | 2011-06-06 11:12:21 +0000 | [diff] [blame] | 2531 | svg/custom/object-sizing-explicit-height.xhtml |
| 2532 | svg/custom/object-sizing-explicit-width.xhtml |
| 2533 | svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml |
| 2534 | svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml |
| 2535 | svg/zoom/page/zoom-svg-through-object-with-override-size.html |
| 2536 | svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml |
| 2537 | svg/zoom/page/zoom-svg-through-object-with-text.xhtml |
| 2538 | svg/custom/object-no-size-attributes.xhtml |
| 2539 | svg/custom/painting-marker-07-f-inherit.svg |
| 2540 | svg/custom/small-rect-scale.svg |
| 2541 | svg/filters/feConvolveFilter-y-bounds.svg |
| 2542 | svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml |
ossy@webkit.org | 4c825ae | 2011-06-06 13:33:22 +0000 | [diff] [blame] | 2543 | svg/zoom/page/zoom-svg-through-object-with-auto-size.html |
ossy@webkit.org | 2499077 | 2011-06-06 11:12:21 +0000 | [diff] [blame] | 2544 | http/tests/misc/object-embedding-svg-delayed-size-negotiation.xhtml |
ossy@webkit.org | 534882d | 2011-06-08 06:13:06 +0000 | [diff] [blame^] | 2545 | |
| 2546 | # New tests introduced in r88307, but fail on Qt |
| 2547 | # https://bugs.webkit.org/show_bug.cgi?id=54417 |
| 2548 | fast/events/touch/touch-gesture-click.html |
| 2549 | fast/events/touch/touch-gesture-scroll.html |